diff --git a/Arsenic/arsenic_logistic_apc.R b/Arsenic/arsenic_logistic_apc.R index b526696a..5ca4f180 100644 --- a/Arsenic/arsenic_logistic_apc.R +++ b/Arsenic/arsenic_logistic_apc.R @@ -17,7 +17,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("loo") invlogit <- plogis diff --git a/Arsenic/arsenic_logistic_apc.Rmd b/Arsenic/arsenic_logistic_apc.Rmd index f0d688bf..a62d7a4d 100644 --- a/Arsenic/arsenic_logistic_apc.Rmd +++ b/Arsenic/arsenic_logistic_apc.Rmd @@ -19,7 +19,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("loo") invlogit <- plogis ``` diff --git a/Arsenic/arsenic_logistic_building.R b/Arsenic/arsenic_logistic_building.R index 374d1013..be67e845 100644 --- a/Arsenic/arsenic_logistic_building.R +++ b/Arsenic/arsenic_logistic_building.R @@ -19,7 +19,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("loo") invlogit <- plogis diff --git a/Arsenic/arsenic_logistic_building.Rmd b/Arsenic/arsenic_logistic_building.Rmd index 4232f6fe..0f8ae9ec 100644 --- a/Arsenic/arsenic_logistic_building.Rmd +++ b/Arsenic/arsenic_logistic_building.Rmd @@ -21,7 +21,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("loo") invlogit <- plogis ``` diff --git a/Arsenic/arsenic_logistic_building_optimizing.R b/Arsenic/arsenic_logistic_building_optimizing.R index 6521836f..abcbf214 100644 --- a/Arsenic/arsenic_logistic_building_optimizing.R +++ b/Arsenic/arsenic_logistic_building_optimizing.R @@ -25,7 +25,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("loo") invlogit <- plogis diff --git a/Arsenic/arsenic_logistic_building_optimizing.Rmd b/Arsenic/arsenic_logistic_building_optimizing.Rmd index dd66b004..f00d5197 100644 --- a/Arsenic/arsenic_logistic_building_optimizing.Rmd +++ b/Arsenic/arsenic_logistic_building_optimizing.Rmd @@ -27,7 +27,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("loo") invlogit <- plogis ``` diff --git a/Arsenic/arsenic_logistic_residuals.R b/Arsenic/arsenic_logistic_residuals.R index 1cb80b10..cd2c22a5 100644 --- a/Arsenic/arsenic_logistic_residuals.R +++ b/Arsenic/arsenic_logistic_residuals.R @@ -19,7 +19,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("loo") invlogit <- plogis diff --git a/Arsenic/arsenic_logistic_residuals.Rmd b/Arsenic/arsenic_logistic_residuals.Rmd index 41310e72..cc363ba7 100644 --- a/Arsenic/arsenic_logistic_residuals.Rmd +++ b/Arsenic/arsenic_logistic_residuals.Rmd @@ -21,7 +21,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("loo") invlogit <- plogis ``` diff --git a/Beauty/beauty.R b/Beauty/beauty.R index b22df5c2..5bd13e1b 100644 --- a/Beauty/beauty.R +++ b/Beauty/beauty.R @@ -19,7 +19,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("ggplot2") library("bayesplot") theme_set(bayesplot::theme_default(base_family = "sans")) diff --git a/Beauty/beauty.Rmd b/Beauty/beauty.Rmd index 4db33238..9c8717d5 100644 --- a/Beauty/beauty.Rmd +++ b/Beauty/beauty.Rmd @@ -21,7 +21,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("ggplot2") library("bayesplot") theme_set(bayesplot::theme_default(base_family = "sans")) diff --git a/Congress/congress.R b/Congress/congress.R index 05f67c73..bb3872d8 100644 --- a/Congress/congress.R +++ b/Congress/congress.R @@ -17,7 +17,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) #' **Load and pre-process data** congress <- vector("list", 49) diff --git a/Congress/congress.Rmd b/Congress/congress.Rmd index 35c47221..dc14137b 100644 --- a/Congress/congress.Rmd +++ b/Congress/congress.Rmd @@ -19,7 +19,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) ``` **Load and pre-process data** diff --git a/DifferentSoftware/linear.R b/DifferentSoftware/linear.R index 5d5fdd6c..86aa37c7 100644 --- a/DifferentSoftware/linear.R +++ b/DifferentSoftware/linear.R @@ -17,7 +17,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) #' **Load packages** library("arm") library("rstanarm") -options(mc.cores = parallel::detectCores()) library("brms") #' **Create fake data** diff --git a/DifferentSoftware/linear.Rmd b/DifferentSoftware/linear.Rmd index f8b39192..6ff81846 100644 --- a/DifferentSoftware/linear.Rmd +++ b/DifferentSoftware/linear.Rmd @@ -19,7 +19,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) ```{r } library("arm") library("rstanarm") -options(mc.cores = parallel::detectCores()) library("brms") ``` diff --git a/Earnings/earnings_compound.R b/Earnings/earnings_compound.R index a4412cef..3812b1a3 100644 --- a/Earnings/earnings_compound.R +++ b/Earnings/earnings_compound.R @@ -17,7 +17,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("ggplot2") library("bayesplot") theme_set(bayesplot::theme_default(base_family = "sans")) @@ -38,7 +37,7 @@ height_jitter_add <- runif(n, -.2, .2) #+ results='hide' fit_2a <- stan_glm(positive ~ height + male, family = binomial(link = "logit"), - data = earnings_all) + data = earnings_all, refresh = 0) sims_2a <- as.matrix(fit_2a) #+ print(fit_2a, digits=2) @@ -46,7 +45,7 @@ print(fit_2a, digits=2) #' **Linear regression on log scale** earnings$log_earn <- log(earnings$earn) #+ results='hide' -fit_2b <- stan_glm(log_earn ~ height + male, data = earnings) +fit_2b <- stan_glm(log_earn ~ height + male, data = earnings, refresh = 0) sims_2b <- as.matrix(fit_2b) #+ print(fit_2b, digits=2) diff --git a/Earnings/earnings_compound.Rmd b/Earnings/earnings_compound.Rmd index 5a32bda1..76710b2a 100644 --- a/Earnings/earnings_compound.Rmd +++ b/Earnings/earnings_compound.Rmd @@ -19,7 +19,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("ggplot2") library("bayesplot") theme_set(bayesplot::theme_default(base_family = "sans")) @@ -44,7 +43,7 @@ height_jitter_add <- runif(n, -.2, .2) ```{r results='hide'} fit_2a <- stan_glm(positive ~ height + male, family = binomial(link = "logit"), - data = earnings_all) + data = earnings_all, refresh = 0) sims_2a <- as.matrix(fit_2a) ``` ```{r } @@ -57,7 +56,7 @@ print(fit_2a, digits=2) earnings$log_earn <- log(earnings$earn) ``` ```{r results='hide'} -fit_2b <- stan_glm(log_earn ~ height + male, data = earnings) +fit_2b <- stan_glm(log_earn ~ height + male, data = earnings, refresh = 0) sims_2b <- as.matrix(fit_2b) ``` ```{r } diff --git a/Earnings/earnings_loo.R b/Earnings/earnings_loo.R deleted file mode 100644 index bf2aefae..00000000 --- a/Earnings/earnings_loo.R +++ /dev/null @@ -1,72 +0,0 @@ -#' --- -#' title: "Regression and Other Stories: Earnings Example" -#' author: "Andrew Gelman, Jennifer Hill, Aki Vehtari" -#' date: "`r format(Sys.Date())`" -#' --- - -#+ setup, message=FALSE, error=FALSE, warning=FALSE -library("rprojroot") -root<-has_dirname("ROS-Examples")$make_fix_file() -library("rstanarm") -options(mc.cores = parallel::detectCores()) -library("ggplot2") -library("bayesplot") -theme_set(bayesplot::theme_default(base_family = "sans")) -library("loo") - -#' **Load data** -earnings_all <- read.csv(root("Earnings/data","earnings.csv")) -earnings_all$positive <- earnings_all$earn > 0 -# only non-zero earnings -earnings <- earnings_all[earnings_all$positive, ] -n <- nrow(earnings) -earnings$log_earn <- log(earnings$earn) - -#' **Bayesian logistic regression on non-zero earnings** -fit_1a <- stan_glm(positive ~ height + male, - family = binomial(link = "logit"), - data = earnings_all) -sims_1a <- as.matrix(fit_1a) -loo1a<-loo(fit_1a) -m=sum(fit_1a$y) -n=length(fit_1a$y) -elpd0_pointwise=matrix(0,1,n) -elpd0_pointwise[fit_1a$y]=log((m-1+2/2)/(n-1+2)) -elpd0_pointwise[!fit_1a$y]=log((n-m-1+2/2)/(n-1+2)) -elpd0=sum(elpd0_pointwise) -sdelpd0=sd(elpd0_pointwise)*sqrt(n) -elpd0diff=sum(loo1a$pointwise[,"elpd_loo"]-elpd0_pointwise) -sdelpd0diff=sd(loo1a$pointwise[,"elpd_loo"]-elpd0_pointwise)*sqrt(n) -sprintf("The baseline by guessing the larger class elpd_loo %.1f sd %.1f",elpd0,sdelpd0) -sprintf("The difference to baseline elpd_diff %.1f sd %.1f",elpd0diff,sdelpd0diff) - -sprintf('Baseline classification accuracy %.2f',m/n) -sprintf('Loo accuracy %.2f',mean(loo1a$pointwise[,"elpd_loo"]>log(1/2))) - -#' **Bayesian model on log scale** -fit_1b <- stan_glm(log_earn ~ height + male, data = earnings) -sims_1b <- as.matrix(fit_1b) -print(fit_1a, digits=2) -print(fit_1b, digits=2) - -loo1b<-loo(fit_1b) -n=length(fit_1b$y) -elpd0_pointwise=dt((fit_1b$y-mean(fit_1b$y))/(sqrt(1+1/n)*sd(fit_1b$y)), df = n-1, log = TRUE)-log(sqrt(1+1/n)*sd(fit_1b$y)) -elpd0_pointwise=sum(dnorm(fit_1b$y,mean=mean(fit_1b$y),sd=sd(fit_1b$y), log = TRUE)) -elpd0=sum(elpd0_pointwise) -sdelpd0=sd(elpd0_pointwise)*sqrt(n) -elpd0diff=sum(loo1b$pointwise[,"elpd_loo"]-elpd0_pointwise) -sdelpd0diff=sd(loo1b$pointwise[,"elpd_loo"]-elpd0_pointwise)*sqrt(n) -sprintf("The baseline by guessing the larger class elpd_loo %.1f sd %.1f",elpd0,sdelpd0) -sprintf("The difference to baseline elpd_diff %.1f sd %.1f",elpd0diff,sdelpd0diff) - -# PSIS-LOO weights -log_lik<-log_lik(fit_1b) -psis <- psislw(-log_lik) -# posterior predictive sample -preds <- posterior_linpred(fit_1b) -# LOO predictive mean -predloo <- E_loo(preds,psis$lw_smooth) -# LOO Bayesian R2 -R2loo <- var(predloo)/(var(predloo)+var(fit_1b$y-predloo)) -sprintf('LOO residual sd = %.2f, LOO-R-Squared = %.2f',sd(fit_1b$y-predloo),R2loo) diff --git a/Earnings/earnings_regression.R b/Earnings/earnings_regression.R index aeccaf5e..9c144d76 100644 --- a/Earnings/earnings_regression.R +++ b/Earnings/earnings_regression.R @@ -19,7 +19,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("ggplot2") library("bayesplot") theme_set(bayesplot::theme_default(base_family = "sans")) diff --git a/Earnings/earnings_regression.Rmd b/Earnings/earnings_regression.Rmd index 245ee162..50c5b84e 100644 --- a/Earnings/earnings_regression.Rmd +++ b/Earnings/earnings_regression.Rmd @@ -21,7 +21,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("ggplot2") library("bayesplot") theme_set(bayesplot::theme_default(base_family = "sans")) diff --git a/ElectionsEconomy/hibbs.R b/ElectionsEconomy/hibbs.R index 70f18b3d..f3388358 100644 --- a/ElectionsEconomy/hibbs.R +++ b/ElectionsEconomy/hibbs.R @@ -19,7 +19,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("ggplot2") library("bayesplot") theme_set(bayesplot::theme_default(base_family = "sans")) diff --git a/ElectionsEconomy/hibbs.Rmd b/ElectionsEconomy/hibbs.Rmd index 4ae12612..a4b82343 100644 --- a/ElectionsEconomy/hibbs.Rmd +++ b/ElectionsEconomy/hibbs.Rmd @@ -21,7 +21,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("ggplot2") library("bayesplot") theme_set(bayesplot::theme_default(base_family = "sans")) diff --git a/ElectionsEconomy/hibbs_coverage.R b/ElectionsEconomy/hibbs_coverage.R index 747759cd..ef35310d 100644 --- a/ElectionsEconomy/hibbs_coverage.R +++ b/ElectionsEconomy/hibbs_coverage.R @@ -18,7 +18,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) #' **Load data** hibbs <- read.table(root("ElectionsEconomy/data","hibbs.dat"), header=TRUE) diff --git a/ElectionsEconomy/hibbs_coverage.Rmd b/ElectionsEconomy/hibbs_coverage.Rmd index e43152fa..68dd114f 100644 --- a/ElectionsEconomy/hibbs_coverage.Rmd +++ b/ElectionsEconomy/hibbs_coverage.Rmd @@ -20,7 +20,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) ``` **Load data** diff --git a/ElectionsEconomy/hills.R b/ElectionsEconomy/hills.R index ba142ca4..644416e3 100644 --- a/ElectionsEconomy/hills.R +++ b/ElectionsEconomy/hills.R @@ -20,7 +20,6 @@ library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("arm") library("rstanarm") -options(mc.cores = parallel::detectCores()) #' **Load data** hibbs <- read.table(root("ElectionsEconomy/data","hibbs.dat"), header=TRUE) diff --git a/ElectionsEconomy/hills.Rmd b/ElectionsEconomy/hills.Rmd index 30380481..8e68e1d8 100644 --- a/ElectionsEconomy/hills.Rmd +++ b/ElectionsEconomy/hills.Rmd @@ -22,7 +22,6 @@ library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("arm") library("rstanarm") -options(mc.cores = parallel::detectCores()) ``` **Load data** diff --git a/ElectricCompany/electric.R b/ElectricCompany/electric.R index d88cccee..251dcd8f 100644 --- a/ElectricCompany/electric.R +++ b/ElectricCompany/electric.R @@ -19,7 +19,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) invlogit <- plogis #' **Load data** diff --git a/ElectricCompany/electric.Rmd b/ElectricCompany/electric.Rmd index a0eeffd9..7326b345 100644 --- a/ElectricCompany/electric.Rmd +++ b/ElectricCompany/electric.Rmd @@ -21,7 +21,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) invlogit <- plogis ``` diff --git a/FakeKCV/fake_kcv.R b/FakeKCV/fake_kcv.R index c087ccf1..0f964ac7 100644 --- a/FakeKCV/fake_kcv.R +++ b/FakeKCV/fake_kcv.R @@ -17,7 +17,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) library("MASS") # needed for mvrnorm() library("rstanarm") library("loo") -options(mc.cores = parallel::detectCores()) #' Set random seed for reproducability SEED <- 1754 diff --git a/FakeKCV/fake_kcv.Rmd b/FakeKCV/fake_kcv.Rmd index c3bfd70a..13a2547e 100644 --- a/FakeKCV/fake_kcv.Rmd +++ b/FakeKCV/fake_kcv.Rmd @@ -19,7 +19,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) library("MASS") # needed for mvrnorm() library("rstanarm") library("loo") -options(mc.cores = parallel::detectCores()) ``` Set random seed for reproducability diff --git a/FakeMidtermFinal/FakeMidtermFinal.R b/FakeMidtermFinal/FakeMidtermFinal.R index 9e53617b..d877bbfe 100644 --- a/FakeMidtermFinal/FakeMidtermFinal.R +++ b/FakeMidtermFinal/FakeMidtermFinal.R @@ -17,7 +17,6 @@ savefigs <- FALSE #' **Load packages** library("rstanarm") -options(mc.cores = parallel::detectCores()) #' **Simulate fake data** N <- 1000 diff --git a/FakeMidtermFinal/FakeMidtermFinal.Rmd b/FakeMidtermFinal/FakeMidtermFinal.Rmd index 7418577f..368800e9 100644 --- a/FakeMidtermFinal/FakeMidtermFinal.Rmd +++ b/FakeMidtermFinal/FakeMidtermFinal.Rmd @@ -19,7 +19,6 @@ savefigs <- FALSE ```{r } library("rstanarm") -options(mc.cores = parallel::detectCores()) ``` **Simulate fake data** diff --git a/Golf/golf.R b/Golf/golf.R index e1eb869d..4a918261 100644 --- a/Golf/golf.R +++ b/Golf/golf.R @@ -20,7 +20,6 @@ library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstan") rstan_options(auto_write = TRUE) -options(mc.cores = parallel::detectCores()) library("rstanarm") invlogit <- plogis diff --git a/Golf/golf.Rmd b/Golf/golf.Rmd index 3665b7f4..bd860e36 100644 --- a/Golf/golf.Rmd +++ b/Golf/golf.Rmd @@ -22,7 +22,6 @@ library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstan") rstan_options(auto_write = TRUE) -options(mc.cores = parallel::detectCores()) library("rstanarm") invlogit <- plogis ``` diff --git a/Imputation/imputation.R b/Imputation/imputation.R index b349f879..6b629274 100644 --- a/Imputation/imputation.R +++ b/Imputation/imputation.R @@ -19,7 +19,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) #' **Load data** source(root("Imputation/data","imputation_setup.R")) diff --git a/Imputation/imputation.Rmd b/Imputation/imputation.Rmd index 8ca547ee..aafb479e 100644 --- a/Imputation/imputation.Rmd +++ b/Imputation/imputation.Rmd @@ -21,7 +21,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) ``` **Load data** diff --git a/Imputation/imputation_gg.R b/Imputation/imputation_gg.R index b99b7de2..00b49ee0 100644 --- a/Imputation/imputation_gg.R +++ b/Imputation/imputation_gg.R @@ -20,7 +20,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("dplyr") library("ggplot2") theme_set(bayesplot::theme_default(base_family = "sans")) diff --git a/Imputation/imputation_gg.Rmd b/Imputation/imputation_gg.Rmd index 0731870f..b99f8172 100644 --- a/Imputation/imputation_gg.Rmd +++ b/Imputation/imputation_gg.Rmd @@ -22,7 +22,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("dplyr") library("ggplot2") theme_set(bayesplot::theme_default(base_family = "sans")) diff --git a/Introclass/fakeresid.R b/Introclass/fakeresid.R index f98c039a..eab87e70 100644 --- a/Introclass/fakeresid.R +++ b/Introclass/fakeresid.R @@ -19,7 +19,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) #' **Load data** grades <- read.table(root("Introclass/data","gradesW4315.dat"), header=TRUE) diff --git a/Introclass/fakeresid.Rmd b/Introclass/fakeresid.Rmd index fa7c3d80..cd5467ff 100644 --- a/Introclass/fakeresid.Rmd +++ b/Introclass/fakeresid.Rmd @@ -21,7 +21,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) ``` **Load data** diff --git a/KidIQ/kidiq.R b/KidIQ/kidiq.R index 20808178..b60fff77 100644 --- a/KidIQ/kidiq.R +++ b/KidIQ/kidiq.R @@ -19,7 +19,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("ggplot2") library("bayesplot") theme_set(bayesplot::theme_default(base_family = "sans")) diff --git a/KidIQ/kidiq.Rmd b/KidIQ/kidiq.Rmd index f963d9ef..76d591d9 100644 --- a/KidIQ/kidiq.Rmd +++ b/KidIQ/kidiq.Rmd @@ -21,7 +21,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("ggplot2") library("bayesplot") theme_set(bayesplot::theme_default(base_family = "sans")) diff --git a/KidIQ/kidiq_R2.R b/KidIQ/kidiq_R2.R index 7efb4795..b50bdf52 100644 --- a/KidIQ/kidiq_R2.R +++ b/KidIQ/kidiq_R2.R @@ -21,7 +21,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("loo") library("foreign") library("ggplot2") diff --git a/KidIQ/kidiq_R2.Rmd b/KidIQ/kidiq_R2.Rmd index ab957832..cfa0719c 100644 --- a/KidIQ/kidiq_R2.Rmd +++ b/KidIQ/kidiq_R2.Rmd @@ -23,7 +23,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("loo") library("foreign") library("ggplot2") diff --git a/KidIQ/kidiq_kcv.R b/KidIQ/kidiq_kcv.R index 38b364ba..4b8cc2fc 100644 --- a/KidIQ/kidiq_kcv.R +++ b/KidIQ/kidiq_kcv.R @@ -17,7 +17,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("foreign") # for reproducability SEED <- 1507 diff --git a/KidIQ/kidiq_kcv.Rmd b/KidIQ/kidiq_kcv.Rmd index 15deda63..b43aeab0 100644 --- a/KidIQ/kidiq_kcv.Rmd +++ b/KidIQ/kidiq_kcv.Rmd @@ -19,7 +19,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("foreign") # for reproducability SEED <- 1507 diff --git a/KidIQ/kidiq_loo.R b/KidIQ/kidiq_loo.R index cd32f18c..1a360984 100644 --- a/KidIQ/kidiq_loo.R +++ b/KidIQ/kidiq_loo.R @@ -17,7 +17,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("loo") library("foreign") # for reproducability diff --git a/KidIQ/kidiq_loo.Rmd b/KidIQ/kidiq_loo.Rmd index 77e04ebd..6bff84cd 100644 --- a/KidIQ/kidiq_loo.Rmd +++ b/KidIQ/kidiq_loo.Rmd @@ -19,7 +19,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("loo") library("foreign") # for reproducability diff --git a/LogisticLoo/logistic_loo.R b/LogisticLoo/logistic_loo.R deleted file mode 100644 index b169440f..00000000 --- a/LogisticLoo/logistic_loo.R +++ /dev/null @@ -1,62 +0,0 @@ -setwd("~/AndrewFiles/books/regression.and.other.stories/Examples/LogisticLoo") -library("rstanarm") -options(mc.cores = parallel::detectCores()) -library("MASS") # needed for mvrnorm() - -n <- 200 -k <- 5 -rho <- 0.8 -Sigma <- rho*array(1, c(k,k)) + (1-rho)*diag(k) -X <- mvrnorm(n, rep(0,k), Sigma) -b <- seq(-1, 3) -z <- rlogis(n, X %*% b, 1) -y <- ifelse(z>0, 1, 0) - -## Fit full model -glm_1 <- glm(y ~ X, family=binomial(link="logit")) -fit_1 <- stan_glm(y ~ X, family=binomial(link="logit"), prior=normal(0, 10, autoscale=FALSE)) -display(glm_1) -print(fit_1, digits=2) -loo_1 <- loo(fit_1) -print(loo_1) - -## Try kfold -kfold_1 <- kfold(fit_1, K=10) -print(kfold_1) - -## Compare to a model removing predictor 5 -Z <- X[,1:4] -fit_2 <- stan_glm(y ~ Z, family=binomial(link="logit"), prior=normal(0, 10, autoscale=FALSE)) -kfold_2 <- kfold(fit_2, K=10) -print(kfold_2) -compare(kfold_1, kfold_2) - - -fit_2 <- stan_glm(y ~ X[,2:5], family=binomial(link="logit"), prior=normal(0, 10, autoscale=FALSE)) -kfold_2 <- kfold(fit_2, K=10) - - -## Compare to a model removing predictor 1 -Z <- X[,2:5] -fit_3 <- stan_glm(y ~ Z, family=binomial(link="logit"), prior=normal(0, 10, autoscale=FALSE)) -kfold_3 <- kfold(fit_3, K=10) -print(kfold_3) -compare(kfold_1, kfold_3) - -## Fit some subsets - -subsets <- list(1, 2, 3, 4, 5, 4:5, 3:5, 2:5, 1:5) -n_subsets <- length(subsets) -fit <- as.list(rep(NA, n_subsets)) -for (i in 1:n_subsets) { - print(i) - fit[[i]] <- stan_glm(y ~ X[,subsets[[i]]], family=binomial(link="logit"), prior=normal(0, 10, autoscale=FALSE)) -} -for (i in 1:n_subsets) { - cat("\nsubset is", subsets[[i]], "\n") - print(fit[[i]]) -} -for (i in 1:n_subsets) { - cat("\nsubset is", subsets[[i]], "\n") - print(loo(fit[[i]])) -} diff --git a/LogisticPriors/logistic_priors.R b/LogisticPriors/logistic_priors.R index 3f85cb33..1cfb842f 100644 --- a/LogisticPriors/logistic_priors.R +++ b/LogisticPriors/logistic_priors.R @@ -16,7 +16,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) #' **Load packages** library("arm") library("rstanarm") -options(mc.cores = parallel::detectCores()) #' **Define a function running glm and stan_glm with simulated data**
#' Arguments are the number of simulated observations, and prior diff --git a/LogisticPriors/logistic_priors.Rmd b/LogisticPriors/logistic_priors.Rmd index 72ea43c8..01a25930 100644 --- a/LogisticPriors/logistic_priors.Rmd +++ b/LogisticPriors/logistic_priors.Rmd @@ -18,7 +18,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) ```{r } library("arm") library("rstanarm") -options(mc.cores = parallel::detectCores()) ``` **Define a function running glm and stan_glm with simulated data**
diff --git a/Mesquite/mesquite.R b/Mesquite/mesquite.R index 1367e179..60706486 100644 --- a/Mesquite/mesquite.R +++ b/Mesquite/mesquite.R @@ -20,7 +20,6 @@ library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("foreign") library("rstanarm") -options(mc.cores = parallel::detectCores()) library("loo") library("ggplot2") library("bayesplot") diff --git a/Mesquite/mesquite.Rmd b/Mesquite/mesquite.Rmd index 3369e8f9..16a210f1 100644 --- a/Mesquite/mesquite.Rmd +++ b/Mesquite/mesquite.Rmd @@ -22,7 +22,6 @@ library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("foreign") library("rstanarm") -options(mc.cores = parallel::detectCores()) library("loo") library("ggplot2") library("bayesplot") diff --git a/Mile/mile.R b/Mile/mile.R index b6410a88..f3933473 100644 --- a/Mile/mile.R +++ b/Mile/mile.R @@ -19,7 +19,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("ggplot2") theme_set(bayesplot::theme_default(base_family = "sans")) diff --git a/Mile/mile.Rmd b/Mile/mile.Rmd index ceb38ac7..c9956287 100644 --- a/Mile/mile.Rmd +++ b/Mile/mile.Rmd @@ -21,7 +21,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("ggplot2") theme_set(bayesplot::theme_default(base_family = "sans")) ``` diff --git a/NES/nes_linear.R b/NES/nes_linear.R index 06bb2870..a6d5d80b 100644 --- a/NES/nes_linear.R +++ b/NES/nes_linear.R @@ -19,7 +19,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("foreign") #' **Load data** diff --git a/NES/nes_linear.Rmd b/NES/nes_linear.Rmd index 932ba3ef..88969fbd 100644 --- a/NES/nes_linear.Rmd +++ b/NES/nes_linear.Rmd @@ -21,7 +21,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("foreign") ``` diff --git a/NES/nes_logistic.R b/NES/nes_logistic.R index 49a322f3..e448d450 100644 --- a/NES/nes_logistic.R +++ b/NES/nes_logistic.R @@ -20,7 +20,6 @@ library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("arm") library("rstanarm") -options(mc.cores = parallel::detectCores()) library("foreign") #' **Load data** diff --git a/NES/nes_logistic.Rmd b/NES/nes_logistic.Rmd index a2c08fb3..f74fbfe6 100644 --- a/NES/nes_logistic.Rmd +++ b/NES/nes_logistic.Rmd @@ -22,7 +22,6 @@ library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("arm") library("rstanarm") -options(mc.cores = parallel::detectCores()) library("foreign") ``` diff --git a/Names/names.Rmd b/Names/names.Rmd index 3c988a9c..833f7b98 100644 --- a/Names/names.Rmd +++ b/Names/names.Rmd @@ -180,7 +180,7 @@ if (savefigs) dev.off() **Restrict to top 1000 and remove Laura's list of bad names** ```{r } -error.names <- as.matrix(read.csv(root("Names/data","Names.csv"))) +error.names <- as.matrix(read.csv(root("Names/data","ErrorNames.csv"))) error.names.girl <- error.names[,2]=="F" bad.girl.names <- error.names[error.names.girl,1] bad.boy.names <- error.names[!error.names.girl,1] diff --git a/Newcomb/newcomb.R b/Newcomb/newcomb.R index 71faa640..2ef24bd3 100644 --- a/Newcomb/newcomb.R +++ b/Newcomb/newcomb.R @@ -19,7 +19,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("ggplot2") library("bayesplot") theme_set(bayesplot::theme_default(base_family = "sans")) diff --git a/Newcomb/newcomb.Rmd b/Newcomb/newcomb.Rmd index 7b21aa2c..48a7f560 100644 --- a/Newcomb/newcomb.Rmd +++ b/Newcomb/newcomb.Rmd @@ -21,7 +21,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("ggplot2") library("bayesplot") theme_set(bayesplot::theme_default(base_family = "sans")) diff --git a/PearsonLee/PearsonLee.R b/PearsonLee/PearsonLee.R index b2875e68..4598a3ca 100644 --- a/PearsonLee/PearsonLee.R +++ b/PearsonLee/PearsonLee.R @@ -20,7 +20,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("HistData") #' **Load data** @@ -32,11 +31,7 @@ n <- length(mother_height) #' **Linear regression** # MCMC sampling #+ results='hide' -fit_1 <- stan_glm(daughter_height ~ mother_height, data = heights) -# optimization and normal approximation at the mode is faster with similar -# accuracy, because n is big and there are only three parameters to estimate -# fit_1 <- stan_glm(daughter_height ~ mother_height, data = heights, -# algorithm="optimizing") +fit_1 <- stan_glm(daughter_height ~ mother_height, data = heights, refresh = 0) #+ print(fit_1, digits=2) ab_hat <- coef(fit_1) diff --git a/PearsonLee/PearsonLee.Rmd b/PearsonLee/PearsonLee.Rmd index c533a440..b246aa82 100644 --- a/PearsonLee/PearsonLee.Rmd +++ b/PearsonLee/PearsonLee.Rmd @@ -22,7 +22,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("HistData") ``` @@ -41,11 +40,7 @@ n <- length(mother_height) # MCMC sampling ``` ```{r results='hide'} -fit_1 <- stan_glm(daughter_height ~ mother_height, data = heights) -# optimization and normal approximation at the mode is faster with similar -# accuracy, because n is big and there are only three parameters to estimate -# fit_1 <- stan_glm(daughter_height ~ mother_height, data = heights, -# algorithm="optimizing") +fit_1 <- stan_glm(daughter_height ~ mother_height, data = heights, refresh = 0) ``` ```{r } print(fit_1, digits=2) diff --git a/PoissonExample/PoissonExample.R b/PoissonExample/PoissonExample.R index a8bcbb0c..8f87d1f8 100644 --- a/PoissonExample/PoissonExample.R +++ b/PoissonExample/PoissonExample.R @@ -19,7 +19,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("MASS") #' Set random seed for reproducability diff --git a/PoissonExample/PoissonExample.Rmd b/PoissonExample/PoissonExample.Rmd index dbbbd21d..0770e0cf 100644 --- a/PoissonExample/PoissonExample.Rmd +++ b/PoissonExample/PoissonExample.Rmd @@ -21,7 +21,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("MASS") ``` diff --git a/Poststrat/poststrat.R b/Poststrat/poststrat.R index 69722b5a..26bad17e 100644 --- a/Poststrat/poststrat.R +++ b/Poststrat/poststrat.R @@ -41,7 +41,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) #' **Load packages** library("rstanarm") -options(mc.cores = parallel::detectCores()) #' **Create some fake data** n_pid <- c(254, 282, 242) diff --git a/Poststrat/poststrat.Rmd b/Poststrat/poststrat.Rmd new file mode 100644 index 00000000..018295da --- /dev/null +++ b/Poststrat/poststrat.Rmd @@ -0,0 +1,166 @@ +--- +title: "Regression and Other Stories: Poststratification" +author: "Andrew Gelman, Jennifer Hill, Aki Vehtari" +date: "`r format(Sys.Date())`" +--- +Poststratification after estimation. See Chapter 17 in Regression +and Other Stories. + +The CBS News poll conducted from 12--16 October 2016 reported that, +among likely voters who preferred one of the two major-party +candidates, 45\% intended to vote for Donald Trump and 55\% for +Hillary Clinton. Of these respondents, Party ID 33\% Republican, +40\% Republican, 27\% independent. + +source: http://www.cbsnews.com/news/cbs-poll-clintons-lead-over-trump-widens-with-three-weeks-to-go/ +and https://www.scribd.com/document/327938789/CBS-News-Poll-10-17-toplines + +Effective sample size of likely voters +``` +254 Republican, 282 Democrat, 242 Independent +``` + +Compare to: +``` +exit polls 2012 32 38 29 +exit polls 2016 33 36 31 +``` + +``` +Republicans: 77% Trump, 8% Clinton (must normalize to 100%) +Democrats: 5% Trump, 89% Clinton (must normalize to 100%) +Independents: 36% Trump, 38% Clinton (must normalize to 100%) +``` +------------- + + +````{r setup, include=FALSE} +knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) +```` + +**Load packages** + +````{r } +library("rstanarm") +```` + +**Create some fake data** + +````{r } +n_pid <- c(254, 282, 242) +n <- sum(n_pid) +pid_names <- c("Republican", "Democrat", "Independent") +pid <- rep(pid_names, n_pid) +n_vote <- as.list(rep(NA, 3)) +n_vote[[1]] <- round(c(0.77, 0.08)*n_pid[1]) +n_vote[[2]] <- round(c(0.05, 0.89)*n_pid[2]) +n_vote[[3]] <- round(c(0.36, 0.38)*n_pid[3]) +vote <- NULL +y_bar_cells <- rep(NA, 3) +for (j in 1:3){ + n_vote[[j]]<- c(n_vote[[j]], n_pid[j] - sum(n_vote[[j]])) + vote <- c(vote, rep(c(1, 0, NA), n_vote[[j]])) + y_bar_cells[j] <- mean(vote[pid==pid_names[j]], na.rm=TRUE) + round(y_bar_cells[j], 3) +} +poll <- data.frame(vote, pid) +```` + +**Simple poststrat** + +````{r } +poststrat_data <- data.frame(pid=c("Republican", "Democrat", "Independent"), + N=c(0.33, 0.36, 0.31)) +round(sum(poststrat_data$N * y_bar_cells), 3) +```` + +### Linear +**Raw estimate** + +````{r } +round(mean(poll$vote, na.rm=TRUE), 3) +```` + +**stan_glm** + +````{r } +fit_1 <- stan_glm(vote ~ factor(pid), data = poll, refresh = 0) +print(fit_1, digits=2) +```` + +**Poststrat using posterior_linpred()** + +````{r } +predict_1 <- posterior_linpred(fit_1, newdata=poststrat_data) +poststrat_est_1 <- predict_1 %*% poststrat_data$N/sum(poststrat_data$N) +print(c(mean(poststrat_est_1), mad(poststrat_est_1)), digits=2) +```` + +**Add extra uncertainty** + +````{r } +n_sim <- nrow(predict_1) +poststrat_est_2 <- poststrat_est_1 + rnorm(n_sim, 0, 0.02) +print(c(mean(poststrat_est_2), mad(poststrat_est_2)), digits=2) +```` + +### Logistic +**Fit the regression** + +````{r } +fit <- stan_glm(vote ~ factor(pid), family=binomial(link="logit"), data = poll, refresh = 0) +print(fit, digits=2) +```` + +**Raw estimate** + +````{r } +round(mean(poll$vote, na.rm=TRUE), 3) +```` + +**Poststrat using the predict function** + +````{r } +X_population <- data.frame(pid=c("Republican", "Democrat", "Independent")) +N_population <- c(0.33, 0.36, 0.31) +predict_poststrat <- colMeans(posterior_predict(fit, newdata=X_population)) +poststrat_est_2 <- sum(N_population*predict_poststrat)/sum(N_population) +round(poststrat_est_2, digits=3) +```` + +**Just to compare, poststrat using the original data** + +````{r } +predict_a <- predict(fit, type="response") +round(mean(predict_a), 3) +```` + +This doesn't work--it just spits back the raw estimate--because it's not using the external population info which is what makes poststrat work. + +**More complicated example with two predictors** + +Imagine a model, `fit <- stan_glm(vote ~ factor(pid) + male, family=binomial(link="logit"))` +The poststrat population matrix now has 6 rows and 2 columns: +``` + +````{r } +poll <- data.frame(pid=rep(c("Republican", "Democrat", "Independent"), + c(2,2,2)), male=rep(c(0,1), 3)) +N_population <- c(0.16, 0.17, 0.19, 0.17, 0.16, 0.15) + +# the following doesn't work +fit_2 <- stan_glm(vote ~ factor(pid) + male + factor(pid):male, data=poll) + +N <- 5 +x <- 1:N +y <- c(1,rep(0,N-1)) +fit <- stan_glm(y ~ x, family=binomial(link="logit")) +print(fit) + +pred_1 <- predict(fit, type="response") +print(pred_1) + +X_new <- data.frame(x=1:N) +pred_2 <- posterior_predict(fit, newdata=X_new) +```` + diff --git a/Poststrat/poststrat2.R b/Poststrat/poststrat2.R index 07df201c..ed39b1bb 100644 --- a/Poststrat/poststrat2.R +++ b/Poststrat/poststrat2.R @@ -14,7 +14,6 @@ #' **Load packages** #+ setup, message=FALSE, error=FALSE, warning=FALSE library("rstanarm") -options(mc.cores = parallel::detectCores()) invlogit <- plogis #' **Create some fake data** diff --git a/Poststrat/poststrat2.Rmd b/Poststrat/poststrat2.Rmd new file mode 100644 index 00000000..87b08c4f --- /dev/null +++ b/Poststrat/poststrat2.Rmd @@ -0,0 +1,142 @@ +--- +title: "Regression and Other Stories: Poststratification 2" +author: "Andrew Gelman, Jennifer Hill, Aki Vehtari" +date: "`r format(Sys.Date())`" +--- +Demonstrate poststratification with simulated census and poll data +See Chapter 17 in Regression and Other Stories. + + +------------- + +**Load packages** + +```{r setup, message=FALSE, error=FALSE, warning=FALSE} +library("rstanarm") +invlogit <- plogis +``` + +**Create some fake data** + +Create an empty poststratification table, with rows for each of the +$2 \times 4 \times 4$ sorts of people. + +```{r } +J <- c(2, 4, 4) +poststrat <- as.data.frame(array(NA, c(prod(J), length(J)+1))) +colnames(poststrat) <- c("sex", "age", "eth", "N") +count <- 0 +for (i1 in 1:J[1]){ + for (i2 in 1:J[2]){ + for (i3 in 1:J[3]){ + count <- count + 1 + poststrat[count, 1:3] <- c(i1, i2, i3) + } + } +} +``` + +make up numbers for the populations of the cells + +```{r } +p_sex <- c(0.52, 0.48) +p_age <- c(0.2, 0.25, 0.3, 0.25) +p_eth <- c(0.7, 0.1, 0.1, 0.1) +for (j in 1:prod(J)){ + poststrat$N[j] <- 250e6 * p_sex[poststrat[j,1]] * p_age[poststrat[j,2]] * + p_eth[poststrat[j,3]] +} +``` + +Hypothesize a nonresponse pattern in which women, older people, and +whites are more likely to respond than men, younger people, and +minorities + +```{r } +p_response_baseline <- 0.1 +p_response_sex <- c(1, 0.8) +p_response_age <- c(1, 1.2, 1.6, 2.5) +p_response_eth <- c(1, 0.8, 0.7, 0.6) +p_response <- rep(NA, prod(J)) +for (j in 1:prod(J)){ + p_response[j] <- p_response_baseline * p_response_sex[poststrat[j,1]] * + p_response_age[poststrat[j,2]] * p_response_eth[poststrat[j,3]] +} +``` + +Sample from the assumed population with the assumed nonresponse +probabilities + +```{r } +n <- 1000 +people <- sample(prod(J), n, replace=TRUE, prob=poststrat$N*p_response) +# For respondent i, people[i] is that person's poststrat cell, +# some number between 1 and 32 +n_cell <- rep(NA, prod(J)) +for (j in 1:prod(J)){ + n_cell[j] <- sum(people==j) +} +print(cbind(poststrat, n_cell/n, poststrat$N/sum(poststrat$N))) +``` + +Assume the survey responses come from a logistic regression with +these coefficients + +```{r } +coef_intercept <- 0.6 +coef_sex <- c(0, -0.2) +coef_age <- c(0, -0.2, -0.3, -0.4) +coef_eth <- c(0, 0.6, 0.3, 0.3) +``` + +The probabilities are: + +```{r } +prob_yes <- rep(NA, prod(J)) +for (j in 1:prod(J)){ + prob_yes[j] <- invlogit(coef_intercept + coef_sex[poststrat[j,1]] + + coef_age[poststrat[j,2]] + coef_eth[poststrat[j,3]]) +} +``` + +Simulate the fake data: + +```{r } +y <- rbinom(n, 1, prob_yes[people]) +``` + +**Regression** + +```{r } +sex <- poststrat[people,1] +age <- poststrat[people,2] +eth <- poststrat[people,3] +fake <- data.frame(y, sex, age, eth) +fit <- stan_glm(y ~ factor(sex) + factor(age) + factor(eth), + family=binomial(link="logit"), data=fake) +print(fit) +``` + +**Prediction** + +```{r } +pred_sim <- posterior_linpred(fit, transform=TRUE, + newdata=as.data.frame(poststrat)) +pred_est <- colMeans(pred_sim) +round(cbind(poststrat, prob_yes, pred_est), 2) +``` + +**Poststratification** + +```{r } +poststrat_est <- sum(poststrat$N*pred_est)/sum(poststrat$N) +round(poststrat_est, 2) +``` + +plus uncertainty + +```{r } +poststrat_sim <- pred_sim %*% poststrat$N / sum(poststrat$N) +round(c(mean(poststrat_sim), sd(poststrat_sim)), 3) +``` + diff --git a/Restaurant/restaurant.R b/Restaurant/restaurant.R index ccc3af2c..88a758c3 100644 --- a/Restaurant/restaurant.R +++ b/Restaurant/restaurant.R @@ -18,7 +18,6 @@ library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstan") rstan_options(auto_write = TRUE) -options(mc.cores = parallel::detectCores()) #' **Show Stan code** writeLines(readLines(root("Restaurant","restaurant.stan"))) diff --git a/Restaurant/restaurant.Rmd b/Restaurant/restaurant.Rmd index 628e08ec..496a711e 100644 --- a/Restaurant/restaurant.Rmd +++ b/Restaurant/restaurant.Rmd @@ -20,7 +20,6 @@ library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstan") rstan_options(auto_write = TRUE) -options(mc.cores = parallel::detectCores()) ``` **Show Stan code** diff --git a/Roaches/roaches.R b/Roaches/roaches.R index 7e32d76a..8356aa80 100644 --- a/Roaches/roaches.R +++ b/Roaches/roaches.R @@ -20,7 +20,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("brms") library("loo") library("ggplot2") diff --git a/Roaches/roaches.Rmd b/Roaches/roaches.Rmd index 5c070f46..39fa81e7 100644 --- a/Roaches/roaches.Rmd +++ b/Roaches/roaches.Rmd @@ -22,7 +22,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("brms") library("loo") library("ggplot2") diff --git a/Rsquared/rsquared.R b/Rsquared/rsquared.R index 27cfca13..f2800704 100644 --- a/Rsquared/rsquared.R +++ b/Rsquared/rsquared.R @@ -46,7 +46,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("ggplot2") library("bayesplot") theme_set(bayesplot::theme_default(base_family = "sans")) diff --git a/Rsquared/rsquared.Rmd b/Rsquared/rsquared.Rmd index 1b2927af..99d1ef05 100644 --- a/Rsquared/rsquared.Rmd +++ b/Rsquared/rsquared.Rmd @@ -47,7 +47,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("ggplot2") library("bayesplot") theme_set(bayesplot::theme_default(base_family = "sans")) diff --git a/SIS/data/code.txt b/SIS/data/code.txt deleted file mode 100644 index bc96ae9c..00000000 --- a/SIS/data/code.txt +++ /dev/null @@ -1,36 +0,0 @@ -# missing codes: -9: refused/dk to say if you have this source -# -5: you said you had it but refused/dk the amount - -# earnings variables: - -# rearn: respondent's earnings -# tearn: spouse's earnings -# pearn: earnings of primary wage-earner in family -# searn: earnings of secondary wage-earner in family -# unemp: unemployment, veteran's benefits, worker comp for entire family -# socsec: social security of entire family -# pension: pension, retirement income of entire family -# interest: interest of entire family -# income: rental income of entire family -# alimony: alimony child support for entire family -# giftmon: gift income for entire family -# ssi: ssi for entire family -# welfare: public assistance for entire family -# charity: income received from charity for entire family - -# demographics: - -# earners: #earners in family (0,1,2) -# sex: male=1, female=2 -# race of respondent: 1=white, 2=black, 3=hispanic(nonblack), 4=other -# famchild: #kids (0-8) -# anych6: any children under 6? -# immig: 0 if respondent is U.S. citizen, 1 if not -# rdisab: is respondent disabled? -# cdisab: is focal child disabled? -# educ_r: respondent's education (1=no hs, 2=hs, 3=some coll, 4=college grad) -# r_age: respondent's age (18-97) -# DON'T USE primary: -9=missing, 0=spouse, 1=respondent is primary earner -# marrcoh: 0=single, 1=married/cohabitating -# workmos: primary earner's months worked last year -# workhrs: primary earner's hours/week worked last year diff --git a/SIS/data/siswave3_codebook_v33.pdf b/SIS/data/siswave3_codebook_v33.pdf deleted file mode 100644 index 30c1cdc7..00000000 Binary files a/SIS/data/siswave3_codebook_v33.pdf and /dev/null differ diff --git a/SIS/data/siswave3v4impute3.csv b/SIS/data/siswave3v4impute3.csv deleted file mode 100644 index 4aec4f85..00000000 --- a/SIS/data/siswave3v4impute3.csv +++ /dev/null @@ -1,1502 +0,0 @@ -"fproj","odate","samptype","borough","s1","s2","s3","s4","s5","a01","a02","a03","a04","a05","a06","a07","a08","a09","a10","a11","a12","a13","b01","b02","b03","b04","b05_1","b05a_1","b05a__1","b05b_1","b05c_1","b05_2","b05a_2","b05a__2","b05b_2","b05c_2","b05_3","b05a_3","b05a__3","b05b_3","b05c_3","b05_4","b05a_4","b05a__4","b05b_4","b05c_4","b05_5","b05a_5","b05a__5","b05b_5","b05c_5","b05_6","b05a_6","b05a__6","b05b_6","b05c_6","b5a1_a1","b5a1_a2","b5a1_a3","b5a1_a4","b5a1_a5","b5a1_a_","b5a1_b1","b5a1_b2","b5a1_b3","b5a1_b4","b5a1_b5","b5a1_b_","b11","b11o_","b12","b12_","c00","c01_1","c01a_1","c01b_1","c01b__1","c01c_1","c01c__1","c01d_1","c01_2","c01a_2","c01b_2","c01b__2","c01c_2","c01c__2","c01d_2","c01_3","c01a_3","c01b_3","c01b__3","c01c_3","c01c__3","c01d_3","c01_4","c01a_4","c01b_4","c01b__4","c01c_4","c01c__4","c01d_4","c01_5","c01a_5","c01b_5","c01b__5","c01c_5","c01c__5","c01d_5","c01_6","c01a_6","c01b_6","c01b__6","c01c_6","c01c__6","c01d_6","c01_7","c01a_7","c01b_7","c01b__7","c01c_7","c01c__7","c01d_7","c01_8","c01a_8","c01b_8","c01b__8","c01c_8","c01c__8","c01d_8","c01_9","c01a_9","c01b_9","c01b__9","c01c_9","c01c__9","c01d_9","kidcheck","fcs2a","fcs3","fcs4","d01","d01_a","d01_b","d01_c","d01_d","d02","d03","d03_a","d03_b","d03_c","d03_d","d04","e01","e02","e03","e04","e05","e06","e07","e08","e09","e10","e11","e12","e13","e14","f01","f01_1","f01_2","f01_3","f01_4","f01_5","fu01a_","f02","f02_1","f02_2","f02_3","f02_4","f02_5","fu02a_","f03","f04","f04_1","f04_2","f04_3","fu04a_","f05","f06","f07","f08","f09","f10","f11","f12","f13","f14","g01","g02","g03","g04","g05","g06","g07","g08","h01","h02","h03","h04","h05","h06","h07","h08","h09","h10","h11","h12","h13","h14","h15","h16","h17","h18","h19","i01","i02","i03","i03_","i04","i05","i05_","i06","i07","i08","i09","i10","i11","i12","i13","i14","i15","i16","i17","i18","i18a_1","i18a_2","iu18a_","j00","j01","j02","j03","j04","j05","j06","j06_","j07","jcor_","k00","k0a","k0b","k01","k02","k03","k04","k04a_1","k04a_2","ku04a_","k05","k05a_1","k05a_2","k06","k06o_","k07","k07o_","k08","k08o_","k09","k10","k10o_","l01","l02","l03","l03_","l04","l04_a","l04a_","l05","l06","l07","l08","l09","l10","l11","l12","l12_","l13","l14","l15","l16","l16_a1","l16ao_","l17","l18","l19","l19_","l20","l20_a","l20_b","l20_c","l20_d","l20_e","l20_f","l21","l22","l23","l24","l25","l26","l27","m01","m01_","m02","m03","m03_a","m04","m05","m06","m07","m08","m09","m10","m11","m11_","m12","m13","m13_","m14","m14_a","m14_b","m14_c","m14_d","m14_e","m14_f","m14_g","m14_h","m15","m16","m17","m18","m19","m20","m20_","m21","m22","m22_","m23","m23_a","m23_b","m23_c","m23_d","m23_e","m23_f","m23_g","m23_h","m24","m25","m26","m26_a","m26_b","m26_c","m26_d","m26_e","m26_f","m26_g","m26_h","m27","m27_","m28","m28o_","m29","m29_a","m30","m30_a","n01","n02","n02_a","n03","n04","n04_a","n05","n06","n07","n08","n09","n09_a","n09_b","n09_c","n09_d","n09_e","n09_f","n09_g","n09_h","n10","n11","n12","n13","n14","n15","n16","n17","n18","n19","n19_a","n19_b","n19_c","n19_d","n19_e","n19_f","n19_g","n19_h","n20","n21","n22","n23","n24","n25","n26","n27","n28","n29","n30","n31","n32","n33","n34","n35","n36","n37","n38","n39","n40","n41","n42","n43","n44","n45","n46","n47","n48","n49","n50","n51","n52","n53","n54","n55","n56","n57","n58","n59","n60","n61","o01","o02","o03","o04","o05","o06","o07","o08","o09","o10","o11","o12","o13","o14","o15_a","o15_b","o15_c","o15_d","o15_e","o15_f","o16_a","o16_b","o16_c","o16_d","o16_e","o16_f","o16_g","o17_a","o17_b","o17_c","o17_d","o17_e","o17_f","o18_a","o18_b","o18_c","o18_d","o18_e","o18_f","o19_a","o19_b","o19_c","o19_d","o19_e","o19_f","o20_a","o20_b","o20_c","o20_d","o20_e","o20_f","o21","o21_a","o22_a","o22_b","o22_c","o22_d","o22_e","o22_f","o23_1","o23_2","o24a_1","o24a_2","o24a_3","ou24a_","o24_b","o24_c","o24_d","o24_e","o24_f","o25_a","o25_b","o25_c","o25_d","o25_e","o26_a","o26_b","o26_c","o26_d","o26_e","o27","o27_a","o28","o29","p01","p02","p03","p04","p05","p06","p07","p08","p09","p10","p11","p12","p13","p14","p15","p16_1","p16_2","pu16_","p17_1","p17_2","p17_3","pu17_","p18","p18a_1","p18a_2","p18a_3","pu18a_","p19","p20","p21_1","p21_2","p21_3","p21_4","p22","p23_1","p23_2","pu23_","q1","q2","q3","q4","q5","q6","q7","q8","q8_","q9","q10","wa1","wa2","wa2a_1","wa2a_2","wa2a_3","wa2a_4","wa2a_5","wa2a_6","wa2a_7","wua2a_","wa2b","wa2c","wa2d_1","wa2d_2","wa2d_3","wa2d_4","wa3","wa4","wa5","wa6","wc1","wc1a_1","wc1a_2","wc1a_3","wc1a_4","wc1a_5","wuc1a_","wc1b","wc1c","wc1d_1","wc1d_2","wc1d_3","wc2","wc3","wc4","wc5","wc6","r01","r02","r02_","r03","r04","r05","r05_","r06","r06_","r07","r07_","r08","r08_","r09","r23","fend","fdate","houpeo","hhadul","houchild","fampeo","famadul","famchild","zprearn","zsecearn","zinteres","zgiftmon","zsocsec","zfoodst","zwelfare","zpension","zrental","zunemp","zalimon","zssi","xcharity","ztotinc","w3cphhwt","w3cpppwt","partner","phones","intmo","educ_sp","educ","sex","sexedu","mleshi","mhisch","msmcol","mcolleg","fleshi","fhisch","fsmcol","fcolleg","race","white","black","hisp","orace","r_age","agepart","avage","age","ag18_24","ag25_34","ag35_44","ag45_64","ag65m","marrcoh","single","indnok","indwk","ftype","w3cninwt","w3cnfmwt","w3cnhhwt","hlth","hlth4","adgdhlth","adfrhlth","adprhlth","nodisab","educ_r","hs","lshs","hsged","smcol","college","hlth_c","hlth_c4","kdgdhlth","kdfrhlth","kdprhlth","ndisab_c","norepeat","nogtalng","noaten","depres","chinerv","actyng","achenbac","behpblm","skipscl","suspen","badgrade","read","homework","knowkid","dinnertg","assets","liquid","liquid10","liquid25","ownhome","mkthome","owehome","nethome","owncar","mktcar","owecar","netcar","brw000","brw00","emp","ftw_r","ftw_s","ftwork","fpovline","pov150","poor","pov4","affl","inc150","mead_inc","obs","abovemed","nhunger","utibill","rathou","houqual","rooms","averm","onerm","nbgood","nbsafe","crime","hi_r","hi_s","hi_k","hlthins","schsafe","ratnyc","police","ratsch","kids","rage_c","age18_24","age45_59","age60m","immig2","efrouse","infants","preschs","schage","ch3_6","ch5_12","und12_n","cc_use","lowman","brookgz","statigz","proxi","psex","women","men","rwork","spwork","womwork","menwork","anywork","totwom","totmen","twomwk","tmenwk","emprate","empratem","empratew","singnok","singwk","marnok","marwk","qkey","r05_c","r06_c","r07_c","r08_c","cr05","unemp","xunemp","xunemp2","socsec","xsocsec","xsocsec2","pension","xpension","xpensio2","interest","xinter","xinter2","rental","xrental","xrental2","alimony","xalimon","xalim2","giftmon","xgiftmon","xgiftmo2","ssi","xssi","xssi2","foodstam","xfoodst","xfdstmp2","welfare","xwelf","xwelf2","earners","rearn","xrearn","xrearn2","tearn","xtearn","xtearn2","pearn","searn","xpearn","xpearn2","xsearn","xsearn2","sumch6","anych6","blackx","hispanic","immig","immigran","rdisab","cdisab","r_hs","r_post","r_hied","r_sex","r_agex","r_agesq","work_r","work_s","primary","prhseduc","prposths","prhied","sexpart","pr_sex","agepartx","tempagepx","tempagpmx","pr_age","pr_agesq","auxpoor","auxrich","auxold","sexprhs","sexprpos","sexprhie","sexprchi","sexprch6","workmos","workhrs","secondar","snhseduc","snposths","snhied","sn_sex","sn_age","sn_agesq","sexsnhs","sexsnpos","sexsnhie","sexsnchi","sexsnch6","sexsn6m","i_pearn","i_searn","i_inter","r_inter","i_gift","r_gift","i_foodst","r_foodst","i_socsec","r_socsec","i_welf","r_welf","i_rental","r_rental","i_pens","r_pens","i_unemp","r_unemp","i_alimon","r_alimon","i_ssi","r_ssi","charity" -"9543","020323",1,3,1,,,,,4,,2,1,2,1,3,3,8,1,2,2,8,5,5,29,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,1,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,8,1,,2,,500,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,1,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,4300,,12,51600,1,,2,,,,,,,,,,,,,,,1,1,2,,1,1,,,,,12,55,,,2,,3500,,,12,84000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,100000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,1,2,1,2,2,2,2,2,2,2,,,2,,,,,,,1,700,2,,,,,,,,,,,200,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,72,97," <5:OTHER (SPECIFY)>:france",,,,,,,1998,1,"ct","020323",1,1,0,1,1,0,84000.0078125,0,200,0,700.0000610351562,0,0,0,0,0,0,0,0,84900.0078125,1.8564025163650513,2549.9052734375,0,1,1,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,29,,29,2,0,1,0,0,0,0,1,1,0,1,5716.1416015625,5716.1416015625,5716.1416015625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,100000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,67,1,,,1,,4,4,1,1,1,1,1,,,1,,1,0,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10003,35,,,,35,0,0,0,700,700,26.4575138092041,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,84000,84000,289.8275451660156,0,0,0,84000,0,84000,289.8275451660156,0,0,0,0,,0,1,1,0,0,1,1,1,1,29,841,1,,1,1,1,1,0,1,0,,41.4865608215332,29,841,0,1,1,1,1,1,0,0,12,55,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020319",1,3,2,1,,,,3,,1,1,1,1,1,3,3,1,2,2,3,5,2,40,2,1,11,,1,23,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,7,,,,5,2,3,2,,,,,,,,,,,,,2,,,,,,,1,8,,,,,,,,,,,,,,,2,,,,,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,3,,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1200,,12,14400,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,50,3,,,1200,,12,14400,1,,,,,,,,,,,8,,,,,,,,,8,,,,,,,,,2,,2,,5000,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,9," <1:Yes (Specify)>:<",4,2,2,2,,,,,,,,,,,,,,,1,3,2,,,,,,,,,,,,,,,,,,,1,4,,2,61,97," <5:OTHER (SPECIFY)>:brazil",,,,,,,1997,1,"kp","020319",2,2,0,2,2,0,14400,6966.90625,0,0,0,0,0,0,0,0,0,0,0,21366.90625,.9284690618515015,1275.3204345703125,1,1,0,3,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,40,41.53856658935547,40.769283294677734,3,0,0,1,0,0,1,0,1,0,3,2463.552734375,1231.7763671875,1231.7763671875,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,5000,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,11610,17415,0,46440,0,1,42400,380,0,1,1,0,1,3,1.5,1,1,1,1,0,1,,0,,1,1,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10004,24,,,,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,14400,14400,120,-5,19612.009765625,140.0428924560547,14400,-5,14400,120,9043.8486328125,95.09915161132812,0,0,,1,1,1,0,0,1,1,1,0,40,1600,1,1,1,1,1,1,0,0,41.4865608215332,,41.4865608215332,40,1600,0,0,0,0,0,0,0,0,12,40,0,1,1,1,.3509513735771179,41.53856658935547,1725.4525146484375,0,0,0,0,.1519336998462677,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020312",1,3,2,1,,,,15,,4,1,4,3,4,4,4,3,2,2,1,5,5,36,1,1,11,,2,76,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,,,,,,,4,1,2,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,2,,120,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,4,,4,3,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,10,40,,,9,,,,,,,,,2,,,,,1,3,,,,,,,,,,,,,,,,,,,,,2,,2,,4000,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,160,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,1,,2,64,6," <5:OTHER (SPECIFY)>:ECUADOR",,,,,,,1980,1,"ar","020313",2,2,0,1,1,0,27500,0,160,0,0,0,0,0,0,0,0,0,0,27660,1.3351259231567383,1833.8935546875,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,36,,36,3,0,0,1,0,0,0,1,1,0,1,5170.29736328125,5170.29736328125,2585.148681640625,0,3,0,1,0,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,4000,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,206,1,,,0,,4,2,1,0,0,1,0,,,0,,0,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10010,6,,,,6,0,0,0,0,0,0,0,0,0,160,160,12.649110794067383,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,27500,27500,165.83123779296875,0,0,0,27500,0,27500,165.83123779296875,0,0,0,0,,1,1,1,0,0,1,0,0,1,36,1296,1,,1,1,0,0,0,1,0,,41.4865608215332,36,1296,0,1,0,1,0,0,0,0,10,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020317",1,3,2,1,,,,40,,2,1,2,1,2,1,2,1,2,2,3,1,1,71,1,1,1,,2,65,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,9,,,,,2,1,2,,3,3,2,2,2,2,1,1,1,6,6,1,5,1,,,,,1,5,1,,,,,,,,,,,2,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,35,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1300,,12,15600,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,98,8,,,4,,,,85000,,85000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,500000,,,,,,,,,1,35000,0,,,,,,,1,1,,2,,,,,,,,2,1,2,1,1,1,2,2,,2,2,,,2,,,,,,,1,12000,2,,,,,,,,,,,5000,2,,,,,9000,2,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,1,29,1,,,,1,,1,,,1,"RR2","020614",2,2,0,2,2,0,85000.0078125,0,5000,0,12000,0,0,0,9000,0,209.2769317626953,0,0,111209.28125,2.0333871841430664,2793.0068359375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,71,65,68,5,0,0,0,0,1,1,0,1,0,3,7031.1953125,3515.59765625,3515.59765625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,500000,1,1,1,0,0,0,0,1,35000,0,35000,1,1,1,0,0,0,11610,17415,0,46440,1,1,42400,152,1,,,1,,4,2,1,1,1,1,1,1,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10011,,,,,1,0,0,0,12000,12000,109.54450988769531,0,0,0,5000,5000,70.71067810058594,9000,9000,94.86833190917969,-5,164.60757446289062,12.829948425292969,0,0,0,0,0,0,0,0,0,0,0,0,1,85000,85000,291.547607421875,0,0,0,85000,0,85000,291.547607421875,0,0,0,0,,0,0,0,0,0,1,1,1,1,71,5041,1,0,1,1,1,1,1,1,65,65,41.4865608215332,71,5041,0,1,1,1,1,1,0,0,11,8,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 -"9543","020313",1,3,1,,,,,4,,2,2,1,1,2,2,8,1,2,2,2,5,5,30,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,360,1,,2,,1000,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,0,1,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1000,,12,12000,1,,2,,,,,,,,,,,,,,,1,1,2,,1,1,,,,,12,75,,,4,,,,135000,,135000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,,8,,50000,,,,,,,,,2,,,,,,,,,1,1,,1,80000,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,1000,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,5,8,2,2,1,2,,3,2,2,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,3," <7:ANOTHER GROUP (SPECIFY)>:SOUTH ASIAN",6,71,1,,,,97," <5:OTHER (SPECIFY)>:INDIA",97," <5:OTHER (SPECIFY)>:INDIA",,1,"SF","020313",1,1,0,1,1,0,100000.9921875,0,100,100,0,0,0,0,0,0,0,0,0,100200.9921875,1.5368843078613281,2111.0234375,0,1,1,,4,1,4,0,0,0,1,0,0,0,0,4,0,0,0,1,30,,30,2,0,1,0,0,0,0,1,1,0,1,7710.4560546875,7710.4560546875,7710.4560546875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,50000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,26,1,,,1,,3,3,1,1,1,1,1,,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10028,,,45,45,1,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,1,135000,135000,367.4234619140625,0,0,0,135000,0,135000,367.4234619140625,0,0,0,0,,0,0,0,0,0,1,1,1,1,30,900,1,,1,1,1,1,0,1,0,,41.4865608215332,30,900,0,1,0,1,1,1,0,0,12,75,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020330",1,3,3,1,,,,38,,1,3,3,1,4,3,4,1,2,2,1,2,5,99,2,1,5,,1,31,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,2,2,,,,,,,5,1,1,,,,,,,,,,,,1,4,,,,,,,,,,,,,,,,,,,1,,,1,,2,,9,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,9,30,,6,3,2,2,9,,,,,,,,,,,,,,,,,,,,,9,,,2,,,9,,,,,,,,,8,,,,,,,,,,,,,,,2,,9,,2,2,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,2,,,,,,,,,9,,9,9,,,,,,,,9,9,2,9,2,2,9,9,,9,9,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,9,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,2,1,1,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,99,1,,,,1,,1,,,1,"cr","020330",3,3,0,1,1,0,8956.9638671875,0,0,0,0,0,0,0,0,0,0,0,0,8956.9638671875,2.5561957359313965,3511.122802734375,0,,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,41.3242301940918,,41.3242301940918,3,0,0,1,0,0,0,1,1,0,1,4490.4638671875,4490.4638671875,1496.8212890625,0,4,0,0,1,0,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,,,0,,,,8590,12885,1,34360,0,0,21000.001953125,223,0,1,1,0,1,6,2,1,0,1,1,1,,,1,,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10037,,,,,1,-9,-9,,-9,-9,,0,0,0,-9,-9,,0,0,0,0,0,0,-9,-9,,-9,-9,,-9,-9,,-9,-9,,,-9,-9,,0,0,0,-9,0,-9,,0,0,0,0,1,0,0,0,1,0,1,1,1,0,41.28620147705078,1707.6920166015625,,,1,1,1,1,0,0,0,,41.4865608215332,42.23152160644531,1783.50146484375,0,0,0,0,0,0,0,0,0,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,,0,,1,,1,,1,,1,,1,0,0,0,0,,1,0,0,,1,-9 -"9543","020307",1,3,2,1,,,,6,,2,1,1,2,2,1,2,1,2,2,2,1,1,32,2,1,1,,1,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,1,11,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,,1,600,1,,1,2000,2500,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,6,,3,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1100,,12,13200,1,,2,,,,,,,,,,,,,,,1,2,2,,1,1,,2,1,,12,40,12,45,4,,,,54000,,54000,1,,,,,,,,,,,4,,,,38000,,38000,1,,,,,,,,,,,1,1,2,,15000,,,,,,,,,1,25000,0,,,,,,,1,2,,1,20000,,,,,,,2,2,2,1,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,1500,2,,,,,,,,,,,,,,,,,20000,2000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,2,,,2,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,1," <1:Yes (Specify)>:member of the national association of social workers",4,2,1,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,1,,4,69,1,,,,1,,1,,,1,"gb","020307",2,2,0,2,2,0,54000,38000,1499.9998779296875,2000,0,0,0,0,0,0,0,0,0,95500,2.0333871841430664,2793.0068359375,1,1,1,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,32,30,31,2,0,1,0,0,0,1,0,1,0,3,5334.10986328125,2667.054931640625,2667.054931640625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,15000,1,1,0,0,0,0,0,1,25000,0,25000,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,303,1,,,1,,3,1.5,1,1,1,1,1,1,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10046,,,,,1,0,0,0,0,0,0,0,0,0,1500,1500,38.72983169555664,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,2,54000,54000,232.37899780273438,38000,38000,194.93588256835938,54000,38000,54000,232.37899780273438,38000,194.93588256835938,0,0,,0,0,0,0,0,1,1,1,0,32,1024,1,1,1,1,1,1,2,0,30,30,41.4865608215332,32,1024,0,1,0,0,0,0,0,0,12,40,0,1,1,1,1,30,900,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,3,1,,,,,98,,1,3,1,1,1,1,1,2,2,2,2,2,5,67,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,2,2,,3,8,2,2,2,2,1,1,2,6,6,1,5,,,,,,,,,,,,,,,,,,,,,,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,98,,3,1,2,2,1,2,,,,,,,,,,,,,,,,1,275000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,1,,2,8,,,2,,,,,,,,,1,2,,2,,,,,,,,2,1,1,2,2,2,2,2,,2,2,,,2,,,,,,,1,1200,1,99,,,,215,1,12,2580,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>:democrat committee",2,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,34,1,,,,1,,1,,,1,"gs","020307",1,1,0,1,1,0,0,0,0,0,2925.654541015625,0,0,2580,0,0,0,0,0,5505.654296875,1.906602144241333,2618.858154296875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,67,,67,5,0,0,0,0,1,0,1,1,0,1,3983.071533203125,3983.071533203125,3983.071533203125,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,275000,0,275000,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,424,0,1,1,1,1,3,3,1,1,1,1,1,,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10052,,,,,1,0,0,0,-5,995.5078735351562,31.55167007446289,2580,2580,50.793701171875,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,67,4489,0,,1,1,0,0,0,0,0,,41.4865608215332,67,4489,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,3,1,,,,,50,,1,3,1,1,2,1,1,2,2,2,2,5,5,51,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,2,,1800,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,5,,4,2,2,2,1,1,2,,,2,,,3,,,289,,12,3468,1,,1,200000,25000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,,,,7,40,,,4,,,,35000,,35000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,30000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,650,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,1,2,2,1," <1:Yes (Specify)>:prospect park alliance",4,2,1,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,1,,7,51,1,,,,1,,1,,,1,"wc","020314",1,1,0,1,1,0,35000,0,650,0,0,0,0,0,0,0,0,0,0,35650,2.5468058586120605,3498.22509765625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,51,,51,4,0,0,0,1,0,0,1,1,0,1,4680.7060546875,4680.7060546875,4680.7060546875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,30000,1,1,1,1,200000,25000,175000,0,0,0,0,1,1,0,0,,0,8590,12885,0,34360,1,1,21000.001953125,353,1,,,1,,4,4,1,1,1,1,0,,,0,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10055,,,,,1,0,0,0,0,0,0,0,0,0,650,650,25.495098114013672,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,35000,35000,187.08287048339844,0,0,0,35000,0,35000,187.08287048339844,0,0,0,0,,0,0,0,0,0,1,1,1,0,51,2601,1,,1,1,1,1,0,0,0,,41.4865608215332,51,2601,0,1,0,0,0,0,0,0,7,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020306",1,3,1,,,,,34,,2,1,3,2,3,2,2,2,2,1,8,5,5,34,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,4,2,7,,,,5,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,,1,360,2,,,,,,,2,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,5,1,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,1,2,,,,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,1,,,,2,2,,,1,100,,,,12,4800,1,,2,,,1,2,1,,8,2,,6,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,422,,12,5064,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,32,,,4,,,,27000,,27000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,7,2,,1,,1,,1,,2,,,,,,,,,1,1,,1,283,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,37000,37000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,1,1,2,1," <1:Yes (Specify)>:Boys Club of America Big Brothers Church Volunteer",4,1,1,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,1,2,1,5,,8,68,1,,,,1,,3,,,1,"dm","020306",2,1,1,2,1,1,27000.001953125,0,0,37000,0,0,0,0,0,0,0,0,0,64000,.20816582441329956,285.9310607910156,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,34,,34,2,0,1,0,0,0,0,1,0,1,2,1093.9833984375,1093.9833984375,1093.9833984375,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,,1,1,1,,,1,0,,,,4,,,4,175000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,,0,11610,17415,0,46440,1,1,42400,266,1,,,1,,6,3,1,0,1,0,1,,1,1,,1,0,1,1,2,0,0,0,0,0,0,1,0,1,0,1,1,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,10059,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37000,37000,192.3538360595703,0,0,0,0,0,0,0,0,0,1,27000,27000,164.3167724609375,0,0,0,27000,0,27000,164.3167724609375,0,0,1,1,,1,0,0,0,0,1,1,0,1,34,1156,1,,1,1,1,0,0,1,0,,41.4865608215332,34,1156,0,0,0,1,1,0,1,1,12,32,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020321",1,3,4,1,,,,55,,2,2,2,1,2,1,2,3,2,2,2,1,1,83,1,1,1,,2,83,1,5,,1,59,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,1,2,,,,2,3,2,,3,2,2,2,1,1,1,2,1,6,6,1,5,,,,,,1,5,,,,,,,,,,,,2,,,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,45,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,619,,12,7428,1,,1,,,,,,,,,,,,,,,2,,1,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,1,2,,,,,,,2,,,,,,,,,2,,1,1,7000,,,,,,,1,1,1,1,2,2,2,2,,2,2,,,2,1000,2,,,,,3,400,1,12,4800,1,,8,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,2,19,3,,,,,,,,1946,2,"jd","020406",3,3,0,2,2,0,0,0,1341.6273193359375,0,4800.00048828125,0,0,5500.03662109375,0,999.9999389648438,0,0,0,12641.6640625,.950000524520874,1304.8955078125,1,2,0,1,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,83,83,83,5,0,0,0,0,1,1,0,1,0,3,5967.7734375,2983.88671875,1989.2578125,1,2,1,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,11610,17415,1,46440,0,0,42400,264,0,1,1,1,1,5,1.6666666269302368,1,1,0,1,1,1,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10062,,,,,3,1000,1000,31.62277603149414,4800,4800,69.28203582763672,-5,1241.30029296875,35.23208999633789,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,1,83,6889,0,0,1,0,0,0,1,1,83,83,41.4865608215332,83,6889,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543","020612",1,4,2,1,,,,1,,2,1,3,3,2,3,8,2,2,2,3,5,5,28,1,1,11,,2,28,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,,,,,,,1,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,815,,12,9780,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,8,30,,,2,,900,,,8,14400,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,50000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,1000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,1,1,1,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,3,73,1,,,,1,,1,,,1,"MA","020612",2,2,0,1,1,0,14400,0,999.9999389648438,0,0,0,0,0,0,0,0,0,0,15400,2.625349760055542,3606.11083984375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,28,,28,2,0,1,0,0,0,0,1,1,0,1,7410.19091796875,7410.19091796875,3705.095458984375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,50000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,49,0,1,1,0,1,4,2,1,0,1,1,1,,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10067,,,,,1,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,14400,14400,120,0,0,0,14400,0,14400,120,0,0,0,0,,0,0,0,0,0,1,1,1,1,28,784,1,,1,1,1,1,0,1,0,,41.4865608215332,28,784,0,1,0,1,1,1,0,0,8,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,2,4,1,,,,37,,1,2,2,2,2,2,8,2,2,2,2,1,1,52,2,1,1,,1,54,1,9,,1,28,1,7,,1,33,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,2,,2,,,2,2,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,,,,,,,2,2,,1,,2,,100,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,3,,4,1,2,2,1,1,2,,,2,,,3,,,900,,12,10800,1,,,98,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,1,12,35,98,98,4,,,,32000,,32000,1,,,,,,,,,,,7,,,,,,,,,2,,,,,8,,,,1,1,1,1,5000,,,,,,,,,2,,,,,,,,,1,2,,1,3000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,3,49,97," <5:OTHER (SPECIFY)>:HAITI",,,,,,,1966,1,"JM","020315",4,4,0,2,2,0,32000,17467.916015625,0,0,0,0,0,0,0,0,0,0,0,49467.9140625,1.666374921798706,2288.888427734375,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,52,54,53,4,0,0,0,1,0,1,0,1,0,3,5764.76220703125,2882.381103515625,1441.1905517578125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,5000,1,0,0,1,,,,0,0,0,0,1,1,1,1,0,1,11610,17415,0,46440,1,1,42400,179,1,,,1,,4,1,1,1,1,1,1,1,,1,,1,1,,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10072,42,,,,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32000,32000,178.88543701171875,-5,19612.009765625,140.0428924560547,32000,-5,32000,178.88543701171875,9043.8486328125,95.09915161132812,0,0,1,0,1,1,0,0,1,1,1,0,52,2704,1,1,1,1,1,1,2,0,54,54,41.4865608215332,52,2704,0,0,0,0,0,0,0,0,12,35,0,1,0,0,1,54,2916,1,0,0,0,.1519336998462677,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020311",1,4,2,1,,,,20,,2,3,2,3,3,2,1,9,2,2,3,1,1,62,2,1,1,,1,73,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,1,,,2,7,,,,2,2,3,2,,,,,,,,,,,,,1,5,,,,,,1,5,1,,,,,,,,,,,2,1,500,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1350,,12,16200,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,2,1,,,,4,5,,,,,,,,,,,,,,,,,,,7,,,,,,,,,2,,,,,2,,1,,2,,2,,25000,,,,,,,,,1,8,8,2,,1,2,,,2,,2,1,3000,,,,,,,2,1,2,1,2,2,2,2,,2,2,,,2,,,,,,,3,8,,,,,,,,,,,,500,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,40,1,,,,10," <5:OTHER (SPECIFY)>:Poland",1,,,1,"ddb","020311",2,2,0,2,2,0,5000,0,500,0,3586.39404296875,0,0,0,0,0,0,0,0,9086.39453125,2.0333871841430664,2793.0068359375,1,1,0,4,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,62,73,67.5,5,0,0,0,0,1,1,0,1,0,3,6112.90478515625,3056.452392578125,3056.452392578125,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,25000,1,1,1,0,0,0,0,1,,7500,,0,0,0,0,0,0,11610,17415,1,46440,0,0,42400,280,0,1,1,1,1,3,1.5,1,1,,1,1,1,,1,,1,0,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10082,,,10,,1,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5000,5000,70.71067810058594,5000,0,5000,70.71067810058594,0,0,0,0,,0,0,0,0,0,1,0,0,0,62,3844,0,1,0,1,1,1,2,1,73,73,41.4865608215332,73,5329,0,1,1,1,1,1,0,0,4,5,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020312",1,1,2,1,,,,30,,2,2,4,2,4,3,4,2,2,2,1,5,2,30,1,1,2,,2,27,1,12,,1,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6,11,2,2,,1,,,8,1,2,,1,,,6,1,2,,1,,,5,2,2,,1,,,0,1,1,,1,,,0,9,2,,7,,,,,,,,,,,,,,,,,,,,,,,,2,6,0,9,2,,1,,,2,2,,8,,,2,2,2,,,,,,,,,,,,,2,,,,,,,1,4,,,,,,1,,4,,,,,,,2,,,,,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,2,2,4,,,,,,,,,,,,,,,,,,,,,,,,4,4,,,,,,,,,6,3,4,1,2,2,2,,,,1,2,,2,,,,,,,2,,2,2,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,1,2,1,,2,2,,5,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,354,,5,1770,1,,8,,,,,,,,,,,,,,,2,,2,,2,1,,2,1,,6,40,5,40,1,300,,,,6,7200,1,,,,,,,,,,,7,,,,,,,,,2,,,,,2,,1,,2,,2,,5000,,,,,,,,,2,,,,,,,,,1,2,,1,5000,,,,,,,2,2,2,2,2,2,1,2,,2,1,1,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,500,,,,,,,,,,,,,,,,,,98,,,,4000,12,8,,,99,2,,1,,1,2,,2,,2,2,1,2,2,,,,3,,,,,,,,,3,,,,,,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,2,,6,72,1,,,,1,,1,,,1,"ma","020612",9,3,6,8,2,6,7200,5000,0,500,0,1584.2965087890625,69.06584167480469,0,0,0,0,0,0,12769.0654296875,.85465407371521,1173.93017578125,1,1,0,1,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,30,27,28.5,2,0,1,0,0,0,1,0,0,1,4,2899.195556640625,1449.5977783203125,966.3984985351562,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,3,5000,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,29730,44595,1,118920,0,0,54955.30078125,3,0,1,0,1,0,5,.5555555820465088,0,0,1,1,0,1,1,0,,1,0,0,1,2,0,0,0,0,0,2,1,3,2,4,6,1,0,0,0,0,2,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10088,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,-5,169.98902893066406,13.037983894348145,-5,107.74469757080078,10.380014419555664,2,7200,7200,84.85281372070312,5000,5000,70.71067810058594,7200,5000,7200,84.85281372070312,5000,70.71067810058594,3,1,1,0,0,0,0,0,1,0,0,1,30,900,1,1,1,1,0,0,1,1,27,27,41.4865608215332,30,900,1,0,0,1,0,0,6,1,6,40,0,0,0,0,0,27,729,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020421",1,4,2,1,,,,19,,1,3,1,1,1,1,1,1,2,2,2,1,1,42,1,1,1,,2,37,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,2,1,,1,,,8,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,10,2,7,,,,5,2,4,,,,,2,2,2,,,,,,,,,,,,,1,2,,,,,,2,,,,,,,1,,6,,,,,2,,1,,2,,700,2,1,2,2,,,,,,,2,,,,,1,3,3,3,3,3,1,2,4,4,1,1,3,2,,1,,,5,1,,8,1,1,0,10,4,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,2,0,2,2,2,2,,,,,1,2,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,1,2,3,,,7,,5,1,2,2,1,1,2,,,2,,,4,,,,6000,,6000,1,,,200000,99,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,40,,,4,,,,25000,,25000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,,6000,,,,,,,,,1,10000,0,,,,,,,1,2,,1,12000,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,7," <7:ANOTHER GROUP (SPECIFY)>:indian",5,60,7," <5:OTHER (SPECIFY)>:guyana",1,,,,,,1983,1,"SF","020421",4,2,2,4,2,2,24999.998046875,0,100,0,0,0,0,0,0,0,0,0,0,25099.998046875,.547620952129364,752.1976318359375,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,4,0,0,0,1,42,37,39.5,3,0,0,1,0,0,1,0,0,1,4,3144.94677734375,1572.473388671875,1572.473388671875,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,6000,1,0,0,1,200000,,,1,10000,0,10000,1,1,1,1,0,1,17650,26475,1,70600,0,0,37000,68,0,1,1,1,1,5,1.25,1,1,1,1,1,0,1,0,1,1,1,1,1,2,0,0,0,1,0,0,0,2,0,2,2,1,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10092,7,,,,7,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,25000,25000,158.11387634277344,0,0,0,25000,0,25000,158.11387634277344,0,0,0,0,,0,1,1,0,0,1,1,0,1,42,1764,1,0,1,1,1,0,1,1,37,37,41.4865608215332,42,1764,0,1,0,1,1,0,2,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020313",1,4,1,,,,,49,,2,3,2,1,2,1,1,1,2,2,2,4,5,49,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,160,1,,2,,500,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,45,,4,1,2,2,1,2,,,,,,,,,,,,,,,,,250000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,80000,,80000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,20000,,,,,,,,,1,15000,0,,,,,,,1,1,,1,8000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,12000,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,52,1,,,,1,,1,,,1,"sf","020313",1,1,0,1,1,0,80000,0,0,0,0,0,0,0,0,0,0,0,0,80000,2.8710405826568604,3943.585205078125,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,1,1,0,0,0,49,,49,4,0,0,0,1,0,0,1,1,0,1,8076.595703125,8076.595703125,8076.595703125,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,20000,1,1,0,1,250000,0,250000,1,15000,0,15000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,372,1,,,1,,4,4,1,1,1,1,1,,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10102,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,80000,80000,282.84271240234375,0,0,0,80000,0,80000,282.84271240234375,0,0,0,0,,0,0,0,0,0,1,0,0,1,49,2401,1,,1,1,0,0,0,1,0,,41.4865608215332,49,2401,0,0,0,1,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020401",1,4,2,1,,,,4,,1,2,4,2,4,4,8,1,2,2,3,2,5,26,1,1,9," <14:OTHER, SPECIFY>:cousin",1,24,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,98,,,,,2,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,2,,0,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1200,,12,14400,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,50,,,4,,,,250000,,250000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,7,2,,2,1,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,1,2,1,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,5,76,97," <5:OTHER (SPECIFY)>:germany",,,,,,,1998,1,"nr","020504",2,2,0,1,1,0,100000.9921875,0,0,0,0,0,0,0,0,0,0,0,0,100000.9921875,7.0858612060546875,9732.951171875,0,1,0,,,1,,,,,,,,,,1,1,0,0,0,26,,26,2,0,1,0,0,0,0,1,1,0,1,8627.75,8627.75,4313.875,1,2,1,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,138,1,,,1,,4,2,1,0,1,1,0,,,0,,1,0,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10105,36,,,,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,250000,250000,500,0,0,0,250000,0,250000,500,0,0,0,0,,0,1,1,0,0,1,1,0,1,26,676,1,,1,0,1,0,0,1,0,,41.4865608215332,26,676,0,0,0,0,1,0,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020310",1,2,4,1,,,,14,,3,2,3,3,4,3,2,3,2,1,2,5,5,22,2,1,3,,1,59,1,3,,2,42,1,7,,1,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,8,2,7,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,4,,,,,1,,,,,,,3,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,,,,,,,1,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,2,,7,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,1500,,1500,1,,2,,,,,,,,,,,,,,,1,1,1,2,1,1,,,,,12,20,,,4,,,,12000,,12000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,4000,,,,,,,,,1,5000,0,,,,,,,1,8,,1,10000,,,,,,,1,2,2,1,2,2,2,2,2,2,2,,,2,1000,2,,,,,,,,,,,,,,,,,,500,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,50000,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,1,2,1,,,,,,,,1,1,2,1,2,2,2,2,,1,2,1,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,80,97," <5:OTHER (SPECIFY)>:syria",,,,,,,1988,1,"gs","020310",5,4,1,1,1,0,12000,0,500,0,0,0,0,0,0,999.9999389648438,0,0,0,13500,8.593728065490723,11804.1171875,0,2,1,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,22,,22,1,1,0,0,0,0,0,1,1,0,1,4969.6044921875,4969.6044921875,1242.401123046875,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,4000,1,0,0,0,0,0,0,1,5000,0,5000,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,442,0,1,0,1,0,7,1.399999976158142,1,0,0,0,1,,,1,,0,0,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10108,78,,,,78,1000,1000,31.62277603149414,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,12000,12000,109.54450988769531,0,0,0,12000,0,12000,109.54450988769531,0,0,0,0,,0,1,1,0,0,1,0,0,0,22,484,1,,1,1,0,0,0,0,0,,41.4865608215332,22,484,0,1,0,0,0,0,0,0,12,20,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020309",1,2,4,1,,,,8,,2,1,1,1,3,1,1,2,2,2,2,5,5,20,2,1,3,,1,47,1,3,,2,45,1,7,,1,26,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,1,,,,,,,1,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,,,,,,,2,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,4,,6,1,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 20",2,,1,2,2,2,1,,,,6,8,,,4,,,,2000,,2000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,4000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,1,1,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3000,3000,250,1,4,1000,1,,,,,,,,,,,,,,,,,,,,,,,2,,1,100000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,3,81,7," <5:OTHER (SPECIFY)>:guyana",,,,,,,1996,1,"rm","020309",4,4,0,1,1,0,2000,0,0,3000,0,0,0,0,0,0,0,0,1000,6000,1.906602144241333,2618.858154296875,0,2,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,20,,20,1,1,0,0,0,0,0,1,1,0,1,3149.72119140625,3149.72119140625,787.4302978515625,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,4000,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,241,0,1,1,1,1,6,1.5,1,1,1,1,1,,,1,,1,0,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10122,7,,,,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,3000,54.772254943847656,0,0,0,0,0,0,0,0,0,1,2000,2000,44.72135925292969,0,0,0,2000,0,2000,44.72135925292969,0,0,0,0,1,0,1,1,0,0,1,0,0,0,20,400,1,,1,1,0,0,0,0,0,,41.4865608215332,20,400,0,0,0,0,0,0,0,0,6,8,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000 -"9543","020310",1,4,3,2,,,,2,,1,2,1,1,2,2,1,1,2,2,1,5,2,25,2,1,2,,2,25,1,11,,1,23,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,1,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,2,,,,,,,,,,,,,,1,1500,1,,2,,180,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,2,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,2,,2,,,3,,,900,,12,10800,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,50,12,30,4,,,,24000,,24000,1,,,,,,,,,,,4,,,,40000,,40000,1,,,,,,,,,,,1,1,1,1,4000,,,,,,,,,2,,,,,,,,,1,2,,1,20000,,,,,,,2,2,2,1,2,2,2,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,180,2,,,,,,,,,,,,,,,,,,,,,,,,,4,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,1," <1:Yes (Specify)>:SOUP KITCHEN",4,2,2,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,2,1,,3,76,1,,,,1,,1,,,1,"GOLDY/FLEX","020310",3,3,0,2,2,0,40000,23999.998046875,180,0,0,0,0,0,0,0,0,0,0,64180,2.4903805255889893,3420.720703125,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,25,25,25,2,0,1,0,0,0,1,0,1,0,3,5988.5126953125,2994.25634765625,1996.1708984375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,4000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,11610,17415,0,46440,1,1,42400,169,1,,,1,,4,1.3333333730697632,1,1,1,1,1,0,,0,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,1,1,2,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10124,,,,,1,0,0,0,0,0,0,0,0,0,180,180,13.416407585144043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,24000,24000,154.91932678222656,40000,40000,200,40000,24000,40000,200,24000,154.91932678222656,0,0,,0,0,0,0,0,1,1,1,0,25,625,1,1,0,1,1,1,1,0,25,25,41.4865608215332,25,625,0,1,0,0,0,0,0,0,12,30,1,1,1,1,0,25,625,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020320",1,2,5,1,,,,25,,3,1,2,1,3,2,1,1,2,2,2,5,5,24,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,15,2,7,,,,2,1,1,7,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,15,2,4,,,,,2,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,7,,," <7:or another type of government program? {specify}>:hip",,,,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,8,3,3,3,3,3,2,2,2,3,1,1,4,0,,1,,,10,1,,8,2,2,0,0,4,4,2,2,2,1,4,0,,,,1,0,0,,,,,,,,1,1,0,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,23,,6,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1000,,1,1000,2,1200,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,15000,,15000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,8,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,6,77,1,,,,1,,1,,,1,"ea","020320",3,1,2,2,1,1,15000,0,0,0,0,0,0,0,0,0,0,0,0,15000,.35870251059532166,492.7042541503906,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,24,,24,1,1,0,0,0,0,0,1,0,1,2,1857.992431640625,1857.992431640625,1857.992431640625,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,,4,4,,,,,0,0,0,0,0,0,0,0,1,1,1,1,,1,11610,17415,1,46440,0,0,42400,359,0,1,1,1,1,6,2,1,1,1,1,0,,1,0,1,0,0,1,1,1,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,10127,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,15000,15000,122.4744873046875,0,0,0,15000,0,15000,122.4744873046875,0,0,1,1,1,0,0,0,0,0,1,0,0,1,24,576,1,,1,1,0,0,0,1,0,,41.4865608215332,24,576,0,0,0,1,0,0,1,1,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020324",1,4,2,1,,,,24,,1,1,1,1,2,1,2,1,2,2,3,5,5,24,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,1,,,,,,,1,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:guardian life",,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,1,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,8,4800,1,,2,,,,,,,,,,,,,,,2,,2,,2,1,,,,,8,60,,,1,40000,,,,8,1280000,9,40000,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,8,1,2,,,,,,,1,1000,0,,,,,,,1,1,,1,20000,,,,,,,2,2,2,2,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,600,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,1,1,,2,78,1,,,,1,,1,,,1,"ss","020324",1,1,0,1,1,0,40000,0,0,100,0,0,0,0,0,0,0,0,0,40100,1.1629022359848022,1597.3316650390625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,24,,24,1,1,0,0,0,0,0,1,1,0,1,2012.1300048828125,2012.1300048828125,2012.1300048828125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,0,0,0,0,1,1000,0,1000,1,1,0,0,,0,8590,12885,0,34360,1,1,21000.001953125,96,1,,,1,,4,4,1,1,1,1,1,,,1,,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10132,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,1,40000,40000,200,0,0,0,40000,0,40000,200,0,0,0,0,,1,0,0,0,0,1,1,1,0,24,576,1,,1,1,1,1,0,0,0,,41.4865608215332,24,576,0,0,0,0,0,0,0,0,8,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020306",1,4,2,1,,,,31,,1,1,4,2,1,3,3,3,2,2,1,5,2,31,2,1,2,,1,26,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,12,2,1,,100,,,6,1,1,,101,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,6,1,3,,,,,2,3,,,,,2,2,2,,,,,,,,,,,,,1,4,6,,,," <6:another type of government program? {specify}>:managed health plan",1,4,,,,,,1,,4,7,," <7:or another type of government program? {specify}>:managed health plan",,,,2,,,,,,,2,2,,,,,,,2,,,,,1,3,3,3,3,3,2,2,3,3,1,1,1,5,1,,,,0,1,,1,1,1,0,4,4,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,2,0,2,1,2,2,,,,,1,2,,2,,,,,,,1,,2,1,1,,2,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,1,1,1,,2,8,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,7," <7:Or someone else? (specify)>:section 8",1,1,,3,,,100,,12,1200,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,9,20,10,40,3,,,400,,9,3600,1,,,,,,,,,,,3,,,800,,10,8000,1,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,1,3000,,,,,,,2,2,2,2,2,2,1,2,,2,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,100,,,,,,,,,,,,,,,,,,12,200,2400,1,,11,200,2200,1,,2,,1,,2,,,,,,,1,2,2,,,,1,1,,,,1,,,,1,1,2,5,,,,,,,,,,,,2,1,2,1,2,1,2,2,,4,2,2,1,1,6,2,4,,,,,2,1,7,,,,,1,1,1,2,,,,,,,,,,,,1,2,1,1,2,1,4,,2,70,1,,,,3,,3,,,1,"mm","020306",4,2,2,4,2,2,8000,3600,0,100,0,2400,2199.999755859375,0,0,0,0,0,0,13900,.4740406572818756,651.1296997070312,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,31,26,28.5,2,0,1,0,0,0,1,0,0,1,4,1234.79443359375,617.397216796875,617.397216796875,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,17650,26475,1,70600,0,0,37000,196,0,1,0,1,1,4,1,1,0,0,1,1,1,1,1,1,1,1,0,1,2,0,0,0,0,0,0,0,2,1,2,2,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10138,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,2400,2400,48.98979568481445,2200,2200,46.90415573120117,2,3600,3600,60,8000,8000,89.44271850585938,8000,3600,8000,89.44271850585938,3600,60,0,0,,1,0,0,0,0,1,0,0,0,31,961,1,1,0,1,0,0,2,1,26,26,41.4865608215332,26,676,1,0,0,1,0,0,2,0,10,40,1,1,0,0,0,31,961,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020318",1,2,2,1,,,,12,,3,3,3,2,2,3,3,4,2,2,8,4,5,47,2,1,5,,2,26,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,5,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,3,,,,,1,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,,2,,2,,,,,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,11,,5,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,510,,12,6120,1,,1,,,,,,,,,,,,,,,1,3,2,,1,1,,,,,12,98,,,4,,,,21000,,21000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,1," <1:Yes (Specify)>:saint gabriel catholic church",1,1,2,1,11,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:nervousness",2,2,,,,,2,3,3,,,,,,,,,,,,,,,,,,,1,9," <7:ANOTHER GROUP (SPECIFY)>:<",2,54,97," <5:OTHER (SPECIFY)>:honduras",,,,,,,1988,2,"dm","020318",3,2,1,1,1,0,21000.001953125,0,0,0,0,0,0,0,0,0,0,0,0,21000.001953125,2.197997570037842,3019.111083984375,0,1,2,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,47,,47,4,0,0,0,1,0,0,1,1,0,1,4943.40576171875,4943.40576171875,2471.702880859375,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,,,8590,12885,0,34360,0,1,21000.001953125,354,1,,,0,,5,1.6666666269302368,1,0,0,1,1,,,1,,0,1,0,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10139,43,,,,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,21000,21000,144.9137725830078,0,0,0,21000,0,21000,144.9137725830078,0,0,0,0,,1,1,1,0,0,1,0,0,0,47,2209,1,,1,1,0,0,0,0,0,,41.4865608215332,47,2209,0,0,0,0,0,0,0,0,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020501",1,1,2,1,,,,19,,3,2,3,1,3,2,2,2,2,2,1,1,1,36,2,1,1,,1,37,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,11,1,1,,1,,,5,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,5,1,6,,,,,2,8,,,,,2,3,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,2,,1,,2,,3200,2,2,1,2,,,,,,,2,1,3,2,3,,,,,,,,,,,,1,1,3,1,,,,0,2,,1,2,1,0,0,4,4,2,2,2,1,4,,,,,2,1,1,2,2,2,,,4000,,2,1,2,1,1,2,2,,,,1,2,,2,,2,,,,,1,,1,,,,2,,,1,,,2,,,,,,,,,2,,,2,2,,,3,,,500,,12,6000,1,,2,,,1,2,1,,1,12,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,35,12,75,4,,,,26000,,26000,1,,,,,,,,,,,4,,,,45000,,45000,1,,,,,,,,,,,1,1,1,2,8,8,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,1,2,2,2,2,,2,66,2,,1,,,,,,1983,1,"SF","020501",4,2,2,4,2,2,45000,25999.998046875,0,0,0,0,0,0,0,0,0,0,0,71000,.6563703417778015,901.5728759765625,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,36,37,36.5,3,0,0,1,0,0,1,0,0,1,4,1428.140380859375,714.0701904296875,714.0701904296875,1,2,1,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,2,1,,,1.3333333730697632,0,0,0,0,4,,,4,,,,,0,0,0,0,0,0,0,0,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,18,1,,,1,,4,1,1,0,1,1,1,1,1,1,1,0,0,1,1,2,0,0,0,1,0,0,1,1,1,2,2,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10140,,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,26000,26000,161.24514770507812,45000,45000,212.1320343017578,45000,26000,45000,212.1320343017578,26000,161.24514770507812,1,1,1,0,1,1,0,0,1,1,0,0,36,1296,1,1,0,1,1,0,2,1,37,37,41.4865608215332,37,1369,0,0,0,1,1,0,2,1,12,75,1,1,1,0,0,36,1296,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,1,2,1,,,,46,,3,2,2,1,1,1,4,1,2,2,3,1,1,46,1,1,1,,2,42,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,12,2,1,,1,,,11,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,11,1,7,,,,5,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,2,,,,,,,1,,1,,,,,1,5000,1,,2,,4000,2,1,1,1,,,,,,,2,,,,,1,3,3,3,3,3,1,1,1,1,1,1,4,3,,1,,,5,3,,1,1,1,5,97,4,4,2,2,2,1,4,0,,,,2,0,2,2,2,2,,,5000,,2,0,2,1,2,2,,,,,2,,,2,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,2," |0",,,,,,,,,,,,,,2,,,1,2,3,,,10,,5,1,2,2,1,1,2,,,2,,,9,,,,,,,,,,250000,25000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,100000,,100000,1,,,,,,,,,,,4,,,,100000,,100000,1,,,,,,,,,,,1,1,1,1,500000,,,,,,,,,1,25000,0,,,,,,,1,1,,1,50000,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,100000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,4,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,1,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,7," <7:ANOTHER GROUP (SPECIFY)>:mixture",2,56,1,,,,1,,1,,,1,"ddb","020315",4,2,2,4,2,2,99999.9921875,100000,99999.9921875,0,0,0,0,0,0,0,0,0,0,300000,.7717018127441406,1059.9891357421875,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,4,0,0,0,1,46,42,44,3,0,0,1,0,0,1,0,0,1,4,3144.94677734375,1572.473388671875,1572.473388671875,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,500000,1,1,1,1,250000,25000,225000,1,25000,0,25000,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,35,1,,,1,,5,1.25,1,1,1,1,1,0,1,0,1,0,1,0,1,3,0,1,0,0,0,0,0,2,0,2,2,1,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10141,,,,,1,0,0,0,0,0,0,0,0,0,100000,100000,316.2277526855469,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,100000,100000,316.2277526855469,100000,100000,316.2277526855469,100000,100000,100000,316.2277526855469,100000,316.2277526855469,0,0,,0,0,0,0,0,1,1,0,1,46,2116,1,1,1,1,1,0,1,1,42,42,41.4865608215332,46,2116,0,1,0,1,1,0,2,0,12,40,0,1,1,1,0,42,1764,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020405",1,4,5,1,,,,12,,2,2,2,1,1,2,3,1,2,2,2,1,5,33,1,1,11,,1,45,1,11,,1,22,1,11,,2,33,1,11,,2,37,2,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,2,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:He has insurance through his live-in girlfriend; he is currently in process of divorcing his wife who no longer lives with him",,,,,,,,,,,,,,2,,,1,,2,,400,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,6,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,2,,2,,,3,,,450,,12,5400,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,1,560,,,,12,26880,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,1,7,2,,2,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,1,,2,67,6," <5:OTHER (SPECIFY)>:ECUADOR",,,,,,,1989,2,"ar","020405",5,5,0,1,1,0,26880.001953125,0,0,0,0,0,0,0,0,0,0,0,0,26880.001953125,1.8034180402755737,2477.127197265625,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,33,,33,2,0,1,0,0,0,0,1,1,0,1,6028.27294921875,6028.27294921875,1205.654541015625,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,64,1,,,1,,5,1,1,1,1,1,1,,,1,,1,1,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10144,6,,,,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,26880,26880,163.9512176513672,0,0,0,26880,0,26880,163.9512176513672,0,0,0,0,,1,1,1,0,0,1,1,0,1,33,1089,1,,1,1,1,0,0,1,0,,41.4865608215332,33,1089,0,0,0,1,1,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020310",1,1,2,1,,,,30,,3,2,3,2,2,3,4,2,2,2,1,1,1,37,1,1,1,,2,39,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,7,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,7,1,2,,2,,,2,7,,,,5,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,100,1,,2,,250,2,2,2,2,,,,,,,2,,,,,1,3,2,3,2,2,1,1,1,1,1,1,2,1,,1,,,2,1,,2,2,1,0,10,4,4,2,2,2,2,2,0,,,,1,1,,,,,,,,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,1,80,,,,6,1920,1,,2,,,1,2,1,,2,15,,5,1,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,570,,12,6840,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,25,4,,,,50000,,50000,1,,,,,,,,,,,4,,,,7500,,7500,1,,,,,,,,,,,1,1,1,1,0,,,,,,,,,2,,,,,,,,,1,1,,1,12000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,1,2,2,1," <1:Yes (Specify)>:jehovah's witness",1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,6,65,1,,,,1,,1,,,1,"jm","020320",3,2,1,3,2,1,50000,7500,0,0,0,0,0,0,0,0,0,0,0,57500,.6563703417778015,901.5728759765625,1,1,0,3,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,37,39,38,3,0,0,1,0,0,1,0,0,1,4,2274.833984375,1137.4169921875,1137.4169921875,1,2,1,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,1,2,1,2,2,1.3333333730697632,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,14630,21945,0,58520,0,1,46438.2578125,196,1,,,1,,5,1.6666666269302368,1,0,1,1,1,1,1,1,1,0,1,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10145,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,50000,50000,223.60679626464844,7500,7500,86.6025390625,50000,7500,50000,223.60679626464844,7500,86.6025390625,0,0,1,0,0,0,0,0,1,0,0,1,37,1369,1,1,1,1,0,0,1,1,39,39,41.4865608215332,37,1369,0,0,0,1,0,0,1,0,12,40,0,1,1,1,0,39,1521,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020309",1,1,2,1,,,,20,,2,1,2,1,2,3,2,3,2,2,3,1,1,23,2,1,1,,1,27,1,3,,2,63,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,7,1,1,,1,,,5,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,5,1,1,2,,,,2,1,2,,,,2,4,1,1,,,,,,,,,,,,1,9,,,,,,1,9,,,,,,1,,9,,,,2,,,2,,,,,,,1,2,,,,,,,2,2,3,3,3,,,,,,,,,,,,1,1,3,1,,,,1,1,,2,2,1,98,3,4,4,2,2,2,3,4,,,,,2,2,,,,,,,,,2,1,2,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,9,,,9,,3,2,2,2,9,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,8,,,,,,,,2,,,,,,,,,1,8,,2,,,,,,,,9,9,9,2,2,2,2,2,,2,2,2,9,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,8,,,,,,,,,,2,2,8,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,99,1,,,,1,,1,,,1,"rm","020309",5,3,2,4,2,2,0,195.5893096923828,0,0,0,0,0,0,0,0,0,0,0,195.5893096923828,.8709921836853027,1196.371826171875,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,23,27,25,2,0,1,0,0,0,1,0,0,1,4,3627.29248046875,1813.646240234375,1209.0975341796875,0,3,0,1,0,0,1,0,1,0,0,0,1,1,0,0,0,1,1,1,1,1,,,1,0,0,0,0,3,,,4,,,,,,,,,0,0,0,0,1,1,,0,,,17650,26475,1,70600,0,0,37000,139,0,1,1,1,1,3,.6000000238418579,0,1,0,1,1,1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,1,1,1,2,2,0,0,0,0,0,1,1,1,0,,0,,,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10146,,,,,1,-9,-9,,-9,-9,,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,-9,-9,,0,-9,0,0,-9,,1,1,,1,0,0,1,0,0,0,0,0,23,529,0,,1,0,0,0,2,0,27,27,41.4865608215332,23,529,0,0,0,0,0,0,0,0,0,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,,0,0,0,0,0,0,,1,0,0,0,0,,1,,1,0,0,0,0,0 -"9543","020330",1,4,4,1,,,,11,,2,1,2,2,8,2,8,2,2,2,8,3,5,58,2,1,5,,1,24,1,5,,2,22,1,9,,1,24,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,5,1,1,,,,,,,,,,,,1,4,5,,,,,,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,2,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,8,,,,,,,,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100,,,,,,,,,2,,,,,,,,,8,,1,2,,,,,,,,2,1,2,2,2,2,2,2,,1,1,,,2,,,,,,,8,5000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,,,,12,280,3360,1,,12,130,1560,1,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,3,,3,44,97," <5:OTHER (SPECIFY)>:Shanghai China",,,,,,,1976,4,"vc","020330",4,4,0,1,1,0,0,0,0,0,5000,1559.9998779296875,0,0,0,0,0,3360,0,8360,5.0952982902526855,6998.7666015625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,4,0,0,0,1,58,,58,4,0,0,0,1,0,0,1,1,0,1,35950.80078125,35950.80078125,8987.7001953125,0,4,0,0,1,0,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,100,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,314,0,1,1,1,1,3,.75,0,1,1,1,1,,,1,,1,,,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10147,9,,,,9,0,0,0,5000,5000,70.71067810058594,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3360,3360,57.96550750732422,1560,1560,39.49683380126953,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,1,0,0,0,0,0,58,3364,0,,1,0,0,0,0,0,0,,41.4865608215332,58,3364,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020320",1,1,1,,,,,23,,3,2,3,3,2,2,3,2,2,2,2,4,5,42,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,16,2,1,,,,,9,2,1,,,,,7,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,7,2,1,2,,,,2,,,,,,,4,1,2,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,2,2,2,1,,,,,,,2,,,,,4,3,3,3,3,2,1,1,2,4,1,1,1,3,,1,,,1,1,,2,2,1,0,8,4,4,2,2,2,2,4,0,,,,3,3,,,,,,,,,2,0,2,1,2,1,,,,,1,8,,1,,,,1,,,1,,2,2,,,,,,,,,,,2,2,,,,,,2,2," |no",,,,,,,,,,,,,,2,,,2,2,1,,2,8,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,239,,12,2868,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,39,,,3,,,800,,12,9600,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,2,,2,1,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,1,2,2,,2,1,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,250,2,,,,,,,,,,,,,,,,,,,,,,,,12,320,3840,1,,,,,,,2,,2,,1,2,,2,,2,2,1,2,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,3,3,1,1,2,,,,,,,,,,,,2,2,1,1,1,1,4,,2,59,4,,1,,,,,,1979,2,"ak","020330",4,1,3,4,1,3,9600,0,0,0,0,3840.000244140625,0,0,0,0,249.99998474121094,0,0,9850,.90010005235672,1236.353515625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,42,,42,3,0,0,1,0,0,0,1,0,1,2,2447.803466796875,2447.803466796875,2447.803466796875,0,3,0,1,0,0,1,0,1,0,0,0,1,2,1,0,0,1,1,1,1,1,1,2,1,0,0,0,0,,1,4,4,6000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,17650,26475,1,70600,0,0,37000,183,0,1,0,0,1,4,1,1,0,1,1,1,,1,1,1,0,1,0,1,2,0,0,0,1,0,0,0,2,0,2,2,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,10149,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,250,15.81138801574707,0,0,0,0,0,0,3840,3840,61.967735290527344,0,0,0,1,9600,9600,97.9795913696289,0,0,0,9600,0,9600,97.9795913696289,0,0,0,0,,1,1,1,0,0,0,0,0,0,42,1764,1,,1,0,0,0,0,0,0,,41.4865608215332,42,1764,0,0,0,0,0,0,0,0,12,39,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020306",1,2,2,1,,,,23,,3,2,4,1,2,4,1,4,2,1,1,5,2,23,2,1,2,,1,23,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,5,1,1,,101,,,2,1,1,,101,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,2,1,2,,3,,,2,2,,5,,,2,1,2,,,,,,,,,,,,,1,4,,,,,,1,1,,,,,,1,,4,,,,,1,8,1,,2,,50,2,8,2,2,,,,,,,1,1,3,2,3,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,2,2,1,2,2,2,1,3,,,2,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,,2," yes",,,,,,,,,,,,,,2,,,2,2,1,,2,3,,4,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,1,9," <5:Or something else? {specify}>:refused",3,,,400,,12,4800,1,,1,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,8,25,8,40,1,100000,,,,8,3200000,2,99,,,,,,,,,,7,,,,,,,,,1,2,2,7,,,,,20000,1,1,1,1,9,9,,,,,,,,1,1200,0,,,,,,,1,2,,9,,,,,,,,2,2,2,2,2,1,2,2,,1,1,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,600,2,,,,,,,,,,,,,,,3,,,,12,568,6816,1,,12,300,3600,1,,12,9,,,99,2,,1,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,,,,,,,,,,,2,1,2,2,2,2,2,2,,4,2,2,1,5,1,12,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:stress",1,1,9,,,,,1,1,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,78,1,,,,3,,3,,,1,"DDB","020306",4,2,2,4,2,2,20000,2186.4716796875,0,0,0,3600,176.93270874023438,0,0,0,600,6815.99951171875,0,29779.404296875,.7111620903015137,976.8333740234375,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,23,23,23,1,1,0,0,0,0,1,0,0,1,4,2702.88330078125,1351.441650390625,1351.441650390625,1,1,0,0,0,1,1,0,1,0,0,0,1,2,1,0,0,0,,,,,,,,,,,,4,,,4,,,,,0,0,0,0,1,1200,0,1200,1,1,1,0,0,0,17650,26475,0,70600,0,1,37000,30,0,1,1,0,0,4,1,1,0,0,0,1,1,1,1,,0,1,1,1,1,1,0,0,0,0,1,1,0,1,1,2,1,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10150,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,600,24.494897842407227,0,0,0,6816,6816,82.55906677246094,3600,3600,60,-5,107.74469757080078,10.380014419555664,2,-5,30172.58203125,173.7025604248047,20000,20000,141.42135620117188,20000,-5,20000,141.42135620117188,9043.8486328125,95.09915161132812,2,1,,1,0,0,0,1,0,0,0,0,23,529,1,1,0,0,0,0,2,1,23,23,41.4865608215332,23,529,1,0,0,0,0,0,2,1,8,40,1,0,0,0,0,23,529,0,0,0,0,0,.1519336998462677,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020409",1,1,1,,,,,24,,1,3,2,2,2,1,3,1,2,2,2,4,5,24,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,480,1,,2,,180,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,530,,12,6360,8,6360,2,,,,,,,,,,,,,,,1,1,2,,1,1,,,,,12,40,,,4,,,,39000,,39000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,0,,,,,,,,,1,2500,0,,,,,,,2,,1,1,2700,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,200,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,2,77,1,,,,4,,4,,,1,"agh","020409",1,1,0,1,1,0,39000,0,100,0,0,0,0,0,0,0,0,0,0,39100,1.1064584255218506,1519.802001953125,0,1,1,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,24,,24,1,1,0,0,0,0,0,1,1,0,1,2377.839599609375,2377.839599609375,2377.839599609375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,2500,0,2500,0,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,239,1,,,1,,3,3,1,1,1,1,1,,,1,,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10152,,,,,1,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,39000,39000,197.4841766357422,0,0,0,39000,0,39000,197.4841766357422,0,0,0,0,,1,0,0,0,0,1,1,0,0,24,576,1,,1,1,1,0,0,0,0,,41.4865608215332,24,576,0,1,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020310",1,4,2,1,,,,48,,2,3,2,2,2,2,3,2,2,2,2,1,1,48,1,1,1,,2,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,13,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,13,1,10,,,,,2,9,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,3000,1,,2,,2000,1,2,1,2,2,2,2,2,2,2,2,,,,,2,3,3,3,3,2,1,2,1,1,2,1,2,4,,1,,,7,1,,2,1,2,0,8,4,4,2,2,2,2,3,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,16,,4,2,2,2,1,2,,,,,,,,,,,,,,,,1,130000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,45000,,45000,1,,,,,,,,,,,4,,,,35000,,35000,1,,,,,,,,,,,1,1,1,1,100000,,,,,,,,,1,13000,0,,,,,,,1,1,,1,2000,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,200,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,8,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,54,1,,,,10," <5:OTHER (SPECIFY)>:poland",10," <5:OTHER (SPECIFY)>:poland",,1,"rm","020510",3,2,1,3,2,1,45000,35000,200,0,0,0,0,0,0,0,0,0,0,80200,.9321386218070984,1280.36083984375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,48,45,46.5,4,0,0,0,1,0,1,0,0,1,4,2751.768310546875,1375.8841552734375,1375.8841552734375,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,2,1,0,0,0,0,,3,3,4,100000,1,1,1,1,130000,0,130000,1,13000,0,13000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,287,1,,,1,,4,1.3333333730697632,1,1,1,1,1,1,1,1,1,1,1,0,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10154,,,10,10,1,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,45000,45000,212.1320343017578,35000,35000,187.08287048339844,45000,35000,45000,212.1320343017578,35000,187.08287048339844,0,0,,0,0,0,0,0,1,1,1,1,48,2304,1,1,1,1,1,1,1,1,45,45,41.4865608215332,48,2304,0,1,0,1,1,1,1,0,12,40,0,1,1,1,0,45,2025,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020318",1,2,4,1,,,,10,,3,1,2,3,3,3,3,2,2,2,1,4,2,36,1,1,7,,1,42,1,9,,1,20,1,1,,2,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,12,1,1,,1,,,10,2,1,,1,,,6,1,1,,1,,,2,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,12,1,1,2,,,,2,1,2,,,,2,4,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,4,,,,,,,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,4,3,3,9,3,3,2,2,4,4,1,1,4,1,,1,,,6,1,,2,2,1,0,0,3,4,2,2,2,3,4,2,1,,,3,3,,,,,,,,,4,1,3,2,2,2,1,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2," |<",,,,,,,,,,,,,,2,,,2,2,1,,8,2,,2,3,1,1,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,1000,,12,12000,1,,8,,,,,,,,,,,,,,,2,,2,,2,1,,1,2,2,3,5,,,1,200,,,,3,2400,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,1,1,2,,2,1,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,,,,,,8,100,,,,,,,,,,,,,,,,,,6,200,1200,1,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,2,1,,,,4,,,,3,,,,,1,1,,,,,2,,,,2,2,5,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,1,1,,6,68,8," <5:OTHER (SPECIFY)>:mexico",1,,,,,,1989,2,"dm","020320",8,4,4,6,2,4,2400,0,0,100,0,1200.0001220703125,0,0,0,0,1.1829437017440796,0,0,2501.182861328125,1.0057350397109985,1381.450927734375,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,36,30,33,2,0,1,0,0,0,1,0,0,1,4,4845.9404296875,2422.97021484375,1211.485107421875,0,3,0,1,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,1,1,,1,1,1,0,0,0,0,,1,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,23690,35535,1,94760,0,0,26400,7,0,1,1,0,0,2,.25,0,1,1,1,0,0,1,0,0,0,0,0,1,2,0,0,0,1,0,1,0,3,1,3,4,1,0,0,0,0,2,1,1,0,1,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10156,8,,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,164.60757446289062,12.829948425292969,100,100,10,0,0,0,1200,1200,34.64101791381836,0,0,0,1,2400,2400,48.98979568481445,0,0,0,2400,0,2400,48.98979568481445,0,0,1,1,,1,1,1,0,0,0,0,0,1,36,1296,1,0,1,0,0,0,1,1,30,30,41.4865608215332,36,1296,0,0,0,0,0,0,4,1,3,5,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.4038054943084717,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 -"9543","020406",1,4,2,1,,,,35,,1,3,2,2,2,2,2,1,2,2,2,1,1,35,2,1,1,,1,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,8,1,1,,1,,,5,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,8,1,7,,,,5,1,8,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,1000,2,2,2,2,,,,,,,2,,,,,1,3,3,2,2,3,1,2,2,2,1,1,1,4,,1,,,2,3,,1,1,1,0,25,4,4,2,1,2,2,3,0,,,,2,0,2,2,2,2,,,4500,,2,1,2,1,1,2,1,1,,,2,,,2,,2,,,,,,,2,2,,,,,,2,2,,,,,,,,,,2,,2," yes i did not have any shild care expenses",,,,,,,,,,,,,,2,,,2,2,3,,,0,5,6,2,2,2,1,1,2,,,2,,,3,,,1900,,5,9500,1,,,350000,250000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,2,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,4,,,,110000,,110000,1,,,,,,,,,,,2,,2,,5000,,,,,,,,,1,8000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,1,1,1,2,,1,2,2,1,12,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:stress",2,1,9,,,,1,1,2,2,1,7,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:anxiety",2,1,1,,,2,2,2,2,2,2,1,,2,67,1,,,,1,,1,,,1,"rm","020415",4,2,2,4,2,2,100000.9921875,0,100,0,0,0,0,0,0,0,0,0,0,100100.9921875,.9003636240959167,1236.715576171875,1,1,1,3,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,35,36,35.5,3,0,0,1,0,0,1,0,0,1,4,2253.308349609375,1126.6541748046875,1126.6541748046875,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,2,2,1,1.3333333730697632,0,0,1,0,,4,4,4,5000,1,0,0,1,350000,250000,100000,1,8000,0,8000,1,1,1,0,1,1,17650,26475,0,70600,1,1,37000,222,1,,,1,,6,1.5,1,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,0,0,0,1,1,1,2,2,1,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10159,,,,,1,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,110000,110000,331.6624755859375,110000,0,110000,331.6624755859375,0,0,1,1,,0,0,0,0,0,1,1,0,0,35,1225,0,1,0,1,1,0,2,1,36,36,41.4865608215332,36,1296,0,1,0,1,1,0,2,1,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020419",1,4,2,1,,,,2,,1,2,3,3,8,4,1,2,2,2,8,1,1,63,2,1,1,,1,69,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,2,2,7,,,,2,2,4,2,,,,,,,,,,,,,2,,,,,,,1,5,,,,,,,,,,,,,,,2,,,,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,5,,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1100,,12,13200,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,6,20,12,20,3,,,400,,6,2400,1,,,,,,,,,,,3,,,800,,12,9600,1,,,,,,,,,,,2,,2,,8,1,2,,,,,,,2,,,,,,,,,8,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,1,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,12,200,2400,8,2400,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,2,8,,,,,,,,3,,,,,1,2,9,,,,,,,,2,2,5,,2,2,2,2,,1,2,2,1,1,,,,,,,,2,2,,,,,,2,2,,,,,,,,,,,,,,,,,,,2,3,,2,38,97," <5:OTHER (SPECIFY)>:korea",,,,,,,99,5,"return","020419",2,2,0,2,2,0,9600,2400,0,0,0,0,0,0,0,0,0,2400,0,14400,1.6834068298339844,2312.282958984375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,4,0,0,0,1,63,69,66,5,0,0,0,0,1,1,0,1,0,3,7611.79052734375,3805.895263671875,3805.895263671875,0,3,0,1,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,11610,17415,1,46440,0,0,42400,60,0,1,1,0,1,3,1.5,1,0,1,1,0,1,,0,,1,,1,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10163,53,,,,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2400,2400,48.98979568481445,0,0,0,0,0,0,2,2400,2400,48.98979568481445,9600,9600,97.9795913696289,9600,2400,9600,97.9795913696289,2400,48.98979568481445,0,0,,0,1,1,0,0,1,1,1,0,63,3969,1,1,0,1,1,1,2,1,69,69,41.4865608215332,69,4761,0,0,0,1,1,1,0,0,12,20,1,1,1,1,0,63,3969,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,2,1,,,,,50,,2,1,2,1,1,2,2,1,2,2,2,5,5,75,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,4,2,,2,2,1,1,2,2,3,2,4,6,4,1,6,,,,," <6:another type of government program? {specify}>:my ab medicare is convered for only 80 percent.",,,,,,,,,,,,,,,,,1,,2,,31,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,40,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,10000,,99,,,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,1,1,,,,,,,2,,,,,,,,,8,,1,2,,,,,,,,2,2,1,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,500,1,7,3500,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,1,1,2,,,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,6,26,1,,,,1,,1,,,1,"ap","020307",1,1,0,1,1,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,3500,3.382920742034912,4646.6904296875,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,75,,75,5,0,0,0,0,1,0,1,1,0,1,9553.451171875,9553.451171875,9553.451171875,0,3,0,1,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,250,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,76,0,1,1,0,1,4,4,1,1,1,1,1,,,1,,1,1,1,0,4,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10166,,,,,1,0,0,0,0,0,0,3500,3500,59.160797119140625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,75,5625,0,,1,0,0,0,0,0,0,,41.4865608215332,75,5625,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020310",1,1,2,1,,,,55,,2,1,1,1,1,1,2,1,2,2,3,1,1,57,1,1,1,,2,56,1,5,,1,24,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,7,,,,2,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,2,,1,,2,,60,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,24,,4,1,2,2,1,2,,,,,,,,,,,,,,,,1,17000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,35,12,20,4,,,,40000,,40000,1,,,,,,,,,,,4,,,,15000,,15000,1,,,,,,,,,,,2,,2,,150000,,,,,,,,,2,,,,,,,,,1,8,,1,20000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,100,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,3,45,1,,,,1,,1,,,1,"ddb","020310",3,3,0,2,2,0,40000,15000,0,0,0,0,0,0,0,0,0,0,0,55000,1.4431231021881104,1982.235595703125,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,57,56,56.5,4,0,0,0,1,0,1,0,1,0,3,5635.29052734375,2817.645263671875,1878.43017578125,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,150000,1,1,1,1,17000,0,17000,0,0,0,0,1,1,1,1,0,1,11610,17415,0,46440,1,1,42400,170,1,,,1,,4,1.3333333730697632,1,1,1,1,1,1,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10170,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,40000,40000,200,15000,15000,122.4744873046875,40000,15000,40000,200,15000,122.4744873046875,0,0,1,0,0,0,0,0,1,1,0,1,57,3249,1,1,1,1,1,0,1,1,56,56,41.4865608215332,57,3249,0,0,0,1,1,0,0,0,12,35,0,1,1,1,0,56,3136,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020309",1,1,2,1,,,,47,,1,1,2,1,2,2,3,8,2,2,1,1,1,69,2,1,1,,1,72,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,11,,,,,2,2,8,,3,2,2,2,2,2,1,2,2,5,6,1,5,,,,,,1,5,1,,,,,,,,,,,2,2,,1,,2,,0,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,39,,4,1,2,2,1,2,,,,,,,,,,,,,,,,1,60000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,,,,,,,,,1,2000,0,,,,,,,1,8,,2,,,,,,,,2,2,1,1,2,2,2,2,,8,2,,,2,,,,,,,,,,,,,,8,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,8,1,5,1,1,2,2,1," <1:Yes (Specify)>:committe on elders and church organizations that supply many services for people to the community and old age home up the block. Manhattan church women",1,1,2,2,,,,,,,,,,,,,,,2,3,2,,,,,,,,,,,,,,,,,,,2,1,,2,33,1,,,,1,,1,,,1,"kp","020309",2,2,0,2,2,0,0,0,626.533203125,0,0,0,0,5114.02734375,0,0,0,0,0,5740.560546875,2.0333871841430664,2793.0068359375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,69,72,70.5,5,0,0,0,0,1,1,0,1,0,3,5642.99609375,2821.498046875,2821.498046875,1,1,0,0,0,,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,100000,1,1,1,1,60000,0,60000,1,2000,0,2000,1,1,1,0,0,0,11610,17415,1,46440,0,0,42400,34,0,1,1,1,1,4,2,1,1,,1,1,1,,1,,1,1,0,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10177,,,,,1,0,0,0,0,0,0,-5,1241.30029296875,35.23208999633789,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,1,1,0,69,4761,0,0,1,1,1,1,2,0,72,72,41.4865608215332,69,4761,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,,1,0 -"9543","020313",1,5,1,,,,,11,,1,3,1,1,1,2,1,1,2,2,3,3,5,24,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,5,,,,,,,,,,,,,,,,,,,2,,,1,,2,,8,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,12,9000,1,,1,,,,,,,,,,,,,,,2,,2,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,8,,,,,,1,15000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,3,,3,78,97," <5:OTHER (SPECIFY)>:hong kong",,,,,,,1991,1,"kw","020328",1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.370053768157959,3255.443115234375,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,4,0,0,0,1,24,,24,1,1,0,0,0,0,0,1,1,0,1,8932.6318359375,8932.6318359375,8932.6318359375,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,15000,0,15000,1,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,378,0,1,1,1,1,2,2,1,1,1,1,1,,,1,,1,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10182,44,,,,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,0,0,1,0,0,1,24,576,0,,1,1,0,0,0,1,0,,41.4865608215332,24,576,0,0,0,1,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020326",1,1,3,1,,,,20,,1,1,1,1,1,1,1,1,2,2,3,5,5,20,1,1,3,,2,47,1,3,,1,57,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,1,,,,,,,2,2,,,,,,,,,,,,,1,3,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,8,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,20,,9,1,2,2,1,1,2,,,2,,,8,,,,,,,,,,370000,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,12,,,4,,,,6500,,6500,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,2,,1,,2,2,,,2,,,,,,,,,1,2,,1,8,2,,1,2,,,2,2,2,2,2,2,2,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,,,,,,,,,,,,,,,,,,,2,,2,95000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,1,1,1,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,2,1,,1,82,1,,,,1,,1,,,1,"ddb","020326",3,3,0,1,1,0,6499.99951171875,0,0,0,0,0,0,0,0,0,0,0,0,6499.99951171875,3.105776786804199,4266.0126953125,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,20,,20,1,1,0,0,0,0,0,1,1,0,1,8128.08544921875,8128.08544921875,2709.36181640625,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,70000,1,1,1,1,370000,,,0,0,0,0,1,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,425,0,1,1,1,1,9,3,1,1,1,1,1,,,1,,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10191,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6500,6500,80.62257385253906,0,0,0,6500,0,6500,80.62257385253906,0,0,0,0,,0,0,0,0,0,1,1,0,1,20,400,1,,1,1,1,0,0,1,0,,41.4865608215332,20,400,0,0,0,1,1,0,0,0,12,12,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,1,1,,,,,90,,3,1,1,1,3,2,1,8,2,2,3,2,5,90,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,5,1,1,3,1,1,1,2,2,4,3,4,4,5,1,5,3,,,,,,,,,,,,,,,,,,,1,1720,1,,2,,500,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,50,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,1,,2,3,,,2,,,,,,,,,1,1,,2,,,,,,,,2,1,1,1,2,2,2,2,,2,2,,,2,,,,,,,1,8,,,,,,1200,2,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,7,11,1,,,,5," <5:OTHER (SPECIFY)>:italy",5," <5:OTHER (SPECIFY)>:italy",,1,"time|wc","020307",1,1,0,1,1,0,0,0,1258.8609619140625,0,4368.73876953125,0,0,1200.0001220703125,0,0,0,0,0,6827.599609375,3.9387917518615723,5410.2197265625,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,90,,90,5,0,0,0,0,1,0,1,1,0,1,5760.75390625,5760.75390625,5760.75390625,0,4,0,0,1,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,90000,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,146,0,1,1,1,1,4,4,1,1,,1,1,,,1,,0,0,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10194,,,5,5,1,0,0,0,-5,995.5078735351562,31.55167007446289,1200,1200,34.64101791381836,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,1,0,1,0,0,0,90,8100,0,,1,1,0,0,0,0,0,,41.4865608215332,90,8100,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,4,2,2,,,,28,,4,2,3,3,2,3,8,3,2,2,1,5,2,28,2,1,2,,1,29,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,7,,,,5,2,4,2,,,,,,,,,,,,,1,1,,,,,,1,4,,,,,,,,,,,,,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,4,3,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,785,,12,9420,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,2,1,,12,42,1,12,4,,,,27000,,27000,1,,,,,,,,,,,4,,,,7000,,7000,1,,,,,,,,,,,2,,2,,400,,,,,,,,,2,,,,,,,,,1,2,,1,12000,,,,,,,2,1,2,2,2,2,1,2,,1,2,,,2,,,,,,,2,7000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3000,300,,,,,,,,,2,,,,12,430,5160,1,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,1,,,,3,,,,,,,,,1,5,,,,1,2,7,,,,,,,,2,1,1,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,3,1,,,,,,,,,,,,,,,,,,,2,1,,4,73,1,,,,1,,1,,,1,"rm","020307",2,2,0,2,2,0,27000.001953125,6999.99951171875,0,300.0000305175781,6999.99951171875,0,0,0,0,0,0,5159.99951171875,0,46460,1.964072585105896,2697.798095703125,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,28,29,28.5,2,0,1,0,0,0,1,0,1,0,3,5296.7734375,2648.38671875,2648.38671875,0,3,0,1,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,400,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,11610,17415,0,46440,1,1,42400,254,1,,,0,,4,2,1,0,0,1,1,1,,1,,0,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10195,,,,,1,0,0,0,7000,7000,83.66600036621094,0,0,0,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,5160,5160,71.83313751220703,0,0,0,0,0,0,2,27000,27000,164.3167724609375,7000,7000,83.66600036621094,27000,7000,27000,164.3167724609375,7000,83.66600036621094,0,0,,0,0,0,0,0,1,1,0,0,28,784,1,1,1,1,1,0,2,0,29,29,41.4865608215332,28,784,0,0,1,0,0,0,0,0,12,42,0,1,1,1,1,29,841,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020311",1,4,2,1,,,,53,,2,3,2,3,1,2,1,1,1,2,3,5,2,56,1,1,2,,2,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,14,1,1,,1,,,10,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,14,1,1,2,,,,2,98,,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,1,4,,,,,,1,,4,,,,,,,2,,,,,,,2,2,2,2,2,2,2,2,1,,,,,1,2,2,3,2,2,1,2,3,4,1,1,1,3,,1,,,8,1,,8,2,1,0,0,4,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,5,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,66,12,98,4,,,,20000,,20000,1,,,,,,,,,,,8,,,,,,,,,2,,,,,1,1,,,2,,2,,8,1,2,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,1,1,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,,12,9,,,99,12,8,,,99,,,,,,2,,8,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,1,1,9,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,44,3,,,,,,,,1949,1,"nr","020311",4,2,2,4,2,2,20000,17500,0,0,0,669.911865234375,0,0,0,0,0,1712.23193359375,0,39212.23046875,.7111620903015137,976.8333740234375,1,1,0,,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,56,45,50.5,4,0,0,0,1,0,1,0,0,1,4,3813.98779296875,1906.993896484375,1906.993896484375,1,1,0,0,0,1,1,0,1,0,0,0,1,2,1,0,0,0,1,2,2,1,2,2,1.6666666269302368,1,0,0,0,,4,4,4,1250,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,1,17650,26475,0,70600,0,1,37000,21,1,,,1,,5,1.25,1,1,1,0,0,1,1,0,1,1,1,1,1,3,0,1,0,0,0,0,0,1,0,1,1,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10202,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,214.38082885742188,14.641749382019043,-5,169.98902893066406,13.037983894348145,0,0,0,2,20000,20000,141.42135620117188,17500,17500,132.28756713867188,20000,17500,20000,141.42135620117188,17500,132.28756713867188,0,0,,1,0,0,0,1,0,0,0,1,56,3136,1,1,1,0,0,0,1,1,45,45,41.4865608215332,56,3136,0,0,0,0,0,0,2,0,12,66,0,1,1,1,0,45,2025,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 -"9543","020308",1,4,2,1,,,,31,,2,1,2,2,2,2,3,2,2,2,3,1,1,31,2,1,1,,1,34,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,9,,,,,2,3,,,,,2,2,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,2,,1,,2,,300,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,1,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,1,1,1,3,,,,,,,,,,,,,,,,,,,,,,1,,,2,,1,,,,2,,2,,,,2,2,,,4,,,,9000,,9000,1,,2,,,1,2,3,,,4,,8,1,2,2,1,1,2,,,2,,,3,,,1800,,12,21600,1,,,269000,170000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,50,12,35,4,,,,60000,,60000,1,,,,,,,,,,,4,,,,70000,,70000,1,,,,,,,,,,,1,1,1,1,8,2,,8,,,,,,1,40000,0,,,,,,,1,1,,1,12000,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6000,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,1,2,,,,,,,,,,,,,,,2,1,1,2,2,,,,,,,,,,,,2,2,2,2,2,1,9," <7:ANOTHER GROUP (SPECIFY)>:mu.ti racial",2,70,1,,,,1,,3,,,1,"nr","020308",3,2,1,3,2,1,70000,60000,0,500,0,0,0,0,0,0,0,0,0,130500,.2128128558397293,292.3140869140625,1,2,0,2,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,31,34,32.5,2,0,1,0,0,0,1,0,0,1,4,563.4493408203125,281.72467041015625,281.72467041015625,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,,,,,1,269000,170000,99000,1,40000,0,40000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,217,1,,,1,,8,2.6666667461395264,1,1,1,1,1,1,1,1,,1,1,0,1,2,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10203,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,2,60000,60000,244.948974609375,70000,70000,264.57513427734375,70000,60000,70000,264.57513427734375,60000,244.948974609375,1,1,,1,0,0,0,0,1,1,1,0,31,961,1,1,0,1,0,0,2,1,34,34,41.4865608215332,34,1156,0,0,0,1,0,0,1,1,12,35,1,1,1,1,0,31,961,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020622",1,2,1,,,,,7,,1,1,1,2,1,1,8,1,2,2,3,4,5,30,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,300,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,7,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,50,,,9,,,,,,,,,1,2,9,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,9,,,,,,,,2,,,,,,,,,1,1,,1,9,9,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,7," <7:ANOTHER GROUP (SPECIFY)>:mixed",7,72,1,,,,1,,1,,,1,"SF","020622",1,1,0,1,1,0,47858.25,0,745.534423828125,1093.8643798828125,0,0,0,0,0,0,0,0,0,49697.6484375,2.108457565307617,2896.121337890625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,4,0,0,0,1,30,,30,2,0,1,0,0,0,0,1,1,0,1,5672.46826171875,5672.46826171875,5672.46826171875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,111,1,,,1,,4,4,1,1,1,1,1,,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10204,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,1,1,0,30,900,1,,1,1,1,1,0,0,0,,41.4865608215332,30,900,0,1,0,0,0,0,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020311",1,1,1,,,,,26,,2,1,3,2,3,3,3,3,2,2,1,5,5,26,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,9,1,1,,,,,3,2,1,,,,,2,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,2,2,1,1,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,1,,,2,,,,,,,2,2,,,,,,,2,3,3,2,3,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,3,2,1,1,1,2,1,4,," <4:OTHER (SPECIFY)>:AQUINAS LEARNING CENTER, A PROGRAM AT THE COMPUTER SCHOOL I ATTENDED",1,4,,3,,98,,,,2,,,1,,,,2,,,9,9,,,,,,,,,,2,2,,,2,2,,,3,,,250,,4,1000,1,,2,,,2,2,1,,1,3,,5,4,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,196,,12,2352,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,1,,,,3,50,,,3,,,220,,3,660,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,1,2,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,1,1,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,50,,,,,,,,,,,,,,,,,,6,280,1680,1,,6,400,2400,1,,2,,2,,1,2,,1,4,2,2,1,1,2,,,,1,1,,,,3,,,,1,7,,," <7:or something else? (specify)>:JOB SEARCH PROGRAM",,,,,,,,,,,2,1,2,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,3,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,75,1,,,,3,,3,,,1,"GOLDY/FLEX","020311",4,1,3,4,1,3,660.0000610351562,0,0,50,0,1680.0001220703125,2400,0,0,0,0,0,0,3110,.5999813675880432,824.1184692382812,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,26,,26,2,0,1,0,0,0,0,1,0,1,2,1061.9798583984375,1061.9798583984375,1061.9798583984375,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,,,,,,,,,,,,2,,,4,1250,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,17650,26475,1,70600,0,0,37000,227,0,1,0,0,0,5,1.25,1,0,0,1,1,,1,1,,1,0,0,1,2,0,0,0,0,0,1,1,1,1,1,3,1,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,10213,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,50,7.071067810058594,0,0,0,1680,1680,40.9878044128418,2400,2400,48.98979568481445,1,660,660,25.690465927124023,0,0,0,660,0,660,25.690465927124023,0,0,2,1,,1,0,0,0,0,1,0,0,0,26,676,1,,1,1,0,0,0,0,0,,41.4865608215332,26,676,1,0,0,0,0,0,0,0,3,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020622",1,4,2,1,,,,40,,1,1,1,2,1,1,3,1,2,2,3,1,1,40,2,1,1,,1,43,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,11,2,1,,1,,,11,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,11,2,11,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,2,,,,,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,2,1,1,1,1,4,2,,1,,,5,3,,1,1,1,0,60,4,4,2,2,2,1,4,0,,,,2,0,0,,,,,,,,2,0,2,1,2,2,,,,,2,,,97," NONE",,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,8,2,1,,2,14,,6,1,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,16000,,16000,1,,1,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,10,35,12,45,4,,,,56000,,56000,1,,,,,,,,,,,4,,,,76000,,76000,1,,,,,,,,,,,1,1,1,2,8,2,,1,,1,,2,,1,5000,0,,,,,,,1,1,,1,27000,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,3000,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,1,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,2,2,1,10,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:A LOT OF FEAR",2,2,,,,2,2,1,2,2,2,1,,4,61,1,,,,1,,1,,,1,"SF","020622",4,2,2,4,2,2,76000,56000,3045.529296875,500,0,0,0,0,0,0,0,0,0,135545.53125,.4660693109035492,640.180419921875,1,2,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,40,43,41.5,3,0,0,1,0,0,1,0,0,1,4,953.3756713867188,476.6878356933594,476.6878356933594,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,375000,1,1,1,0,0,0,0,1,5000,0,5000,1,1,1,0,1,1,17650,26475,0,70600,1,1,37000,113,1,,,1,,6,1.5,1,1,1,1,1,1,1,1,1,1,1,0,1,2,0,0,0,0,0,0,0,2,0,2,2,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10215,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,2,56000,56000,236.6431884765625,76000,76000,275.68096923828125,76000,56000,76000,275.68096923828125,56000,236.6431884765625,0,0,,0,0,0,0,0,1,1,1,0,40,1600,1,1,0,1,1,1,2,1,43,43,41.4865608215332,43,1849,0,1,0,1,1,1,2,0,12,45,1,1,1,1,0,40,1600,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020521",1,4,1,,,,,20,,4,2,3,2,3,2,2,3,2,2,1,4,5,60,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,4,1,1,,,,,,,,,,,,1,4,5,,,,,,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,7,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,8,,8,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,1,1,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,12,272,3264,1,,12,119,1428,1,,,,,,,2,,2,,2,,,,,,,2,,2,,,,2,1,,,,3,,,,3,,,,,,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,1,97,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:heart problems",1,1,7,,,,1,1,1,,,,,,,,,,,,,,,,,,,1,4,,2,41,97," <5:OTHER (SPECIFY)>:colombia",,,,,,,1982,2,"el","020521",1,1,0,1,1,0,0,0,0,0,0,1428,0,0,0,0,0,3264,0,3264,1.295182466506958,1779.0283203125,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,60,,60,4,0,0,0,1,0,0,1,1,0,1,2912.92919921875,2912.92919921875,2912.92919921875,0,3,0,1,0,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,427,0,1,1,1,1,3,3,1,0,0,1,1,,,1,,0,0,1,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10221,28,,,,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3264,3264,57.13142776489258,1428,1428,37.78888702392578,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,1,1,1,0,1,0,0,0,60,3600,0,,1,1,0,0,0,0,0,,41.4865608215332,60,3600,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,0,0,0,0 -"9543","020318",1,4,2,1,,,,21,,1,1,2,3,8,2,8,2,2,2,3,1,1,63,2,1,1,,1,64,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,9,,,,,2,3,1,2,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,2,,1,,2,,2000,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,1,,8,1,2,2,1,1,2,,,2,,,8,,,,,,,,,,400000,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,7,,,,,,,,,8,,,,,,,,,2,,2,,8,8,,,,,,,,1,45000,42000,,,,,,,1,2,,1,8,8,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,38,99,,,,,,,,99,1,"sf","020630",2,2,0,2,2,0,43272.8984375,0,0,0,0,0,0,0,0,0,0,0,0,43272.8984375,2.0333871841430664,2793.0068359375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,63,64,63.5,4,0,0,0,1,0,1,0,1,0,3,5442.390625,2721.1953125,2721.1953125,1,2,1,0,0,0,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,400000,,,1,45000,42000,3000,1,1,1,0,1,1,11610,17415,0,46440,0,1,42400,54,1,,,1,,8,4,1,1,1,1,1,1,,1,,1,,,0,4,0,0,1,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10228,,,,,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,,0,0,0,1,1,1,0,63,3969,0,1,0,1,1,1,2,1,64,64,41.4865608215332,64,4096,0,0,0,1,1,1,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020701",1,2,2,1,,,,19,,3,2,2,9,2,3,8,4,2,2,2,1,1,19,1,1,1,,2,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,8,,,2,98,,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,1,4,,,,,,,,,,,,,,,1,,2,,80,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,760,,12,9120,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,2,1,,,,98,98,,,,,,,,,,,,,,,,,,,3,,,1500,,98,,,,,,,,,,,,,2,,2,,0,,,,,,,,,1,2000,1000,,,,,,,2,,1,1,700,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,1,8,,2,1,2,2,,,,,,,,,,,,,,,,,,8,,,,,,,,,,2,2,8,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,3,3,2,,,,,,,,,,,,,,,,,,,2,1,,4,83,1,,,,1,,1,,,1,"ma|","020701",2,2,0,2,2,0,23499.951171875,0,0,1165.8372802734375,0,0,0,0,0,0,0,0,0,24665.7890625,5.488144874572754,7538.3701171875,1,1,0,,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,19,20,19.5,1,1,0,0,0,0,1,0,1,0,3,14698.7373046875,7349.36865234375,7349.36865234375,1,1,0,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,2000,1000,1000,0,1,0,0,,,11610,17415,0,46440,0,1,42400,300,0,1,0,0,1,3,1.5,1,1,0,1,0,1,,0,,0,1,,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10230,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,0,0,0,1,19,361,0,1,0,1,1,0,1,0,20,20,41.4865608215332,20,400,0,0,0,0,0,0,0,0,11,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020320",1,3,2,1,,,,35,,1,3,2,1,8,2,8,1,2,2,2,5,2,54,1,1,2,,2,34,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,9,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,3,,,,,,,,,,,,1,1,1500,1,,2,,90,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,26,,2,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,2000,,12,24000,1,,2,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,10,55,2,40,4,,,,70000,,70000,1,,,,,,,,,,,4,,,,6500,,6500,1,,,,,,,,,,,2,,2,,80000,,,,,,,,,2,,,,,,,,,1,8,,1,30000,,,,,,,2,2,2,2,1,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,12000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,8,47,1,,,,1,,1,,,1,"kj","020320",2,2,0,2,2,0,70000,6499.99951171875,0,0,0,0,0,0,12000,0,0,0,0,88500,1.0166935920715332,1396.50341796875,1,2,0,4,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,54,34,44,3,0,0,1,0,0,1,0,1,0,3,2872.787109375,1436.3935546875,1436.3935546875,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,80000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,11610,17415,0,46440,1,1,42400,19,1,,,0,,2,1,1,1,1,1,1,1,,1,,1,,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10305,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,12000,12000,109.54450988769531,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,70000,70000,264.57513427734375,6500,6500,80.62257385253906,70000,6500,70000,264.57513427734375,6500,80.62257385253906,0,0,,0,0,0,0,0,1,1,0,1,54,2916,1,1,1,1,1,0,1,1,34,34,41.4865608215332,54,2916,0,1,0,1,1,0,0,0,10,55,0,1,1,1,0,34,1156,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020306",1,3,3,1,,,,66,,2,2,2,1,2,2,4,1,2,2,2,2,5,74,2,1,9,,2,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,2,5,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,8,,,,,2,,,,,,,3,1,2,3,1,2,2,2,2,1,2,4,6,6,1,1,5,,,,,,,,,,,,,,,,,,2,2,,1,,2,,544,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,7,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,550,,12,6600,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,1,1,2,2,2,1,2,,2,2,,,2,,,,,,,1,19000,2,,,,,14000,2,,,,,,,,,,,,,,,,,,,,,,,500,250,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,9,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,2,27,1,,,,1,,1,,,1,"ak","020309",3,2,1,1,1,0,0,0,0,249.99998474121094,19000,0,0,14000,0,0,0,0,0,33250,2.536175489425659,3483.623291015625,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,74,,74,5,0,0,0,0,1,0,1,1,0,1,5140.7109375,5140.7109375,2570.35546875,1,2,1,0,0,0,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,80000,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,252,1,,,1,,5,1.6666666269302368,1,1,1,1,1,,,1,,1,1,0,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10309,,,,,1,0,0,0,19000,19000,137.84048461914062,14000,14000,118.32159423828125,0,0,0,0,0,0,0,0,0,250,250,15.81138801574707,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,74,5476,0,,1,1,1,0,0,0,0,,41.4865608215332,74,5476,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020311",1,3,2,1,,,,4,,2,1,2,1,1,1,2,1,2,1,2,5,1,30,1,1,11,,2,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,1,10,,,,,1,2,2,,,,,,,,,,,,,1,3,,,,,,1,1,,,,,,,,,,,,1,1,700,1,,2,,800,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,3,,1,1,2,2,1,1,1,2,,2,,,3,,,600,,12,7200,1,,1,98,700000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,6,40,12,40,4,,,,600000,,600000,2,10000,,,,,,,,,,4,,,,50000,,50000,1,,,,,,,,,,,1,1,8,,3000,,,,,,,,,2,,,,,,,,,1,2,,1,600000,,,,,,,2,2,2,2,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20000,7000,,,,,,,3,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,2,1,,2,71,1,,,,1,,1,,,1,"AP","020311",2,2,0,2,2,0,50000,10000,0,6999.99951171875,0,0,0,0,0,0,0,0,0,67000,2.0333871841430664,2793.0068359375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,30,41.53856658935547,35.769283294677734,3,0,0,1,0,0,1,0,1,0,3,5854.7822265625,2927.39111328125,2927.39111328125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,3000,1,0,0,1,,700000,,0,0,0,0,1,1,1,0,1,1,11610,17415,0,46440,1,1,42400,82,1,,,1,,1,.5,0,1,1,0,1,1,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,1,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10317,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,7000,83.66600036621094,0,0,0,0,0,0,0,0,0,2,10000,10000,100,50000,50000,223.60679626464844,50000,10000,50000,223.60679626464844,10000,100,0,0,,0,0,0,0,0,1,1,1,1,30,900,1,1,0,1,1,1,0,.4996632933616638,41.4865608215332,,41.4865608215332,41.53856658935547,1725.4525146484375,0,0,0,0,0,0,0,0,12,40,1,1,1,1,1,30,900,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020409",1,3,1,,,,,20,,2,2,1,2,1,2,2,1,2,2,3,2,5,87,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,3,2,,3,3,2,2,1,2,1,4,3,5,6,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,27,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,24,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1000,,12,12000,8,1000,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,1,8,0,,,,,,,1,8,,2,,,,,,,,2,8,1,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,8,,,,,,100,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,1,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,9,,1,15,1,,,,97," <5:OTHER (SPECIFY)>:russia",97," <5:OTHER (SPECIFY)>:russia",,1,"agh","020409",1,1,0,1,1,0,0,0,100,0,0,0,0,1167.854736328125,0,0,0,0,0,1267.854736328125,1.4808872938156128,2034.1075439453125,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,,,,,,87,,87,5,0,0,0,0,1,0,1,1,0,1,4756.8701171875,4756.8701171875,4756.8701171875,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,,0,,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,411,0,1,1,1,1,3,3,1,1,1,1,1,,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10332,,,66,66,1,0,0,0,-9,-9,,-5,1241.30029296875,35.23208999633789,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,87,7569,0,,1,1,1,1,0,1,0,,41.4865608215332,87,7569,0,1,1,1,1,1,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,,1,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543","020308",1,3,1,,,,,22,,1,1,2,1,8,3,3,1,2,2,1,3,5,99,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,2500,1,,2,,3000,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,21,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,2000,,12,24000,1,,2,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,12,20,,,4,,,,500,,500,2,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,9,,,,,,,,1,20000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,3,1,1,2,2,1," <1:Yes (Specify)>:church",1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,1,99,1,,,,97," <5:OTHER (SPECIFY)>:germany",97," <5:OTHER (SPECIFY)>:germany",,1,"cb","020308",1,1,0,1,1,0,42741.8515625,0,1533.1097412109375,0,0,0,0,0,0,0,0,0,0,44274.9609375,1.2734029293060303,1749.112548828125,0,2,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,41.3242301940918,,41.3242301940918,3,0,0,1,0,0,0,1,1,0,1,2020.6124267578125,2020.6124267578125,2020.6124267578125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,20000,0,20000,1,1,1,0,,0,8590,12885,0,34360,1,1,21000.001953125,221,1,,,1,,4,4,1,1,1,1,1,,,1,,1,,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10333,,,36,36,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,1,1,0,41.28620147705078,1707.6920166015625,1,,1,1,1,1,0,0,0,,41.4865608215332,42.23152160644531,1783.50146484375,0,1,0,0,0,0,0,0,12,20,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,3,2,1,,,,29,,1,1,1,1,1,1,2,1,2,2,8,1,1,29,2,1,1,,1,34,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,2,10,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,1,1,8,1,,2,,8,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,4,,5,1,2,2,1,1,2,,,2,,,4,,,,18000,,18000,1,,1,900000,270000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,60,12,99,4,,,,20000,,20000,1,,,,,,,,,,,4,,,,20000,,20000,1,,,,,,,,,,,1,1,1,1,8,2,,1,,2,1,,,1,18000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,10000,3000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,72,1,,,,1,,1,,,1,"sf","020314",2,2,0,2,2,0,20000,20000,642.4678344726562,3000,0,0,0,0,0,0,0,0,0,43642.46875,1.0166935920715332,1396.50341796875,1,2,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,29,34,31.5,2,0,1,0,0,0,1,0,1,0,3,2444.800537109375,1222.4002685546875,1222.4002685546875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,50000,1,1,1,1,900000,270000,630000,1,18000,0,18000,1,1,1,1,,1,11610,17415,0,46440,0,1,42400,258,1,,,1,,5,2.5,1,1,1,1,1,1,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10337,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,3000,3000,54.772254943847656,0,0,0,0,0,0,0,0,0,2,20000,20000,141.42135620117188,20000,20000,141.42135620117188,20000,20000,20000,141.42135620117188,20000,141.42135620117188,0,0,,0,0,0,0,0,1,1,1,0,29,841,1,1,1,1,1,1,2,0,34,34,41.4865608215332,29,841,0,1,0,0,0,0,0,0,12,60,0,1,1,1,1,34,1156,1,1,1,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020415",1,3,2,1,,,,1,,2,1,1,2,1,1,8,1,2,2,3,1,1,49,2,1,1,,1,43,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,2,7,,,,2,2,2,2,,,,,,,,,,,,,1,3,,,,,,1,3,,,,,,,,,,,,1,1,7200,1,,2,,5000,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,3600,,12,43200,1,,2,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,50,7,40,4,,,,150000,,150000,1,,,,,,,,,,,8,,,,,,,,,2,,,,,8,,,,2,,2,,100000,,,,,,,,,2,,,,,,,,,1,1,,1,50000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,2,1,,1,53,1,,,,1,,1,,,1,"nr","020415",2,2,0,2,2,0,100000.9921875,41007.59765625,0,0,0,0,0,0,0,0,0,0,0,141008.59375,1.0166935920715332,1396.50341796875,1,2,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,49,43,46,4,0,0,0,1,0,1,0,1,0,3,2721.1953125,1360.59765625,1360.59765625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,100000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,0,1,11610,17415,0,46440,1,1,42400,209,1,,,1,,3,1.5,1,1,1,1,1,1,,1,,1,1,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10343,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,150000,150000,387.29833984375,-5,19612.009765625,140.0428924560547,150000,-5,150000,387.29833984375,9043.8486328125,95.09915161132812,0,0,,0,0,0,0,0,1,1,1,0,49,2401,1,1,1,1,1,1,2,0,43,43,41.4865608215332,49,2401,0,0,0,0,0,0,0,0,12,50,0,1,1,1,1,43,1849,1,1,1,0,.1519336998462677,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020309",1,3,3,1,,,,30,,1,1,2,1,1,3,2,2,2,2,1,5,5,30,2,1,7,,2,28,1,3,,2,62,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,25,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,30,,6,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,500,,12,6000,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,45,,,4,,,,40000,,40000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,2,,2,1,,,,,2,,,,,,,,,1,2,,1,4000,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,40000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,1,2,,2,71,1,,,,4,,3,,,1,"kp","020309",3,3,0,1,1,0,40000,0,495.0304260253906,0,0,0,0,0,0,0,0,0,0,40495.03125,2.0142056941986084,2766.659423828125,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,30,,30,2,0,1,0,0,0,0,1,1,0,1,3818.794921875,3818.794921875,1272.931640625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,165,1,,,1,,6,2,1,1,1,1,1,,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10346,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,40000,40000,200,0,0,0,40000,0,40000,200,0,0,0,0,,1,0,0,0,0,1,1,1,0,30,900,1,,1,1,1,1,0,0,0,,41.4865608215332,30,900,0,1,0,0,0,0,0,0,12,45,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020312",1,3,2,1,,,,40,,1,3,3,1,3,2,3,2,2,2,2,1,1,58,2,1,1,,1,75,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,4,,,,,2,2,2,,,,,,,,,,,,,1,5,,,,,,1,5,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,50,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,550,,12,6600,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,1,,,98,98,,,,,,,,,,,,,,,,,,,8,,,,,,,,,7,,,,,,,,8,8,,2,,8,8,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,1,1,2,2,2,2,2,,2,2,,,2,,,,,,,1,9,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,8,2,2,2,,,,,,,,,,,,,,,3,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,43,1,,,,1,,1,,,1,"RR2","020325",2,2,0,2,2,0,18777.568359375,0,0,0,8495.9326171875,0,0,17107.5546875,0,0,0,0,0,44381.0546875,1.5222440958023071,2090.9140625,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,58,75,66.5,5,0,0,0,0,1,1,0,1,0,3,4631.23046875,2315.615234375,2315.615234375,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11610,17415,0,46440,0,1,42400,387,1,,,1,,5,2.5,1,0,1,1,1,1,,1,,1,0,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10355,,,,,1,0,0,0,-5,995.5078735351562,31.55167007446289,-5,1241.30029296875,35.23208999633789,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,1,0,0,0,0,0,1,0,0,0,58,3364,0,1,0,1,0,0,2,1,75,75,41.4865608215332,75,5625,0,0,1,1,0,0,0,0,11,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543","020325",1,2,1,,,,,5,,1,3,1,1,2,2,8,1,2,2,8,5,5,27,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,1,,,,,,,3,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:student health plan",,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,4,,5,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,9,5400,1,,2,,,,,,,,,,,,,,,2,,2,,2,1,,,,,4,20,,,4,,,,6000,,6000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,,8,,5000,,,,,,,,,2,,,,,,,,,1,8,,2,,,,,,,,2,2,2,1,2,2,2,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,,,,,,,,,4,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,7,73,1,,,,1,,1,,,1,"sf","020418",1,1,0,1,1,0,5999.99951171875,0,100,0,0,0,0,0,0,0,0,0,0,6099.99951171875,1.8564025163650513,2549.9052734375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,27,,27,2,0,1,0,0,0,0,1,1,0,1,5239.796875,5239.796875,5239.796875,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,5000,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,125,0,1,1,0,1,5,5,1,1,1,1,1,,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10368,,,,,1,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6000,6000,77.45966339111328,0,0,0,6000,0,6000,77.45966339111328,0,0,0,0,,0,0,0,0,0,1,1,1,1,27,729,1,,1,1,1,1,0,1,0,,41.4865608215332,27,729,0,1,0,1,1,1,0,0,4,20,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020306",1,1,1,,,,,41,,3,3,3,3,4,4,4,2,2,2,1,4,5,41,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,3,1,2,,,,,,,,,,,,1,4,6,,,," <6:another type of government program? {specify}>:A MANAGED CARE SYSTEM",,,,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,24,,1,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,2,2,1,,,,5,3,,,1,9999,,,,5,199980,9,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,9,,9,9,,,,,,,,2,,,,,,,,,1,2,,1,9,9,,,,,,2,9,2,2,2,2,9,9,,9,9,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,9,1,9,,9,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,9,2,1,2,2,9," <1:Yes (Specify)>:REF",1,2,1,2,,,,,,,,,,,,,,,1,2,1,,,,,,,,,,,,,,,,,,,2,9," <7:ANOTHER GROUP (SPECIFY)>:HUMAN RACE",99,61,1,,,,1,,1,,,1,"PF","020306",1,1,0,1,1,0,17703.06640625,0,0,0,0,0,0,0,0,0,0,0,0,17703.06640625,2.031635046005249,2790.60009765625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,,,,,,41,,41,3,0,0,1,0,0,0,1,1,0,1,3178.947021484375,3178.947021484375,3178.947021484375,1,2,1,0,0,0,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,246,0,,0,0,0,1,1,1,0,1,1,1,,,1,,0,0,0,0,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10369,,,,,1,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,-9,-9,,-9,-9,,-9,-9,,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,0,0,0,0,0,0,1,1,1,0,41,1681,1,,1,1,1,1,0,0,0,,41.4865608215332,41,1681,0,0,0,0,0,0,0,0,5,3,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,,1,,1,,1,0,0,0,0,0,0,0,0,0,0,,1,-9 -"9543","020315",1,2,2,1,,,,11,,1,1,2,1,1,2,8,1,2,2,2,1,1,32,1,1,1,,2,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,5,1,1,,2,,,2,1,1,,1,,,0,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,5,1,8,,,,,1,8,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,3,,,,,,1,,4,,,,2,1,84,1,,2,,8,2,2,2,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,5,0,1,,,,0,3,,2,2,1,0,3,4,4,2,2,2,1,4,,,,,1,0,1,2,2,2,,,2100,,3,3,1,1,2,2,2,,,,2,,,98,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,5,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,716,,12,8592,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,40,,,4,,,,40000,,40000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,8,1,8,,,,,,,1,3000,2500,,,,,,,8,,1,8,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,5,69,11," <5:OTHER (SPECIFY)>:trinidad",1,,,,,,1989,1,"wc","020315",5,2,3,5,2,3,40000,0,0,0,0,0,0,0,0,0,0,0,0,40000,.6563703417778015,901.5728759765625,1,1,0,3,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,32,32,32,2,0,1,0,0,0,1,0,0,1,4,1677.47900390625,838.739501953125,838.739501953125,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,1,,,1,0,0,0,0,4,,,4,,,,,0,0,0,0,1,3000,2500,500,0,1,1,1,0,1,20670,31005,0,82680,0,1,36847.08984375,71,1,,,1,,4,.800000011920929,0,1,1,1,1,1,1,1,1,1,1,,1,2,0,0,0,1,0,2,1,0,1,1,3,1,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10376,11,,,,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,40000,40000,200,0,0,0,40000,0,40000,200,0,0,3,1,1,0,1,1,0,0,1,1,0,1,32,1024,1,0,1,1,1,0,1,1,32,32,41.4865608215332,32,1024,0,0,0,1,1,0,3,1,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020306",1,2,3,1,,,,10,,3,2,3,3,3,2,3,2,1,2,2,1,1,36,2,1,5,,2,19,1,1,,1,43,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,17,2,1,,100,,,5,2,1,,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,5,2,7,,,,5,2,7,,,,1,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,2,,,,,,,1,1200,1,,2,,900,2,1,4,2,,,,,,,2,2,2,2,3,,,,,,,,,,,,4,1,4,1,,,,0,3,,2,1,1,0,4,4,4,2,2,2,1,4,,,,,2,1,1,2,2,2,,,4800,,1,1,1,1,2,2,1,8,,,2,,,,,,,,,,,,1,,,,2,,,,,,,,,,,,,,1,,,,2,2,,,1,70,,,,12,3360,1,,2,,,1,2,3,,,5,,6,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20000,,,,,,,,,1,17000,21000,,,,,,,2,,1,2,,,,,,,,1,2,2,2,2,2,2,2,,2,2,2,2,2,2400,1,6,14400,2,4000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,1,2,,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,1,1,1,1,2,2,2,,2,65,11," <5:OTHER (SPECIFY)>:trinidad",1,,,,,,1991,1,"gb|","020306",5,3,2,4,2,2,0,0,0,0,0,0,0,0,0,3999.999755859375,0,0,0,3999.999755859375,.8038861751556396,1104.19677734375,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,36,43,39.5,3,0,0,1,0,0,1,0,0,1,4,1749.107421875,874.5537109375,583.0358276367188,1,1,0,0,0,1,3,1,0,0,1,0,0,4,0,0,1,1,1,2,2,1,,,1.6666666269302368,1,0,0,0,3,,,1,20000,1,1,0,0,0,0,0,1,17000,21000,-4000,0,1,0,0,0,0,17650,26475,1,70600,0,0,37000,147,0,1,0,1,0,6,1.2000000476837158,1,0,1,0,1,1,0,0,1,0,0,0,1,2,0,0,0,1,0,0,1,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10377,11,,,,11,4000,4000,63.24555206298828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,0,0,1,1,0,0,36,1296,0,0,1,1,1,0,2,0,43,43,41.4865608215332,36,1296,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020702",1,1,2,1,,,,2,,2,1,4,1,4,1,8,2,2,2,2,1,1,39,1,1,1,,2,38,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,11,2,1,,1,,,3,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,3,2,7,,,,1,2,2,,5,,,2,2,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,9,,,,2,8,,2,,,,,8,2,2,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,2,4,1,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,2,1,1,1,2,1,1,8,,,1,3,,1,,,,98,,,,,1,,,,2,,,,,,,,2,2,,,,,2,2,,,2,1,5,,1,70,,,,3,840,2,8,2,,,8,2,1,,2,0,3,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,2,8,98,40,,,9,,,,,,,,,2,,,,,9,,,,,,,,,,,,,,,,,,,,,,8,,8,,9,9,,,,,,,,2,,,,,,,,,2,,8,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,8,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,3,53,4,,4,,,,,,1999,1,"ma","020702",4,2,2,4,2,2,32346.2109375,3373.481201171875,0,0,0,0,0,0,0,0,0,0,0,35719.69140625,.4049670994281769,556.2520751953125,1,1,0,1,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,39,38,38.5,3,0,0,1,0,0,1,0,0,1,4,1724.97021484375,862.485107421875,862.485107421875,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,,1,1,1,,,1,0,,,,4,,,3,,,,,0,0,0,0,0,0,0,0,0,0,1,,0,,17650,26475,0,70600,0,1,37000,1,0,1,1,0,1,4,1,1,0,1,1,1,1,1,1,,1,0,,1,2,0,0,0,1,0,0,1,1,1,1,2,1,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10386,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,-5,30172.58203125,173.7025604248047,-9,-9,,-5,-9,41729.015625,204.2768096923828,-9,,1,1,,1,1,1,0,0,1,1,0,1,39,1521,1,,1,1,1,0,1,1,38,38,41.4865608215332,39,1521,0,0,0,1,1,0,2,1,11,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,1,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020312",1,5,1,,,,,14,,2,2,4,1,2,1,1,1,2,2,3,3,5,43,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,9,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,9,1,9,,,,,2,,,,,,,1,1,2,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,7,,," <7:or another type of government program? {specify}>:ghi",,,,1,,2,,60,2,2,2,2,,,,,,,2,,,,,1,3,3,3,3,3,2,1,2,2,1,1,1,1,,1,,,4,1,,2,1,2,0,15,4,4,2,2,2,3,4,0,,,,1,1,,,,,,,,,1,0,1,1,2,2,,,,,1,2,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,2,2," no",,,,,,,,,,,,,,2,,,1,2,1,,2,4,,4,1,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,12,9000,1,,2,,,,,,,,,,,,,,,2,,2,,2,1,,,,,12,30,,,1,200,,,,7,5600,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,14000,,,,,,,,,1,23000,0,,,,,,,1,2,,1,300,,,,,,,2,1,2,1,2,1,1,2,,2,2,2,2,2,,,,,,,1,1400,2,,,,,,,,,,,150,1,1,150,1,,,,,,,,6000,2,,,,,400,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,1,2,,2,,2,2,2,,1,,,,,,,,,,,,,,,,,,1,2,7,,,,,,,,1,1,1,1,2,2,2,2,,2,2,2,1,12,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:stress",1,2,,,,,1,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,1,,1,59,1,,,,1,,1,,,1,"ss","020312",2,1,1,2,1,1,5599.99951171875,0,150,0,1399.9998779296875,0,0,0,0,0,5999.99951171875,0,0,13149.9990234375,1.1797845363616943,1620.520751953125,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,43,,43,3,0,0,1,0,0,0,1,0,1,2,1639.8939208984375,1639.8939208984375,1639.8939208984375,1,1,0,0,0,0,4,1,0,0,0,1,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,14000,1,1,0,0,0,0,0,1,23000,0,23000,1,1,0,0,,0,11610,17415,1,46440,0,0,42400,99,0,1,1,1,0,4,2,1,0,1,1,0,,1,0,0,1,1,1,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,10402,,,,,1,0,0,0,1400,1400,37.41657257080078,0,0,0,150,150,12.247448921203613,0,0,0,6000,6000,77.45966339111328,0,0,0,0,0,0,0,0,0,0,0,0,1,5600,5600,74.83314514160156,0,0,0,5600,0,5600,74.83314514160156,0,0,0,0,,0,0,0,0,0,1,1,1,0,43,1849,1,,1,1,1,1,0,0,0,,41.4865608215332,43,1849,0,1,1,0,0,0,0,0,12,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020310",1,4,2,1,,,,43,,1,1,1,1,2,2,1,2,2,2,3,1,1,43,2,1,1,,1,37,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,4,2,9,,,,,1,1,2,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,1000,1,,2,,1500,8,1,1,2,,,,,,,2,1,2,3,3,,,,,,,,,,,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,2,1,2,,,,,,,,,,,,,,,2,2,,,,,,1,,,2,,,,,,,,1,,,,2,2,,,4,,,,6000,,6000,1,,2,,,1,2,3,,,3,,5,2,2,1,1,1,2,,,1,7," <7:Or from some other source? (specify)>:SALVATION ARMY",3,,,1600,,12,19200,1,,,390000,180000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,8,30,12,55,4,,,,20000,,20000,1,,,,,,,,,,,4,,,,40000,,40000,1,,,,,,,,,,,2,,2,,30000,,,,,,,,,1,10000,6000,,,,,,,1,2,,1,20000,,,,,,,2,2,2,1,2,2,2,1,2,2,1,2,2,2,,,,,,,,,,,,,,,,,,,,300,2,,,,,,,,,,,,,,,,,,,2200,1,1,2200,1,,,,,,,,,,,,,1,60,60,1,,,,,,,2,,2,,2,,,,,,,2,,2,,,,1,2,1,,,,,,,3,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,1,1,2,,,,,,,,,,,,,,,1,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,1,,2,59,1,,,,3,,1,,,1,"RR2","020310",3,2,1,3,2,1,40000,20000,300.0000305175781,0,0,60.000003814697266,0,0,0,0,0,0,2200,62500,.4256257116794586,584.628173828125,1,1,0,1,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,43,37,40,3,0,0,1,0,0,1,0,0,1,4,999.6884765625,499.84423828125,499.84423828125,1,2,1,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,2,1,1,,,1.3333333730697632,0,,,,4,,,4,30000,1,1,1,1,390000,180000,210000,1,10000,6000,4000,1,1,1,0,1,1,14630,21945,0,58520,1,1,46438.2578125,255,1,,,1,,5,1.6666666269302368,1,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,0,0,0,1,0,1,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10403,,,,,1,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,0,0,0,0,0,0,0,0,0,60,60,7.745966911315918,0,0,0,2,20000,20000,141.42135620117188,40000,40000,200,40000,20000,40000,200,20000,141.42135620117188,1,1,,1,0,0,0,0,1,1,1,0,43,1849,1,1,0,0,0,0,2,1,37,37,41.4865608215332,37,1369,0,1,0,0,0,0,1,1,12,55,1,1,1,1,0,43,1849,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200 -"9543","020308",1,4,2,1,,,,24,,1,3,1,1,1,3,2,1,2,2,1,5,5,24,1,1,3,,1,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,1,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,24,,3,2,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,470,,12,5640,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,9,30,,,4,,,,20000,,20000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,10000,,,,,,,,,1,10000,0,,,,,,,1,1,,1,5000,,,,,,,2,2,2,1,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,10000,2000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,20000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,2,2,2,,8,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4," <7:ANOTHER GROUP (SPECIFY)>:white hispanic",6,77,1,,,,97," <5:OTHER (SPECIFY)>:chile",97," <5:OTHER (SPECIFY)>:chile",,1,"kp","020308",2,2,0,1,1,0,20000,0,100,2000,0,0,0,0,0,0,0,0,0,22100,1.140581727027893,1566.6728515625,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,24,,24,1,1,0,0,0,0,0,1,1,0,1,3479.47119140625,3479.47119140625,1739.735595703125,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,10000,1,1,0,0,0,0,0,1,10000,0,10000,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,278,1,,,1,,3,1.5,1,1,1,1,0,,,0,,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10404,,,28,51,1,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,1,20000,20000,141.42135620117188,0,0,0,20000,0,20000,141.42135620117188,0,0,0,0,,1,0,0,0,0,1,1,0,1,24,576,1,,1,1,1,0,0,1,0,,41.4865608215332,24,576,0,1,0,1,1,0,0,0,9,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,2,3,1,,,,21,,1,1,2,2,1,2,8,1,2,2,2,1,1,55,2,1,1,,1,61,1,5,,2,24,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,,8,,1,,2,,8,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,18,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,900,,12,10800,1,,8,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,11,40,12,40,1,750,,,,11,33000,1,,,,,,,,,,,7,,,,,,,,,1,2,1,,1,,,,,1,1,2,,8,2,,8,,,,,,1,8,0,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,2,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,46,97," <5:OTHER (SPECIFY)>:russia",,,,,,,98,1,"ap","020307",3,3,0,2,2,0,65000,33000.00390625,0,0,0,0,0,0,0,0,0,0,0,98000,2.4903805255889893,3420.720703125,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,55,61,58,4,0,0,0,1,0,1,0,1,0,3,6665.53955078125,3332.769775390625,2221.846435546875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,,0,,1,1,1,0,1,1,11610,17415,0,46440,1,1,42400,328,1,,,1,,4,1.3333333730697632,1,1,1,1,1,1,,1,,1,1,,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10407,66,,,,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,33000,33000,181.65902709960938,65000,65000,254.9509735107422,65000,33000,65000,254.9509735107422,33000,181.65902709960938,0,0,,0,1,1,0,0,1,1,1,0,55,3025,1,1,0,1,1,1,2,1,61,61,41.4865608215332,61,3721,0,0,0,1,1,1,0,0,12,40,1,1,1,1,0,55,3025,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020312",1,1,3,1,,,,40,,3,1,3,1,2,2,3,2,2,2,2,4,2,40,2,1,2,,1,40,1,5,,1,19,1,5,,2,22,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,4,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,1,1,8,1,,2,,300,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,5,4,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,350,,12,4200,1,,1,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,40,12,40,4,,,,50000,,50000,1,,,,,,,,,,,4,,,,50000,,50000,1,,,,,,,,,,,1,1,1,1,0,,,,,,,,,1,12000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,8,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,3,2,1,,,,,,,,,,,,,,,,,,,1,4,,2,62,1,,,,1,,3,,,1,"ak","020312",4,4,0,2,2,0,50000,50000,0,500,0,0,0,0,0,0,0,0,0,100500,.6246609091758728,858.0176391601562,1,2,0,2,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,40,40,40,3,0,0,1,0,0,1,0,1,0,3,1887.056640625,943.5283203125,471.76416015625,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,12000,0,12000,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,262,1,,,0,,5,1.25,1,0,1,1,1,1,,1,,0,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10413,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,2,50000,50000,223.60679626464844,50000,50000,223.60679626464844,50000,50000,50000,223.60679626464844,50000,223.60679626464844,0,0,,1,0,0,0,0,1,1,0,0,40,1600,1,1,1,1,1,0,2,0,40,40,41.4865608215332,40,1600,0,0,0,0,0,0,0,0,12,40,0,1,0,0,1,40,1600,1,0,0,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020326",1,2,4,1,,,,53,,1,1,2,2,3,3,2,2,2,2,2,1,1,53,1,1,1,,2,53,1,5,,1,19,1,5,,1,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,4,,,,,2,3,1,2,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,8,1,,2,,1000,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,20,,6,2,2,2,1,1,2,,,2,,,4,,,,40000,,40000,2,15000,,200000,70000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,,2,2,2,1,1,,,,12,60,,,,,,,,,,,,,,,,,,,4,,,,60000,,60000,1,,,,,,,,,,,1,1,8,,10000,,,,,,,,,1,18000,15000,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,1000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,5000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,49,1,,,,1,,1,,,1,"RR2","020326",4,4,0,2,2,0,60000,0,999.9999389648438,0,0,0,0,0,0,0,0,0,0,61000,1.666374921798706,2288.888427734375,1,1,1,2,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,53,53,53,4,0,0,0,1,0,1,0,1,0,3,7098.62451171875,3549.312255859375,1774.6561279296875,1,2,1,0,0,0,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,10000,1,1,0,1,200000,70000,130000,1,18000,15000,3000,1,1,1,0,1,1,11610,17415,0,46440,1,1,42400,63,1,,,1,,6,1.5,1,1,1,1,1,1,,1,,1,0,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,1,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10416,,,,,1,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,60000,60000,244.948974609375,60000,0,60000,244.948974609375,0,0,0,0,1,0,0,0,0,0,1,1,1,1,53,2809,0,1,0,1,0,0,1,0,53,53,41.4865608215332,53,2809,0,1,0,0,0,0,0,0,12,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020316",1,2,1,,,,,23,,1,3,2,1,2,2,1,1,2,2,3,2,5,63,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,11,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,330,,12,3960,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7,2,,2,3,,,,,2,,,,,,,,,1,8,,2,,,,,,,,2,1,1,2,2,2,2,2,,2,2,,,2,,,,,,,1,100,2,,,,,250,1,12,3000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,,1,1,2,1,,,,,,,,,,,,,,,,,,1,2,8,,,,,,,,2,1,3,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,2,,2,25,1,,,,97," <5:OTHER (SPECIFY)>:PORTUGAL",97," <5:OTHER (SPECIFY)>:PORTUGAL",,1,"PG","020420",1,1,0,1,1,0,0,0,0,0,100,0,0,3000,0,0,0,0,0,3100,1.4163163900375366,1945.4146728515625,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,63,,63,4,0,0,0,1,0,0,1,1,0,1,8083.4794921875,8083.4794921875,8083.4794921875,1,2,1,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,25000,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,312,0,0,0,1,1,2,2,1,1,1,1,0,,,0,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10417,,,88,88,1,0,0,0,100,100,10,3000,3000,54.772254943847656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,1,63,3969,0,,1,0,0,0,0,1,0,,41.4865608215332,63,3969,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020311",1,4,1,,,,,53,,1,1,1,1,2,1,3,1,2,2,3,1,1,53,1,1,1,,2,49,1,5,,2,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,4,,,,,2,2,1,1,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,2,,1,,2,,15,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,27,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,550,,12,6600,1,,1,,,,,,,,,,,,,,,2,,1,2,2,2,2,1,1,,,,12,35,,,,,,,,,,,,,,,,,,,7,,,,,,,,,1,2,2,1,,,,,,1,1,1,1,100000,,,,,,,,,1,19000,0,,,,,,,1,1,,1,1000,,,,,,,1,1,2,1,2,2,2,2,,2,2,,,2,14000,2,,,,,1,9000,2,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,100,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>:ymca",1,2,2,2,,,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,2,1,,2,48,1,,,,1,,1,,,1,"sj","020311",3,3,0,2,2,0,35000,0,100,0,9000,0,0,0,0,14000,0,0,0,58100,1.2451902627944946,1710.3603515625,1,2,0,2,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,53,49,51,4,0,0,0,1,0,1,0,1,0,3,4075.18701171875,2037.593505859375,1358.3956298828125,1,1,0,0,0,0,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,100000,1,1,1,0,0,0,0,1,19000,0,19000,1,1,1,0,1,1,11610,17415,0,46440,1,1,42400,61,1,,,1,,4,1.3333333730697632,1,1,1,1,1,1,,1,,1,1,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,1,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10418,,,,,1,14000,14000,118.32159423828125,9000,9000,94.86833190917969,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,35000,35000,187.08287048339844,35000,0,35000,187.08287048339844,0,0,0,0,,0,0,0,1,0,1,1,1,1,53,2809,0,1,0,1,0,0,1,0,49,49,41.4865608215332,49,2401,0,1,1,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020306",1,4,3,1,,,,7,,2,1,1,3,1,1,8,2,2,2,3,3,5,44,2,1,5,,2,26,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,2,,,,,,,5,1,2,,,,,,,,,,,,1,5,,,,,,,,,,,,,,,,,,,,,,1,,1,1000,700,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,1,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,200,,12,2400,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,1,5000,1000,,,,,,,2,,1,1,30000,,,,,,,2,1,2,2,2,2,1,2,,2,1,,,2,,,,,,,1,19000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4000,0,,,,,,,,,,,,,,,,,,99,,,,99,,,,,,2,,1,80000,2,,,,,,,1,2,2,,,,3,,,,,,,,,3,,,,,1,1,,,,,2,,,,2,2,3,,2,2,2,2,,4,2,2,1,97,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:gets upset when thinks about it feels frozebn when she sees planes.",1,1,2,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,7," <7:ANOTHER GROUP (SPECIFY)>:black and hispanice",2,57,97," <5:OTHER (SPECIFY)>:haiti porta prince",,,,,,,1974,1,"ddb","020306",2,2,0,1,1,0,0,0,0,0,19000,248.12423706054688,0,0,0,0,0,0,0,19000,2.981809377670288,4095.734375,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,4,0,0,0,1,44,,44,3,0,0,1,0,0,0,1,1,0,1,7709.12451171875,7709.12451171875,3854.562255859375,0,4,0,0,1,0,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,5000,1000,4000,0,1,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,91,0,1,0,1,1,4,2,1,1,1,1,1,,,1,,1,1,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10429,42,,,,42,0,0,0,19000,19000,137.84048461914062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,169.98902893066406,13.037983894348145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,0,0,1,1,1,0,44,1936,0,,1,1,1,1,0,0,0,,41.4865608215332,44,1936,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,5,1,,,,,82,,1,1,2,2,2,1,1,2,2,2,3,2,5,82,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,2,2,,2,2,1,1,2,2,2,4,3,6,6,1,1,5,6,,," <6:another type of government program? {specify}>:united health",,,,,,,,,,,,,,2,2,,1,,2,,500,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,10,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,620,,12,7440,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,1,,1,,1,,2,,,,,,,,,1,1,,2,,,,,,,,2,1,1,1,2,2,2,2,,2,2,,,2,,,,,,,1,9000,2,,,,,12000,2,,,,,2000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,1,2,,1,2,1,1,8,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:feel sad",2,2,,,,,2,9,3,,,,,,,,,,,,,,,,,,,2,1,,2,19,1,,,,1,,1,,,1,"ddb","020315",1,1,0,1,1,0,0,0,2000,0,9000,0,0,12000,0,0,0,0,0,23000,2.4599897861480713,3378.976806640625,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,82,,82,5,0,0,0,0,1,0,1,1,0,1,5257.3798828125,5257.3798828125,5257.3798828125,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,175000,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,39,1,,,1,,3,3,1,1,1,1,1,,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10441,,,,,1,0,0,0,9000,9000,94.86833190917969,12000,12000,109.54450988769531,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,1,0,0,82,6724,0,,1,1,1,0,0,0,0,,41.4865608215332,82,6724,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020424",1,1,2,1,,,,34,,2,3,2,1,3,2,2,2,2,2,1,3,5,37,2,1,3,,2,77,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,17,2,1,,,,,10,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,10,2,8,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,3000,1,,2,,75,2,1,2,2,,,,,,,2,,,,,1,3,3,3,3,3,2,1,4,4,1,1,1,3,,1,,,5,3,,1,1,2,0,5,4,4,2,2,2,1,3,0,,,,2,0,2,2,2,2,,,6000,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,30,,6,2,2,2,1,1,2,,,2,,,3,,,500,,12,6000,1,,,250000,10000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,,1,1,,,,,12,40,,,4,,,,30000,,30000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,4000,,,,,,,,,1,20000,8,2,,1,1,2,,1,2,,1,9000,,,,,,,2,2,2,2,2,1,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,2,63,97," <5:OTHER (SPECIFY)>:u.k",1,,,,,,1967,1,"rm","020424",4,2,2,3,1,2,30000,0,0,0,0,0,0,0,0,0,2000,0,0,32000,1.1748600006103516,1613.756591796875,0,1,1,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,37,,37,3,0,0,1,0,0,0,1,0,1,2,1894.94287109375,1894.94287109375,947.471435546875,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,4000,1,0,0,1,250000,10000,240000,1,20000,15000,5000,1,1,1,1,,1,14630,21945,0,58520,0,1,46438.2578125,198,0,1,0,1,1,6,1.5,1,1,1,1,1,,1,1,1,1,0,1,1,2,0,0,0,1,0,0,0,1,0,1,1,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,10443,33,,,,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,0,0,0,1,30000,30000,173.205078125,0,0,0,30000,0,30000,173.205078125,0,0,0,0,1,0,1,1,0,0,1,1,0,0,37,1369,1,,1,1,1,0,0,0,0,,41.4865608215332,37,1369,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,1,2,1,,,,65,,2,1,1,1,2,2,2,2,2,2,2,1,1,77,2,1,1,,1,80,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,7,,,,5,1,3,1,2,3,3,2,2,2,2,1,2,2,4,6,1,1,,,,,,2,,,,,,,,,,,,,,1,9,1,,2,,75,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,45,,6,1,2,2,1,1,2,,,2,,,9,,,,,,,,,,98,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,1,7000,0,,,,,,,1,2,,2,,,,,,,,2,1,2,1,2,2,2,2,2,2,2,,,2,,,,,,,3,9,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,1," <1:Yes (Specify)>:JEWISH COMMUNITY COUNCIL OF PELHAM PARKWAY",2,1,2,2,,,,,,,,,,,,,,,2,2,3,,,,,,,,,,,,,,,,,,,2,1,,4,24,10," <5:OTHER (SPECIFY)>:POLAND",,,,,,,1937,1,"TY","020307",2,2,0,2,2,0,0,0,632.0053100585938,0,1227.12109375,0,0,0,0,0,0,0,0,1859.12646484375,2.0333871841430664,2793.0068359375,1,1,0,3,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,77,80,78.5,5,0,0,0,0,1,1,0,1,0,3,5642.99609375,2821.498046875,2821.498046875,1,2,1,0,0,0,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,1,7000,0,7000,1,1,0,0,0,0,11610,17415,1,46440,0,0,42400,97,0,1,1,1,1,6,3,1,1,1,1,1,0,,0,,1,1,1,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10450,10,,,,10,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,0,0,1,1,1,0,77,5929,0,0,1,1,1,1,2,0,80,80,41.4865608215332,77,5929,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020308",1,5,2,1,,,,24,,3,2,4,2,4,4,3,2,2,2,1,5,5,24,1,1,3,,2,98,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,1,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,2,,4,8,2,1,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,8,,,,,,,,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,8,40,,,8,,,,,,,,,2,,,,,8,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,1,8,,,,,,,2,,,,,,,,,8,,1,2,,,,,,,,2,2,2,2,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,300,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,5,,2,,,,,,,,,,,,,,,,,,1,2,7,,,,,,,,2,1,2,2,2,2,2,2,,3,2,1,1,12,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:stress",1,2,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4," <7:ANOTHER GROUP (SPECIFY)>:puerto rican",7,77,1,,,,1,,1,,,1,"kp","020308",2,2,0,1,1,0,17934.64453125,0,0,300.0000305175781,0,0,0,0,0,0,0,0,0,18234.64453125,1.3351259231567383,1833.8935546875,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,24,,24,1,1,0,0,0,0,0,1,1,0,1,4910.07373046875,4910.07373046875,2455.036865234375,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,262,0,1,,,0,4,2,1,0,1,1,0,,,0,,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10453,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,0,0,0,0,1,0,0,1,24,576,1,,1,1,0,0,0,1,0,,41.4865608215332,24,576,0,0,0,1,0,0,0,0,8,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020618",1,1,1,,,,,43,,2,8,3,1,2,3,2,2,2,2,2,2,5,80,2,1,5,,1,54,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,1,2,,3,3,2,2,2,2,1,2,2,6,6,1,5,,,,,,,,,,,,,,,,,,,2,,,1,,2,,100,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,14,,5,1,2,2,1,2,,,,,,,,,,,,,,,,1,30000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,75000,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,1,1,1,2,2,2,2,,2,2,,,2,,,,,,,1,10000,2,,,,,10000,2,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,21,2," <5:OTHER (SPECIFY)>:jamaica",,,,,,,1956,1,"el","020618",2,2,0,1,1,0,0,0,2937.999755859375,0,10000,0,0,10000,0,0,0,0,0,22938,2.6963424682617188,3703.62451171875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,80,,80,5,0,0,0,0,1,0,1,1,0,1,5632.91259765625,5632.91259765625,2816.456298828125,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,75000,1,1,1,1,30000,0,30000,0,0,0,0,0,1,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,300,1,,,1,,5,2.5,1,0,1,1,1,,,1,,1,1,1,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10459,2,,,,2,0,0,0,10000,10000,100,10000,10000,100,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,1,0,0,0,80,6400,0,,1,1,0,0,0,0,0,,41.4865608215332,80,6400,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020312",1,2,4,1,,,,32,,1,1,2,2,2,2,8,1,2,2,3,1,1,42,2,1,1,,1,47,1,5,,2,21,1,5,,1,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,4,,,,,2,3,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,,,,,,,2,1,50,1,,2,,2000,1,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,3,,6,1,2,2,1,1,2,,,2,,,3,,,1000,,12,12000,1,,,500000,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,3,2,2,2,1,1,,,,12,50,,,,,,,,,,,,,,,,,,,4,,,,50000,,50000,1,,,,,,,,,,,2,,2,,7,2,,2,2,,,,,1,60000,0,,,,,,,1,1,,1,5000,,,,,,,2,2,2,2,1,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,12000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,59,97," <5:OTHER (SPECIFY)>:isreal",,,,,,,1969,1,"kp","020312",4,4,0,2,2,0,50000,0,0,0,0,0,0,0,12000,0,0,0,0,62000,.9258726835250854,1271.754150390625,1,3,0,2,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,42,47,44.5,3,0,0,1,0,0,1,0,1,0,3,2399.51220703125,1199.756103515625,599.8780517578125,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,15000,1,1,0,1,500000,,,1,60000,0,60000,1,1,1,0,1,1,11610,17415,0,46440,1,1,42400,48,1,,,1,,6,1.5,1,1,1,1,1,1,,1,,1,1,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10464,49,,,,49,0,0,0,0,0,0,0,0,0,0,0,0,12000,12000,109.54450988769531,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,50000,50000,223.60679626464844,50000,0,50000,223.60679626464844,0,0,0,0,,0,1,1,0,0,1,1,0,0,42,1764,0,1,0,1,0,0,2,1,47,47,41.4865608215332,47,2209,0,1,0,1,0,0,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,1,3,1,,,,3,,2,1,2,1,2,2,4,2,2,2,1,5,5,22,1,1,3,,2,59,1,8,,1,47,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,,2,,1,,2,,200,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,3,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,350,,12,4200,1,,1,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,12,40,,,4,,,,40000,,40000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,60000,,,,,,,,,1,13000,10000,,,,,,,2,,1,1,3000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,999999,1,2,,2,,,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,1," <1:Yes (Specify)>:my church",1,1,2,2,,,,,,,,,,,,,,,2,3,2,,,,,,,,,,,,,,,,,,,2,2,,6,80,2," <5:OTHER (SPECIFY)>:jamaica",,,,,,,1999,1,"gs","020307",3,3,0,1,1,0,40000,0,0,0,0,0,0,0,0,0,0,0,0,40000,1.2035579681396484,1653.17529296875,0,2,0,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,22,,22,1,1,0,0,0,0,0,1,1,0,1,3965.26123046875,3965.26123046875,1321.7537841796875,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,60000,1,1,1,0,0,0,0,1,13000,10000,3000,0,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,416,1,,,1,,4,1.3333333730697632,1,1,1,1,1,,,1,,1,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10471,2,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,40000,40000,200,0,0,0,40000,0,40000,200,0,0,0,0,1,0,1,1,0,0,1,0,0,1,22,484,1,,1,1,0,0,0,1,0,,41.4865608215332,22,484,0,0,0,1,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020306",1,2,2,1,,,,6,,1,3,2,2,2,2,3,1,2,2,2,5,5,27,1,1,3,,2,46,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,1,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,2,,200,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,0,2,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,900,,10,9000,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,2,3,,,,,2,,,,,,,,,1,1,,1,10000,,,,,,,2,2,2,2,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,9,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,8,74,97," <5:OTHER (SPECIFY)>:germany",,,,,,,1995,1,"kp","020306",2,2,0,1,1,0,0,0,0,1107.67919921875,0,0,0,0,0,0,0,0,0,1107.67919921875,2.625349760055542,3606.11083984375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,27,,27,2,0,1,0,0,0,0,1,1,0,1,7410.19091796875,7410.19091796875,3705.095458984375,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,25000,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,73,0,1,1,1,1,4,2,1,1,1,1,0,,,0,,1,1,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10477,36,,,,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,0,0,1,1,1,1,27,729,0,,1,1,1,1,0,1,0,,41.4865608215332,27,729,0,0,0,1,1,1,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020310",1,4,2,1,,,,9,,1,3,1,1,1,1,8,1,2,2,2,1,5,50,1,1,9,,1,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,6,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,6,2,9,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,8,2,,,,,,,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,2,4,4,1,1,1,2,1,,,,1,3,,1,1,2,0,3,3,4,2,2,2,1,4,0,,,,1,0,1,2,2,2,,,3000,,1,0,1,1,1,2,,,,,2,,,,,,,,,,,,2,2,,,,,,2,2,,,,,,,,,,,,2," paid directly",,,,,,,,,,,,,,2,,,1,2,1,,2,6,,2,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,11,7700,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,10,54,,,4,,,,70000,,70000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,1,2,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,1,52,97," <5:OTHER (SPECIFY)>:nigeria",1,,,,,,1992,1,"db","020310",3,2,1,2,1,1,70000,0,0,0,0,0,0,0,0,0,0,0,0,70000,.3926655650138855,539.35498046875,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,2,0,1,0,0,50,,50,4,0,0,0,1,0,0,1,0,1,2,2314.127685546875,2314.127685546875,1157.0638427734375,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,1250,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,,0,11610,17415,0,46440,1,1,42400,154,1,,,1,,2,.6666666865348816,0,1,1,1,1,,1,1,1,1,1,,1,3,0,1,0,1,0,0,0,1,1,1,1,1,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,10488,59,,,,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,70000,70000,264.57513427734375,0,0,0,70000,0,70000,264.57513427734375,0,0,0,0,1,0,1,1,0,0,1,1,1,1,50,2500,1,,1,1,1,1,0,1,0,,41.4865608215332,50,2500,0,0,0,1,1,1,1,0,10,54,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020310",1,2,3,1,,,,4,,2,2,1,1,1,3,3,1,2,2,3,1,2,32,1,1,2,,2,27,1,9,,1,28,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,7,1,1,,2,,,5,2,1,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,5,2,9,,,,,1,4,,,,,1,2,1,2,,,,,,,,,,,,2,,,,,,,2,,,,,,,2,,,,,,,,,,1,2,,270,2,1,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,1,3,1,,,,0,1,,1,2,1,56,5,4,4,2,2,1,1,4,,,,,2,2,,,,,,,,,2,1,2,1,1,2,2,,,,2,,,1,,1,,,,,,,2,1,7," <7:SOMEONE OR SOMEWHERE ELSE ? (SPECIFY)>:himself",,,,1,,,2,,,,,,,,,,,,2,2,,,3,,,200,,12,2400,1,,2,,,2,2,3,,,3,,3,4,2,1,2,,,,,,,,,,,,,,,,,,,,,1,7," <7:Or someone else? (specify)>:fema and red cross",2,,,3,,,600,,12,7200,1,,8,,,,,,,,,,,,,,,2,,1,2,1,1,,2,2,1,12,60,8,8,4,,,,8600,,8600,1,,,,,,,,,,,4,,,,1800,,1800,1,,,,,,,,,,,1,1,2,,690,,,,,,,,,2,,,,,,,,,2,,2,1,800,,,,,,,2,2,2,2,2,2,2,1,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10800,2,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,1,2,,2,,1,1,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,4,2,2,1,10,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:a lot of worries",1,2,,,,,1,1,1,1,1,10,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:scared",1,2,,,,2,2,1,1,1,2,2,,5,70,97," <5:OTHER (SPECIFY)>:sierraleone",97," <5:OTHER (SPECIFY)>:sierraleona",,,,,1999,1,"m.r.","020312",5,3,2,4,2,2,8600,1800,0,0,0,0,0,0,0,0,0,0,10800,21200,.3307758569717407,454.3449401855469,1,2,0,2,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,32,27,29.5,2,0,1,0,0,0,1,0,0,1,4,1027.2418212890625,513.6209106445312,342.4139404296875,1,1,0,0,0,0,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,,,1,0,0,0,1,4,,,4,690,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,17650,26475,1,70600,0,0,37000,124,0,0,0,0,0,3,.6000000238418579,0,1,1,1,0,0,0,0,1,1,1,0,1,2,0,0,0,1,0,0,1,1,1,2,2,1,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10496,70,70,,,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8600,8600,92.7361831665039,1800,1800,42.42640686035156,8600,1800,8600,92.7361831665039,1800,42.42640686035156,1,1,1,0,1,1,0,0,1,1,1,1,32,1024,1,1,1,1,1,1,1,1,27,27,41.4865608215332,32,1024,0,0,0,1,1,1,2,1,12,60,0,1,0,0,0,27,729,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10800 -"9543","020326",1,1,2,1,,,,11,,3,1,2,3,1,1,2,1,2,2,3,5,2,27,1,1,2,,2,28,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,9,2,2,,1,,,5,2,2,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,9,2,2,,1,,,2,98,,,,,2,1,2,,,,,,,,,,,,,2,,,,,,,1,1,,,,,,1,,1,,,,,8,,8,,,,,1,1,1,2,,,,,,,1,,,,,1,3,2,8,3,3,2,1,4,1,1,1,1,5,,1,,,3,1,,2,1,1,0,3,4,4,1,2,2,1,4,0,,,,2,2,,,,,,,,,2,1,2,1,2,2,2,,,,2,,,1,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,2," CORRECT",,,,,,,,,,,,,,8,,,8,8,1,,1,0,6,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,4,,,,10,,10,1,,8,,,,,,,,,,,,,,,1,2,1,2,1,2,2,2,1,,,,12,25,,,,,,,,,,,,,,,,,,,4,,,,15000,,15000,1,,,,,,,,,,,1,2,1,2,2000,,,,,,,,,1,2000,0,,,,,,,1,1,,8,,,,,,,,2,2,2,2,2,1,1,2,,2,1,8,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,,,,,,8,240,,,,,,,,,,,,,,,,,,12,8,,,99,12,8,,,99,2,,1,,2,,,,,,,2,,2,2,,2,3,,,,,,,,,1,2,,,,,,,,,,,,,,2,2,4,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,8,75,1,,,,1,,1,,,1,"NR","020402",4,2,2,4,2,2,15000,0,0,240.00001525878906,0,1128.9376220703125,672.864501953125,0,0,0,265.4549255371094,0,0,16178.3193359375,.761260449886322,1045.647216796875,1,2,1,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,27,28,27.5,2,0,1,0,0,0,1,0,0,1,4,1291.19091796875,645.595458984375,645.595458984375,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,0,0,1,2,,1,1,1.5,0,0,0,0,,4,4,4,2000,1,0,0,0,0,0,0,1,2000,0,2000,1,1,1,0,0,0,17650,26475,1,70600,0,0,37000,65,0,1,1,1,1,4,1,1,1,1,1,0,1,1,0,1,0,1,1,1,2,0,0,0,0,0,0,1,1,1,2,2,1,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10499,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,164.60757446289062,12.829948425292969,240,240,15.491933822631836,0,0,0,-5,169.98902893066406,13.037983894348145,-5,107.74469757080078,10.380014419555664,1,0,0,0,15000,15000,122.4744873046875,15000,0,15000,122.4744873046875,0,0,1,1,1,0,0,0,0,1,1,0,0,1,27,729,0,1,0,1,1,0,1,0,28,28,41.4865608215332,28,784,1,0,0,0,0,0,0,0,12,25,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0 -"9543","020421",1,1,1,,,,,46,,2,3,1,1,1,1,1,1,2,2,3,3,2,50,2,1,2,,1,57,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,10,2,1,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,10,2,11,,,,,2,8,,,,,2,1,2,,,,,,,,,,,,,1,1,2,,,,,1,1,,,,,,1,,1,2,,,2,2,,1,,2,,10,2,2,1,2,,,,,,,2,,,,,1,3,2,3,3,3,1,2,1,1,1,1,4,1,,1,,,4,3,,1,1,1,0,6,4,4,1,2,2,1,4,1,7,," <3:Something Else? (SPECIFY)>:switched from public to parochial school",1,0,1,2,2,2,,,3800,,1,0,1,2,2,1,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,,,,2,,,,,,2,2,,,3,,,90,,10,900,1,,2,,,1,2,3,,,9,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,12000,,12000,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,10,35,12,40,4,,,,50000,,50000,1,,,,,,,,,,,4,,,,30000,,30000,1,,,,,,,,,,,1,1,1,1,20000,,,,,,,,,2,,,,,,,,,1,2,,1,6000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,2,,3,51,3,,,,,,,,1955,1,"ep","020421",3,2,1,3,2,1,50000,30000,0,0,0,0,0,0,0,0,0,0,0,80000,.4256257116794586,584.628173828125,1,1,0,3,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,50,57,53.5,4,0,0,0,1,0,1,0,0,1,4,1157.8787841796875,578.9393920898438,578.9393920898438,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,0,1,2,1,1,1,1.3333333730697632,0,0,0,0,,4,4,4,20000,1,1,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,14630,21945,0,58520,1,1,46438.2578125,61,1,,,1,,4,1.3333333730697632,1,1,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,0,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10501,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,50000,50000,223.60679626464844,30000,30000,173.205078125,50000,30000,50000,223.60679626464844,30000,173.205078125,0,0,,1,0,0,0,0,1,1,1,0,50,2500,1,1,1,1,1,1,2,0,57,57,41.4865608215332,50,2500,0,0,0,0,0,0,0,0,10,35,0,1,1,1,1,57,3249,1,1,1,1,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020311",1,2,3,1,,,,0,6,2,8,2,2,2,2,8,2,2,2,8,5,5,27,2,1,11,,1,22,1,11,,2,22,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,0,6,5,2,1,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,4,,,,5000,,5000,1,,8,,,,,,,,,,,,,,,1,2,2,,1,1,,,,,11,40,,,4,,,,14000,,14000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,500,,,,,,,,,2,,,,,,,,,1,2,,1,7000,,,,,,,1,2,2,2,2,2,1,2,,2,2,,,2,200,1,1,200,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000,5000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,1,2,2,1,4,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,1,5,,2,74,1,,,,1,,1,,,1,"rm","020311",3,3,0,1,1,0,14000,0,0,5000,0,0,0,0,0,200,0,0,0,19200,2.0142056941986084,2766.659423828125,0,1,1,,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,27,,27,2,0,1,0,0,0,0,1,1,0,1,4165.9580078125,4165.9580078125,1388.6527099609375,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,500,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,115,0,1,0,1,0,5,1.6666666269302368,1,1,1,1,0,,,0,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10509,,,,,1,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,5000,70.71067810058594,0,0,0,0,0,0,0,0,0,1,14000,14000,118.32159423828125,0,0,0,14000,0,14000,118.32159423828125,0,0,0,0,,1,0,0,0,0,1,1,1,0,27,729,1,,1,1,1,1,0,0,0,,41.4865608215332,27,729,0,0,0,0,0,0,0,0,11,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020312",1,2,2,1,,,,9,,1,1,2,2,2,3,8,1,2,2,3,1,1,34,1,1,1,,2,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,3,2,10,,,,,2,10,,,,,1,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,8,,1,,2,,100,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,3,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,1,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,1,,,,2,,,,,,2,2,,,4,,,,10000,,10000,1,,2,,,1,2,2,,,4,,4,3,2,2,1,1,2,,,2,,,4,,,,7000,,7000,1,,1,210000,75000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,8,2,2,12,40,,,4,,,,90000,,90000,2,87000,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,35000,,,,,,,,,1,13000,0,,,,,,,8,,1,1,40000,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,8,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,3," <7:ANOTHER GROUP (SPECIFY)>:asian from india",6,68,97," <5:OTHER (SPECIFY)>:india",1,,,,,,1986,1,"kp","020313",3,2,1,3,2,1,86999.9921875,0,0,0,0,0,0,0,0,0,0,0,0,86999.9921875,.7717018127441406,1059.9891357421875,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,4,0,0,0,1,34,32,33,2,0,1,0,0,0,1,0,0,1,4,3334.822021484375,1667.4110107421875,1667.4110107421875,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,1,1,1,,,1,0,,,,4,,,4,35000,1,1,1,1,210000,75000,135000,1,13000,0,13000,0,1,1,1,0,1,14630,21945,0,58520,1,1,46438.2578125,12,1,,,0,,4,1.3333333730697632,1,1,1,1,1,1,1,1,,1,1,,1,2,0,0,0,1,0,0,1,0,1,0,1,1,0,1,0,1,2,1,1,1,,,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10514,45,,,,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,87000,87000,294.9576110839844,0,0,0,87000,0,87000,294.9576110839844,0,0,1,1,,0,1,1,0,0,1,1,1,1,34,1156,1,0,1,1,1,1,1,1,32,32,41.4865608215332,34,1156,0,0,0,1,1,1,1,1,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020416",1,1,3,1,,,,20,,1,3,3,3,4,4,3,2,2,2,1,5,5,31,1,1,3,,2,54,1,7,,1,26,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,1,6,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,7,,,,5,2,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,2,,8,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,4,,4,1,2,2,1,1,8,1,,2,,,9,,,,,,,,,,189000,98,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,2,1,,,,,9,98,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,9,2,,9,,,,,,1,13000,0,,,,,,,1,2,,1,9,9,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,1,1,1,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:nightmares",1,1,3,8,,,1,1,1,,,,,,,,,,,,,,,,,,,1,2," <7:ANOTHER GROUP (SPECIFY)>:dark color puerto rican",2,71,1,,,,3,,1,,,1,"agh","020416",4,3,1,1,1,0,28132.69140625,0,0,0,0,0,0,0,0,0,0,0,0,28132.69140625,.6984608173370361,959.3872680664062,0,2,0,,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,31,,31,2,0,1,0,0,0,0,1,1,0,1,2334.73974609375,2334.73974609375,778.24658203125,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,189000,,,1,13000,0,13000,1,1,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,225,1,,,1,,4,1,1,0,1,1,0,,,0,,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10519,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,0,0,0,0,1,1,0,1,31,961,1,,1,1,1,0,0,1,0,,41.4865608215332,31,961,0,0,0,1,1,0,0,0,9,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020414",1,5,2,1,,,,37,,1,3,1,1,1,1,1,1,2,2,3,1,1,37,2,1,1,,1,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,1,2,,2,,,2,7,,,,1,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,2,,,,,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,2,4,3,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,8,2,3,,,10,,4,1,2,2,1,1,2,,,2,,,3,,,1100,,12,13200,1,,,250000,98,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,4,40,12,40,8,,,,,,,,,1,2,1,,1,,,,,4,,,,70000,,70000,1,,,,,,,,,,,2,,2,,30000,,,,,,,,,1,6000,5000,,,,,,,1,1,,1,5000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,1,65,1,,,,1,,1,,,1,"cr","020414",3,2,1,3,2,1,70000,65000,0,0,0,0,0,0,0,0,0,0,0,135000,.9003636240959167,1236.715576171875,1,1,0,3,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,37,36,36.5,3,0,0,1,0,0,1,0,0,1,4,2263.298583984375,1131.6492919921875,1131.6492919921875,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,3,30000,1,1,1,1,250000,,,1,6000,5000,1000,1,1,1,0,1,1,14630,21945,0,58520,1,1,46438.2578125,226,1,,,1,,4,1.3333333730697632,1,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10531,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65000,65000,254.9509735107422,70000,70000,264.57513427734375,70000,65000,70000,264.57513427734375,65000,254.9509735107422,1,1,,0,0,0,0,0,1,0,0,0,37,1369,1,1,0,1,1,0,2,1,36,36,41.4865608215332,36,1296,0,0,0,1,1,0,1,1,12,40,1,1,0,0,0,37,1369,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020310",1,2,3,1,,,,12,,2,1,2,2,2,4,2,2,2,2,8,5,2,40,2,1,9,,2,95,1,7,,2,23,1,7,,2,98,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,1,,,1,98,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,2,,,,,,,,,,,,,,1,8,1,,1,75,8,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,12,,6,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,8,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,12,60,12,12,4,,,,22000,,22000,1,,,,,,,,,,,7,,,,,,,,,8,,,,,,,,,1,1,8,,0,,,,,,,,,2,,,,,,,,,2,,8,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,9,1,2,,2,,,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,1,2,,1,2,2,2,,,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,1,2,,6,99,99,,,,,,,,99,1,"ddb","020310",4,4,0,2,2,0,22000.001953125,12587.3125,0,0,0,0,0,0,0,0,0,0,0,34587.3125,1.4624134302139282,2008.7322998046875,1,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,40,41.53856658935547,40.769283294677734,3,0,0,1,0,0,1,0,1,0,3,4135.46923828125,2067.734619140625,1033.8673095703125,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,11610,17415,0,46440,0,1,42400,340,0,1,1,1,1,6,1.5,1,1,1,1,1,0,,0,,1,1,1,0,2,0,0,0,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10532,,,,,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,22000,22000,148.323974609375,-5,19612.009765625,140.0428924560547,22000,-5,22000,148.323974609375,9043.8486328125,95.09915161132812,0,0,,1,,0,0,0,1,0,0,0,40,1600,1,1,1,1,0,0,0,0,41.4865608215332,,41.4865608215332,40,1600,0,0,0,0,0,0,0,0,12,60,0,1,1,1,.3509513735771179,41.53856658935547,1725.4525146484375,0,0,0,0,.1519336998462677,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020319",1,3,3,1,,,,42,,2,3,1,1,1,1,2,1,2,2,2,5,5,42,1,1,7,,1,45,1,7,,1,38,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,1,2,,,,,,,4,1,1,,,,,,,,,,,,1,3,,,,,,,,,,,,,,,,,,,2,2,,1,,1,1000,1000,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,42,,5,1,2,2,1,2,,,,,,,,,,,,,,,,,4e+06,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,2,2,1,,,,1,6,,,4,,,,3000,,3000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,15000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,1500,2,,,,,,,,,,,,,,,,,1500,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,80000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,59,1,,,,1,,1,,,1,"ejg","020319",3,3,0,1,1,0,3000,0,1499.9998779296875,999.9999389648438,0,0,0,0,0,0,0,0,0,5500,3.105776786804199,4266.0126953125,0,1,1,,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,42,,42,3,0,0,1,0,0,0,1,1,0,1,9336.93359375,9336.93359375,3112.311279296875,0,3,0,1,0,0,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,15000,1,1,0,1,4e+06,0,4e+06,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,320,0,1,1,1,1,5,1.6666666269302368,1,1,1,1,1,,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10603,,,,,1,0,0,0,0,0,0,0,0,0,1500,1500,38.72983169555664,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,1,3000,3000,54.772254943847656,0,0,0,3000,0,3000,54.772254943847656,0,0,0,0,,0,0,0,1,0,1,1,0,1,42,1764,1,,1,1,1,0,0,1,0,,41.4865608215332,42,1764,0,1,0,1,1,0,0,0,1,6,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020328",1,3,5,1,,,,0,6,2,3,3,3,8,3,8,4,1,2,1,5,5,24,1,1,9,,1,25,1,9,,1,28,1,9,,1,24,1,9,,1,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,1,,,,,,,4,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,0,6,5,3,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,265,,6,1590,1,,8,,,,,,,,,,,,,,,1,3,2,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,280,1,2,,1,3,,1,2,,2,1,4,2,,,,,,,,,,,,,,,1,2,2,7,,,,,,,2,2,5,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,2,77,8," <5:OTHER (SPECIFY)>:mexico",,,,,,,2001,2,"jd","020328",5,5,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.8003759384155273,5220.095703125,0,1,2,,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,24,,24,1,1,0,0,0,0,0,1,1,0,1,17784.376953125,17784.376953125,3556.87548828125,0,3,0,1,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,270,0,0,1,0,1,5,1,1,0,0,0,0,,,0,,1,,,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10615,8,,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,1,1,0,0,0,0,0,1,24,576,0,,1,0,0,0,0,1,0,,41.4865608215332,24,576,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020312",1,3,2,1,,,,23,,1,1,1,2,1,1,8,1,2,2,3,1,1,50,2,1,1,,1,60,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,8,,,,,,1,8,,,,,,,,,,,,2,,,1,,2,,20,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,22,,9,1,2,2,1,2,,,,,,,,,,,,,,,,2,1e+06,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,4,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,1,30000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,1,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,10000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,9,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,7,50,97," <5:OTHER (SPECIFY)>:iran",,,,,,,1978,1,"ss","020319",2,2,0,2,2,0,0,0,2459.279052734375,0,0,0,0,0,10000,0,0,0,0,12459.279296875,.5083467960357666,698.251708984375,1,4,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,50,60,55,4,0,0,0,1,0,1,0,1,0,3,1360.59765625,680.298828125,680.298828125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,1e+06,0,1e+06,1,30000,0,30000,1,1,0,0,0,0,11610,17415,1,46440,0,0,42400,187,0,1,1,1,1,9,4.5,1,1,1,1,1,1,,1,,1,1,,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10616,47,,,,47,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,10000,10000,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,0,0,1,1,1,0,50,2500,0,0,1,1,1,1,2,0,60,60,41.4865608215332,50,2500,0,1,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020309",1,3,2,1,,,,39,,1,3,2,8,1,1,2,1,2,2,8,3,5,69,1,1,7,,2,68,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,3,,,,,2,,,,,,,2,2,,3,3,2,2,2,2,1,1,1,6,6,1,2,5,,,,,,,,,,,,,,,,,,2,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,21,,2,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,1,,2,,,9,,,,,,,,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,8,,,,,,,,2,,,,,,,,,2,,1,9,,,,,,,,2,1,1,2,2,2,2,2,,2,2,,,2,,,,,,,1,8,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,2,33,97," <5:OTHER (SPECIFY)>:hatie",,,,,,,1963,1,"jd","020416",2,2,0,1,1,0,0,0,0,0,5178.51171875,0,0,11350.21875,0,0,0,0,0,16528.73046875,1.9654018878936768,2699.6240234375,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,69,,69,5,0,0,0,0,1,0,1,1,0,1,8188.45849609375,8188.45849609375,4094.229248046875,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,211,0,1,1,1,1,2,1,1,1,1,1,1,,,1,,1,1,1,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10628,42,,,,42,0,0,0,-5,995.5078735351562,31.55167007446289,-5,1241.30029296875,35.23208999633789,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,1,0,0,1,69,4761,0,,1,1,0,0,0,1,0,,41.4865608215332,69,4761,0,0,1,1,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543","020318",1,3,1,,,,,40,,1,1,1,1,2,1,3,2,2,2,2,4,2,46,1,1,2,,2,41,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,1,11,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,4,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,900,,12,10800,2,8400,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,35,12,35,4,,,,4000,,4000,1,,,,,,,,,,,4,,,,38000,,38000,1,,,,,,,,,,,2,,2,,80000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,2,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,23000,2,,,,,,,,,,,,,,,,,,,,,,,,,5,,,,,,,,,,,,,,,,,,,,,1,6000,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,1," <1:Yes (Specify)>:alchohlic anonymous",1,1,2,1,8,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:depressed",1,1,9,,,,2,2,1,,,,,,,,,,,,,,,,,,,1,4,,2,54,4,,,,,,,,1962,1,"jd","020318",2,2,0,2,2,0,38000,3999.999755859375,23000.001953125,0,0,0,0,0,0,0,0,0,0,65000,.9284690618515015,1275.3204345703125,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,3,0,0,1,0,46,41,43.5,3,0,0,1,0,0,1,0,1,0,3,3069.597412109375,1534.7987060546875,1534.7987060546875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,80000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,28,1,,,1,,3,1.5,1,1,1,1,1,1,,1,,1,1,0,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10629,,,,,4,0,0,0,0,0,0,0,0,0,23000,23000,151.6575164794922,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4000,4000,63.24555206298828,38000,38000,194.93588256835938,38000,4000,38000,194.93588256835938,4000,63.24555206298828,0,0,,1,1,1,0,0,1,1,1,1,46,2116,1,1,0,1,1,1,1,0,41,41,41.4865608215332,41,1681,0,1,0,0,0,0,0,0,12,35,1,1,1,1,1,46,2116,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020308",1,3,1,,,,,31,,1,1,2,1,2,2,8,1,2,2,8,5,5,31,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,3,,,,,,,,,,,,,,,,,,,2,1,3000,1,,1,500,100,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,9600,,9600,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,50,,,4,,,,28000,,28000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,78000,,,,,,,,,1,500,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,2500,2,,,,,,,,,,,,,,,,,80000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,2,,,2,1,2,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,9," <7:ANOTHER GROUP (SPECIFY)>:human",6,70,1,,,,1,,1,,,1,"db","020308",1,1,0,1,1,0,27999.998046875,0,2500,999.9999389648438,0,0,0,0,0,0,0,0,0,31499.998046875,2.031635046005249,2790.60009765625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,,,,,,31,,31,2,0,1,0,0,0,0,1,1,0,1,3307.998291015625,3307.998291015625,3307.998291015625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,78000,1,1,1,0,0,0,0,1,500,0,500,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,137,1,,,1,,3,3,1,1,1,1,1,,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10630,,,,,1,0,0,0,0,0,0,0,0,0,2500,2500,50,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,1,28000,28000,167.33200073242188,0,0,0,28000,0,28000,167.33200073242188,0,0,0,0,0,0,0,0,0,0,1,1,1,0,31,961,1,,1,1,1,1,0,0,0,,41.4865608215332,31,961,0,1,0,0,0,0,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020318",1,3,5,1,,,,18,,2,1,2,1,2,2,2,2,2,2,2,4,5,20,2,1,3,,1,43,1,11,,2,31,1,11,,2,23,1,4,,2,98,2,,,,,,,,,,,,,,,,,,,,,,,,,,2,13,2,7,,,,2,10,2,7,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,,2,,,2,,,,,,,1,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,,,,,,,2,,,2,,,,,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,9,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,8,,,,,,,,,8,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,9,40,,,8,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,98,,,,99,,,,,,2,,2,0,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,,,,,,,,,,,2,2,2,,2,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,3,2,1,,,,,,,,,,,,,,,,,,,1,4,,2,82,4,,,,,,,,1985,1,"kp","020318",7,5,2,1,1,0,10318.978515625,0,0,0,0,266.5143127441406,0,0,0,0,0,0,0,10318.978515625,1.448058009147644,1989.0140380859375,0,2,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,20,,20,1,1,0,0,0,0,0,1,1,0,1,2670.29248046875,2670.29248046875,534.0584716796875,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,163,0,1,1,1,1,5,.7142857313156128,0,1,1,1,1,,,1,,1,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10640,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,169.98902893066406,13.037983894348145,-9,-9,,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,1,1,0,0,1,0,0,0,20,400,1,,1,1,0,0,0,0,0,,41.4865608215332,20,400,0,0,0,0,0,0,0,0,9,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,1,0,0,0,,1,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,3,4,1,,,,3,,1,1,2,1,2,3,2,1,2,2,2,5,2,26,1,1,2,,2,23,1,2,,2,22,1,2,,2,22,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,7,,,,1,1,1,2,,,,,,,,,,,,,1,4,,,,,,1,4,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,2,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,12000,,12000,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000,10000,,,,,,,4,1,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,7,75,97," <5:OTHER (SPECIFY)>:canada",,,,,,,1998,1,"sf","020314",4,4,0,2,2,0,0,0,0,10000,0,0,0,0,0,0,0,0,0,10000,2.875643730163574,3949.907958984375,1,1,0,3,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,26,22,24,1,1,0,0,0,0,1,0,1,0,3,7863.1806640625,3931.59033203125,1965.795166015625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,40000,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,11610,17415,1,46440,0,0,42400,138,0,1,1,1,1,5,1.25,1,1,1,1,1,1,,1,,1,1,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10649,27,,,,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000,10000,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,0,0,1,1,1,1,26,676,0,0,1,1,1,1,1,1,22,22,41.4865608215332,26,676,0,0,0,1,1,1,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020612",1,4,2,1,,,,35,,2,2,2,3,3,3,8,2,2,2,3,4,5,75,2,1,11,,2,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,,,,,,,4,1,2,3,2,2,2,2,2,2,2,2,4,5,1,4,5,,,,,,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,20,,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,1,2,,2,,,3,,,270,,12,3240,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,1,2,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,1,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,12,8,,,99,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,1,,2,29,97," <5:OTHER (SPECIFY)>:colombia",,,,,,,1964,2,"el","020612",2,2,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,2092.43115234375,0,2092.43115234375,1.8316645622253418,2515.92578125,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,75,,75,5,0,0,0,0,1,0,1,1,0,1,4271.34765625,4271.34765625,2135.673828125,0,3,0,1,0,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,440,0,1,1,0,1,3,1.5,1,1,1,1,1,,,1,,1,0,,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10657,28,,,,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,214.38082885742188,14.641749382019043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,1,1,0,0,1,0,0,0,75,5625,0,,1,1,0,0,0,0,0,,41.4865608215332,75,5625,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 -"9543","020313",1,2,3,1,,,,42,,2,1,2,2,1,1,1,1,2,2,2,5,5,42,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,1,2,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,35,,8,1,2,2,1,2,,,,,,,,,,,,,,,,,400000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,50,,,4,,,,32000,,32000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,1,2,,,,,,,1,5000,0,,,,,,,1,2,,1,12000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,2,1,,,,,,,,,,,,,,,,,,,2,1,,3,60,1,,,,1,,1,,,1,"agh","020313",1,1,0,1,1,0,32000,0,0,1145.851318359375,0,0,0,0,0,0,0,0,0,33145.8515625,1.7931209802627563,2462.9833984375,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,42,,42,3,0,0,1,0,0,0,1,1,0,1,4941.45849609375,4941.45849609375,4941.45849609375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,1,400000,0,400000,1,5000,0,5000,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,6,1,,,1,,8,8,1,1,1,1,0,,,0,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10666,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,32000,32000,178.88543701171875,0,0,0,32000,0,32000,178.88543701171875,0,0,0,0,,0,0,0,0,0,1,1,0,1,42,1764,1,,1,1,1,0,0,1,0,,41.4865608215332,42,1764,0,0,0,1,1,0,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,2,2,1,,,,28,,3,3,3,3,1,1,4,2,2,2,2,1,1,42,2,1,1,,1,45,1,5,,1,22,1,5,,1,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,12,1,1,,1,,,6,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,6,1,1,2,,,,2,1,2,,,,2,2,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:public assistance",2,,,,,,,1,,7,,," <7:or another type of government program? {specify}>:public assistanc",,,,2,,,,,,,1,1,,,,,,,2,,,,,1,3,3,3,2,8,1,2,1,4,1,1,1,4,1,,,,0,1,,2,2,2,0,0,2,4,2,2,2,4,4,0,,,,2,2,,,,,,,,,2,0,2,2,2,2,,,,,1,2,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,3,,,10,,4,4,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1200,,2,2400,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,98,40,,,,,,,,,,,,,,,,,,,8,,,,,,,,,2,,,,,2,,2,,8,,2,,8,1,1,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,1,2,2,8,,,,,,,,,,,,,,,1,3,1,1,2,,,,,,,,,,,,1,2,2,3,1,2,1,,2,59,5," <5:OTHER (SPECIFY)>:italy",1,,,,,,1973,1,"kp","020307",6,4,2,4,2,2,7500,0,0,0,0,0,0,0,0,0,0,0,0,7500,3.5579593181610107,4887.11865234375,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,1,1,0,0,0,42,45,43.5,3,0,0,1,0,0,1,0,0,1,4,7677.13671875,3838.568359375,1919.2841796875,1,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,1,1,1,2,,1,0,0,0,0,,4,4,4,250,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,,,17650,26475,1,70600,0,0,37000,145,0,1,1,0,1,4,.6666666865348816,0,0,1,1,1,0,1,0,0,0,1,0,1,2,0,0,0,1,0,0,0,2,1,2,2,1,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10668,5,,,,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,7500,7500,86.6025390625,7500,0,7500,86.6025390625,0,0,0,0,,0,1,1,0,0,0,0,0,0,42,1764,0,1,0,0,0,0,2,1,45,45,41.4865608215332,45,2025,0,0,0,0,0,0,2,0,11,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,4,1,,,,,48,,1,3,1,3,2,1,1,1,2,2,2,5,5,48,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,2,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,,1,48,1,,2,,49,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,4,,4,1,2,2,1,1,2,,,2,,,3,,,706,,12,8472,1,,1,205000,30000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,1,1,,,,,12,40,,,4,,,,45000,,45000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,9,2,,1,,1,,1,,1,999,0,,,,,,,1,8,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,2000,2,,,,,,,,,,,,,,,,,10000,300,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,1,,4,53,1,,,,1,,97," <5:OTHER (SPECIFY)>:austry",,1,"ak","020307",1,1,0,1,1,0,45000,0,2000,300.0000305175781,0,0,0,0,0,0,0,0,0,47300,1.8564025163650513,2549.9052734375,0,1,1,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,48,,48,4,0,0,0,1,0,0,1,1,0,1,6362.37646484375,6362.37646484375,6362.37646484375,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,175000,1,1,1,1,205000,30000,175000,1,999,0,999,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,438,1,,,1,,4,4,1,1,1,1,1,,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10669,,,,18,1,0,0,0,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,0,0,0,0,0,0,1,45000,45000,212.1320343017578,0,0,0,45000,0,45000,212.1320343017578,0,0,0,0,,0,0,0,0,0,1,1,1,1,48,2304,1,,1,1,1,1,0,1,0,,41.4865608215332,48,2304,0,1,0,1,1,1,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020319",1,2,1,,,,,23,,2,3,3,3,3,2,3,2,2,2,2,5,5,23,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,8,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,23,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,2,,,,,,,,,,,,,,,1,4,2,,1,1,,,,,12,40,,,4,,,,31000,,31000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,9,1,9,,,,,,,1,15000,8000,,,,,,,2,,1,1,3000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,8,2,,1,2,,1,4,,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,3,78,1,,,,97," <5:OTHER (SPECIFY)>:panama",1,,,1,"kp","020319",1,1,0,1,1,0,30999.998046875,0,0,500,0,0,0,0,0,0,0,0,0,31499.998046875,2.3824269771575928,3272.4384765625,0,1,5,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,23,,23,1,1,0,0,0,0,0,1,1,0,1,7849.18017578125,7849.18017578125,7849.18017578125,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,15000,8000,7000,0,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,430,1,,,1,,4,4,1,0,1,1,1,,,1,,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10674,,,61,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,1,31000,31000,176.0681610107422,0,0,0,31000,0,31000,176.0681610107422,0,0,0,0,1,0,0,0,0,0,1,0,0,1,23,529,1,,1,1,0,0,0,1,0,,41.4865608215332,23,529,0,0,0,1,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020414",1,2,3,1,,,,40,,1,3,2,2,2,2,2,1,2,8,8,3,5,99,2,1,5,,1,37,1,9,,1,35,1,11,,2,38,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,10,,5,2,2,2,1,1,2,,,2,,,9,,,,,,,,,,225000,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,8,8,,,,,,,,1,8,0,,,,,,,2,,8,1,8,8,,,,,,2,2,1,8,1,2,2,2,,2,2,,,2,,,,,,,,,,,,,,9,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,2,2,2,2,1," <1:Yes (Specify)>:Green Thumb Community",1,1,2,9,,,,,,,,,,,,,,,9,9,9,,,,,,,,,,,,,,,,,,,9,9,,99,48,99,,,,,,,,99,1,"cr","020414",4,4,0,1,1,0,41033.0703125,0,0,0,0,0,0,10757.3515625,546.9805297851562,0,0,0,0,52337.40234375,4.063270092010498,5581.2001953125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,,,,,,41.3242301940918,,41.3242301940918,3,0,0,1,0,0,0,1,1,0,1,6887.33447265625,6887.33447265625,1721.8336181640625,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,225000,,,1,,0,,0,0,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,351,1,,,1,,5,1.25,1,1,1,,1,,,1,,1,1,1,0,2,0,0,0,,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10675,,,,,99,0,0,0,0,0,0,-5,1241.30029296875,35.23208999633789,-9,-9,,-5,907.7564086914062,30.128995895385742,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,0,0,,0,0,0,1,1,0,0,41.28620147705078,1707.6920166015625,1,,1,1,1,0,0,0,0,,41.4865608215332,42.23152160644531,1783.50146484375,0,1,1,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0 -"9543","020311",1,1,1,,,,,34,,3,3,4,3,3,4,4,2,2,2,1,4,5,34,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,15,2,1,,,,,12,1,1,,,,,5,1,1,,,,,1,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,4,1,2,7,,,,5,2,,,,,,,2,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,2,,,,,,,,,2,,,,,,,1,2,,,,,,,2,4,3,3,3,,,,,,,,,,,,1,4,1,,,,,,,,,,,,,,,,,,,,,,,,3,3,,,,,,,,,3,2,2,1,2,1,1,4,," <4:OTHER (SPECIFY)>:BETTER BEGINNING LEARNING CENTER",2,,,2,,,,2,,1,,,2,2,,,,,,,,,,,2,1,2,,,,2,,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,8,,4,4,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,65,,12,780,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,1,,,,12,72,,,1,50,,,,12,2400,2,1920,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,1,1,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,600,,,,,,,,,,,,,,,,,,12,525,6300,1,,12,205,2460,1,,2,,2,,2,,,,,,,1,1,2,,,,1,1,,,,3,,,,3,,,,,,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,1,10,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:FEAR/NOT WANTING TO RIDE TRAIN OR GO ANYWHERE",1,1,5,,,,1,2,1,1,2,,,,,,,,,,,,2,2,2,2,2,8,2,,5,67,1,,,,98,,98,,,1,"GOLDY/FLEX","020311",5,1,4,5,1,4,1920.0001220703125,0,0,600,0,6299.99951171875,2460.000244140625,0,0,0,0,0,0,4980.00048828125,.941136360168457,1292.719970703125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,,,,,,34,,34,2,0,1,0,0,0,0,1,0,1,2,1454.139404296875,1454.139404296875,1454.139404296875,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,,,,,,,,,,,,1,,,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,,1,20670,31005,1,82680,0,0,36847.08984375,63,0,1,0,0,0,4,.800000011920929,0,0,1,1,1,,0,0,,0,0,0,1,2,0,0,0,0,0,1,1,1,1,2,3,1,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,10677,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,600,24.494897842407227,0,0,0,6300,6300,79.3725357055664,2460,2460,49.598388671875,1,1920,1920,43.817806243896484,0,0,0,1920,0,1920,43.817806243896484,0,0,2,1,0,0,0,0,0,0,1,1,0,0,34,1156,1,,1,1,1,0,0,0,0,,41.4865608215332,34,1156,1,0,0,0,0,0,0,0,12,72,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.4038054943084717,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020401",1,4,2,1,,,,38,,3,2,2,1,2,2,3,2,2,2,2,1,1,60,1,1,1,,2,64,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,1,9,,,,,2,3,2,,,,,,,,,,,,,1,1,3,,,,,1,1,,,,,,,,,,,,2,1,8,1,,2,,1900,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,22,,6,2,2,2,1,1,2,,,2,,,3,,,775,,12,9300,1,,,125000,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,98,12,40,9,,,,,,,,,1,2,2,9,,,,,,8,,,,,,,,,9,,,,,,,,,1,1,2,,8,2,,2,9,,,,,1,15000,0,,,,,,,1,1,,1,1800,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>:CHURCH PASTOR\\\\",1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,41,1,,,,1,,1,,,1,"NR","020416",2,2,0,2,2,0,49584.046875,23582.640625,0,0,0,0,0,0,0,0,0,0,0,73166.6875,1.1783050298690796,1618.488525390625,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,2,0,1,0,0,60,64,62,4,0,0,0,1,0,1,0,1,0,3,4688.65087890625,2344.325439453125,2344.325439453125,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,125000,,,1,15000,0,15000,1,1,1,,1,1,11610,17415,0,46440,1,1,42400,112,1,,,1,,6,3,1,1,1,1,1,1,,1,,0,1,0,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10680,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,1,0,0,0,0,0,1,1,1,1,60,3600,1,1,1,1,1,1,1,1,64,64,41.4865608215332,60,3600,0,0,0,1,1,1,0,0,12,42.29999923706055,0,1,1,1,0,64,4096,0,0,0,0,0,.1519336998462677,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020404",1,4,3,1,,,,5,,2,1,2,1,2,2,2,2,2,2,8,3,5,40,2,1,3,,2,65,1,11,,1,98,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,1,,,,,,,4,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,1,1,8,1,,2,,2500,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,10,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,12000,,12000,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,9,,,,,,,,,2,,,,,8,,,,,,,,,,,,,,,,,,,,,,1,1,2,,0,,,,,,,,,2,,,,,,,,,2,,1,1,5000,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,0,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,1,4,,2,70,97," <5:OTHER (SPECIFY)>:columbia",,,,,,,1982,2,"jd","020404",3,3,0,1,1,0,23301.521484375,0,0,0,0,0,0,0,0,0,0,0,0,23301.521484375,2.243321657180786,3081.3671875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,40,,40,3,0,0,1,0,0,0,1,1,0,1,4356.04296875,4356.04296875,1452.0142822265625,0,3,0,1,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,205,1,,,1,,3,1,1,1,1,1,1,,,1,,1,1,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10683,28,,,,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,1,1,0,0,1,0,0,0,40,1600,1,,1,1,0,0,0,0,0,,41.4865608215332,40,1600,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,2,4,1,,,,27,,2,2,2,1,3,2,2,1,2,1,2,5,5,27,1,1,7,,2,26,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,3,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,18,,6,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,700,,12,8400,1,,2,,,,,,,,,,,,,,,2,,1,2,2,1,,,,,10,45,,,4,,,,50000,,50000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,8,,0,,,,,,,,,1,2000,0,,,,,,,1,2,,1,25000,,,,,,,1,2,2,1,2,2,2,2,,2,2,,,2,2880,2,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,2,2,2,2,2,,3,2,1,2,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,74,1,,,,97," <5:OTHER (SPECIFY)>:grenada",97," <5:OTHER (SPECIFY)>:grenada",,1,"AGH","020403",2,2,0,1,1,0,50000,0,286.3064270019531,0,0,0,0,0,0,2880,0,0,0,53166.3046875,.7606673836708069,1044.83251953125,0,2,0,,4,1,4,0,0,0,1,0,0,0,0,2,0,1,0,0,27,,27,2,0,1,0,0,0,0,1,1,0,1,2561.759033203125,2561.759033203125,1280.8795166015625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,2000,0,2000,1,1,0,0,,0,8590,12885,0,34360,1,1,21000.001953125,36,1,,,1,,6,3,1,1,1,0,1,,,1,,1,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10685,,,39,39,1,2880,2880,53.66563034057617,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,50000,50000,223.60679626464844,0,0,0,50000,0,50000,223.60679626464844,0,0,0,0,1,0,0,0,0,0,1,1,1,1,27,729,1,,1,1,1,1,0,1,0,,41.4865608215332,27,729,0,1,0,1,1,1,0,0,10,45,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,2,3,1,,,,32,,1,3,4,2,4,4,3,3,2,8,2,5,5,46,2,1,9,,2,20,1,5,,1,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,4,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,,1,8,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,19,,2,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,8,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,35,,,2,,600,,,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,8,8,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,9,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,2,56,3,,,,,,,,1959,1,"kh","020307",3,3,0,1,1,0,32020.283203125,0,0,0,0,0,0,0,0,0,0,0,0,32020.283203125,1.9164421558380127,2632.3740234375,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,46,,46,4,0,0,0,1,0,0,1,1,0,1,4604.48095703125,4604.48095703125,1534.8270263671875,0,3,0,1,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,419,1,,,0,,2,.6666666865348816,0,0,0,,1,,,1,,1,0,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10690,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,0,0,0,0,1,1,0,0,46,2116,1,,1,1,1,0,0,0,0,,41.4865608215332,46,2116,0,0,0,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020313",1,2,1,,,,,59,,1,1,2,3,4,3,8,2,2,2,2,3,5,64,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,2,,,,,,,4,8,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,850,1,,2,,500,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,22,,3,4,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,6800,,6800,1,,1,,,,,,,,,,,,,,,1,1,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9999999,,,,,,,,,1,6500,0,,,,,,,1,1,,2,,,,,,,,2,1,1,1,2,2,2,2,,2,2,,,2,,,,,,,1,5500,2,,,,,25000,2,,,,,25000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,8,2,,1,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,1,,4,38,1,,,,1,,1,,,1,"al","020313",1,1,0,1,1,0,0,0,24999.998046875,0,5500.00048828125,0,0,24999.998046875,0,0,0,0,0,55499.99609375,1.8564025163650513,2549.9052734375,0,1,1,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,64,,64,4,0,0,0,1,0,0,1,1,0,1,6362.37646484375,6362.37646484375,6362.37646484375,0,3,0,1,0,,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,9999999,1,1,1,0,0,0,0,1,6500,0,6500,1,1,0,0,,0,8590,12885,0,34360,1,1,21000.001953125,308,1,,,0,,3,3,1,1,1,1,1,,,1,,1,0,,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10702,,,,,1,0,0,0,5500,5500,74.1619873046875,25000,25000,158.11387634277344,25000,25000,158.11387634277344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,1,1,1,64,4096,0,,1,1,1,1,0,1,0,,41.4865608215332,64,4096,0,1,1,1,1,1,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020329",1,4,3,1,,,,64,,2,8,2,1,2,1,1,1,2,2,2,5,2,63,1,1,2,,2,52,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,2,1,1,,,,2,98,,,,,2,2,2,,,,,,,,,,,,,1,2,,,,,,1,1,,,,,,1,,2,,,,2,1,2500,2,,,,,1,2,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,2,1,2,1,1,1,1,4,4,,1,,,7,2,,1,1,2,0,6,4,4,2,2,2,1,4,0,,,,1,0,1,2,2,2,,,5200,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,8,,6,1,2,2,1,2,,,,,,,,,,,,,,,,,300000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,35,,,,,,,,,,,,,,,,,,,8,,,,,,,,,2,,,,,1,1,,,1,1,1,2,9,2,,9,,,,,,1,1000,0,,,,,,,1,2,,1,3500,,,,,,,2,2,1,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,25000,2,,,,,3500,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,2,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,38,1,,,,5," <5:OTHER (SPECIFY)>:italy",5," <5:OTHER (SPECIFY)>:italy",,1,"SF","020329",3,2,1,3,2,1,17500,0,3500,0,0,0,0,24999.998046875,0,0,0,0,0,46000,1.4416096210479736,1980.15673828125,1,1,0,,2,1,2,0,1,0,0,0,0,0,0,1,1,0,0,0,63,52,57.5,4,0,0,0,1,0,1,0,0,1,4,3810.740478515625,1905.3702392578125,1905.3702392578125,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,2,1,0,0,0,0,,4,4,4,,,,,1,300000,0,300000,1,1000,0,1000,1,1,1,0,1,1,14630,21945,0,58520,0,1,46438.2578125,188,0,1,1,1,1,6,2,1,1,1,1,1,1,1,1,1,1,1,1,1,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,1,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10705,,,5,5,1,0,0,0,0,0,0,25000,25000,158.11387634277344,3500,3500,59.160797119140625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,17500,17500,132.28756713867188,17500,0,17500,132.28756713867188,0,0,0,0,,0,0,0,0,0,1,0,0,1,63,3969,0,1,0,1,1,0,1,0,52,52,41.4865608215332,52,2704,0,1,1,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020409",1,2,1,,,,,37,,8,2,8,3,8,3,8,1,2,2,8,3,5,54,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,98,,,,,2,,,,,,,2,8,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,3,2,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,9,,,,,,,,,7," <7:Other (not staying w/anyone) {specify}>:staying in someone's apt., who is not living here",,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,1,1,,,,,,,2,,,,,,,,,2,,1,1,8,2,,8,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25000,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,8,1,1,,2,1,2,1,,,,,,,,,,,,,,,,,,1,2,7,,,,,,,,2,2,5,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,8,48,99,,,,,,,,99,1,"agh","020409",1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5.010460376739502,6882.2353515625,0,1,0,,,1,,,,,,,,,,1,1,0,0,0,54,,54,4,0,0,0,1,0,0,1,1,0,1,6790.45361328125,6790.45361328125,6790.45361328125,1,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,250,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,377,0,1,0,1,1,3,3,1,,1,1,0,,,0,,,,,0,3,0,1,0,,1,0,0,0,0,0,0,0,0,1,0,1,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10706,,,,,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,,0,0,0,1,1,0,1,54,2916,0,,1,0,1,0,0,1,0,,41.4865608215332,54,2916,0,0,0,0,1,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020318",1,2,4,1,,,,5,,2,3,2,2,3,3,8,1,2,2,2,5,5,30,1,1,11,,1,30,1,11,,1,24,1,11,,2,22,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,,,,,,,1,1,1200,1,,1,400,250,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7," <7:(VOL) OTHER (SPECIFY)>:lofy",,5,,5,4,1,1,2,,,,,,,,,,,,,,,,,,,,,1,2,,2,,,3,,,750,,12,9000,1,,2,,,,,,,,,,,,,,,2,,1,3,1,1,,,,,12,70,,,4,,,,18000,,18000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,1,2,,,,,,,2,,,,,,,,,1,2,,1,35000,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,500,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,1,3,,2,1,2,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,4,1,1,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,9,9,,6,99,1,,,,1,,1,,,1,"nr","020318",4,4,0,1,1,0,18000,0,100,100,0,0,0,0,0,0,0,0,0,18200,.98725825548172,1356.07177734375,0,3,0,,4,1,4,0,0,0,1,0,0,0,0,,,,,,30,,30,2,0,1,0,0,0,0,1,1,0,1,2747.853271484375,2747.853271484375,686.9633178710938,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,69,0,1,0,0,0,5,1.25,1,1,1,1,1,,,1,,1,0,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10707,,,,,1,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,1,18000,18000,134.16407775878906,0,0,0,18000,0,18000,134.16407775878906,0,0,0,0,0,0,0,0,0,0,1,1,1,1,30,900,1,,1,1,1,1,0,1,0,,41.4865608215332,30,900,0,1,0,1,1,1,0,0,12,70,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020327",1,1,2,1,,,,10,,2,2,3,3,2,3,2,3,2,2,2,5,2,26,1,1,2,,2,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,2,2,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,3,2,4,,,,,2,4,,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,2,,,,,,,,,,2,,,,2,2,2,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,2,2,,,,,,,,,,,,,,,,2,2,,,,,,2,2,,,,,,,,,,,,2," y",,,,,,,,,,,,,,2,,,1,2,1,,2,0,10,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,10,6000,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,2,1,,3,35,3,45,9,,,,,,,,,2,,,,,1,2,,,9,,,,,,,,,2,,,,,9,,,,2,,2,,0,,,,,,,,,1,3000,0,,,,,,,2,,1,1,2000,,,,,,,2,2,9,2,2,2,9,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,9,,2,,,,,,,9,,9,9,,9,,,,,,,,,,,,,,,9,,,,,,,,,,2,2,8,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,1,1,2,1,4,,2,99,97," <5:OTHER (SPECIFY)>:honduras",1,,,,,,1992,2,"jd","020327",3,2,1,3,2,1,22500,9434.9599609375,0,0,0,0,0,0,0,0,0,0,0,31934.9609375,.4740406572818756,651.1296997070312,1,1,0,2,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,26,19,22.5,1,1,0,0,0,0,1,0,0,1,4,1638.1510009765625,819.0755004882812,819.0755004882812,1,2,1,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,,1,1,1,,,1,0,,,,4,,,4,0,0,0,0,0,0,0,0,1,3000,0,3000,0,1,1,0,0,0,14630,21945,0,58520,0,1,46438.2578125,268,0,1,,1,1,4,1.3333333730697632,1,0,0,1,0,0,0,0,,1,1,1,1,2,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10709,43,,,,43,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,2,22500,22500,150,-5,19612.009765625,140.0428924560547,22500,-5,22500,150,9043.8486328125,95.09915161132812,1,1,,1,1,1,0,0,1,0,0,1,26,676,1,1,1,1,0,0,1,1,19,19,41.4865608215332,26,676,0,0,0,1,0,0,1,1,3,35,0,1,0,0,0,19,361,0,0,0,0,0,.1519336998462677,0,1,0,0,,1,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,0 -"9543","020317",1,4,1,,,,,83,,2,3,2,2,2,1,2,2,2,2,8,2,5,83,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,4,1,2,2,1,1,2,1,1,3,3,3,5,4,1,5,,,,,,,,,,,,,,,,,,,2,,,1,,2,,100,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,21,,2,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,1,8,0,,,,,,,1,8,,2,,,,,,,,2,1,2,9,2,2,1,2,,2,2,,,2,,,,,,,1,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,99,1,,,,97," <5:OTHER (SPECIFY)>:czecheslovakia",97," <5:OTHER (SPECIFY)>:austria",,1,"agh","020325",1,1,0,1,1,0,0,0,0,325.00445556640625,1230.9881591796875,0,0,0,0,0,0,0,0,1555.99267578125,2.4599897861480713,3378.976806640625,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,83,,83,5,0,0,0,0,1,0,1,1,0,1,5257.3798828125,5257.3798828125,5257.3798828125,0,3,0,1,0,0,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,,0,,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,172,0,1,1,1,1,2,2,1,1,1,1,1,,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10714,,,97,18,1,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,-9,-9,,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,1,0,0,83,6889,0,,1,1,1,0,0,0,0,,41.4865608215332,83,6889,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020308",1,4,3,1,,,,14,,2,1,2,2,3,3,3,1,2,2,2,5,5,19,1,1,3,,1,52,1,3,,2,52,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,1,,,,,,,1,1,2,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,2,,2000,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,4,,6,2,2,1,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," about 19 years",2,,2,,1,1,,,,,12,50,,,4,,,,38000,,38000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,10000,,,,,,,,,1,19000,0,,,,,,,1,1,,1,1000,,,,,,,2,2,2,1,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,8000,2,,,,,,,,,,,,,,,,,10000,500,,,,,,,4,,,,,,,,,,,,,,,,,,,,,2,,2,95000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,8,82,97," <5:OTHER (SPECIFY)>:columbia",,,,,,,1989,1,"sj","020308",3,3,0,1,1,0,38000,0,8000,500,0,0,0,0,0,0,0,0,0,46500,1.3969216346740723,1918.7745361328125,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,19,,19,1,1,0,0,0,0,0,1,1,0,1,4261.46435546875,4261.46435546875,1420.4881591796875,1,1,0,0,0,0,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,10000,1,1,0,0,0,0,0,1,19000,0,19000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,415,1,,,1,,6,2,1,1,1,1,0,,,0,,1,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10723,28,,,,28,0,0,0,0,0,0,0,0,0,8000,8000,89.44271850585938,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,1,38000,38000,194.93588256835938,0,0,0,38000,0,38000,194.93588256835938,0,0,0,0,,1,1,1,0,0,1,1,0,1,19,361,1,,1,1,1,0,0,1,0,,41.4865608215332,19,361,0,1,0,1,1,0,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020325",1,4,1,,,,,25,,2,3,2,1,1,2,2,1,2,2,3,5,5,25,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,2,,,,,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,25,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,4,,,,10000,,10000,1,,2,,,,,,,,,,,,,,,1,1,2,,1,1,,,,,12,45,,,4,,,,56000,,56000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,8,1,1,5000,,,,,,,,,2,,,,,,,,,1,8,,1,30000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,1,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,7," <7:ANOTHER GROUP (SPECIFY)>:mixed",6,76,1,,,,1,,1,,,1,"ck","020325",1,1,0,1,1,0,56000,0,0,0,0,0,0,0,0,0,0,0,0,56000,.847655713558197,1164.3173828125,0,1,1,,4,1,4,0,0,0,1,0,0,0,0,3,0,0,1,0,25,,25,2,0,1,0,0,0,0,1,1,0,1,2996.91064453125,2996.91064453125,2996.91064453125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,5000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,71,1,,,1,,4,4,1,1,1,1,1,,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10724,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,56000,56000,236.6431884765625,0,0,0,56000,0,56000,236.6431884765625,0,0,0,0,,1,0,0,0,0,1,1,1,1,25,625,1,,1,1,1,1,0,1,0,,41.4865608215332,25,625,0,0,0,1,1,1,0,0,12,45,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,4,1,,,,,9,,2,1,2,2,3,2,3,2,2,2,3,5,5,26,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,1,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,1,2,,1,,2,,150,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,2,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,650,,12,7800,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,6,20,,,4,,,,20000,,20000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,3000,,,,,,,,,1,13000,8000,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,20000,2,,,,,,,,,,,,,,,,,8000,1500,,,,,,,5,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,2,,3,75,97," <5:OTHER (SPECIFY)>:nigeria",,,,,,,1994,1,"jm","020315",1,1,0,1,1,0,20000,0,20000,1499.9998779296875,0,0,0,0,0,0,0,0,0,41500,1.4758204221725464,2027.1478271484375,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,26,,26,2,0,1,0,0,0,0,1,1,0,1,2907.594482421875,2907.594482421875,2907.594482421875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,3000,1,0,0,0,0,0,0,1,13000,8000,5000,1,1,1,0,,0,8590,12885,0,34360,1,1,21000.001953125,418,1,,,1,,3,3,1,1,1,1,1,,,1,,1,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10725,59,,,,59,0,0,0,0,0,0,0,0,0,20000,20000,141.42135620117188,0,0,0,0,0,0,1500,1500,38.72983169555664,0,0,0,0,0,0,0,0,0,1,20000,20000,141.42135620117188,0,0,0,20000,0,20000,141.42135620117188,0,0,0,0,1,0,1,1,0,0,1,1,1,0,26,676,1,,1,1,1,1,0,0,0,,41.4865608215332,26,676,0,1,0,0,0,0,0,0,6,20,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020306",1,4,2,1,,,,5,,2,3,3,2,4,2,8,2,2,2,8,5,5,37,2,1,7,,2,38,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,,1,2000,1,,2,,250,8,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,5,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,4,,,,3900,,3900,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,35000,,35000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,,2,,2000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,200,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,9,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,1,64,97," <5:OTHER (SPECIFY)>:columbia",,,,,,,1998,1,"rm","020306",2,2,0,1,1,0,35000,0,200,0,0,0,0,0,0,0,0,0,0,35200,1.644592046737671,2258.968017578125,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,37,,37,3,0,0,1,0,0,0,1,1,0,1,2996.39208984375,2996.39208984375,1498.196044921875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,2000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,118,1,,,1,,3,1.5,1,0,1,1,1,,,1,,1,0,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10728,28,,,,28,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,35000,35000,187.08287048339844,0,0,0,35000,0,35000,187.08287048339844,0,0,0,0,,1,1,1,0,0,1,1,1,0,37,1369,1,,1,1,1,1,0,0,0,,41.4865608215332,37,1369,0,1,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020310",1,4,4,2,,,,28,,3,1,2,3,1,1,8,2,2,2,3,5,5,28,1,1,11,,1,25,1,3,,2,51,1,3,,1,59,1,7,,1,27,2,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,,,,,,,1,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:ghi",,,,,,,,,,,,,,8,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,0,6,9,1,2,2,1,1,1,1,,2,,,3,,,650,,6,3900,1,,,279000,176000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,45,,,4,,,,47500,,47500,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,40000,,,,,,,,,1,9000,0,,,,,,,1,8,,1,12000,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,2,73,1,,,,3,,3,,,1,"nr","020310",5,5,0,1,1,0,47500,0,100,0,0,0,0,0,0,0,0,0,0,47600,2.1110196113586426,2899.640625,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,28,,28,2,0,1,0,0,0,0,1,1,0,1,8506.826171875,8506.826171875,1701.365234375,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,40000,1,1,1,1,279000,176000,103000,1,9000,0,9000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,203,1,,,1,,9,1.7999999523162842,1,1,1,1,1,,,1,,0,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10729,,,,,1,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,47500,47500,217.9449462890625,0,0,0,47500,0,47500,217.9449462890625,0,0,0,0,,1,0,0,0,0,1,0,0,1,28,784,1,,1,1,0,0,0,1,0,,41.4865608215332,28,784,0,1,0,1,0,0,0,0,12,45,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020317",1,2,1,,,,,6,,1,3,3,1,1,2,1,1,2,2,3,5,5,56,2,1,7,,2,42,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,11,2,6,,,,2,9,2,6,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,4,,,,,2,,,,,,,1,1,2,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,2,,0,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,6,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,8,,,,,,,,,2,,,,,,,,,,,,,,,1,2,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,8,,1,8,,,,,,,,2,2,2,2,2,2,2,2,,8,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,8,,,,,,,,,,2,2,5,,2,1,2,8,,1,2,2,2,,,,,,,,,,,,,,,2,8,3,,,,,,,,,,,,,,,,,,,2,2,,3,46,7," <5:OTHER (SPECIFY)>:guana",,,,,,,1995,1,"ea","020317",4,2,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.6963424682617188,3703.62451171875,0,1,1,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,56,,56,4,0,0,0,1,0,0,1,1,0,1,5926.544921875,5926.544921875,2963.2724609375,1,1,0,0,0,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,43,0,1,1,1,1,4,1,1,0,1,1,0,,,0,,1,1,1,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10736,7,,,,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,1,0,0,0,56,3136,0,,1,1,0,0,0,0,0,,41.4865608215332,56,3136,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0 -"9543","020306",1,4,1,,,,,41,,2,3,1,1,3,1,3,2,2,2,3,5,5,41,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,1,,,,,,,2,2,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,1,40,1,,2,,40,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,7,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,98,,,9,,,,,,,,,1,2,2,9,,,,,,,,,,,,,,,,,,,,,,,,1,1,8,,8,2,,8,,,,,,2,,,,,,,,,1,1,,1,4000,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,1,1,1,2,2,,1,1,2,2,,,,,,,,,,,,,,,1,2,1,,,,,,,,,,,,,,,,,,,1,8,,3,60,1,,,,1,,1,,,1,"mm","020306",1,1,0,1,1,0,41374.2578125,0,0,0,0,0,0,0,0,0,0,0,0,41374.2578125,1.1629022359848022,1597.3316650390625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,41,,41,3,0,0,1,0,0,0,1,1,0,1,2118.76904296875,2118.76904296875,2118.76904296875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,,,,8590,12885,0,34360,1,1,21000.001953125,384,1,,,1,,5,5,1,1,1,1,1,,,1,,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10739,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,0,0,0,0,1,1,1,0,41,1681,1,,1,1,1,1,0,0,0,,41.4865608215332,41,1681,0,0,0,0,0,0,0,0,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020510",1,4,4,1,,,,62,,2,2,1,1,1,1,4,1,2,2,3,1,1,62,1,1,1,,2,56,1,9,,2,88,1,5,,2,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,9,2,5,,5,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,9,2,9,,,,,2,4,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,1200,2,,,,,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,2,2,1,1,4,1,,1,,,3,1,,1,1,1,0,6,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,1,0,1,2,2,2,,,,,1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2," WE TAKE CARE OF OURSELVES",,,,,,,,,,,,,,2,,,1,2,3,,,22,,7,1,2,2,1,1,2,,,2,,,9,,,,,,,,,,99,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,9,,,,,,1,28000,0,,,,,,,1,1,,1,9,2,,1,2,,,2,2,1,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,9,,,,,,9,,,,,,,,,,,,,,,,,,200,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,1," <1:Yes (Specify)>:VETERANS ORGANIZATION",1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,1,,2,39,1,,,,3,,3,,,1,"RR2","020510",12,4,8,3,2,1,0,0,1437.9334716796875,100,0,0,0,2524.132568359375,0,0,0,0,0,4062.06591796875,.6019256114959717,826.7890625,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,62,56,59,4,0,0,0,1,0,1,0,0,1,4,2002.25927734375,1001.129638671875,500.5648193359375,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,1,,,,1,28000,0,28000,1,1,0,0,0,0,14630,21945,1,58520,0,0,46438.2578125,277,0,1,1,1,1,7,.5833333134651184,0,1,1,1,1,1,1,1,1,1,1,0,1,4,0,0,1,0,0,0,0,1,0,1,1,1,0,0,0,0,2,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10740,,,,,1,0,0,0,0,0,0,-5,1241.30029296875,35.23208999633789,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,1,1,1,1,62,3844,0,0,1,1,1,1,1,1,56,56,41.4865608215332,62,3844,0,1,1,1,1,1,1,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543","020310",1,1,2,1,,,,77,,3,3,3,2,3,3,2,2,2,2,2,2,5,77,2,1,11,,1,91,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,3,2,,3,3,2,2,2,2,1,3,3,6,6,1,4,,,,,,,,,,,,,,,,,,,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,29,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,4,,2,,,3,,,146,,12,1752,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7,2,,2,2,,,,,2,,,,,,,,,1,1,,2,,,,,,,,1,2,2,2,2,2,2,2,,2,1,,,2,1612,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6,70,420,1,,,,,,,2,,2,,2,,,,,,,2,,2,,,,2,1,,,,12,,," <12:or some other reason? (specify)>:not living at address|no forwarding address",3,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,25,1,,,,1,,1,,,1,"db","020310",2,2,0,1,1,0,0,0,0,0,0,420.0000305175781,0,0,0,1612,0,0,0,1612,2.6963424682617188,3703.62451171875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,77,,77,5,0,0,0,0,1,0,1,1,0,1,5632.91259765625,5632.91259765625,2816.456298828125,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,15000,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,401,0,1,1,1,1,3,1.5,1,0,1,1,1,,,1,,0,0,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10742,,,,,1,1612,1612,40.14971923828125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,420,20.4939022064209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,77,5929,0,,1,1,0,0,0,0,0,,41.4865608215332,77,5929,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020308",1,5,2,1,,,,14,,3,1,3,2,3,4,4,2,2,2,2,1,1,27,2,1,1,,1,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,2,1,,2,,,7,2,1,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,7,2,1,2,,,,2,7,,,,8,2,1,2,,,,,,,,,,,,,1,1,2,,,,,1,1,2,,,,,1,,1,2,,,1,2,,1,,2,,8,2,1,3,2,,,,,,,2,,,,,2,3,1,2,3,2,2,2,2,4,1,3,1,4,,1,,,1,1,,2,2,1,0,4,4,4,2,2,2,2,2,0,,,,2,2,,,,,,,,,2,0,2,1,2,2,,,,,1,2,,2,,,,,,,1,,2,2,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,1,8,1,,2,4,,2,4,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,325,,8,2600,1,,8,,,,,,,,,,,,,,,1,2,2,,1,1,,1,1,,12,50,12,84,1,400,,,,12,19200,2,11000,,,,,,,,,,7,,,,,,,,,8,,,,,,,,,1,1,1,1,0,,,,,,,,,1,3000,0,,,,,,,2,,1,1,8,2,,8,,,,2,1,2,2,2,2,1,2,,2,2,2,1,2,,,,,,,1,400,1,2,800,2,400,,,,,,,,,,,,,,,,,,,,,,,,,500,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,1,3,2,2,2,,1,,,,,,,,,,,,,,,,,,1,2,7,,,,,,,,2,2,2,,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,3,2,2,1,2,,,,,,,,,,,,2,1,2,2,2,2,2,,3,74,97," <5:OTHER (SPECIFY)>:west africa",1,,,,,,1988,1,"ma","020320",4,2,2,4,2,2,10999.9990234375,12678.8818359375,0,500,400,0,0,0,0,0,0,0,0,24578.880859375,.6563703417778015,901.5728759765625,1,1,1,3,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,27,40,33.5,2,0,1,0,0,0,1,0,0,1,4,1776.443359375,888.2216796875,888.2216796875,1,1,0,0,0,1,1,0,1,0,0,0,0,3,0,1,0,1,1,1,3,2,1,2,2,1,0,0,0,,3,4,2,0,0,0,0,0,0,0,0,1,3000,0,3000,0,1,1,1,1,1,17650,26475,1,70600,0,0,37000,228,0,1,1,0,0,2,.5,0,0,1,1,1,1,1,1,1,0,0,0,1,2,0,0,0,1,0,0,0,2,0,2,2,1,0,0,1,1,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10746,97,,,,97,0,0,0,400,400,20,0,0,0,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,2,11000,11000,104.8808822631836,-5,19612.009765625,140.0428924560547,11000,-5,11000,104.8808822631836,9043.8486328125,95.09915161132812,0,0,1,0,1,1,0,0,0,0,0,0,27,729,1,1,1,0,0,0,2,0,40,40,41.4865608215332,27,729,0,0,1,0,0,0,0,0,12,50,0,1,1,1,1,40,1600,1,1,1,2,.1519336998462677,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020618",1,2,2,1,,,,30,,1,1,1,2,4,2,3,1,2,2,3,1,1,30,2,1,1,,1,37,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,3,1,7,,,,5,1,9,,,,,1,5,1,2,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,2,,,,,2,2,1,2,,,,,,,2,2,3,3,3,,,,,,,,,,,,1,1,8,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,4,,,,5200,,5200,1,,2,,,2,2,3,,,8,,6,2,2,2,1,1,2,,,2,,,3,,,1500,,12,18000,1,,,300000,98,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,58000,,58000,1,,,,,,,,,,,4,,,,84000,,84000,1,,,,,,,,,,,1,1,1,1,8,2,,1,,2,2,,,1,16000,12000,,,,,,,1,1,,2,,,,,,,,2,2,2,8,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,3,2,2,1,4,,,,,,,,1,1,9,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,72,3,,,,,,,,1972,1,"el","020618",3,2,1,3,2,1,84000.0078125,58000,0,0,0,0,0,0,0,0,0,0,0,142000,.4256257116794586,584.628173828125,1,1,0,4,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,30,37,33.5,2,0,1,0,0,0,1,0,0,1,4,1126.898681640625,563.4493408203125,563.4493408203125,0,4,0,0,1,0,3,1,0,0,1,0,1,1,0,0,0,1,,1,1,1,,,1,0,,,,3,,,4,70000,1,1,1,1,300000,,,1,16000,12000,4000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,163,1,,,1,,6,2,1,1,1,1,1,1,1,1,,1,0,0,1,2,0,0,0,0,0,0,1,0,1,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10749,,,,,3,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,58000,58000,240.83189392089844,84000,84000,289.8275451660156,84000,58000,84000,289.8275451660156,58000,240.83189392089844,1,1,,1,0,0,0,0,1,1,0,0,30,900,1,1,0,1,1,1,2,1,37,37,41.4865608215332,37,1369,0,0,0,1,1,1,1,1,12,40,1,1,1,1,0,30,900,0,0,0,0,0,.1519336998462677,0,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020310",1,1,1,,,,,31,,2,2,1,3,1,1,8,1,2,2,3,4,5,55,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,1,,,2,,,,,,,5,1,1,,,,,,,,,,,,1,5,,,,,,,,,,,,,,,,,,,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,4,,5,1,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,300,,12,3600,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,1,2,2,2,1,1,2,,1,2,,,2,,,,,,,1,650,1,12,7800,1,,,,,,,,,,,,,,,,,,,,370,1,12,4440,1,,8,8,,,,,,,,,1,,,,12,617,7404,1,,,,,,,,,,,,2,,8,,1,1,1,2,,,1,1,2,2,,,,3,,,,,,,,,3,,,,,1,2,7,,,,,,,,2,2,1,,2,2,2,2,,1,2,2,1,11,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:NERVES. NOW TAKING MEDICATION",1,1,7,,,,1,2,1,,,,,,,,,,,,,,,,,,,2,2,,2,27,97," <5:OTHER (SPECIFY)>:ANTIGUA",,,,,,,1964,1,"NR","020310",1,1,0,1,1,0,0,0,0,159.41798400878906,7800.00048828125,0,0,0,0,0,4440,7404.00048828125,0,19803.419921875,1.906602144241333,2618.858154296875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,55,,55,4,0,0,0,1,0,0,1,1,0,1,3841.4755859375,3841.4755859375,3841.4755859375,0,4,0,0,1,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,255,0,0,0,1,0,5,5,1,1,1,1,1,,,1,,1,1,,0,3,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10751,14,,,,14,0,0,0,7800,7800,88.31761169433594,0,0,0,0,0,0,0,0,0,4440,4440,66.6333236694336,-5,404.5105285644531,20.11244773864746,7404,7404,86.04650115966797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,0,1,0,0,0,55,3025,0,,1,1,0,0,0,0,0,,41.4865608215332,55,3025,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,4,4,1,,,,9,,1,1,2,2,2,2,2,2,2,2,2,5,5,18,1,1,3,,1,44,1,3,,2,44,1,7,,2,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,1,,,,,,,1,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,6,,5,2,2,2,1,1,1,1,,2,,,5,,,,,,,,,,250000,98,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,,,,4,20,,,4,,,,3300,,3300,2,2300,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,3000,,,,,,,,,2,,,,,,,,,1,8,,2,,,,,,,,2,2,2,1,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,100,0,,,,,,,1,4,,,,,,,,,,,,,,,,,,,,2,,8,13000,2,,,,,,,5,,2,,,,,,,,,,,,,,,,,,8,,,,,,,,,,2,2,2,,1,2,2,1," <1:Yes (Specify)>:auxillary police officer",3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,3,,3,83,9," <5:OTHER (SPECIFY)>:china",,,,,,,1993,1,"rm","020307",4,4,0,1,1,0,2300.000244140625,0,100,0,0,0,0,0,0,0,0,0,0,2400.000244140625,2.1812312602996826,2996.08154296875,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,4,0,0,0,1,18,,18,1,1,0,0,0,0,0,1,1,0,1,12660.0283203125,12660.0283203125,3165.007080078125,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,3000,1,0,0,1,250000,,,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,53,0,1,,1,1,5,1.25,1,1,1,1,1,,,1,,1,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10753,9,,,,9,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2300,2300,47.958316802978516,0,0,0,2300,0,2300,47.958316802978516,0,0,0,0,,0,1,1,0,0,1,1,0,1,18,324,1,,1,1,1,0,0,1,0,,41.4865608215332,18,324,0,1,0,1,1,0,0,0,4,20,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,2,2,1,,,,57,,1,1,1,1,2,1,8,1,2,2,3,4,2,59,1,1,2,,2,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,2,9,,,,,2,1,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:hip",1,6,,,,," <6:another type of government program? {specify}>:ghi",,,,,,,2,,,1,,2,,300,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,25,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,5717,,5717,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,2,1,,,,12,40,,,,,,,,,,,,,,,,,,,4,,,,60000,,60000,1,,,,,,,,,,,1,1,1,1,55000,,,,,,,,,1,25000,20000,,,,,,,2,,1,2,,,,,,,,2,2,1,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,55000,2,,,,,2000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,6,42,97," <5:OTHER (SPECIFY)>:St. Thomas",,,,,,,1948,1,"sf","020314",2,2,0,2,2,0,60000,0,2000,0,0,0,0,54999.99609375,0,0,0,0,0,117000,1.1783050298690796,1618.488525390625,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,59,45,52,4,0,0,0,1,0,1,0,1,0,3,4601.1953125,2300.59765625,2300.59765625,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,55000,1,1,1,0,0,0,0,1,25000,20000,5000,0,1,0,0,1,1,11610,17415,0,46440,1,1,42400,333,1,,,1,,3,1.5,1,1,1,1,1,1,,1,,1,1,,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10754,1,,,,1,0,0,0,0,0,0,55000,55000,234.52078247070312,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,60000,60000,244.948974609375,60000,0,60000,244.948974609375,0,0,0,0,1,0,1,1,0,0,1,1,0,1,59,3481,0,1,0,1,1,1,1,0,45,45,41.4865608215332,45,2025,0,1,1,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020312",1,2,2,1,,,,12,,2,2,4,3,4,4,3,4,2,2,1,1,1,49,2,1,1,,1,38,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,16,1,1,,1,,,7,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,16,1,6,,,,,2,1,2,,,,2,3,2,,,,,,,,,,,,,1,4,,,,,,1,4,,,,,,1,,4,,,,2,,,2,,,,,,,1,2,2,2,2,2,2,2,1,,,,,1,3,3,1,1,1,1,2,4,4,4,1,4,1,,1,,,9,2,,2,2,1,0,8,4,4,1,2,2,3,4,0,,,,2,1,0,,,,,,,,1,0,1,1,2,2,,,,,1,2,,,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,2,,,2,2,,,1,60,,,,2,480,1,,1,7,2,1,2,1,,2,6,,5,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,662,,12,7944,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,40,,,4,,,,12000,,12000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,7,1,2,,,,,,,2,,,,,,,,,1,2,,1,4000,,,,,,,2,2,2,2,2,2,2,2,,2,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,400,3200,1,,8,550,4400,1,,2,,1,,1,2,,1,3,2,2,2,,2,,,,1,1,,,,1,,,,3,,,,,,,,,,,,,,,2,1,3,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,2,52,11," <5:OTHER (SPECIFY)>:trinidad",11," <5:OTHER (SPECIFY)>:trinidad",,,,,1989,1,"ap","020312",4,2,2,4,2,2,12000,0,0,0,0,3200,4400,0,0,0,0,0,0,16400,.6563703417778015,901.5728759765625,1,1,0,1,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,49,38,43.5,3,0,0,1,0,0,1,0,0,1,4,1564.87890625,782.439453125,782.439453125,1,2,1,0,0,1,3,1,0,0,1,0,1,1,0,0,0,0,0,1,1,3,3,3,1.6666666269302368,1,0,0,0,,4,1,4,1250,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,17650,26475,1,70600,0,0,37000,38,0,1,1,0,1,5,1.25,1,0,0,1,1,1,1,1,0,1,0,0,1,3,0,1,0,1,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10755,11,11,,,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3200,3200,56.56854248046875,4400,4400,66.3324966430664,1,12000,12000,109.54450988769531,0,0,0,12000,0,12000,109.54450988769531,0,0,0,0,1,0,1,1,0,1,1,1,0,0,49,2401,1,0,1,1,1,0,2,0,38,38,41.4865608215332,49,2401,1,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020317",1,2,1,,,,,31,,1,3,2,2,3,2,3,2,2,2,2,5,5,31,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,3,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,,,,,,,2,2,,2,,,,,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,10,,4,2,2,2,1,2,,,,,,,,,,,,,,,,1,60000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,45000,,45000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,2,,2,2,,,,,1,16000,0,,,,,,,1,8,,1,10000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,4,,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,1,,4,70,1,,,,1,,1,,,1,"GOLDY/FLEX","020317",1,1,0,1,1,0,45000,0,0,200,0,0,0,0,0,0,0,0,0,45200,1.7931209802627563,2462.9833984375,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,31,,31,2,0,1,0,0,0,0,1,1,0,1,5142.06103515625,5142.06103515625,5142.06103515625,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,15000,1,1,0,1,60000,0,60000,1,16000,0,16000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,334,1,,,1,,4,4,1,1,1,1,1,,,1,,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10756,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,1,45000,45000,212.1320343017578,0,0,0,45000,0,45000,212.1320343017578,0,0,0,0,,0,0,0,0,0,1,1,0,1,31,961,1,,1,1,1,0,0,1,0,,41.4865608215332,31,961,0,0,0,1,1,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020515",1,2,1,,,,,65,,3,2,1,1,1,1,2,1,2,2,3,4,5,65,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,2,2,,3,3,2,2,2,2,1,6,2,5,6,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,10,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,25,,3,1,2,2,1,2,,,,,,,,,,,,,,,,,400000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,50,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,9,9,,,,,,,,1,30000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,1,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,4,1,1,2,1,1," <1:Yes (Specify)>:free mason",2,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,1,,2,47,1,,,,1,,1,,,1,"ep","020515",1,1,0,1,1,0,51132.42578125,0,1078.101318359375,0,0,0,0,0,3973.92578125,0,0,0,0,56184.453125,.847655713558197,1164.3173828125,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,3,0,0,1,0,65,,65,5,0,0,0,0,1,0,1,1,0,1,3170.454345703125,3170.454345703125,3170.454345703125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,400000,0,400000,1,30000,0,30000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,376,1,,,1,,3,3,1,1,1,1,1,,,1,,0,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10762,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,-5,907.7564086914062,30.128995895385742,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,0,0,0,0,1,1,1,1,65,4225,1,,1,1,1,1,0,1,0,,41.4865608215332,65,4225,0,1,0,1,1,1,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,4,1,,,,,15,,3,3,3,3,8,3,3,8,2,2,8,5,5,23,2,1,7,,2,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,4,1,1,,,,,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,4,1,4,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,3,4,,,,,,,,,,,,1,,3,4,,,2,2,,2,,,,,,,3,2,,,,,,,2,2,2,2,2,,,,,,,,,,,,3,1,4,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,1,2,2,1,2,,,,,,2,,,,,,1,,,2,1,9,,,,,,,,,,,,,,,,2,,1,,,,,,,,,,,,,,,1,2,1,2,9,3," <7:(VOL) OTHER (SPECIFY)>:private house",,5,,3,3,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 5",1,3,1,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,1,9,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,9,9,9,9,9,9,9,9,,9,1,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,234,702,2,99,99,,,,99,2,,1,999999,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,,,,,,,,,,,2,2,5,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,8,2,2,2,,6,78,2,,1,,,,,,1987,1,"m.r.","020307",4,2,2,3,1,2,0,0,0,0,0,433.2449645996094,1205.9163818359375,0,0,0,0,0,0,1205.9163818359375,1.498867154121399,2058.80419921875,0,2,2,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,23,,23,1,1,0,0,0,0,0,1,0,1,2,1084.5286865234375,1084.5286865234375,542.2643432617188,1,1,0,0,0,1,2,1,0,1,0,0,0,3,0,1,0,1,,2,2,2,,,2,1,,,,3,,,2,,,,,0,0,0,0,0,0,0,0,1,1,0,0,,0,14630,21945,1,58520,0,0,46438.2578125,109,0,1,1,0,1,3,.75,0,0,,1,1,,1,1,,0,,0,1,1,1,0,0,1,0,1,1,0,1,0,2,1,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,10768,,,,,2,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-5,169.98902893066406,13.037983894348145,-5,107.74469757080078,10.380014419555664,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,1,1,0,0,1,0,0,0,23,529,0,,1,1,0,0,0,0,0,,41.4865608215332,23,529,1,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,,1,,1,1,0,,1,1,0,,1,,1,,1,,1,,1,-9 -"9543","020318",1,1,2,1,,,,27,,1,1,2,2,3,2,8,2,2,2,2,5,5,27,2,1,3,,2,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,500,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,10,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,2,,2,,,3,,,450,,12,5400,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,35,,,4,,,,40000,,40000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,3000,,,,,,,,,2,,,,,,,,,1,2,,1,80000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,30000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,1,4,,2,75,1,,,,3,,1,,,1,"jm","020318",2,2,0,1,1,0,40000,0,0,500,0,0,0,0,0,0,0,0,0,40500,1.644592046737671,2258.968017578125,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,27,,27,2,0,1,0,0,0,0,1,1,0,1,3118.033203125,3118.033203125,1559.0166015625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,3000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,390,1,,,1,,4,2,1,1,1,1,1,,,1,,1,0,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10769,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,1,40000,40000,200,0,0,0,40000,0,40000,200,0,0,0,0,,1,0,0,0,0,1,1,1,0,27,729,1,,1,1,1,1,0,0,0,,41.4865608215332,27,729,0,0,0,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020321",1,1,2,2,,,,8,,3,1,3,2,3,2,4,3,2,2,1,4,5,29,1,1,10,,1,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,3,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,12,9000,1,,1,,,,,,,,,,,,,,,1,3,2,,1,1,,,,,8,60,,,4,,,,14000,,14000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,2,,8,,,,,,2,,,,,,,,,2,,8,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,3,3,,,,,,,,,,,,,,,,,,,1,4,,2,73,3,,,,,,,,1973,2,"jd","020630",2,2,0,1,1,0,14000,0,0,0,0,0,0,0,0,0,0,0,0,14000,1.6021511554718018,2200.67236328125,0,1,2,,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,29,,29,2,0,1,0,0,0,0,1,1,0,1,6456.2275390625,6456.2275390625,3228.11376953125,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,57,0,1,0,0,0,3,1.5,1,0,0,1,0,,,0,,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10780,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,14000,14000,118.32159423828125,0,0,0,14000,0,14000,118.32159423828125,0,0,0,0,,1,0,0,0,0,1,0,0,1,29,841,1,,1,1,0,0,0,1,0,,41.4865608215332,29,841,0,0,0,1,0,0,0,0,8,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,4,2,1,,,,19,,1,3,2,2,1,1,2,1,2,2,2,5,2,30,1,1,2,,2,28,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,1,7,,,,2,1,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,1000,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1200,,12,14400,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,70,12,40,2,,1100,,,12,26400,1,,,,,,,,,,,4,,,,27000,,27000,1,,,,,,,,,,,1,1,2,,9,2,,2,1,,,,,1,5000,3000,,,,,,,1,2,,1,12000,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,6000,2,,1,2,,2,,,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,3,71,97," <5:OTHER (SPECIFY)>:Barbabon",,,,,,,1981,1,"ma","020315",2,2,0,2,2,0,27000.001953125,26400.001953125,0,0,0,0,0,0,0,0,0,0,0,53400.00390625,1.1783050298690796,1618.488525390625,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,30,28,29,2,0,1,0,0,0,1,0,1,0,3,4133.8466796875,2066.92333984375,2066.92333984375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,1,5000,3000,2000,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,231,1,,,1,,5,2.5,1,1,1,1,1,1,,1,,1,1,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10781,20,,,,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,26400,26400,162.48077392578125,27000,27000,164.3167724609375,27000,26400,27000,164.3167724609375,26400,162.48077392578125,0,0,1,0,1,1,0,0,1,1,0,1,30,900,1,1,0,1,1,1,1,0,28,28,41.4865608215332,28,784,0,0,0,0,0,0,0,0,12,40,1,1,1,1,1,30,900,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020422",1,4,2,1,,,,15,,3,2,3,3,4,2,4,4,2,2,1,1,1,45,1,1,1,,2,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,11,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,11,1,7,,,,2,1,7,,,,2,2,4,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,5,,,,,,,1,,2,,3000,2,2,2,2,,,,,,,2,,,,,1,3,2,3,3,3,1,1,1,4,4,1,1,3,,1,,,6,1,,1,1,1,0,3,3,4,2,2,2,3,3,2,5,," <3:Something Else? (SPECIFY)>:education level",1,1,,,,,,,,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,3,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,1,800,2,9600,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,10,40,7,30,3,,,1000,,10,10000,1,,,,,,,,,,,4,,,,10000,,10000,1,,,,,,,,,,,1,1,2,,5000,,,,,,,,,1,1500,0,,,,,,,2,,1,2,,,,,,,,2,2,2,1,2,2,8,2,2,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,300,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,1,2,2,2,2,,3,2,1,1,1,2,3,5,,,,,1,1,1,,,,,1,1,1,2,,,,,,,,,,,,2,1,2,3,8,2,3,,98,58,9," <5:OTHER (SPECIFY)>:china",1,,,,,,1986,3,"good","020422",3,2,1,3,2,1,10000,10000,300.0000305175781,0,0,0,0,0,0,0,0,0,0,20300,.7717018127441406,1059.9891357421875,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,4,0,0,0,1,45,45,45,4,0,0,0,1,0,1,0,0,1,4,3711.836669921875,1855.9183349609375,1855.9183349609375,0,3,0,1,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,0,,4,1,4,5000,1,0,0,0,0,0,0,1,1500,0,1500,0,1,1,0,0,0,14630,21945,1,58520,0,0,46438.2578125,126,0,1,1,0,1,4,1.3333333730697632,1,0,0,1,0,0,1,0,0,0,0,0,1,3,0,1,0,1,0,0,0,1,0,1,1,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10797,9,,,,9,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,2,10000,10000,100,10000,10000,100,10000,10000,10000,100,10000,100,0,0,,0,1,1,0,0,1,1,1,1,45,2025,1,1,1,1,1,1,1,1,45,45,41.4865608215332,45,2025,0,1,0,1,1,1,1,0,10,40,0,1,1,1,0,45,2025,0,0,0,0,0,.1519336998462677,0,0,0,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,1,2,1,,,,45,,3,2,2,1,3,2,4,1,2,2,3,4,5,63,2,1,5,,1,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,1,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,1200,1,,2,,300,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,16,,5,2,2,2,1,1,2,,,2,,,3,,,1400,,12,16800,1,,,300000,180000,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,37,,,4,,,,76000,,76000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,0,,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,1,1,2,1,8,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:depression",1,2,,,,,1,2,2,,,,,,,,,,,,,,,,,,,1,4,,6,36,3,,,,,,,,1952,1,"sf","020314",2,2,0,1,1,0,76000,0,0,0,0,0,0,0,0,0,0,0,0,76000,1.644592046737671,2258.968017578125,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,63,,63,4,0,0,0,1,0,0,1,1,0,1,3470.53955078125,3470.53955078125,1735.269775390625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,300000,180000,120000,0,0,0,0,0,0,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,421,1,,,1,,5,2.5,1,1,1,1,1,,,1,,0,0,0,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10798,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,76000,76000,275.68096923828125,0,0,0,76000,0,76000,275.68096923828125,0,0,0,0,,1,0,0,0,0,1,1,1,0,63,3969,1,,1,1,1,1,0,0,0,,41.4865608215332,63,3969,0,0,0,0,0,0,0,0,12,37,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020309",1,2,2,1,,,,68,,3,2,3,3,3,2,8,1,2,2,3,2,5,67,2,1,5,,2,21,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,5,1,1,1,1,1,1,2,2,2,4,6,6,5,1,5,6,3,,," <6:another type of government program? {specify}>:HIP HMO",,,,,,,,,,,,,,2,1,3100,1,,2,,2600,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,24,,7,4,2,2,1,2,,,,,,,,,,,,,,,,,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,41500,,,,,,,,,2,,,,,,,,,2,,2,1,1500,,,,,,,1,1,1,1,2,2,1,2,,2,2,,,2,12000,2,,,,,3,10020,2,,,,,900,1,12,10800,1,,1000,2,,,,,,,,,,,,,,,,,300,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,5700,2,,,,,,,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,4,2,1,1,97,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:blockage of blood to my heart...not due to the world trade center.",1,1,9,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,7,34,1,,,,1,,1,,,1,"mm","020309",2,2,0,1,1,0,0,0,999.9999389648438,100,10020.0009765625,0,0,10800,0,12000,0,0,0,33920,6.684351444244385,9181.4482421875,0,1,2,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,67,,67,5,0,0,0,0,1,0,1,1,0,1,9776.322265625,9776.322265625,4888.1611328125,0,4,0,0,1,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,41500,1,1,1,1,100000,0,100000,0,0,0,0,0,0,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,228,1,,,0,,7,3.5,1,0,1,1,1,,,1,,0,0,,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10807,,,,,1,12000,12000,109.54450988769531,10020,10020,100.0999526977539,10800,10800,103.92304992675781,1000,1000,31.62277603149414,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,1,0,1,0,0,0,67,4489,0,,1,1,0,0,0,0,0,,41.4865608215332,67,4489,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020319",1,4,2,1,,,,3,,2,2,2,2,1,3,1,3,2,2,1,1,1,23,2,1,1,,2,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,2,,2,,,2,2,2,,,,,,,,,,,,,1,5,,,,,,1,1,,,,,,,,,,,,2,1,8,1,,2,,10,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,1,,,,,,,,,,,,,,,2,,2,,1,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,8,,,,,,,,,8,,,,,,,,,1,1,1,1,8,8,,,,,,,,1,500,0,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,2,2,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,3,78,1,,,,1,,1,,,1,"kp","020319",2,2,0,2,2,0,36002.5390625,0,679.3678588867188,955.688720703125,0,0,0,0,0,0,0,0,0,37637.59375,3.1447579860687256,4319.55615234375,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,23,36,29.5,2,0,1,0,0,0,1,0,1,0,3,5803.91796875,2901.958984375,2901.958984375,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,500,0,500,1,1,1,0,1,1,11610,17415,0,46440,0,1,42400,41,0,1,1,1,1,3,1.5,1,1,0,1,1,1,,1,,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,2,0,1,1,2,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10811,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,0,0,0,23,529,0,1,0,1,0,0,1,0,36,36,41.4865608215332,36,1296,0,1,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020429",1,1,2,1,,,,32,,1,1,2,3,1,3,3,2,2,2,1,4,5,49,2,1,5,,2,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,2,2,,3,,,2,,,,,,,4,2,,,,,,,,,,,,,1,3,,,,,,,,,,,,,1,,3,,,,8,2,,2,,,,,2,2,2,2,2,2,2,2,1,2,2,,,,,1,3,3,3,2,2,2,2,4,4,1,1,1,2,,1,,,9,1,,2,2,1,0,0,3,4,2,8,2,2,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,32,,2,3,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,8,,,,,,,,,2,,,,,,,,,,,,,,,1,3,2,,1,1,,,,,12,12,,,3,,,580,,12,6960,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,1,1,1500,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,1,2,,1,4,2,2,1,2,2,,,,,,,,,,,,,,,,,,1,2,3,7,,,,,,,2,2,1,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,3,2,2,,,,,,,,,,,,2,2,2,2,2,1,2,,6,52,2," <5:OTHER (SPECIFY)>:jamaca",1,,,,,,1970,1,"jd","020429",3,2,1,2,1,1,6959.99951171875,0,0,0,0,0,0,0,0,0,0,0,0,6959.99951171875,1.5275205373764038,2098.16162109375,0,1,2,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,49,,49,4,0,0,0,1,0,0,1,0,1,2,4811.39697265625,4811.39697265625,2405.698486328125,0,3,0,1,0,1,1,0,1,0,0,0,1,2,1,0,0,1,1,1,1,1,2,2,1,0,0,,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,,0,11610,17415,1,46440,0,0,42400,125,0,1,0,0,1,2,.6666666865348816,0,1,1,1,1,,1,1,1,1,1,0,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,10812,2,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6960,6960,83.4266128540039,0,0,0,6960,0,6960,83.4266128540039,0,0,0,0,,1,1,1,0,0,0,0,0,0,49,2401,1,,1,0,0,0,0,0,0,,41.4865608215332,49,2401,0,0,0,0,0,0,0,0,12,12,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020609",1,1,2,1,,,,7,,1,3,1,1,2,2,4,1,2,2,3,1,1,34,1,1,1,,2,34,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,2,10,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,2,,1,,2,,200,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,1,,5,2,2,2,1,1,2,,,2,,,3,,,2200,,12,26400,1,,,325000,235000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,130000,,130000,1,,,,,,,,,,,4,,,,30000,,30000,1,,,,,,,,,,,2,,2,,40000,,,,,,,,,1,15000,10000,,,,,,,2,,1,1,44000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,2,1,,1,68,1,,,,1,,1,,,1,"SF","020609",2,2,0,2,2,0,100000.9921875,30000,0,0,0,0,0,0,0,0,0,0,0,130000.9921875,2.0333871841430664,2793.0068359375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,34,34,34,2,0,1,0,0,0,1,0,1,0,3,6092.46044921875,3046.230224609375,3046.230224609375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,40000,1,1,1,1,325000,235000,90000,1,15000,10000,5000,0,1,1,1,1,1,11610,17415,0,46440,1,1,42400,208,1,,,1,,5,2.5,1,1,1,1,1,1,,1,,1,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10813,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,130000,130000,360.55511474609375,30000,30000,173.205078125,130000,30000,130000,360.55511474609375,30000,173.205078125,0,0,,0,0,0,0,0,1,1,1,1,34,1156,1,1,1,1,1,1,1,1,34,34,41.4865608215332,34,1156,0,0,0,1,1,1,0,0,12,40,0,1,1,1,0,34,1156,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020313",1,4,3,1,,,,35,,2,2,1,3,1,1,8,1,2,2,3,1,1,55,2,1,1,,1,55,1,5,,1,24,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,8,,,,,2,1,2,,,,,,,,,,,,,2,,,,,,,1,1,,,,,,,,,,,,,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,25,,10,1,2,2,1,2,,,,,,,,,,,,,,,,,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,9,,,,,,,,,9,,,,,,,,,1,1,2,,9,9,,,,,,,,2,,,,,,,,,8,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,9,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,47,97," <5:OTHER (SPECIFY)>:ISRAEL",,,,,,,1967,1,"SF","020703",3,3,0,2,2,0,32056.72265625,0,0,0,0,0,0,0,0,0,0,0,0,32056.72265625,2.4054877758026123,3304.1142578125,1,1,0,3,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,55,55,55,4,0,0,0,1,0,1,0,1,0,3,7911.94384765625,3955.971923828125,2637.314697265625,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,,0,0,0,0,0,0,1,0,1,1,11610,17415,0,46440,0,1,42400,177,0,1,1,1,1,10,3.3333332538604736,1,1,1,1,0,1,,0,,1,1,,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10818,49,,,,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,1,1,0,0,1,0,0,0,55,3025,0,1,0,1,1,0,2,1,55,55,41.4865608215332,55,3025,0,0,0,1,1,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,4,5,1,,,,4,,1,8,2,1,1,2,1,2,2,2,8,5,5,21,1,1,7,,1,27,1,3,,2,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,1,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,0,4,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,8,,,8,,,8,,,,,,,,,8,,,,,,,,,,,,,,,2,,2,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,8,,8,8,,8,,,,,,,,,,,,,,,8,,,,,,,,,,2,2,8,,2,2,2,2,,1,8,8,8,,,,,,,,,,,,,,,8,8,8,,,,,,,,,,,,,,,,,,,2,7," <7:ANOTHER GROUP (SPECIFY)>:guina",6,80,7," <5:OTHER (SPECIFY)>:guina",,,,,,,2001,1,"kp","020315",3,3,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.2164478302001953,4418.02734375,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,4,0,0,0,1,21,,21,1,1,0,0,0,0,0,1,1,0,1,29535.166015625,29535.166015625,9845.0556640625,1,1,0,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,196,0,1,,1,1,3,1,1,1,1,1,0,,,0,,1,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10826,41,,,,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,0,0,0,0,0,1,21,441,0,,1,0,0,0,0,1,0,,41.4865608215332,21,441,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,5,3,1,,,,76,,3,2,1,1,1,1,1,2,2,2,8,2,5,76,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,4,1,1,3,3,2,1,2,2,2,4,5,4,3,1,5,,,,,,,,,,,,,,,,,,,,,,1,,2,,250,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,8,,3,2,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,9,,,,,,,,,1,,1," 8 years",2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20000,,,,,,,,,1,500,0,,,,,,,1,1,,2,,,,,,,,1,1,1,1,2,2,2,2,,2,2,,,2,9,,,,,,1,19000,2,,,,,19000,2,,,,,19000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,4,1,2,2,2,1," <1:Yes (Specify)>:masonic",2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,3,25,1,,,,97," <5:OTHER (SPECIFY)>:greece",97," <5:OTHER (SPECIFY)>:greece",,1,"rm","020307",1,1,0,1,1,0,0,0,19000,0,19000,0,0,19000,0,879.65234375,0,0,0,57879.65234375,1.7931209802627563,2462.9833984375,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,76,,76,5,0,0,0,0,1,0,1,1,0,1,5934.35595703125,5934.35595703125,5934.35595703125,0,3,0,1,0,0,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,20000,1,1,0,0,0,0,0,1,500,0,500,1,1,0,0,,0,8590,12885,0,34360,1,1,21000.001953125,126,1,,,1,,3,3,1,1,1,1,1,,,1,,0,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10828,,,38,38,1,-5,341.67962646484375,18.484577178955078,19000,19000,137.84048461914062,19000,19000,137.84048461914062,19000,19000,137.84048461914062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,1,0,1,1,0,1,76,5776,0,,1,1,1,0,0,1,0,,41.4865608215332,76,5776,0,1,1,1,1,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 -"9543","020309",1,4,3,1,,,,8,,3,2,2,1,3,1,4,4,2,2,3,1,1,49,2,1,1,,1,49,1,3,,2,76,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,14,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,14,2,4,,,,,2,4,,,,,2,3,2,,,,,,,,,,,,,1,1,2,,,,,1,1,2,5,,,,1,,1,2,,,2,1,2400,1,,2,,5000,1,2,3,2,2,1,2,2,2,2,8,,,,,4,3,3,2,1,3,2,1,2,2,1,1,1,3,,1,,,9,2,,1,2,1,0,0,3,4,2,2,2,1,4,3,1,2,,1,0,1,2,1,2,,,0,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,6,,10,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,6000,,6000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,35,,,4,,,,18900,,18900,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,1,2,2,2,2,2,2,,1,2,2,2,2,,,,,,,2,1200,1,12,14400,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,,12,600,7200,1,,,,,,,,,,,,2,,1,100,1,2,,1,3,2,2,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,8,5,,2,2,2,1," <1:Yes (Specify)>:help out with church functions.",1,2,2,2,,,,,,,,,,,,,,,1,1,1,1,1,1,2,9,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:emotionally affected",1,1,2,3,6,,2,1,1,2,2,1,,2,52,1,,,,1,,1,,,1,"mm","020309",4,3,1,3,2,1,18899.998046875,0,0,0,14400,0,0,0,0,0,0,7200,0,40500,1.765604019165039,2425.186767578125,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,49,49,49,4,0,0,0,1,0,1,0,0,1,4,3210.598388671875,1605.2991943359375,1070.199462890625,1,2,1,0,0,1,2,1,0,1,0,0,0,3,0,1,0,,1,1,1,2,3,1,1.3333333730697632,0,0,0,0,,1,4,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,14630,21945,0,58520,0,1,46438.2578125,241,0,1,1,1,1,10,2.5,1,1,0,1,1,1,1,1,1,0,0,0,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10831,,,,,1,0,0,0,14400,14400,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,7200,84.85281372070312,0,0,0,0,0,0,1,18900,18900,137.47726440429688,0,0,0,18900,0,18900,137.47726440429688,0,0,0,0,,0,0,0,0,0,1,0,0,0,49,2401,1,0,1,1,0,0,2,0,49,49,41.4865608215332,49,2401,0,0,1,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020320",1,2,4,1,,,,24,,1,1,1,2,1,1,8,1,2,2,3,5,5,24,2,1,3,,1,66,1,3,,2,65,1,7,,1,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,4,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,500,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,24,,9,1,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 24 years",2,,1,3,1,1,,,,,12,40,,,4,,,,26000,,26000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,30000,,,,,,,,,2,,,,,,,,,1,2,,1,15000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,100000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,1,,2,78,1,,,,1,,1,,,1,"|rm","020320",4,4,0,1,1,0,25999.998046875,0,0,999.9999389648438,0,0,0,0,0,0,0,0,0,26999.998046875,1.6978707313537598,2332.150146484375,0,3,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,24,,24,1,1,0,0,0,0,0,1,1,0,1,2558.55126953125,2558.55126953125,639.6378173828125,0,3,0,1,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,30000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,224,1,,,1,,9,2.25,1,1,1,1,1,,,1,,1,1,,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10836,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,1,26000,26000,161.24514770507812,0,0,0,26000,0,26000,161.24514770507812,0,0,0,0,,0,0,0,0,0,1,1,1,0,24,576,1,,1,1,1,1,0,0,0,,41.4865608215332,24,576,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020330",1,3,2,1,,,,54,,1,1,2,3,2,2,4,2,2,1,2,1,1,54,1,1,1,,2,57,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,1,11,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,10,,6,2,2,2,1,1,2,,,2,,,3,,,1800,,12,21600,1,,1,600000,98,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,99,1,1,,1,1,,12,35,11,50,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,1,1,1,1,9,2,,9,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,9,1,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,,9,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,99,47,1,,,,1,,1,,,1,"cr","020330",2,2,0,2,2,0,64286.2109375,27610.009765625,0,0,0,0,0,0,3624.5830078125,0,0,0,0,95520.8046875,2.0333871841430664,2793.0068359375,1,,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,54,57,55.5,4,0,0,0,1,0,1,0,1,0,3,6291.98876953125,3145.994384765625,3145.994384765625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,600000,,,0,0,0,0,1,1,1,1,0,1,11610,17415,0,46440,1,1,42400,286,1,,,1,,6,3,1,1,1,0,1,1,,1,,1,1,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10902,,,,,1,0,0,0,0,0,0,0,0,0,-9,-9,,-5,907.7564086914062,30.128995895385742,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,,0,0,0,0,0,1,1,1,1,54,2916,1,1,1,1,1,1,1,1,57,57,41.4865608215332,54,2916,0,1,0,1,1,1,0,0,12,35,0,1,1,1,0,57,3249,0,0,0,0,0,.1519336998462677,1,1,,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,3,2,2,,,,20,,2,3,2,2,2,1,8,1,2,2,3,1,1,43,1,1,1,,2,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,1,9,,,,,2,7,,,,2,1,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,6,,,,2,1,5000,1,,2,,50,8,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,8,2,1,,2,12,,1,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,3000,,12,36000,1,,2,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,24,12,24,4,,,,10500,,10500,1,,,,,,,,,,,4,,,,10500,,10500,1,,,,,,,,,,,2,,2,,9,9,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,500,2,,,,,,,,,,,,,,,,,5000,2000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,7,58,97," <5:OTHER (SPECIFY)>:france",1,,,,,,1974,1,"jm","020315",3,2,1,3,2,1,10500,10500,500,2000,0,0,0,0,0,0,0,0,0,23500,.4660693109035492,640.180419921875,1,2,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,43,32,37.5,3,0,0,1,0,0,1,0,0,1,4,1187.91015625,593.955078125,593.955078125,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,,,,,0,0,0,0,0,0,0,0,1,1,1,0,0,0,14630,21945,0,58520,0,1,46438.2578125,15,0,1,1,1,1,1,.3333333432674408,0,1,1,1,1,1,1,1,,1,1,,1,2,0,0,0,1,0,1,0,0,0,0,1,1,1,0,0,1,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10908,35,,,,35,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,2,10500,10500,102.4695053100586,10500,10500,102.4695053100586,10500,10500,10500,102.4695053100586,10500,102.4695053100586,1,1,,0,1,1,0,0,1,1,1,1,43,1849,1,1,1,1,1,1,1,1,32,32,41.4865608215332,43,1849,0,1,0,1,1,1,1,1,12,24,0,1,1,1,0,32,1024,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,3,2,1,,,,43,,3,3,3,2,3,3,3,2,2,2,2,3,5,64,1,1,6," <14:OTHER, SPECIFY>:step grandchild",1,21,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,2000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,25,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,6000,,6000,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,37,,,4,,,,45000,,45000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,20000,,,,,,,,,2,,,,,,,,,8,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,2,,1,37,1,,,,1,,1,,,1,"NR","020310",2,2,0,1,1,0,45000,0,0,0,0,0,0,0,0,0,0,0,0,45000,1.9654018878936768,2699.6240234375,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,64,,64,4,0,0,0,1,0,0,1,1,0,1,7897.36279296875,7897.36279296875,3948.681396484375,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,20000,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,16,1,,,1,,4,2,1,0,1,1,1,,,1,,0,0,0,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10909,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,45000,45000,212.1320343017578,0,0,0,45000,0,45000,212.1320343017578,0,0,0,0,1,0,0,0,0,0,1,0,0,1,64,4096,1,,1,1,0,0,0,1,0,,41.4865608215332,64,4096,0,0,0,1,0,0,0,0,12,37,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020322",1,3,4,1,,,,0,9,1,3,2,2,1,2,3,1,2,2,3,5,5,22,2,1,12,,2,22,1,11,,2,22,1,11,,2,23,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,0,9,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,20000,,20000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,1000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,400,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,1,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,1,,1,79,1,,,,1,,1,,,1,"ct","020322",4,4,0,1,1,0,20000,0,0,100,0,0,0,0,0,0,0,0,0,20100,5.093611717224121,6996.4501953125,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,22,,22,1,1,0,0,0,0,0,1,1,0,1,7675.65380859375,7675.65380859375,1918.9134521484375,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,1000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,417,0,1,1,1,1,3,.75,0,1,1,1,0,,,0,,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10913,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,1,20000,20000,141.42135620117188,0,0,0,20000,0,20000,141.42135620117188,0,0,0,0,,0,0,0,0,0,1,1,1,0,22,484,1,,1,1,1,1,0,0,0,,41.4865608215332,22,484,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020306",1,3,2,1,,,,4,,1,3,2,2,3,3,4,2,2,2,2,5,5,29,2,1,11,,2,26,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,1,,,,,,,3,1,2,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:through the university (the school she attends)",,,,,,,,,,,,,,,,,1,,2,,400,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,0,9,3,3,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,4,3200,2,9000,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,30,,,4,,,,34000,,34000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,1000,,,,,,,,,2,,,,,,,,,2,,1,1,80000,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,1,3,,2,1,2,1,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>:American planning Associtions....transportaion alternative",4,2,2,2,,,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,2,1,,3,73,1,,,,1,,1,,,1,"mm","020306",2,2,0,1,1,0,34000,0,0,0,0,0,0,0,0,0,0,0,0,34000,3.6017274856567383,4947.2373046875,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,29,,29,2,0,1,0,0,0,0,1,1,0,1,5947.166015625,5947.166015625,2973.5830078125,1,2,1,0,0,0,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,1000,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,167,1,,,0,,3,1.5,1,1,1,1,1,,,1,,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10914,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,34000,34000,184.39088439941406,0,0,0,34000,0,34000,184.39088439941406,0,0,0,0,,0,0,0,0,0,1,1,1,0,29,841,1,,1,1,1,1,0,0,0,,41.4865608215332,29,841,0,0,0,0,0,0,0,0,12,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020309",1,3,1,,,,,37,,2,2,2,1,2,3,3,2,2,2,2,5,5,37,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,8,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,2,7,,,,5,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,8,2,,,,,,,2,2,,,,,,,2,,,,,1,3,2,3,3,3,2,1,2,2,1,1,2,2,,1,,,2,2,,1,1,1,0,5,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,1,0,1,1,2,1,,,,,1,1,,,,,,,,,,,1,,,,2,,,,,,,,2,2,,,,,,2,,,2,2,,,1,35,,,,12,1680,1,,2,,,1,2,1,,1,37,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,250,,12,3000,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,20,,,4,,,,140000,,140000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,8,1,1,,,,,,,2,,,,,,,,,1,2,,1,800,,,,,,,2,2,2,2,2,2,2,2,,2,1,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,100,1200,1,,,,,,,2,,1,,1,2,,2,,2,1,2,,2,,,,3,,,,,,,,,3,,,,,1,1,,,,,2,,,,2,1,2,1,2,1,2,2,,2,1,2,2,,,,,,,,,,,,,,,2,1,1,1,1,5,,,,,,1,1,4,,,1,1,1,2,1,2,2,,2,64,1,,,,1,,1,,,1,"ap","020309",2,1,1,2,1,1,100000.9921875,0,0,0,0,1200.0001220703125,0,0,0,0,0,0,0,100000.9921875,.8307514786720276,1141.09814453125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,37,,37,3,0,0,1,0,0,0,1,0,1,2,1228.266357421875,1228.266357421875,1228.266357421875,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,0,,4,4,4,250,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,11610,17415,0,46440,1,1,42400,381,1,,,1,,5,2.5,1,1,1,1,1,,1,1,1,1,1,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,10915,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,1200,34.64101791381836,0,0,0,1,140000,140000,374.1657409667969,0,0,0,140000,0,140000,374.1657409667969,0,0,0,0,1,0,0,0,0,0,1,1,0,0,37,1369,1,,1,1,1,0,0,0,0,,41.4865608215332,37,1369,0,0,0,0,0,0,0,0,12,20,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020310",1,3,2,1,,,,31,,1,1,1,1,3,1,1,2,2,2,2,5,2,31,2,1,3,,1,64,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,9,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,2,,1,,2,,100,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,26,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,1200,,12,14400,1,,2,,,,,,,,,,,,,,,2,,1,2,1,1,,2,2,2,12,40,,,1,1200,,,,12,57600,2,4300,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,0,,,,,,,,,2,,,,,,,,,1,2,,1,5000,,,,,,,2,1,2,1,2,2,2,2,,2,2,,,2,,,,,,,2,8,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2," <1:Yes (Specify)>:PRE VOLUNTEER WORK.",4,2,2,1,6,,,,,,,,1,1,7,,,,1,1,2,,,,,,,,,,,,,,,,,,,2,1,,4,69,1,,,,1,,1,,,1,"AP","020310",2,2,0,2,2,0,4300,0,0,0,2687.117919921875,0,0,0,0,0,0,0,0,6987.1181640625,1.0166935920715332,1396.50341796875,1,2,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,31,41.53856658935547,36.269283294677734,3,0,0,1,0,0,1,0,1,0,3,2349.4228515625,1174.71142578125,1174.71142578125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,11610,17415,1,46440,0,0,42400,116,0,1,1,1,1,5,2.5,1,1,1,1,1,1,,1,,1,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10924,,,,,1,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4300,4300,65.57438659667969,0,0,0,4300,0,4300,65.57438659667969,0,0,0,0,,0,0,0,0,0,1,1,1,0,31,961,1,0,1,1,1,1,0,0,41.4865608215332,,41.4865608215332,31,961,0,1,1,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020414",1,3,2,1,,,,2,,2,3,1,1,2,2,8,2,2,2,2,1,1,30,2,1,1,,1,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,9,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,1,1,600,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,15000,,15000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,4,35,12,30,4,,,,15000,,15000,1,,,,,,,,,,,8,,,,,,,,,2,,,,,1,8,,,1,1,1,1,15000,,,,,,,,,1,7000,7000,,,,,,,1,2,,1,52000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15000,10000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,72,1,,,,1,,1,,,1,"ar","020421",2,2,0,2,2,0,15000,11109.8232421875,0,10000,0,0,0,0,0,0,0,0,0,36109.82421875,2.0333871841430664,2793.0068359375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,30,30,30,2,0,1,0,0,0,1,0,1,0,3,4889.60107421875,2444.800537109375,2444.800537109375,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,15000,1,1,0,0,0,0,0,1,7000,7000,0,1,1,1,0,0,0,11610,17415,0,46440,0,1,42400,143,0,1,1,1,1,2,1,1,1,1,1,1,1,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10930,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000,10000,100,0,0,0,0,0,0,0,0,0,2,15000,15000,122.4744873046875,-5,19612.009765625,140.0428924560547,15000,-5,15000,122.4744873046875,9043.8486328125,95.09915161132812,0,0,,0,0,0,0,0,1,1,1,0,30,900,1,1,1,1,1,1,2,0,30,30,41.4865608215332,30,900,0,0,0,0,0,0,0,0,4,35,0,1,1,1,1,30,900,1,1,1,0,.1519336998462677,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020328",1,3,1,,,,,37,,2,1,1,1,8,1,8,1,2,2,8,5,5,57,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,1,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,8,1,,2,,200,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,15,,4,1,2,2,1,1,2,,,2,,,3,,,600,,12,7200,1,,1,500000,39000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,1,1,,,,,12,40,,,4,,,,90000,,90000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,8,8,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,1," <1:Yes (Specify)>:church",2,2,2,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,2,1,,1,44,1,,,,1,,1,,,1,"jm","020328",1,1,0,1,1,0,90000,0,0,100,0,0,0,0,0,0,0,0,0,90100,2.4599897861480713,3378.976806640625,0,1,1,,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,57,,57,4,0,0,0,1,0,0,1,1,0,1,5531.4375,5531.4375,5531.4375,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,500000,39000,461000,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,209,1,,,1,,4,4,1,1,1,1,1,,,1,,1,,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10936,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,1,90000,90000,300,0,0,0,90000,0,90000,300,0,0,0,0,,0,0,0,0,0,1,1,0,0,57,3249,1,,1,1,1,0,0,0,0,,41.4865608215332,57,3249,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020306",1,3,2,1,,,,2,,1,3,1,3,1,2,8,1,2,2,3,5,2,24,2,1,2,,1,23,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,2,2,7,,,,2,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,,1,250,1,,2,,750,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,2700,,12,32400,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,90,12,50,4,,,,120000,,120000,1,,,,,,,,,,,4,,,,100000,,100000,1,,,,,,,,,,,1,1,2,,30000,,,,,,,,,1,2000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,1000,2,,,,,,,,,,,,,,,,,15000,15000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,3,2,,,,,,,,,,,,,,,,,,,2,1,,1,77,1,,,,97," <5:OTHER (SPECIFY)>:AUSTRHALIA",97," <5:OTHER (SPECIFY)>:AUSTRALIA",,1,"NR","020307",2,2,0,2,2,0,100000.9921875,100000,999.9999389648438,15000,0,0,0,0,0,0,0,0,0,216000.984375,2.0333871841430664,2793.0068359375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,24,23,23.5,1,1,0,0,0,0,1,0,1,0,3,4462.35107421875,2231.175537109375,2231.175537109375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,30000,1,1,1,0,0,0,0,1,2000,0,2000,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,337,1,,,1,,3,1.5,1,1,1,1,1,1,,1,,1,1,,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10938,,,17,17,1,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,15000,15000,122.4744873046875,0,0,0,0,0,0,0,0,0,2,120000,120000,346.41015625,100000,100000,316.2277526855469,120000,100000,120000,346.41015625,100000,316.2277526855469,0,0,,0,0,0,0,0,1,1,1,0,24,576,1,1,1,1,1,1,2,0,23,23,41.4865608215332,24,576,0,1,0,0,0,0,0,0,12,90,0,1,1,1,1,23,529,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020413",1,3,4,1,,,,22,,2,1,3,3,2,2,8,2,2,2,1,1,1,41,2,1,1,,1,60,1,5,,2,19,1,5,,1,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,4,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,360,1,,2,,10,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,20,,6,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,30000,,30000,1,,,,,,,,,,,4,,,,60000,,60000,1,,,,,,,,,,,2,,2,,8,2,,1,,2,1,,,1,8,0,,,,,,,1,2,,1,15000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,7000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,1,4,,2,61,97," <5:OTHER (SPECIFY)>:peru",,,,,,,1981,2,"jd","020413",4,4,0,2,2,0,60000,30000,0,0,0,0,0,0,0,0,0,0,0,90000,1.3130534887313843,1803.575439453125,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,41,60,50.5,4,0,0,0,1,0,1,0,1,0,3,4371.32568359375,2185.662841796875,1092.8314208984375,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,50000,1,1,1,0,0,0,0,1,,0,,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,102,1,,,1,,6,1.5,1,0,1,1,1,1,,1,,1,1,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10940,63,,,,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,30000,30000,173.205078125,60000,60000,244.948974609375,60000,30000,60000,244.948974609375,30000,173.205078125,0,0,,1,1,1,0,0,1,1,1,0,41,1681,1,1,0,1,0,0,2,1,60,60,41.4865608215332,60,3600,0,0,0,1,0,0,0,0,12,40,1,1,1,1,0,41,1681,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,3,2,1,,,,45,,3,2,3,2,3,3,4,2,2,2,2,1,1,48,2,1,1,,1,56,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,2,2,,2,,,2,1,2,,,,2,4,2,,,,,,,,,,,,,1,1,,,,,,2,,,,,,,2,,,,,,,1,79,1,,2,,150,2,2,2,2,1,2,2,2,2,2,1,,,,,4,3,1,2,3,3,8,2,2,2,2,2,1,4,,1,,,10,1,,2,2,2,0,0,1,3,2,2,2,3,3,1,2,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,20,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,1,,,,,,,,,,,,,,,2,,2,,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,1,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,3000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,3,2,2,1,1,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:lack of sleep",1,1,1,,,,,2,1,2,2,,,,,,,,,,,,2,1,2,2,2,1,1,,2,53,3,,,,,,,,1958,1,"ddb","020311",3,2,1,3,2,1,0,0,0,0,0,0,0,3000,0,0,0,0,0,3000,.4740406572818756,651.1296997070312,1,1,0,1,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,48,56,52,4,0,0,0,1,0,1,0,0,1,4,1374.3931884765625,687.1965942382812,687.1965942382812,0,3,0,1,0,1,2,1,0,1,0,0,1,2,1,0,0,0,1,1,3,2,1,1,2,1,0,0,0,,1,3,3,5000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,14630,21945,1,58520,0,0,46438.2578125,234,0,1,0,0,1,4,1.3333333730697632,1,0,1,1,1,0,0,0,0,0,0,0,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,10942,,,,,3,0,0,0,0,0,0,3000,3000,54.772254943847656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,1,1,0,0,0,48,2304,0,0,1,1,0,0,2,0,56,56,41.4865608215332,48,2304,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020306",1,3,2,1,,,,28,,1,1,1,1,1,1,3,1,2,2,3,1,1,63,2,1,1,,1,66,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,11,,,,,1,1,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:Aetna",1,5,,,,,,,,,,,,,,,1,,2,,500,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,12,,3,1,2,2,1,2,,,,,,,,,,,,,,,,1,2500000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,10,15,,,4,,,,120000,,120000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,2,,1,,1,,2,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,1,1,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,300000,2,,,,,300000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,8,38,1,,,,1,,1,,,1,"ma","020306",2,2,0,2,2,0,100000.9921875,0,100000.9921875,0,0,0,0,100000.9921875,0,0,0,0,0,300002.96875,.9284690618515015,1275.3204345703125,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,63,66,64.5,4,0,0,0,1,0,1,0,1,0,3,2853.384521484375,1426.6922607421875,1426.6922607421875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,375000,1,1,1,1,2500000,0,2500000,0,0,0,0,1,1,1,0,0,0,11610,17415,0,46440,1,1,42400,353,1,,,1,,3,1.5,1,1,1,1,1,1,,1,,1,1,0,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10943,,,,,1,0,0,0,0,0,0,300000,300000,547.7225341796875,300000,300000,547.7225341796875,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,120000,120000,346.41015625,0,0,0,120000,0,120000,346.41015625,0,0,0,0,,1,0,0,0,0,1,1,1,0,63,3969,1,0,1,1,1,1,2,0,66,66,41.4865608215332,63,3969,0,1,1,0,0,0,0,0,10,15,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020321",1,3,2,1,,,,40,,2,1,1,2,2,4,8,2,2,2,2,1,1,41,2,1,1,,1,37,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,11,,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,1,1,,,,,,,,,,,,,1,8,1,,1,150,300,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,0,5,2,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1700,,5,8500,1,,1,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,4,40,11,50,7,,,,,,,,,9,,,,,,,,,4,,,,46000,,46000,1,,,,,,,,,,,1,8,1,2,7,9,,,,,,,,1,6000,0,,,,,,,1,8,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,1,1,2,3,4,6,7,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:anxiety",1,1,8,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,,3,60,1,,,,97," <5:OTHER (SPECIFY)>:greece",97," <5:OTHER (SPECIFY)>:greece",,1,"ct","020321",2,2,0,2,2,0,46000,20117.08203125,0,1267.9588623046875,0,0,0,0,0,0,0,0,0,67385.0390625,2.0333871841430664,2793.0068359375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,41,37,39,3,0,0,1,0,0,1,0,1,0,3,4698.845703125,2349.4228515625,2349.4228515625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,6000,0,6000,1,1,1,0,0,0,11610,17415,0,46440,1,1,42400,76,1,,,0,,2,1,1,1,1,1,0,1,,0,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10944,,,38,38,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,46000,46000,214.47610473632812,46000,-5,46000,214.47610473632812,9043.8486328125,95.09915161132812,0,0,,0,0,0,0,0,1,1,1,0,41,1681,1,1,0,1,1,1,2,1,37,37,41.4865608215332,37,1369,0,0,0,1,1,1,0,0,11,50,1,1,1,1,0,41,1681,0,0,0,0,0,.1519336998462677,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020311",1,3,1,,,,,30,,2,1,3,2,2,2,1,2,2,2,1,5,5,30,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,11,2,1,,,,,2,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,11,2,8,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,2,,1,,2,,300,2,2,2,2,,,,,,,2,,,,,1,3,3,2,3,3,2,2,2,4,1,3,4,4,,1,,,5,1,,1,2,2,0,3,3,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,2,1,1,1,1,1,1,1,,,1,2,,1,,2,,5,,,,,1,,,,2,,,1,,,2,,1,,,,2,,1,2,,,2,2,,,2,,180,,,4,1440,2,800,2,,,1,2,1,,1,8,,4,3,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,4,,3,,,273,,10,2730,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,2,,863,,,12,20712,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,40000,,,,,,,,,1,18000,17000,,,,,,,1,2,,2,,,,,,,,2,1,2,2,2,2,2,1,,1,2,1,1,2,,,,,,,1,434,1,4,1736,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000,2,,,,,,,3,,,,4,434,1736,1,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,2,2,1,2,,,,,,,,,,,,1,1,2,2,2,2,2,,6,71,1,,,,1,,1,,,1,"ddb","020311",3,1,2,3,1,2,20712,0,0,0,1736,0,0,0,0,0,0,1736,10000,34184,.8307514786720276,1141.09814453125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,30,,30,2,0,1,0,0,0,0,1,0,1,2,1278.1285400390625,1278.1285400390625,1278.1285400390625,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,2,1,1,1.3333333730697632,0,0,0,0,,4,4,2,40000,1,1,1,0,0,0,0,1,18000,17000,1000,1,1,1,1,,1,14630,21945,0,58520,0,1,46438.2578125,274,0,1,1,0,0,4,1.3333333730697632,1,0,1,1,1,,1,1,1,1,1,1,1,2,0,0,0,0,0,1,0,1,0,1,2,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,10948,,,,,1,0,0,0,1736,1736,41.66533279418945,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1736,1736,41.66533279418945,0,0,0,0,0,0,1,20712,20712,143.91664123535156,0,0,0,20712,0,20712,143.91664123535156,0,0,1,1,1,0,0,0,0,0,1,1,0,0,30,900,1,,1,1,1,0,0,0,0,,41.4865608215332,30,900,0,0,1,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000 -"9543","020309",1,2,1,,,,,58,,4,2,1,2,4,2,2,3,1,2,2,4,5,58,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,5,1,2,,,,,,,,,,,,1,4,,,,,,,,,,,,,,,,,,,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,18,,4,2,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,213,,11,2343,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,2,1,13000,,,,,,,2,2,2,2,2,2,2,2,,1,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,12,638,7656,1,,,,,,,,,,,,2,,2,,1,1,1,2,,,2,2,,2,,,,3,,,,,,,,,1,5,,,,1,1,,,,,2,,,,2,1,2,1,1,2,2,2,,2,2,2,1,4,,,,,,,,1,1,7,,,,3,2,2,,,,,,,,,,,,,,,,,,,2,2,,6,45,1,,,,1,,1,,,1,"rm","020309",1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,7656.00048828125,0,7656.00048828125,3.382920742034912,4646.6904296875,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,58,,58,4,0,0,0,1,0,0,1,1,0,1,9213.8330078125,9213.8330078125,9213.8330078125,0,4,0,0,1,0,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,423,0,1,1,1,0,4,4,1,1,0,0,1,,,1,,0,0,1,0,3,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10965,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7656,7656,87.49857330322266,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,58,3364,0,,1,0,0,0,0,0,0,,41.4865608215332,58,3364,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020311",1,2,1,,,,,1,,1,3,2,1,8,2,8,1,2,2,3,4,5,44,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,493,1,,2,,132,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,1,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,9142,,9142,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,98,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,9,,,,,,,,1,1500,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,1,58,1,,,,1,,1,,,1,"nr","020311",1,1,0,1,1,0,55525.76171875,0,1805.48193359375,936.7998046875,0,0,0,0,0,0,0,0,0,58268.04296875,1.8564025163650513,2549.9052734375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,44,,44,3,0,0,1,0,0,0,1,1,0,1,5035.38134765625,5035.38134765625,5035.38134765625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,1500,0,1500,1,1,1,,,,8590,12885,0,34360,1,1,21000.001953125,338,1,,,0,,1,1,1,1,1,1,1,,,1,,1,,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10969,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,1,1,1,44,1936,1,,1,1,1,1,0,1,0,,41.4865608215332,44,1936,0,1,0,1,1,1,0,0,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020313",1,2,2,1,,,,12,,1,2,1,3,1,2,8,2,2,1,3,5,2,31,2,1,2,,1,34,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,2,,1,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,2,,,,,,,,,,,,,,1,40,2,,,,,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,0,8,5,2,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,875,,12,10500,2,10400,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,45,12,40,4,,,,32000,,32000,1,,,,,,,,,,,4,,,,380000,,380000,1,,,,,,,,,,,1,1,1,2,5000,,,,,,,,,1,900,0,,,,,,,2,,1,1,7000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,,2,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,3,2,2,1,5,1,,,,,,,1,2,,,,,,2,2,,,,,,,,,,,,,,,,,,,2,2,,2,71,11," <5:OTHER (SPECIFY)>:TRINADAD & TOBAGO",,,,,,,1990,1,"TY","020314",2,2,0,2,2,0,100000.9921875,32000,0,0,0,0,0,0,0,0,0,0,0,132001,1.431820273399353,1966.7103271484375,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,31,34,32.5,2,0,1,0,0,0,1,0,1,0,3,3662.267822265625,1831.1339111328125,1831.1339111328125,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,5000,1,0,0,0,0,0,0,1,900,0,900,0,1,1,1,1,1,11610,17415,0,46440,1,1,42400,213,1,,,1,,5,2.5,1,1,1,0,1,0,,0,,1,1,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10972,11,,,,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32000,32000,178.88543701171875,380000,380000,616.44140625,380000,32000,380000,616.44140625,32000,178.88543701171875,0,0,1,0,1,1,0,0,1,1,0,0,31,961,1,1,0,1,0,0,2,1,34,34,41.4865608215332,34,1156,0,0,0,1,0,0,0,0,12,40,1,1,1,1,0,31,961,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,2,2,1,,,,23,,2,1,3,2,3,3,8,2,2,2,1,5,5,23,2,1,3,,2,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,3,,,,,,,,,,,,,,,,,,,2,,1,,2,,400,8,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,17,,4,3,1,1,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,2,,100,,,6,1200,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,6,35,,,2,,900,,,5,9000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,0,,,,,,,,,2,,,,,,,,,1,2,,1,3000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,2000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,40000,1,2,,1,4,,2,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,1,2,2,,,,,,,,,,,,,,,3,1,1,,,,,,,,,,,,,,,,,,,2,2,,3,79,1,,,,1,,1,,,1,"sj","020307",2,2,0,1,1,0,9000,0,0,2000,0,0,0,0,0,0,0,0,0,11000,2.087125062942505,2866.819580078125,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,23,,23,1,1,0,0,0,0,0,1,1,0,1,3752.65966796875,3752.65966796875,1876.329833984375,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,445,0,1,1,0,0,4,2,1,0,1,1,1,,,1,,1,0,,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10981,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,1,9000,9000,94.86833190917969,0,0,0,9000,0,9000,94.86833190917969,0,0,0,0,1,0,0,0,0,0,1,1,1,0,23,529,1,,1,1,1,1,0,0,0,,41.4865608215332,23,529,0,0,0,0,0,0,0,0,6,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020320",1,1,1,,,,,31,,2,2,3,1,2,2,8,3,2,2,1,5,5,31,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,1,350,400,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,5,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,350,,12,4200,1,,8,,,,,,,,,,,,,,,1,3,2,,1,1,,,,,12,40,,,3,,,3000,,12,36000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,8,2,,2,2,,,,,2,,,,,,,,,1,2,,1,3000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3000,600,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,1,3,,2,1,1,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>:order of the eastern star",2,2,2,2,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,70,1,,,,1,,1,,,1,"nr","020324",1,1,0,1,1,0,36000,0,0,600,0,0,0,0,0,0,0,0,0,36600,2.1520164012908936,2955.95263671875,0,1,2,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,31,,31,2,0,1,0,0,0,0,1,1,0,1,3779.6630859375,3779.6630859375,3779.6630859375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,15000,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,256,1,,,1,,3,3,1,0,0,1,0,,,0,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,10986,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,600,24.494897842407227,0,0,0,0,0,0,0,0,0,1,36000,36000,189.73666381835938,0,0,0,36000,0,36000,189.73666381835938,0,0,0,0,1,0,0,0,0,0,1,1,0,0,31,961,1,,1,1,1,0,0,0,0,,41.4865608215332,31,961,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020318",1,2,2,1,,,,21,,1,2,2,1,2,1,1,3,2,2,3,1,1,24,1,1,1,,1,24,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,1,11,,,,,1,2,2,,,,,,,,,,,,,1,1,,,,,,2,,,,,,,,,,,,,,1,8,1,,2,,30,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1100,,12,13200,1,,2,,,,,,,,,,,,,,,2,,2,,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20000,,,,,,,,,1,5000,0,,,,,,,1,1,,1,10000,,,,,,,2,2,2,2,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000,1000,,,,,,,8,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,2,1,2,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,2,1,,4,78,97," <5:OTHER (SPECIFY)>:israel",,,,,,,1979,1,"ct","020318",2,2,0,2,2,0,0,0,0,999.9999389648438,0,0,0,0,0,0,0,0,0,999.9999389648438,2.0333871841430664,2793.0068359375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,24,24,24,1,1,0,0,0,0,1,0,1,0,3,5560.10693359375,2780.053466796875,2780.053466796875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,20000,1,1,0,0,0,0,0,1,5000,0,5000,1,1,1,0,0,0,11610,17415,1,46440,0,0,42400,305,0,1,1,1,1,4,2,1,1,0,1,1,0,,0,,1,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,10993,49,,,,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,0,0,1,1,1,1,24,576,0,0,1,1,1,1,2,1,24,24,41.4865608215332,24,576,0,0,0,1,1,1,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020426",1,4,3,1,,,,10,,3,2,3,3,2,2,3,2,2,2,1,1,1,31,2,1,1,,1,34,1,7,,1,34,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,8,2,1,,1,,,6,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,8,2,1,2,,,,1,1,2,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,4,,,,,,,1,,2,,700,2,1,2,2,,,,,,,2,,,,,2,3,3,3,3,3,2,1,2,2,1,1,2,1,,1,,,3,1,,1,2,1,0,20,3,4,2,2,8,2,4,0,,,,2,2,,,,,,,,,2,0,2,2,2,2,,,,,1,2,,,,,,,,,4,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,6,,3,3,2,1,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,400,,4,1600,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,1,172,,,,12,8256,8,98,,,,,,,,,,2,,2,,8,8,,,,,,,,2,,,,,,,,,8,,1,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,1,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5,100,500,1,,,,,,,2,,8,8,2,,,,,,,2,,2,,,,1,2,12,," <12:OTHER (specify)>:because it was very little that they were giving",,,,,3,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,1,2,1,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,3,8,1,4,,3,70,8," <5:OTHER (SPECIFY)>:mexico",1,,,,,,1992,2,"jd","020426",5,3,2,4,2,2,14658.1611328125,0,0,0,0,500,0,0,0,0,0,0,0,14658.1611328125,.8709921836853027,1196.371826171875,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,31,34,32.5,2,0,1,0,0,0,1,0,0,1,4,3627.29248046875,1813.646240234375,1209.0975341796875,1,1,0,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,,,3,4,4,,,,,0,0,0,0,0,0,0,0,0,1,1,0,1,1,17650,26475,1,70600,0,0,37000,213,0,1,1,0,0,3,.6000000238418579,0,0,1,1,0,0,1,0,1,0,1,0,1,2,0,0,0,1,0,0,0,2,1,2,2,1,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11004,8,,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,1,1,0,0,0,0,0,0,31,961,0,1,0,0,0,0,2,1,34,34,41.4865608215332,34,1156,0,0,0,0,0,0,2,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020430",1,1,3,1,,,,21,,3,1,2,1,2,4,2,2,2,2,2,5,5,21,2,1,3,,2,40,1,7,,2,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,2,7,,8,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,7,,,,5,1,,,,,,,1,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:united health care",,6,,,,,,,,,,,,8,,,1,,2,,8,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,8,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,30,,,8,,,,,,,,,2,,,,,1,9,,,,,,,,,,,,,,,,,,,,,1,1,1,1,9,1,9,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,2,,1,9,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,2,80,1,,,,4,,4,,,1,"jd","020430",4,3,1,1,1,0,21167.498046875,0,0,0,0,0,0,0,0,0,0,0,0,21167.498046875,1.9164421558380127,2632.3740234375,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,21,,21,1,1,0,0,0,0,0,1,1,0,1,3775.328125,3775.328125,1258.4427490234375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,120,1,,,1,,5,1.25,1,1,1,1,1,,,1,,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11005,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,0,0,0,0,1,1,0,0,21,441,1,,1,1,1,0,0,0,0,,41.4865608215332,21,441,0,0,0,0,0,0,0,0,12,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020325",1,2,1,,,,,76,,1,3,1,8,2,1,8,2,2,2,3,5,5,76,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,3,2,,3,3,2,2,2,2,1,2,4,5,6,1,1,,,,,,,,,,,,,,,,,,,2,1,200,1,,2,,1200,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,7,,3,2,2,2,1,2,,,,,,,,,,,,,,,,1,65000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,2,8,,,,,2,,,,,,,,,1,8,,2,,,,,,,,2,1,1,1,2,2,2,2,,2,2,,,2,,,,,,,1,8,,,,,,8,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,25,1,,,,1,,10," <5:OTHER (SPECIFY)>:poland",,1,"agh","020325",1,1,0,1,1,0,0,0,610.8712768554688,0,2301.54296875,0,0,4171.59375,0,0,0,0,0,7084.0078125,3.9387917518615723,5410.2197265625,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,76,,76,5,0,0,0,0,1,0,1,1,0,1,5760.75390625,5760.75390625,5760.75390625,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,65000,0,65000,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,290,0,1,1,1,1,3,3,1,1,1,1,1,,,1,,1,1,,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11008,,,,10,1,0,0,0,-5,995.5078735351562,31.55167007446289,-5,1241.30029296875,35.23208999633789,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,0,0,0,76,5776,0,,1,1,0,0,0,0,0,,41.4865608215332,76,5776,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543","020316",1,1,2,1,,,,25,,2,1,1,1,2,2,2,2,2,2,2,1,1,44,2,1,1,,1,48,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,15,2,1,,1,,,7,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,15,2,2,,2,,,2,4,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,1,1,240,1,,2,,50,1,2,2,2,2,2,2,2,2,2,2,,,,,4,3,3,3,3,3,1,1,2,3,2,2,1,1,,1,,,9,1,,1,1,2,0,3,3,4,2,2,2,2,3,0,,,,2,2,,,,,,,,,1,0,1,1,2,1,,,,,1,3,,,,,,,,,,,2,2,,,,,,,,,,,1,,,,2,,,1,,,2,2,,,3,,,110,,7,770,2,500,2,,,1,2,2,,,12,,6,2,2,2,1,2,,,,,,,,,,,,,,,,1,65000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,1,,12,36,11,36,4,,,,41000,,41000,1,,,,,,,,,,,4,,,,42000,,42000,1,,,,,,,,,,,1,1,1,2,9,9,,,,,,,,1,3000,0,,,,,,,1,1,,1,12000,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,300,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4800,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,1,2,1," <1:Yes (Specify)>:church",1,2,1,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,6,57,1,,,,1,,1,,,1,"jm","020316",4,2,2,4,2,2,42000,41000.00390625,100,100,0,0,0,0,0,0,0,0,0,83200,.697822093963623,958.5099487304688,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,44,48,46,4,0,0,0,1,0,1,0,0,1,4,1812.5045166015625,906.2522583007812,906.2522583007812,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,1,3,3,,,,,1,65000,0,65000,1,3000,0,3000,1,1,1,1,0,1,17650,26475,0,70600,1,1,37000,91,1,,,1,,6,1.5,1,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11009,,,,,1,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,2,41000,41000,202.4845733642578,42000,42000,204.9390106201172,42000,41000,42000,204.9390106201172,41000,202.4845733642578,0,0,1,0,0,0,0,0,1,0,0,0,44,1936,1,1,0,1,0,0,2,1,48,48,41.4865608215332,48,2304,0,1,0,1,0,0,2,0,11,36,1,1,0,0,0,44,1936,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020313",1,1,2,1,,,,9,,1,1,3,3,4,3,2,2,2,2,2,1,5,27,1,1,11,,1,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,,,,,,,4,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,2,,1500,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,1,4,,2,,,3,,,380,,12,4560,1,,2,,,,,,,,,,,,,,,1,1,2,,1,1,,,,,6,40,,,4,,,,20000,,20000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,30000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,1,2,2,2,2,2,1,2,,2,2,,,2,3000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000,800,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,1,2,3,,,,,,,,2,2,4,,2,2,2,2,,2,2,2,1,97,1,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:I think about it every day, every time I go to Manhattan I feel like a part of me has died as well<12:OTHER HEALTH PROBLEMS {SPECIFY}>:I think about it every day, every time I go to Manhattan I feel like a ",1,2,,,,,,1,1,,,,,,,,,,,,,,,,,,,1,2,,2,74,4,,,,,,,,1993,2,"ar","020313",2,2,0,1,1,0,20000,0,0,800,0,0,0,0,0,3000,0,0,0,23800,1.3351259231567383,1833.8935546875,0,1,1,,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,27,,27,2,0,1,0,0,0,0,1,1,0,1,5869.298828125,5869.298828125,2934.6494140625,0,3,0,1,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,30000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,7,1,,,0,,3,1.5,1,0,1,1,0,,,0,,1,0,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11015,,,,,4,3000,3000,54.772254943847656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,800,28.284271240234375,0,0,0,0,0,0,0,0,0,1,20000,20000,141.42135620117188,0,0,0,20000,0,20000,141.42135620117188,0,0,0,0,,1,1,1,0,0,1,0,0,1,27,729,1,,1,1,0,0,0,1,0,,41.4865608215332,27,729,0,0,0,1,0,0,0,0,6,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020326",1,5,3,1,,,,10,,2,3,3,2,3,2,8,2,2,2,3,1,1,28,1,1,1,,2,24,1,3,,2,44,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,1,4,,,,,1,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,1,1,60,2,,,,,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,4,,6,2,2,2,1,1,2,,,2,,,3,,,1200,,12,14400,1,,,170000,15000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,38,12,38,4,,,,31000,,31000,1,,,,,,,,,,,4,,,,32000,,32000,1,,,,,,,,,,,2,,2,,9,2,,2,4,,,,,1,6000,0,,,,,,,1,2,,1,3000,,,,,,,9,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,9,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,1,1,,3,73,97," <5:OTHER (SPECIFY)>:columbia",,,,,,,1990,2,"jd","020326",3,3,0,2,2,0,32000,30999.998046875,0,0,0,0,0,0,0,0,0,0,0,63000,1.081944465637207,1486.1302490234375,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,28,24,26,2,0,1,0,0,0,1,0,1,0,3,3839.12109375,1919.560546875,1279.70703125,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,35000,1,1,1,1,170000,15000,155000,1,6000,0,6000,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,297,1,,,1,,6,2,1,0,1,1,1,1,,1,,1,0,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11018,28,,,,28,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,31000,31000,176.0681610107422,32000,32000,178.88543701171875,32000,31000,32000,178.88543701171875,31000,176.0681610107422,0,0,,1,1,1,0,0,1,1,0,1,28,784,1,1,0,1,0,0,1,0,24,24,41.4865608215332,24,576,0,0,0,0,0,0,0,0,12,38,1,1,1,1,1,28,784,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0 -"9543","020317",1,4,1,,,,,75,,2,2,3,1,2,2,2,4,2,2,1,2,5,75,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,4,1,1,2,1,1,1,1,1,2,5,6,2,2,1,2,5,,,,,,,,,,,,,,,,,,2,2,,1,,2,,120,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,45,,3,1,2,2,1,2,,,,,,,,,,,,,,,,1,75000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60000,,,,,,,,,1,500,0,,,,,,,1,2,,2,,,,,,,,2,2,1,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,60000,2,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,1," <1:Yes (Specify)>:the nights of columbus",1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,26,1,,,,5," <5:OTHER (SPECIFY)>:italy",5," <5:OTHER (SPECIFY)>:italy",,1,"|jm","020317",1,1,0,1,1,0,0,0,6980.521484375,0,0,0,0,60000,0,0,0,0,0,66980.5234375,2.8710405826568604,3943.585205078125,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,1,1,0,0,0,75,,75,5,0,0,0,0,1,0,1,1,0,1,8374.296875,8374.296875,8374.296875,0,3,0,1,0,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,60000,1,1,1,1,75000,0,75000,1,500,0,500,1,1,0,0,,0,8590,12885,0,34360,1,1,21000.001953125,392,1,,,1,,3,3,1,0,0,1,1,,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11022,,,5,5,1,0,0,0,0,0,0,60000,60000,244.948974609375,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,1,0,1,0,0,1,75,5625,0,,1,1,0,0,0,1,0,,41.4865608215332,75,5625,0,1,1,1,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020309",1,5,4,1,,,,23,,1,1,2,1,2,1,2,2,2,2,3,5,5,23,2,1,3,,1,66,1,3,,2,56,1,7,,1,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,1,,,,,,,2,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,,,,,,,2,2,,1,,1,20,20,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,11,,5,2,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 11",2,,2,,2,1,,,,,9,22,,,4,,,,5000,,5000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,1,,1,20000,,,,,,,2,2,2,2,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300,150,,,,,,,4,,,,,,,,,,,,,,,,,,,,,2,,1,75000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,3,1,1,2,1,1," <1:Yes (Specify)>:latino civic assoc.",3,2,1,2,,,,,,,,,,,,,,,3,2,1,,,,,,,,,,,,,,,,,,,1,1,,3,79,1,,,,3,,97," <5:OTHER (SPECIFY)>:greece",,1,"|rm","020309",4,4,0,1,1,0,5000,0,0,150,0,0,0,0,0,0,0,0,0,5150,2.212916851043701,3039.60400390625,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,23,,23,1,1,0,0,0,0,0,1,1,0,1,4359.37255859375,4359.37255859375,1089.8431396484375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,286,0,1,1,1,1,5,1.25,1,1,1,1,1,,,1,,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11027,,,,38,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,150,12.247448921203613,0,0,0,0,0,0,0,0,0,1,5000,5000,70.71067810058594,0,0,0,5000,0,5000,70.71067810058594,0,0,0,0,,1,0,0,0,0,1,1,0,0,23,529,1,,1,1,1,0,0,0,0,,41.4865608215332,23,529,0,0,0,0,0,0,0,0,9,22,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,2,1,,,,,24,,3,1,3,3,3,4,3,1,2,2,3,4,5,48,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,15,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,15,1,1,2,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,1,,2,,,,2,2,,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,1,9,8,9,3,1,1,1,4,4,2,1,3,3,,1,,,9,1,,2,1,1,2,98,3,4,2,2,2,1,4,1,1,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,3,,2,3,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,734,,12,8808,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,54,,,1,600,,,,12,28800,2,23300,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,1,8,1,1,,,,,,,2,,,,,,,,,2,,2,1,2005,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,1,2,2,,,,,,,,,,,,,,,2,1,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2," <7:ANOTHER GROUP (SPECIFY)>:Haition",2,53,97," <5:OTHER (SPECIFY)>:Haiti",1,,,,,,1973,1,"ma","020320",2,1,1,2,1,1,23299.998046875,0,0,0,0,0,0,0,0,0,0,0,0,23299.998046875,1.567107081413269,2152.53662109375,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,48,,48,4,0,0,0,1,0,0,1,0,1,2,3738.893310546875,3738.893310546875,3738.893310546875,1,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,,,,1,3,,,0,0,0,,4,3,4,250,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,1,11610,17415,0,46440,0,1,42400,117,0,1,0,0,0,2,1,1,0,1,1,1,,1,1,1,0,0,0,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,11036,42,,,,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,23300,23300,152.64337158203125,0,0,0,23300,0,23300,152.64337158203125,0,0,0,0,1,0,1,1,0,0,0,0,0,0,48,2304,1,,1,0,0,0,0,0,0,,41.4865608215332,48,2304,0,0,0,0,0,0,0,0,12,54,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020311",1,2,2,1,,,,22,,2,2,3,1,2,2,2,2,1,2,2,5,2,23,2,1,2,,1,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,5,1,1,,1,,,3,1,1,,1,,,1,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,1,2,2,,2,,,2,7,,,,5,2,5,2,,,,,,,,,,,,,1,4,,,,,,2,,,,,,,1,,4,,,,,,,1,,2,,2500,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,2,1,4,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,3,3,1,1,2,2,1,2,4," <4:OTHER (SPECIFY)>:PAL IN THE SUMMER",2,,,2,,,,,,2,,,1,,,,2,,,,,,,,,,,,,,2,,,,2,2,,,4,,,,300,,300,1,,2,,,1,2,1,,2,5,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,750,,12,9000,1,,2,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,3,40,12,45,2,,260,,,3,1560,1,,,,,,,,,,,8,,,,,,,,,8,,,,,,,,,2,,2,,4000,,,,,,,,,1,13000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3000,2000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,1,,,,,2,,,,2,1,2,2,2,1,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,2,2,1,2,,2,79,97," <5:OTHER (SPECIFY)>:panama",1,,,,,,1986,1,"nr","020314",5,2,3,5,2,3,1559.9998779296875,2201.381591796875,0,2000,0,0,0,0,0,0,0,0,0,5761.38134765625,.4049670994281769,556.2520751953125,1,1,0,3,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,23,32,27.5,2,0,1,0,0,0,1,0,0,1,4,1234.79443359375,617.397216796875,617.397216796875,0,4,0,0,1,1,2,1,0,1,0,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,3,4000,1,0,0,0,0,0,0,1,13000,0,13000,1,1,1,0,1,1,20670,31005,1,82680,0,0,36847.08984375,73,0,1,1,1,1,5,1,1,0,1,0,1,0,1,0,,1,1,1,1,1,1,0,0,1,0,1,2,0,2,1,3,1,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11047,61,,,,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,2,1560,1560,39.49683380126953,-5,19612.009765625,140.0428924560547,1560,-5,1560,39.49683380126953,9043.8486328125,95.09915161132812,3,1,,1,1,1,0,0,1,0,0,0,23,529,1,1,1,1,0,0,2,0,32,32,41.4865608215332,23,529,0,0,0,0,0,0,0,0,3,40,0,1,1,1,1,32,1024,1,1,1,3,1,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,1,4,1,,,,30,,3,3,4,2,4,3,3,4,2,2,1,1,1,60,2,1,1,,1,60,1,5,,2,40,1,5,,2,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,4,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,850,1,,2,,240,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,12,,7,1,2,2,1,1,2,,,2,,,9,,,,,,,,,,98,40000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,2,,9,,,,,,1,8,0,,,,,,,1,8,,1,8,1,2,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,1,1," <1:Yes (Specify)>:block assn",2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,41,1,,,,1,,1,,,1,"nr","020308",4,4,0,2,2,0,0,0,847.3229370117188,0,0,0,0,0,0,0,0,0,0,847.3229370117188,2.152778148651123,2956.9990234375,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,60,60,60,4,0,0,0,1,0,1,0,1,0,3,6316.7158203125,3158.35791015625,1579.178955078125,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,,40000,,1,,0,,1,1,0,0,0,0,11610,17415,1,46440,0,0,42400,150,0,1,1,1,1,7,1.75,1,0,0,1,1,1,,1,,0,0,0,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11065,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,60,3600,0,0,1,1,0,0,2,0,60,60,41.4865608215332,60,3600,0,1,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020321",1,4,2,1,,,,0,1,2,8,2,2,1,1,2,1,2,2,1,1,1,42,1,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,99,,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,,,,,,,,,,,2,,,,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,0,1,5,2,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,7," <7:Other (not staying w/anyone) {specify}>:in ecuador",,,8,,8,,2,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,9,,,,,,,,,9,,,,,,,,,2,,2,,9,9,,,,,,,,2,,,,,,,,,8,,8,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,8,,,,,,,,,,2,2,3,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,3,56,6," <5:OTHER (SPECIFY)>:ecuador",,,,,,,2002,2,"jd","020328",2,2,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.5513442754745483,2130.88525390625,1,,,,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,42,41.53856658935547,41.769283294677734,3,0,0,1,0,0,1,0,1,0,3,7833.88623046875,3916.943115234375,3916.943115234375,1,2,1,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,1,0,1,1,11610,17415,1,46440,0,0,42400,161,0,1,1,1,1,5,2.5,1,1,1,1,0,0,,0,,1,1,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,1,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11072,6,,,,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,1,1,0,0,0,0,0,1,42,1764,0,1,0,1,1,0,0,.4996632933616638,,,41.4865608215332,41.53856658935547,1725.4525146484375,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020411",1,2,2,1,,,,42,,1,1,3,2,2,3,3,3,2,2,1,1,1,59,1,1,1,,2,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,8,,,,,2,3,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,,,,,,,2,2,,1,,2,,400,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,10,,3,2,2,2,1,1,2,,,2,,,3,,,1500,,12,18000,1,,2,200000,100000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,2,,1,1,,1,1,,12,40,12,40,4,,,,54000,,54000,1,,,,,,,,,,,4,,,,30000,,30000,1,,,,,,,,,,,1,1,1,1,30000,,,,,,,,,1,3500,0,,,,,,,2,,1,1,6000,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,200,2,,,,,,,,,,,,,,,,,400,400,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,43,1,,,,1,,1,,,1,"SF","020411",2,2,0,2,2,0,54000,30000,200,400,0,0,0,0,0,0,0,0,0,84600,1.4139660596847534,1942.186279296875,1,1,2,3,4,1,4,0,0,0,1,0,0,0,0,2,0,1,0,0,59,50,54.5,4,0,0,0,1,0,1,0,1,0,3,5626.38134765625,2813.190673828125,2813.190673828125,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,30000,1,1,1,1,200000,100000,100000,1,3500,0,3500,0,1,1,1,1,1,11610,17415,0,46440,1,1,42400,38,1,,,1,,3,1.5,1,0,0,1,1,1,,1,,1,1,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11076,,,,,1,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,400,400,20,0,0,0,0,0,0,0,0,0,2,54000,54000,232.37899780273438,30000,30000,173.205078125,54000,30000,54000,232.37899780273438,30000,173.205078125,0,0,1,0,0,0,0,0,1,1,1,1,59,3481,1,1,1,1,1,1,1,1,50,50,41.4865608215332,59,3481,0,1,0,1,1,1,0,0,12,40,0,1,1,1,0,50,2500,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020321",1,4,1,,,,,89,,4,2,4,3,4,4,8,4,2,2,8,5,5,89,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,5,2,,2,3,2,2,1,2,1,5,1,3,6,1,6,,,,," <6:another type of government program? {specify}>:OXFORD",,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,37,,3,4,2,2,1,2,,,,,,,,,,,,,,,,,180000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,48000,,,,,,,,,1,300,0,,,,,,,2,,2,2,,,,,,,,2,1,2,1,1,2,2,2,,2,2,,,2,,,,,,,1,7000,2,,,,,,,,,,,20000,2,,,,,7200,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,8,,,,,,,,,,2,2,1,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,1,,2,14,1,,,,5," <5:OTHER (SPECIFY)>:ITALY",5," <5:OTHER (SPECIFY)>:ITALY",,1,"SF","020411",1,1,0,1,1,0,0,0,20000,0,6999.99951171875,0,0,0,7200,0,0,0,0,34200,5.010460376739502,6882.2353515625,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,89,,89,5,0,0,0,0,1,0,1,1,0,1,15986.2939453125,15986.2939453125,15986.2939453125,0,4,0,0,1,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,48000,1,1,1,1,180000,0,180000,1,300,0,300,0,0,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,17,1,,,0,,3,3,1,0,0,1,1,,,1,,0,0,,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11079,,,5,5,1,0,0,0,7000,7000,83.66600036621094,0,0,0,20000,20000,141.42135620117188,7200,7200,84.85281372070312,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,0,0,0,1,89,7921,0,,1,0,0,0,0,1,0,,41.4865608215332,89,7921,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020318",1,4,2,1,,,,39,,2,1,2,1,2,2,3,2,2,2,2,1,1,39,2,1,1,,1,42,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,16,1,1,,1,,,11,1,1,,1,,,7,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,16,1,2,,2,,,2,5,,,1,,2,2,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,1,,,,2,2,,1,,2,,0,2,2,2,2,2,2,2,2,2,2,2,,,,,4,3,3,3,3,2,1,1,1,4,1,1,1,0,,1,,,10,1,,1,2,1,0,0,4,2,1,1,1,1,1,0,,,,3,3,,,,,,,,,2,0,2,2,2,2,,,,,1,2,,,,,,,,,98,,,,,,,,,,,,,,,,,,,,,2,2," 2",,,,,,,,,,,,,,2,,,1,2,3,,,4,,6,1,2,2,1,1,2,,,2,,,9,,,,,,,,,,99,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,65,12,97,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,1,1,1,1,9,9,,,,,,,,1,7000,8,8,,,,,,1,2,,1,20000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,2,,2,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,62,1,,,,1,,1,,,1,"kp","020318",5,2,3,5,2,3,41311.39453125,22042.037109375,0,0,0,0,0,0,0,0,0,0,0,63353.4296875,.6563703417778015,901.5728759765625,1,1,0,3,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,39,42,40.5,3,0,0,1,0,0,1,0,0,1,4,1564.87890625,782.439453125,782.439453125,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,0,1,1,1,1,2,1,0,1,1,1,,1,4,4,,,,,1,,,,1,7000,,,1,1,1,1,1,1,20670,31005,0,82680,0,1,36847.08984375,78,1,,,1,,6,1.2000000476837158,1,1,1,1,1,1,1,1,1,1,1,0,1,2,0,0,0,0,0,0,0,2,0,2,2,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11080,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,1,0,0,0,0,0,1,0,0,0,39,1521,1,1,1,1,0,0,2,0,42,42,41.4865608215332,39,1521,0,0,0,0,0,0,0,0,12,65,0,1,1,0,1,42,1764,1,1,0,3,.1519336998462677,.1519336998462677,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020325",1,1,1,,,,,45,,1,1,3,1,2,2,1,1,2,2,2,3,5,61,2,1,5,,2,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,5,1,2,,,,,,,,,,,,1,5,,,,,,,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,32,,6,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,377,,12,4524,1,,1,,,,,,,,,,,,,,,2,,2,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,68,816,1,,12,8,,,99,2,,1,8,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,2,40,3,,,,,,,,1967,2,"jd","020325",2,2,0,1,1,0,0,0,0,0,0,816,1508.3563232421875,0,0,0,0,0,0,1508.3563232421875,2.74788761138916,3774.425537109375,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,61,,61,4,0,0,0,1,0,0,1,1,0,1,9880.6875,9880.6875,4940.34375,0,4,0,0,1,0,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,119,0,1,1,1,1,6,3,1,0,1,1,1,,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11081,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,816,816,28.56571388244629,-5,107.74469757080078,10.380014419555664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,0,61,3721,0,,1,0,0,0,0,0,0,,41.4865608215332,61,3721,1,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020323",1,1,2,1,,,,36,,2,1,4,3,4,3,4,2,2,2,1,1,1,36,1,1,1,,2,34,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,14,2,2,,1,,,7,1,1,,1,,,3,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,14,2,3,,,,,2,7,,,,5,1,3,2,,,,,,,,,,,,,1,2,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,3000,8,2,2,2,2,2,2,2,2,2,2,,,,,3,3,3,8,3,3,2,1,1,1,1,1,1,4,,1,,,9,1,,1,1,1,0,0,3,4,1,2,2,4,4,3,2,,,2,2,,,,,,,,,2,1,1,1,2,1,2,,,,2,,,1,,,,2,,,,,1,,,,2,,,,,,,,1,,,,2,,,,,,2,2,,,3,,,2000,,3,6000,2,2000,2,,,1,2,1,,2,9,,3,3,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,450,,12,5400,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,80,12,80,2,,800,,,12,19200,1,,,,,,,,,,,4,,,,60000,,60000,1,,,,,,,,,,,2,,2,,0,,,,,,,,,1,30000,22000,,,,,,,2,,1,1,10000,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,1,2,1,4,6,,,,,,,1,2,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,1,1,,2,66,1,,,,3,,3,,,1,"ct","020323",5,2,3,5,2,3,60000,19200.001953125,0,0,0,0,0,0,0,0,0,0,0,79200,.4049670994281769,556.2520751953125,1,1,0,3,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,36,34,35,3,0,0,1,0,0,1,0,0,1,4,1724.97021484375,862.485107421875,862.485107421875,1,2,1,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,0,1,1,,1,1,1,0,0,0,0,,2,4,4,0,0,0,0,0,0,0,0,1,30000,22000,8000,0,1,1,1,1,1,20670,31005,0,82680,0,1,36847.08984375,29,1,,,0,,3,.6000000238418579,0,0,1,1,1,1,1,1,0,1,0,0,1,2,0,0,0,0,0,0,1,1,1,1,2,1,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11090,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,19200,19200,138.56407165527344,60000,60000,244.948974609375,60000,19200,60000,244.948974609375,19200,138.56407165527344,1,1,,1,0,0,0,0,1,0,0,1,36,1296,1,1,0,1,1,0,1,0,34,34,41.4865608215332,34,1156,0,0,0,0,0,0,0,0,12,80,1,1,0,0,1,36,1296,1,0,0,3,1,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020317",1,4,1,,,,,27,,1,2,2,2,8,2,1,1,2,2,3,5,5,35,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,1,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,50,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,5,,2,2,2,2,1,1,1,1,,2,,,3,,,600,,12,7200,1,,,450000,100000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,60000,,60000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,150000,,,,,,,,,1,14000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,1,1,,2,65,97," <5:OTHER (SPECIFY)>:spain",,,,,,,1976,1,"jd","020317",1,1,0,1,1,0,60000,0,1200.4185791015625,0,0,0,0,0,0,0,0,0,0,61200.41796875,1.1629022359848022,1597.3316650390625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,35,,35,3,0,0,1,0,0,0,1,1,0,1,2118.76904296875,2118.76904296875,2118.76904296875,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,150000,1,1,1,1,450000,100000,350000,1,14000,0,14000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,368,1,,,1,,2,2,1,1,1,1,1,,,1,,1,,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11094,73,,,,73,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,60000,60000,244.948974609375,0,0,0,60000,0,60000,244.948974609375,0,0,0,0,,1,1,1,0,0,1,1,1,0,35,1225,1,,1,1,1,1,0,0,0,,41.4865608215332,35,1225,0,1,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020312",1,2,3,1,,,,18,,2,2,4,3,3,4,2,3,2,1,1,5,5,18,2,1,4,,2,58,1,7,,2,21,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,14,2,7,,,,2,13,2,7,,,,2,11,2,7,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,,3,,,2,,,,,,,3,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,,,,,,,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,6,,6,2,2,1,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 6 years",2,,2,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6000,700,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,3,83,1,,,,1,,1,,,1,"rm","020312",6,3,3,1,1,0,0,0,0,700.0000610351562,0,0,0,0,0,0,0,0,0,700.0000610351562,5.859390735626221,8048.3037109375,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,18,,18,1,1,0,0,0,0,0,1,1,0,1,13085.0380859375,13085.0380859375,4361.67919921875,1,2,1,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,1000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,273,0,1,1,1,0,6,1,1,0,0,0,1,,,1,,1,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11103,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,700,26.4575138092041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,18,324,0,,1,0,0,0,0,0,0,,41.4865608215332,18,324,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020313",1,4,2,1,,,,2,,2,1,2,2,8,2,8,1,2,2,3,5,5,32,1,1,11,,1,34,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,2000,,2000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,30000,,30000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,1,,2,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,1,69,1,,,,1,,1,,,1,"|jd","020316",2,2,0,1,1,0,30000,0,0,999.9999389648438,0,0,0,0,0,0,0,0,0,31000,2.625349760055542,3606.11083984375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,32,,32,2,0,1,0,0,0,0,1,1,0,1,7410.19091796875,7410.19091796875,3705.095458984375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,251,1,,,1,,4,2,1,1,1,1,0,,,0,,1,,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11104,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,1,30000,30000,173.205078125,0,0,0,30000,0,30000,173.205078125,0,0,0,0,,0,0,0,0,0,1,1,1,1,32,1024,1,,1,1,1,1,0,1,0,,41.4865608215332,32,1024,0,0,0,1,1,1,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020325",1,1,3,1,,,,37,,2,3,2,2,2,1,1,4,2,2,8,1,1,37,2,1,1,,1,38,1,5,,1,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,15,2,1,,1,,,8,2,1,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,8,2,1,2,,,,2,98,,,,,2,1,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,1,10,2,,,,,8,2,2,2,,,,,,,2,,,,,2,3,3,3,3,3,2,1,1,1,1,1,3,1,,1,,,3,1,,1,1,1,0,50,3,4,2,2,2,1,3,0,,,,2,2,,,,,,,,,1,0,1,2,2,2,,,,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2," 2",,,,,,,,,,,,,,2,,,2,2,1,,2,6,,6,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,1620,,12,19440,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,20,98,98,4,,,,40000,,40000,1,,,,,,,,,,,4,,,,30000,,30000,1,,,,,,,,,,,1,1,1,1,8,2,,2,1,,,,,2,,,,,,,,,2,,2,1,8000,,,,,,,1,2,2,1,2,2,1,2,,2,2,2,1,2,450,1,1,450,1,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,25000,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,1,1,,,,,2,,,,2,2,8,,2,1,2,2,,2,1,2,1,1,,,,,,,,1,1,9,,,,,1,1,1,2,,,,,,,,,,,,2,2,1,1,1,2,1,,2,64,1,,,,98,,5," <5:OTHER (SPECIFY)>:ltaly",,1,"sj","020325",5,3,2,4,2,2,40000,30000,1688.743896484375,611.7732543945312,0,0,0,0,0,450,0,0,0,72750.515625,3.0812833309173584,4232.369140625,1,1,0,,1,2,5,0,0,0,0,1,0,0,0,1,1,0,0,0,37,38,37.5,3,0,0,1,0,0,1,0,0,1,4,6648.59375,3324.296875,2216.197998046875,1,1,0,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,3,4,4,6000,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,,,17650,26475,0,70600,1,1,37000,40,1,,,1,,6,1.2000000476837158,1,1,0,1,1,1,1,1,1,1,1,1,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11106,,,,5,1,450,450,21.21320343017578,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,2,40000,40000,200,30000,30000,173.205078125,40000,30000,40000,200,30000,173.205078125,0,0,,0,0,0,0,0,0,0,0,0,37,1369,1,1,1,0,0,0,2,0,38,38,41.4865608215332,37,1369,0,1,0,0,0,0,0,0,12,20,0,1,1,1,1,38,1444,1,1,1,2,.1519336998462677,.1519336998462677,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020321",1,4,2,1,,,,8,,2,2,2,1,2,2,8,1,2,2,3,1,1,46,1,1,1,,2,35,1,1,,2,35,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,11,,,,,2,4,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:empire",2,,,,,,,,,,,,,,,,1,,2,,300,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,8,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,250,,12,3000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,35,12,40,2,,2000,,,12,48000,2,65000,,,,,,,,,,3,,,35000,,12,420000,2,35000,,,,,,,,,,2,,2,,70000,,,,,,,,,1,9000,3000,,,,,,,1,1,,1,26000,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,9000,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,2,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,3,56,1,,,,1,,1,,,1,"ss","020321",3,3,0,2,2,0,65000,35000,100,0,0,0,0,0,0,0,0,0,0,100100,2.4903805255889893,3420.720703125,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,46,35,40.5,3,0,0,1,0,0,1,0,1,0,3,7170.6142578125,3585.30712890625,2390.204833984375,0,3,0,1,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,70000,1,1,1,0,0,0,0,1,9000,3000,6000,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,385,1,,,1,,5,1.6666666269302368,1,1,1,1,1,0,,0,,1,1,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11107,,,,,1,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65000,65000,254.9509735107422,35000,35000,187.08287048339844,65000,35000,65000,254.9509735107422,35000,187.08287048339844,0,0,,0,0,0,0,0,1,1,1,1,46,2116,1,1,1,1,1,1,1,1,35,35,41.4865608215332,46,2116,0,1,0,1,1,1,0,0,12,35,0,1,1,1,0,35,1225,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020420",1,1,1,,,,,71,,1,3,1,1,2,2,3,1,2,2,2,2,5,71,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,4,2,,2,2,2,2,2,2,1,2,5,6,5,1,5,1,,,,,,,,,,,,,,,,,,2,1,800,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,31,,4,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7,9,,,,,,,,1,24000,0,,,,,,,1,9,,2,,,,,,,,2,1,1,1,2,2,2,2,,2,2,,,2,,,,,,,1,9,,,,,,9,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>:my sinagogue",1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,30,1,,,,97," <5:OTHER (SPECIFY)>:austria",97," <5:OTHER (SPECIFY)>:austria",,1,"pg","020420",1,1,0,1,1,0,0,0,1405.123291015625,0,4502.5830078125,0,0,3228.333740234375,0,0,0,0,0,9136.0400390625,1.8564025163650513,2549.9052734375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,71,,71,5,0,0,0,0,1,0,1,1,0,1,6047.1513671875,6047.1513671875,6047.1513671875,0,3,0,1,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,24000,0,24000,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,34,0,1,1,1,0,4,4,1,1,1,1,1,,,1,,1,1,0,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11108,,,18,18,1,0,0,0,-5,995.5078735351562,31.55167007446289,-5,1241.30029296875,35.23208999633789,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,1,1,1,71,5041,0,,1,1,1,1,0,1,0,,41.4865608215332,71,5041,0,1,1,1,1,1,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543","020315",1,4,4,1,,,,7,,2,1,3,2,2,2,2,2,2,2,2,4,5,48,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,2,1,2,,,,1,,,,,,,4,1,2,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,1000,1,,2,,1500,2,2,1,2,2,2,2,2,2,2,2,,,,,4,3,3,3,2,3,2,1,2,2,1,2,1,3,,2,3,,,,,,,,,,,,,,,,,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,5,,3,3,2,1,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,600,,12,7200,1,,2,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,12,30,,,4,,,,26200,,26200,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,5000,,,,,,,,,1,800,0,,,,,,,1,2,,1,1600,,,,,,,2,2,2,2,2,2,2,2,1,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,3,53,97," <5:OTHER (SPECIFY)>:peru",1,,,,,,1984,2,"jd","020406",2,1,1,2,1,1,26199.998046875,0,0,0,0,0,0,0,0,0,0,0,0,26199.998046875,.18277984857559204,251.06155395507812,0,2,0,,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,48,,48,4,0,0,0,1,0,0,1,0,1,2,1640.102783203125,1640.102783203125,1640.102783203125,0,3,0,1,0,0,1,0,1,0,0,0,1,1,0,0,0,1,,1,1,1,2,1,1,0,,,,,1,4,3,5000,1,0,0,0,0,0,0,1,800,0,800,1,1,1,0,,0,11610,17415,0,46440,0,1,42400,238,0,1,1,0,0,3,1.5,1,0,1,1,1,,1,1,,1,1,1,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,11111,63,,,,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,26200,26200,161.8641357421875,0,0,0,26200,0,26200,161.8641357421875,0,0,0,0,,1,1,1,0,0,0,0,0,1,48,2304,1,,1,0,0,0,0,1,0,,41.4865608215332,48,2304,0,0,0,0,0,0,1,0,12,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020329",1,4,2,1,,,,7,,2,1,2,1,2,1,2,1,2,2,3,5,1,20,2,1,2,,1,42,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,2,,3,,,2,1,2,,,,2,4,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,4,,,,,,,1,,2,,300,8,2,2,2,,,,,,,2,1,2,3,3,,,,,,,,,,,,1,3,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,4,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,650,,12,7800,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,63,,,,,,,,,,,,,,,,,,,8,,,,,,,,,1,2,2,7,,,,,11000,2,,2,,0,,,,,,,,,2,,,,,,,,,8,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,2,7,,,,,,,,2,2,1,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,3,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,3,81,97," <5:OTHER (SPECIFY)>:el salvador",1,,,,,,1997,2,"ak","020329",3,2,1,3,2,1,10999.9990234375,0,0,0,0,0,0,0,0,0,0,0,0,10999.9990234375,.7111620903015137,976.8333740234375,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,20,42,31,2,0,1,0,0,0,1,0,0,1,4,2961.671142578125,1480.8355712890625,1480.8355712890625,0,3,0,1,0,1,1,0,1,0,0,0,1,2,1,0,0,1,,,,,,,,,,,,4,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,14630,21945,1,58520,0,0,46438.2578125,284,0,1,1,1,1,4,1.3333333730697632,1,1,1,1,0,0,1,0,,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11112,32,,,,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,11000,11000,104.8808822631836,11000,0,11000,104.8808822631836,0,0,1,1,,1,1,1,0,0,0,0,0,0,20,400,0,1,0,0,0,0,2,1,42,42,41.4865608215332,42,1764,0,0,0,0,0,0,1,1,12,63,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020306",1,1,1,,,,,12,,1,1,2,3,2,1,2,1,2,2,3,5,5,37,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,,1,800,1,,2,,1300,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,1,99,1,1,,,,,12,55,,,2,,100,,,12,2400,9,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,9,,,,,,,,1,20000,10000,,,,,,,1,1,,1,9,9,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,2,2,2,1," <1:Yes (Specify)>:Gay Men's Health crisis",4,2,1,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,65,1,,,,1,,1,,,1,"ddb","020306",1,1,0,1,1,0,43989.83203125,0,0,1183.902099609375,0,0,0,0,0,0,0,0,0,45173.734375,1.7931209802627563,2462.9833984375,0,,0,,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,37,,37,3,0,0,1,0,0,0,1,1,0,1,4584.94287109375,4584.94287109375,4584.94287109375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,20000,10000,10000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,253,1,,,1,,3,3,1,1,1,1,1,,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11116,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,1,0,1,37,1369,1,,1,1,1,0,0,1,0,,41.4865608215332,37,1369,0,0,0,1,1,0,0,0,12,55,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020310",1,4,3,1,,,,7,,1,2,1,1,1,1,8,4,2,2,3,2,5,62,2,1,5,,2,35,1,5,,2,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,6,,5,4,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,1,2,1,,,,12,25,,,9,,,,,,,,,2,,,,,1,1,,,,,,,,,,,,,,,,,,,,,2,,2,,8,1,1,,,,,,,1,8,0,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,1,1,,3,40,3,,,,,,,,1963,2,"jd","020402",3,3,0,1,1,0,17500,0,0,500,0,0,0,0,0,0,0,0,0,18000,3.3654613494873047,4622.70849609375,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,62,,62,4,0,0,0,1,0,0,1,1,0,1,12101.3212890625,12101.3212890625,4033.773681640625,1,2,1,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,250,1,0,0,0,0,0,0,1,,0,,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,274,0,1,1,0,1,5,1.6666666269302368,1,1,0,1,1,,,1,,1,1,,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11118,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,1,17500,17500,132.28756713867188,0,0,0,17500,0,17500,132.28756713867188,0,0,0,0,,1,0,0,0,0,0,0,0,0,62,3844,1,,1,0,0,0,0,0,0,,41.4865608215332,62,3844,0,0,0,0,0,0,0,0,12,25,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020319",1,2,2,1,,,,10,,1,3,3,3,3,3,3,1,2,2,2,5,5,26,2,1,3,,2,55,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,1,,,,,,,3,2,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,2,2,,1,,2,,500,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,7,,5,3,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,200,,12,2400,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,35,,,4,,,,26500,,26500,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,9,2,,2,1,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,200,0,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,,2,30000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,3,75,2,,,,,,,,1991,1,"ct","020319",2,2,0,1,1,0,26500,0,100,0,0,0,0,0,0,0,0,0,0,26600,2.087125062942505,2866.819580078125,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,26,,26,2,0,1,0,0,0,0,1,1,0,1,4111.96044921875,4111.96044921875,2055.980224609375,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,179,1,,,0,,5,2.5,1,0,1,1,1,,,1,,1,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11124,,,,,2,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,26500,26500,162.7882080078125,0,0,0,26500,0,26500,162.7882080078125,0,0,0,0,1,0,1,1,0,0,1,1,1,0,26,676,1,,1,1,1,1,0,0,0,,41.4865608215332,26,676,0,1,0,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,1,2,1,,,,52,,1,3,1,1,2,1,2,1,2,2,1,1,1,78,2,1,1,,1,78,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,6,,,,,2,11,,,,,2,4,1,1,3,3,2,2,2,2,2,1,5,6,6,1,5,,,,,,1,5,,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,50,,8,1,2,2,1,2,,,,,,,,,,,,,,,,,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,9,,,,,,,,1,9,0,,,,,,,1,1,,2,,,,,,,,1,2,2,2,2,2,2,2,,2,2,,,2,100,1,12,1200,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,7," <7:ANOTHER GROUP (SPECIFY)>:IM AM SIMPLY AMERICAN",2,23,1,,,,1,,1,,,1,"PF","020307",2,2,0,2,2,0,0,0,0,0,0,0,0,0,0,1200.0001220703125,0,0,0,1200.0001220703125,1.6834068298339844,2312.282958984375,1,1,0,4,3,2,7,0,0,0,0,0,0,1,0,4,0,0,0,1,78,78,78,5,0,0,0,0,1,1,0,1,0,3,8245.646484375,4122.8232421875,4122.8232421875,0,3,0,1,0,0,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,,1,,0,,1,1,0,0,0,0,11610,17415,1,46440,0,0,42400,232,0,1,1,1,1,8,4,1,1,1,1,1,1,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11127,,,,,1,1200,1200,34.64101791381836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,1,0,1,1,0,0,78,6084,0,0,1,1,1,0,2,0,78,78,41.4865608215332,78,6084,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,5,3,1,,,,54,,1,1,1,1,3,2,2,2,2,2,2,1,1,54,1,1,1,,2,53,1,5,,2,23,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,1,2,,2,,,2,4,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,1800,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,15,,8,2,2,2,1,1,2,,,2,,,9,,,,,,,,,,310000,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,1,1,,1,1,,12,50,12,98,9,,,,,,,,,1,2,9,,,,,,,9,,,,,,,,,1,2,9,,,,,,,9,,9,,9,9,,,,,,,,1,45000,600,,,,,,,1,2,,1,9,9,,,,,,9,2,2,9,1,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,100,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,47,1,,,,1,,1,,,1,"SF","020623",3,3,0,2,2,0,60760.97265625,27330.05859375,0,0,0,0,0,0,8088.185546875,0,0,0,0,96179.21875,2.4054877758026123,3304.1142578125,1,1,1,2,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,54,53,53.5,4,0,0,0,1,0,1,0,1,0,3,8891.31640625,4445.658203125,2963.772216796875,0,3,0,1,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,310000,,,1,45000,600,44400,1,1,1,1,,1,11610,17415,0,46440,1,1,42400,98,1,,,1,,8,2.6666667461395264,1,1,1,1,1,1,,1,,1,0,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11139,,,,,1,-9,-9,,0,0,0,0,0,0,-9,-9,,-5,907.7564086914062,30.128995895385742,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,,0,0,0,0,0,1,1,0,1,54,2916,1,1,1,1,1,0,1,1,53,53,41.4865608215332,54,2916,0,1,0,1,1,0,0,0,12,50,0,1,0,0,0,53,2809,0,0,0,0,0,.1519336998462677,1,1,,1,0,0,0,0,0,0,0,0,1,0,0,0,,1,0,0,0,0,0 -"9543","020402",1,4,4,1,,,,19,,1,1,1,1,1,1,2,2,1,2,2,5,5,19,2,1,4,,2,98,1,3,,2,42,1,7,,2,21,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,1,,,,,,,1,2,,,,,,,,,,,,,1,3,,,,,,,,,,,,,,,,,,,2,2,,1,,1,200,0,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,2,,4,1,2,2,1,1,1,1,,2,,,5,,,,,,,,,1,158000,98,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,2,2,1,,,,98,98,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,8,,8,,0,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,1,2,2,8,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,1,4,,2,82,1,,,,97," <5:OTHER (SPECIFY)>:columbia",4,,,2,"jd","020402",4,4,0,1,1,0,16069.166015625,0,0,200,0,0,0,0,0,0,0,0,0,16269.166015625,1.9430500268936157,2668.922119140625,0,2,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,19,,19,1,1,0,0,0,0,0,1,1,0,1,5728.56982421875,5728.56982421875,1432.1424560546875,1,1,0,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,158000,,,0,0,0,0,1,1,0,,,,8590,12885,0,34360,0,1,21000.001953125,45,0,1,1,1,1,4,1,1,1,1,0,1,,,1,,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11141,,,28,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,-9,-9,,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,0,0,0,0,0,0,0,0,19,361,1,,1,0,0,0,0,0,0,,41.4865608215332,19,361,0,0,0,0,0,0,0,0,11,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0 -"9543","020313",1,3,2,1,,,,27,,2,3,4,1,3,3,8,1,2,2,1,3,5,32,2,1,11,,2,37,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,1,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,0,2,4,3,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,400,,12,4800,1,,2,,1," 2 months",1,4,2,,1,1,,,,,12,30,,,4,,,,20000,,20000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,7,1,1,,,,,,,2,,,,,,,,,2,,1,1,3000,,,,,,,2,2,2,2,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,,1,2,,2,1,3,2,,,,,,,,,,,,,,,1,2,1,,,,,,,,2,1,3,1,2,2,2,2,,2,2,1,2,,,,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,2,5," <7:ANOTHER GROUP (SPECIFY)>:native american",6,69,1,,,,11," <5:OTHER (SPECIFY)>:trindad & tobago",1,,,1,"kp","020313",2,2,0,1,1,0,20000,0,0,0,0,0,0,0,0,0,0,0,0,20000,3.627384901046753,4982.4794921875,0,1,5,,3,2,7,0,0,0,0,0,0,1,0,4,0,0,0,1,32,,32,2,0,1,0,0,0,0,1,1,0,1,14897.3232421875,14897.3232421875,7448.66162109375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,250,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,285,0,0,1,0,1,4,2,1,0,1,1,0,,,0,,1,0,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11145,,,11,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,20000,20000,141.42135620117188,0,0,0,20000,0,20000,141.42135620117188,0,0,0,0,,0,0,0,0,0,1,1,0,0,32,1024,1,,1,1,1,0,0,0,0,,41.4865608215332,32,1024,0,0,0,0,0,0,0,0,12,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,3,1,,,,,73,,8,3,3,8,3,8,2,1,2,2,8,5,5,73,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,1,2,,,,,,,3,2,,3,3,2,2,2,2,1,2,2,6,6,1,6,,,,," <6:another type of government program? {specify}>:govt supervisior has hip",,,,,,,,,,,,,,,,,1,,2,,100,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,20,,1,2,2,2,1,2,,,,,,,,,,,,,,,,,200000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,,1,1,,,,,8,40,,,4,,,,20000,,20000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,2,,1,,2,8,,,1,30000,0,,,,,,,2,,2,2,,,,,,,,1,2,1,1,2,2,2,2,,2,2,,,2,600,1,98,,,,,,,,,,,2500,1,12,30000,2,25000,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,1,2,,2,,,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,5,1,2,2,2,2,,4,1,1,2,,,,,,,,,,,,,,,1,8,2,,,,,,,,,,,,,,,,,,,2,1,,6,28,1,,,,10," <5:OTHER (SPECIFY)>:poland",97," <5:OTHER (SPECIFY)>:austria",,1,"kp","020307",1,1,0,1,1,0,20000,0,1653.47509765625,0,0,0,0,24999.998046875,0,1277.414794921875,0,0,0,47930.88671875,1.7931209802627563,2462.9833984375,0,1,1,,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,73,,73,5,0,0,0,0,1,0,1,1,0,1,6473.84326171875,6473.84326171875,6473.84326171875,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,200000,0,200000,1,30000,0,30000,0,0,1,0,,0,8590,12885,0,34360,1,1,21000.001953125,72,1,,,1,,1,1,1,0,1,1,1,,,1,,,0,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11207,,,10,18,1,-5,341.67962646484375,18.484577178955078,0,0,0,25000,25000,158.11387634277344,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,20000,20000,141.42135620117188,0,0,0,20000,0,20000,141.42135620117188,0,0,0,0,,0,0,0,0,0,1,1,0,1,73,5329,1,,1,1,1,0,0,1,0,,41.4865608215332,73,5329,0,1,1,1,1,0,0,0,8,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 -"9543","020416",1,3,1,,,,,15,,3,8,3,3,1,1,8,2,1,2,2,5,5,40,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,1,1,8,8,,,,,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,2,,2,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,400,,12,4800,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,14000,,14000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,8,1,8,,,,,,,2,,,,,,,,,1,2,,1,25000,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,8,2,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,2,2,,1,59,97," <5:OTHER (SPECIFY)>:LIBERIA",,,,,,,99,1,"NR","020416",1,1,0,1,1,0,14000,0,547.9277954101562,0,0,0,0,0,0,0,0,0,0,14547.927734375,1.0757461786270142,1477.616455078125,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,2,0,1,0,0,40,,40,3,0,0,1,0,0,0,1,1,0,1,3481.53857421875,3481.53857421875,3481.53857421875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,405,0,1,0,1,1,2,2,1,0,1,0,1,,,1,,0,1,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11214,54,,,,54,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,14000,14000,118.32159423828125,0,0,0,14000,0,14000,118.32159423828125,0,0,0,0,1,0,1,1,0,0,1,1,1,1,40,1600,1,,1,1,1,1,0,1,0,,41.4865608215332,40,1600,0,1,0,1,1,1,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020520",1,3,2,1,,,,29,,2,3,2,2,2,2,4,1,2,2,2,1,1,39,1,1,1,,2,39,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,1,11,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,8,2,1,1,2,,,,,,,2,1,3,8,8,,,,,,,,,,,,4,1,1,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,2,2,,,,,,,,,,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,,,,2,2,,,1,400,,,,4,6400,1,,2,,,1,2,1,,2,29,,5,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1100,,12,13200,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,2,1,,12,70,5,40,4,,,,100000,,100000,1,,,,,,,,,,,4,,,,50000,,50000,1,,,,,,,,,,,2,,2,,500000,,,,,,,,,1,20000,10000,,,,,,,1,2,,1,9,2,,1,1,9,,9,2,2,1,1,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,9,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,2,2,2,1,8,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:DEPRESSION",2,1,3,1,,,1,1,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,2,63,1,,,,97," <5:OTHER (SPECIFY)>:WEST INDIES",97," <5:OTHER (SPECIFY)>:WEST INDIES",,1,"NR","020520",3,2,1,3,2,1,99999.9921875,50000,1417.9339599609375,0,0,0,0,0,11288.6494140625,0,0,0,0,162706.578125,.5401546955108643,741.942138671875,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,2,0,1,0,0,39,39,39,3,0,0,1,0,0,1,0,0,1,4,1642.67724609375,821.338623046875,821.338623046875,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,4,,,1,500000,1,1,1,0,0,0,0,1,20000,10000,10000,1,1,1,1,0,1,14630,21945,0,58520,1,1,46438.2578125,293,1,,,0,,5,1.6666666269302368,1,1,1,1,1,1,1,1,,1,1,0,1,2,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11226,,,97,97,1,-9,-9,,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,-5,907.7564086914062,30.128995895385742,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,100000,100000,316.2277526855469,50000,50000,223.60679626464844,100000,50000,100000,316.2277526855469,50000,223.60679626464844,1,1,1,0,0,0,0,0,1,1,1,1,39,1521,1,1,1,1,1,1,1,1,39,39,41.4865608215332,39,1521,0,1,0,1,1,1,1,1,12,70,0,1,1,1,0,39,1521,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,,1,0,0,0,0,0 -"9543","020616",1,3,1,,,,,6,,2,3,4,1,4,3,8,1,2,2,8,3,8,46,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,838,,12,10056,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,22000,,22000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,1,1,,,,,,,2,,,,,,,,,1,2,,1,9,2,,8,,,,2,2,2,2,2,2,2,2,,9,9,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,9,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,7,56,97," <5:OTHER (SPECIFY)>:England",,,,,,,1992,1,"ma","020616",1,1,0,1,1,0,22000.001953125,0,0,0,0,0,0,0,0,0,0,0,0,22000.001953125,1.4758204221725464,2027.1478271484375,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,46,,46,4,0,0,0,1,0,0,1,1,0,1,3236.31005859375,3236.31005859375,3236.31005859375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,250,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,226,1,,,1,,3,3,1,0,1,1,0,,,0,,1,0,,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11230,33,,,,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-9,-9,,-9,-9,,0,0,0,1,22000,22000,148.323974609375,0,0,0,22000,0,22000,148.323974609375,0,0,0,0,1,0,1,1,0,0,1,1,1,0,46,2116,1,,1,1,1,1,0,0,0,,41.4865608215332,46,2116,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0 -"9543","020307",1,3,3,1,,,,54,,1,1,1,1,3,3,4,1,2,2,1,5,5,54,2,1,3,,2,77,1,7,,2,47,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,15,2,6,,,,1,12,1,6,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,12,1,4,,,,,2,,,,,,,5,1,1,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,4,,,,,,,2,,,,,,,3,2,2,2,2,2,2,2,1,,,,,1,3,1,3,2,3,1,2,1,1,1,1,1,2,,1,,,7,1,,1,1,1,0,3,3,4,2,2,2,1,2,1,2,,,2,2,,,,,,,,,1,0,1,2,2,2,,,,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,1,,1,42,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,267,,12,3204,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,1,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,12,525,6300,1,,,,,,,,,,,,2,,2,226,1,2,,2,,2,1,2,,1,,,,3,,,,,,,,,3,,,,,1,2,7,,,,,,,,2,1,1,2,1,2,1,1," <1:Yes (Specify)>:DRISTRICT LEADER",4,2,2,2,,,,,,,,,,,,,,,1,2,1,2,2,,,,,,,,,,,,2,2,1,2,1,2,7," <7:ANOTHER GROUP (SPECIFY)>:AMERICAN INDIAN, MOROCAN,BLACK",2,47,1,,,,1,,1,,,1,"CD","020307",11,3,8,3,1,2,0,0,0,0,0,0,0,0,0,0,0,6299.99951171875,0,6299.99951171875,2.608851194381714,3583.44873046875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,4,0,0,0,1,54,,54,4,0,0,0,1,0,0,1,0,1,2,5267.4404296875,5267.4404296875,1755.8134765625,0,4,0,0,1,0,2,1,0,1,0,0,0,3,0,1,0,0,1,1,3,1,2,1,1.6666666269302368,1,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,14630,21945,1,58520,0,0,46438.2578125,281,0,0,1,1,1,4,.3636363744735718,0,1,1,1,0,,1,0,1,1,0,0,1,3,0,1,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,11232,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6300,6300,79.3725357055664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,1,1,1,0,0,0,54,2916,0,,1,1,0,0,0,0,0,,41.4865608215332,54,2916,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,3,2,1,,,,5,,1,1,1,2,1,1,1,1,2,2,3,1,1,60,2,1,1,,1,65,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,2,2,9,,,,,1,1,2,,,,,,,,,,,,,1,3,,,,,,1,5,3,,,,,,,,,,,,1,5000,1,,2,,500,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,3,,3,1,2,2,1,2,,,,,,,,,,,,,,,,1,350000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,1,,12,6,6,40,4,,,,1000,,1000,1,,,,,,,,,,,8,,,,,,,,,1,1,,,,,,,,2,,2,,9,9,,,,,,,,1,20000,0,,,,,,,1,1,,2,,,,,,,,2,1,1,1,1,1,1,2,2,2,2,,,2,,,,,,,2,14000,2,,,,,9,,,,,,8,,,,,,24000,2,,,,,8,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,2,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,1,3,2,,,,,,,,,,,,,,,,,,,2,1,,1,40,1,,,,1,,1,,,1,"|:VOLUNTEERS OF AMERICA",2,2,2,1,97,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:CANCER",1,1,9,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,1,44,1,,,,1,,1,,,1,"RR2","020405",2,2,0,2,2,0,100000.9921875,100000.9921875,3999.999755859375,0,0,0,0,0,0,0,0,0,0,204001.984375,1.0166935920715332,1396.50341796875,1,2,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,57,42,49.5,4,0,0,0,1,0,1,0,1,0,3,3390.61962890625,1695.309814453125,1695.309814453125,0,3,0,1,0,0,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,400000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,322,1,,,1,,4,2,1,1,1,1,1,1,,1,,1,1,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11247,,,,,1,0,0,0,0,0,0,0,0,0,4000,4000,63.24555206298828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,200000,200000,447.2135925292969,125000,125000,353.55340576171875,200000,125000,200000,447.2135925292969,125000,353.55340576171875,0,0,,0,0,0,0,0,1,1,1,1,57,3249,1,1,1,1,1,1,1,1,42,42,41.4865608215332,57,3249,0,1,0,1,1,1,0,0,12,50,0,1,1,1,0,42,1764,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020310",1,3,2,1,,,,6,,2,1,4,1,8,3,3,3,2,2,8,1,1,37,2,1,1,,1,39,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,3,2,11,,,,,2,11,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,2300,1,,2,,300,2,2,2,2,,,,,,,2,1,2,2,3,,,,,,,,,,,,1,1,3,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,1,1,2,,,,,,,,,,,,,,,,,,,,,,,1,,,2,,1,,,,2,,,,,,2,2,,,3,,,1100,,12,13200,1,,2,,,1,1,1,,2,6,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1200,,12,14400,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,9,35,12,35,4,,,,75000,,75000,1,,,,,,,,,,,4,,,,45000,,45000,1,,,,,,,,,,,1,1,1,1,8,2,,1,,8,,,,1,7000,0,,,,,,,1,1,,1,15000,,,,,,,1,2,2,1,2,2,2,2,,2,2,2,2,2,4200,2,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,1,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,1,1,1,2,,,,,,,,,,,,2,2,1,1,2,2,3,,6,64,97," <5:OTHER (SPECIFY)>:india",1,,,,,,1995,1,"rm","020311",3,2,1,3,2,1,74999.9921875,45000,1427.682861328125,0,0,0,0,0,0,4199.99951171875,0,0,0,125627.671875,.7717018127441406,1059.9891357421875,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,4,0,0,0,1,37,39,38,3,0,0,1,0,0,1,0,0,1,4,2572.000244140625,1286.0001220703125,1286.0001220703125,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,,2,2,1,,,1.6666666269302368,1,,,,4,,,4,,,,,0,0,0,0,1,7000,0,7000,1,1,1,0,1,1,14630,21945,0,58520,1,1,46438.2578125,89,1,,,1,,3,1,1,0,0,1,1,1,1,1,,1,,0,1,2,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11252,45,,,,45,4200,4200,64.80740356445312,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,75000,75000,273.86126708984375,45000,45000,212.1320343017578,75000,45000,75000,273.86126708984375,45000,212.1320343017578,1,1,,0,1,1,0,0,1,1,1,0,37,1369,1,1,1,1,1,1,2,0,39,39,41.4865608215332,37,1369,0,1,0,0,0,0,0,0,9,35,0,1,1,1,1,39,1521,1,1,1,1,1,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020317",1,3,2,1,,,,0,9,1,2,1,2,2,1,8,1,2,2,3,5,5,21,2,1,8,,2,98,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,0,9,3,1,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 9 months",2,,1,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,2,,,,,,,,,1,2,,1,7000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,120000,2,,,,,,,2,,2,1,4,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,1,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,2,1,,,,,,,,,,,,,,,,,,,2,7," <7:ANOTHER GROUP (SPECIFY)>:British",3,80,97," <5:OTHER (SPECIFY)>:England",,,,,,,2001,1,"ma","020317",2,2,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.490904688835144,2047.8671875,0,2,0,,4,2,8,0,0,0,0,0,0,0,1,4,0,0,0,1,21,,21,1,1,0,0,0,0,0,1,1,0,1,3660.559326171875,3660.559326171875,1830.2796630859375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,315,0,1,1,1,1,3,1.5,1,1,1,1,0,,,0,,1,1,,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11254,33,,,,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,0,0,1,1,1,0,21,441,0,,1,1,1,1,0,0,0,,41.4865608215332,21,441,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020329",1,3,2,1,,,,30,,3,3,4,3,4,4,4,2,2,2,1,5,2,32,1,1,2,,2,31,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,13,2,1,,1,,,10,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,10,2,4,,,,,2,4,,,,,2,3,1,2,,,,,,,,,,,,1,4,,,,,,1,4,,,,,,1,,4,,,,2,,,1,,2,,500,2,8,2,2,,,,,,,2,,,,,1,3,3,3,3,3,2,2,1,2,1,1,9,3,,1,,,4,1,,1,1,1,0,20,4,4,2,2,2,3,4,0,,,,2,2,,,,,,,,,1,0,1,2,2,1,,,,,1,2,,,,,,,,,,,,,,,,,,,,,,,1,,,,2,,,1,,,2,2,,,4,,,,50,,50,1,,2,,,1,2,1,,1,14,,4,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,400,,7,2800,1,,1,,,,,,,,,,,,,,,2,,2,,2,1,,2,1,,12,97,12,40,4,,,,20000,,20000,1,,,,,,,,,,,4,,,,35000,,35000,1,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,2,1,6000,,,,,,,1,2,2,2,2,2,2,2,,2,2,2,1,2,3200,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,2,,2,1,2,,2,,,,,,,,,,,,,,,,,,1,1,,,,,3,,,,2,1,2,2,2,1,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,2,1,2,2,,,,,,,,,,,,2,1,2,1,8,2,2,,1,70,1,,,,1,,1,,,1,"cr","020329",4,2,2,4,2,2,35000,20000,0,0,0,0,0,0,0,3200,0,0,0,58200,.697822093963623,958.5099487304688,1,1,0,2,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,32,31,31.5,2,0,1,0,0,0,1,0,0,1,4,2367.183349609375,1183.5916748046875,1183.5916748046875,1,2,1,0,0,0,2,1,0,1,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,17650,26475,0,70600,0,1,37000,79,1,,,1,,4,1,1,0,1,1,1,1,1,1,0,0,0,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,2,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11258,,,,,1,3200,3200,56.56854248046875,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,20000,20000,141.42135620117188,35000,35000,187.08287048339844,35000,20000,35000,187.08287048339844,20000,141.42135620117188,0,0,1,0,0,0,0,0,1,0,0,1,32,1024,1,1,0,1,0,0,1,0,31,31,41.4865608215332,31,961,0,0,0,0,0,0,0,0,12,40,1,1,0,0,1,32,1024,1,0,0,2,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,5,3,1,,,,12,,1,3,2,2,2,2,1,1,2,2,3,1,1,49,1,1,1,,2,47,1,5,,1,23,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,2,11,,,,,2,9,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,1200,1,,2,,400,2,2,2,2,2,2,2,2,2,2,2,,,,,4,3,3,3,3,3,1,2,2,3,1,1,4,2,,1,,,11,1,,1,1,1,0,7,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,5,,7,2,2,2,1,1,2,,,2,,,3,,,1400,,12,16800,1,,,240000,130000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,12,40,12,40,4,,,,80000,,80000,1,,,,,,,,,,,4,,,,30000,,30000,1,,,,,,,,,,,1,1,2,,20000,,,,,,,,,1,20000,15000,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,52,97," <5:OTHER (SPECIFY)>:russia",97," <5:OTHER (SPECIFY)>:russia",,,,,1989,1,"kp","020314",4,3,1,3,2,1,80000,30000,0,0,0,0,0,0,0,0,0,0,0,110000,1.1416319608688354,1568.1153564453125,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,49,47,48,4,0,0,0,1,0,1,0,0,1,4,3370.21435546875,1685.107177734375,1123.40478515625,1,2,1,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,1,4,4,20000,1,1,0,1,240000,130000,110000,1,20000,15000,5000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,282,1,,,1,,7,1.75,1,1,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,1,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11262,66,66,,,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,80000,80000,282.84271240234375,30000,30000,173.205078125,80000,30000,80000,282.84271240234375,30000,173.205078125,0,0,,0,1,1,0,0,1,1,1,1,49,2401,1,1,1,1,1,1,1,1,47,47,41.4865608215332,49,2401,0,0,0,1,1,1,1,0,12,40,0,1,1,1,0,47,2209,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020313",1,2,2,1,,,,24,,1,2,3,2,3,3,8,1,2,2,2,3,2,37,1,1,2,,2,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,2,10,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,550,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,4,,6,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,15000,,15000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,50,12,55,4,,,,40000,,40000,1,,,,,,,,,,,4,,,,60000,,60000,1,,,,,,,,,,,1,1,1,1,100,,,,,,,,,2,,,,,,,,,1,2,,1,100000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,,1,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,2,1,,7,65,1,,,,1,,1,,,1,"SF","020313",2,2,0,2,2,0,60000,40000,0,0,0,0,0,0,0,0,0,0,0,100000,2.0333871841430664,2793.0068359375,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,37,32,34.5,2,0,1,0,0,0,1,0,1,0,3,5978.8212890625,2989.41064453125,2989.41064453125,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,100,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,35,1,,,0,,6,3,1,0,1,1,1,1,,1,,1,0,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11264,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,40000,40000,200,60000,60000,244.948974609375,60000,40000,60000,244.948974609375,40000,200,0,0,,0,0,0,0,0,1,1,0,1,37,1369,1,1,0,1,1,1,1,0,32,32,41.4865608215332,32,1024,0,0,0,0,0,0,0,0,12,55,1,1,1,1,1,37,1369,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020309",1,2,2,1,,,,35,,1,1,2,2,2,1,2,1,2,2,3,5,2,35,1,1,2,,2,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,12,1,8,,1,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,12,1,9,,,,,2,9,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,960,8,,,,,,,2,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,1,2,2,1,1,1,2,,1,,,7,1,,1,1,1,0,5,4,4,2,2,2,1,3,0,,,,1,1,,,,,,,,,1,0,1,1,2,2,,,,,1,2,,,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,2,,,2,2,,,4,,,,5000,,5000,1,,2,,,2,2,1,,2,3,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,50000,,50000,1,,,,,,,,,,,7,,,,,,,,,1,2,2,1,,,,,,2,,2,,100000,,,,,,,,,1,20000,0,,,,,,,1,1,,1,1000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,67,1,,,,97," <5:OTHER (SPECIFY)>:ireland",97," <5:OTHER (SPECIFY)>:ireland",,1,"nr","020309",2,2,0,3,2,1,50000,35000,0,0,0,0,0,0,0,0,0,0,0,85000,.9321386218070984,1280.36083984375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,35,30,32.5,2,0,1,0,0,0,1,0,0,1,4,2472.268310546875,1236.1341552734375,1236.1341552734375,1,2,1,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,100000,1,1,1,0,0,0,0,1,20000,0,20000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,262,1,,,1,,4,2,1,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11267,,,48,48,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,50000,50000,223.60679626464844,35000,35000,187.08287048339844,50000,35000,50000,223.60679626464844,35000,187.08287048339844,0,0,,0,0,0,0,0,1,1,1,1,35,1225,1,1,1,1,1,1,1,1,30,30,41.4865608215332,35,1225,0,0,0,1,1,1,1,0,12,40,0,1,1,1,0,30,900,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020406",1,1,3,1,,,,17,,4,1,2,2,3,3,3,1,2,2,3,1,1,49,1,1,1,,2,40,1,5,,2,22,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,1,2,,,,2,4,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,1,1,200,1,,2,,200,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,1,,5,3,2,2,1,1,2,,,1,1,,3,,,2899,,12,34788,1,,,300000,501,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,2,2,1,,,,10,40,,,,,,,,,,,,,,,,,,,4,,,,14000,,14000,1,,,,,,,,,,,1,2,1,2,8,1,2,,,,,,,1,8,8,2,,1,1,7,20000,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,1,1,1,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,1,4," <7:ANOTHER GROUP (SPECIFY)>:DOMINICAN",2,62,4,,,,,,,,1994,2,"ar","020407",3,3,0,2,2,0,14000,0,0,0,0,0,0,0,0,0,0,0,0,14000,1.900001049041748,2609.791015625,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,49,40,44.5,3,0,0,1,0,0,1,0,1,0,3,9938.56640625,4969.283203125,3312.85546875,0,3,0,1,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,1,300000,501,299499,1,,20000,,1,1,1,0,0,0,11610,17415,1,46440,0,0,42400,105,0,1,0,0,1,5,1.6666666269302368,1,1,1,1,1,1,,1,,0,0,0,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11268,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,14000,14000,118.32159423828125,14000,0,14000,118.32159423828125,0,0,0,0,,1,1,1,0,0,0,0,0,1,49,2401,0,1,0,0,0,0,1,0,40,40,41.4865608215332,40,1600,0,0,0,0,0,0,0,0,10,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020316",1,4,2,1,,,,39,,1,1,1,1,1,1,8,1,2,2,3,1,1,39,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,2,9,,,,,2,4,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,1200,1,,2,,100,8,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,15,,2,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,12,9000,1,,2,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,45,12,40,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,1,1,1,2,99999,,,,,,,,,1,10000,7000,,,,,,,1,1,,1,300000,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,1,2,1,9," <1:Yes (Specify)>:|<",2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,62,1,,,,97," <5:OTHER (SPECIFY)>:irland",1,,,1,"mb","020316",1,1,0,2,2,0,63899.38671875,30321.294921875,2087.225341796875,1368.896728515625,0,0,0,0,0,0,0,0,0,97676.8046875,1.0166935920715332,1396.50341796875,1,2,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,39,41.53856658935547,40.269283294677734,3,0,0,1,0,0,1,0,1,0,3,2927.39111328125,1463.695556640625,2927.39111328125,0,3,0,1,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,99999,1,1,1,0,0,0,0,1,10000,7000,3000,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,341,1,,,1,,2,2,1,1,1,1,1,1,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11276,,,48,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,,0,0,0,0,0,1,1,1,1,39,1521,1,1,1,1,1,1,0,1,41.4865608215332,,41.4865608215332,39,1521,0,1,0,1,1,1,0,0,12,45,0,1,1,1,.3509513735771179,41.53856658935547,1725.4525146484375,0,0,0,0,.1519336998462677,.1519336998462677,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020310",1,1,2,1,,,,7,,4,1,3,3,1,4,8,2,2,2,1,1,5,36,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,1,,,,,,,1,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:GHI",,,,,,,,,,,,,,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,3,3,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,625,,1,625,2,7622,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,45,,,8,,,,,,,,,2,,,,,1,3,,,,,,,,,,,,,,,,,,,,,2,,2,,9,9,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,1,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,1,2,2,8,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,2,,2,67,97," <5:OTHER (SPECIFY)>:IVORY COAST",,,,,,,1998,1,"NR","020310",1,1,0,1,1,0,27500,0,159.1838836669922,0,0,0,0,0,0,0,0,0,0,27659.18359375,1.3897490501403809,1908.9224853515625,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,36,,36,3,0,0,1,0,0,0,1,1,0,1,4821.3505859375,4821.3505859375,4821.3505859375,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,324,1,,,0,,3,3,1,0,1,1,1,,,1,,0,1,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11280,50,,,,50,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,27500,27500,165.83123779296875,0,0,0,27500,0,27500,165.83123779296875,0,0,0,0,1,0,1,1,0,0,1,0,0,1,36,1296,1,,1,1,0,0,0,1,0,,41.4865608215332,36,1296,0,1,0,1,0,0,0,0,12,45,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020310",1,1,2,1,,,,5,,1,3,4,3,4,4,3,3,2,2,1,5,5,25,2,1,3,,2,64,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,1,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,2,,8,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,4,,2,3,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,500,,12,6000,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,25,,,4,,,,12000,,12000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,5000,,,,,,,,,2,,,,,,,,,8,,8,2,,,,,,,,2,2,2,2,2,2,2,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,,,,,,,,,,,,,,,,,,,,,2,,2,100,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,2,7,,,,,,,,2,2,5,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,2,77,97," <5:OTHER (SPECIFY)>:el salvador",,,,,,,1996,1,"RR2","020310",2,2,0,1,1,0,12000,0,0,0,0,0,0,0,0,0,0,0,0,12000,1.5647685527801514,2149.32470703125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,25,,25,2,0,1,0,0,0,0,1,1,0,1,3377.680908203125,3377.680908203125,1688.8404541015625,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,5000,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,81,0,1,1,0,0,2,1,1,0,0,1,0,,,0,,1,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11285,32,,,,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,12000,12000,109.54450988769531,0,0,0,12000,0,12000,109.54450988769531,0,0,0,0,,1,1,1,0,0,1,1,0,0,25,625,1,,1,1,1,0,0,0,0,,41.4865608215332,25,625,0,0,0,0,0,0,0,0,12,25,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,5,2,1,,,,40,,1,3,2,1,2,2,2,1,2,2,3,1,1,40,2,1,1,,1,46,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,8,2,1,,1,,,99,9,99,,99,,9,99,9,99,,99,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,2,9,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,8,,1,,2,,8,2,2,1,2,,,,,,,2,,,,,2,3,3,3,3,3,1,1,1,1,1,1,4,1,,1,,,2,3,,1,1,1,2,97,4,4,2,2,2,1,4,0,,,,1,0,2,2,2,2,,,9,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,2,,,1,2,3,,,8,,6,1,2,2,1,1,2,,,2,,,3,,,1,,12,12,9,99,,99,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,7,,,,,,,,,9,,,,,,,,,2,,2,,9,9,,,,,,,,1,100,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,61,1,,,,1,,1,,,1,"dm","020512",3,2,1,3,2,1,53862.9609375,0,1612.6322021484375,0,0,0,0,0,0,0,0,0,0,55475.59375,.9321386218070984,1280.36083984375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,40,46,43,3,0,0,1,0,0,1,0,0,1,4,1906.7513427734375,953.3756713867188,953.3756713867188,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,3,4,4,,,,,1,,,,1,100,0,100,1,1,1,0,1,1,14630,21945,0,58520,0,1,46438.2578125,191,1,,,1,,6,2,1,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,1,1,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11290,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,1,1,0,40,1600,0,1,0,1,1,1,2,1,46,46,41.4865608215332,46,2116,0,1,0,1,1,1,1,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020309",1,2,1,,,,,25,,2,3,3,2,3,3,8,4,2,2,1,1,5,42,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,,,,,,,2,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,,,,,,,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,740,,12,8880,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,1,,,,6,40,,,1,650,,,,8,20800,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,2,,2,1,,,,,2,,,,,,,,,2,,1,1,3000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,,1,1,2,2,,,,,,,,,,,,,,,,,,1,1,,,,,1,2,,,2,1,2,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,5,60,1,,,,1,,1,,,1,"ap","020309",1,1,0,1,1,0,20799.998046875,0,0,0,0,0,0,0,0,0,0,0,0,20799.998046875,1.906602144241333,2618.858154296875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,42,,42,3,0,0,1,0,0,0,1,1,0,1,3316.65087890625,3316.65087890625,3316.65087890625,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,101,0,0,0,1,1,3,3,1,0,0,1,1,,,1,,1,0,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11297,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,20800,20800,144.2220458984375,0,0,0,20800,0,20800,144.2220458984375,0,0,0,0,1,0,0,0,0,0,1,0,0,0,42,1764,1,,1,1,0,0,0,0,0,,41.4865608215332,42,1764,0,0,0,0,0,0,0,0,6,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020316",1,4,3,1,,,,50,,1,1,2,1,2,2,1,1,2,2,2,1,1,50,2,1,1,,1,54,1,5,,2,22,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,4,,,,,2,2,2,,,,,,,,,,,,,1,1,2,,,,,1,1,2,,,,,,,,,,,1,2,,1,,2,,50,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,24,,7,2,2,2,1,1,2,,,2,,,3,,,430,,12,5160,1,,,259000,40000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,40,,,4,,,,55000,,55000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,100000,,,,,,,,,1,25000,24000,,,,,,,1,2,,2,,,,,,,,2,2,1,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,8,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,4200,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,1,2,2,,4,1,2,2,,,,,,,,,,,,,,,3,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,52,1,,,,1,,1,,,1,"CD","020316",3,3,0,2,2,0,54999.99609375,0,443.82940673828125,0,0,0,0,11444.18359375,0,0,0,0,0,66888.0078125,2.4903805255889893,3420.720703125,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,50,54,52,4,0,0,0,1,0,1,0,1,0,3,7220.599609375,3610.2998046875,2406.866455078125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,100000,1,1,1,1,259000,40000,219000,1,25000,24000,1000,1,1,1,1,0,1,11610,17415,0,46440,1,1,42400,372,1,,,1,,7,2.3333332538604736,1,1,1,1,1,1,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11302,,,,,1,0,0,0,0,0,0,-5,1241.30029296875,35.23208999633789,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,55000,55000,234.52078247070312,0,0,0,55000,0,55000,234.52078247070312,0,0,0,0,,0,0,0,0,0,1,1,1,0,50,2500,1,0,1,1,1,1,2,0,54,54,41.4865608215332,50,2500,0,1,1,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543","020320",1,1,2,1,,,,18,,2,3,1,2,3,1,3,3,2,2,3,5,5,18,2,1,3,,2,41,1,9," <14:OTHER, SPECIFY>:step father",1,98,1,9,,2,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,1,,,,,,,3,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:oxford",,,,,,,,,,,,,,2,,,2,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,4,,5,2,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,100,,12,1200,1,,1,,1," 6 years",2,,2,,2,1,,,,,6,25,,,4,,,,5000,,5000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,8,2,,2,3,,,,,2,,,,,,,,,1,1,,2,,,,,,,,1,1,2,2,2,2,1,2,1,2,2,,,2,30000,2,,,,,1,30000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000,500,,,,,,,1,2,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,1,4," <7:ANOTHER GROUP (SPECIFY)>:dominican",2,83,1,,,,4,,4,,,1,"kj","020320",4,4,0,1,1,0,5000,0,0,500,30000,0,0,0,0,30000,0,0,0,65500,2.590364933013916,3558.056640625,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,18,,18,1,1,0,0,0,0,0,1,1,0,1,4776.76611328125,4776.76611328125,1194.1915283203125,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,25000,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,0,34360,1,1,21000.001953125,332,1,,,1,,5,1.25,1,1,0,1,1,,,1,,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11314,,,,,1,30000,30000,173.205078125,30000,30000,173.205078125,0,0,0,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,1,5000,5000,70.71067810058594,0,0,0,5000,0,5000,70.71067810058594,0,0,0,0,,1,0,0,0,0,1,0,0,0,18,324,1,,1,1,0,0,0,0,0,,41.4865608215332,18,324,0,0,1,0,0,0,0,0,6,25,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020327",1,4,2,1,,,,15,,3,3,4,8,4,3,4,3,2,2,8,5,1,38,1,1,1,,2,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,7,,,,5,1,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,700,2,,,,,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,8,,2,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1550,,12,18600,1,,2,,,,,,,,,,,,,,,2,,1,2,1,1,,2,2,2,12,40,,,3,,,4000,,12,48000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,1,9,1,2,,,,,,,1,2000,0,,,,,,,1,1,,1,9,1,2,,,,,1,2,2,2,2,2,1,2,2,2,2,,,2,35000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,8,,,,,,,,,,2,2,2,,2,2,2,1," <1:Yes (Specify)>:church",1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,1,,3,64,97," <5:OTHER (SPECIFY)>:peru",,,,,,,1989,1,"jd","020327",2,2,0,2,2,0,48000,0,0,0,0,0,0,0,0,35000,0,0,0,83000,.46423453092575073,637.6602172851562,1,2,0,3,4,1,4,0,0,0,1,0,0,0,0,3,0,0,1,0,38,35,36.5,3,0,0,1,0,0,1,0,1,0,3,1534.7987060546875,767.3993530273438,767.3993530273438,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,0,0,0,0,1,2000,0,2000,1,1,1,1,0,1,11610,17415,0,46440,1,1,42400,94,1,,,1,,2,1,1,0,0,1,1,1,,1,,0,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11326,63,,,,63,35000,35000,187.08287048339844,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,48000,48000,219.08901977539062,0,0,0,48000,0,48000,219.08901977539062,0,0,0,0,,1,1,1,0,0,1,1,1,1,38,1444,1,0,1,1,1,1,1,1,35,35,41.4865608215332,38,1444,0,0,0,1,1,1,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020407",1,2,4,1,,,,10,,2,3,4,3,3,3,2,4,2,2,1,5,2,38,2,1,2,,1,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,17,1,1,,1,,,16,1,1,,1,,,13,2,1,,1,,,6,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,13,2,4,,,,,2,1,2,,,,2,4,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,5,6,,,,,,2,,,,,2,2,2,2,2,2,2,2,2,2,2,,,,,4,3,3,3,3,3,2,1,2,2,1,1,1,3,,1,,,7,1,,2,1,1,0,9,4,3,2,2,2,2,4,0,,,,4,4,,,,,,,,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,1,8,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,8,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,8,,,99,12,8,,,99,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,,,,,,,,,,,2,2,5,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,3,64,97," <5:OTHER (SPECIFY)>:guatemala",97," <5:OTHER (SPECIFY)>:guatemala",,,,,1992,2,"jd","020407",6,2,4,6,2,4,0,0,0,0,0,631.3602294921875,829.4723510742188,0,0,0,0,0,0,829.4723510742188,.4740406572818756,651.1296997070312,1,1,0,1,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,38,50,44,3,0,0,1,0,0,1,0,0,1,4,1186.6226806640625,593.3113403320312,593.3113403320312,0,3,0,1,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,1,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23690,35535,1,94760,0,0,26400,25,0,1,1,1,1,5,.8333333134651184,0,0,0,1,0,0,1,0,1,1,0,1,1,2,0,0,0,1,0,0,0,1,1,1,1,,0,0,0,0,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11332,40,40,,,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,169.98902893066406,13.037983894348145,-5,107.74469757080078,10.380014419555664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,1,1,0,0,1,0,0,0,38,1444,0,0,1,1,0,0,2,0,50,50,41.4865608215332,38,1444,1,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.4038054943084717,.1519336998462677,.1519336998462677,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020306",1,4,2,1,,,,35,,1,3,1,1,2,1,2,1,2,2,2,1,1,45,1,1,1,,2,37,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,1,1,,101,,,1,1,1,,101,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,1,1,9,,,,,1,2,,2,,,2,2,2,,,,,,,,,,,,,1,1,3,,,,,1,1,3,,,,,1,,1,3,,,,1,4000,1,,2,,2500,2,2,2,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,1,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,1,1,2,2,,,,,,,2,,2,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,,,,2,2,,,3,,,400,,8,3200,1,,2,,,2,2,3,,,5,,9,1,2,2,1,1,2,,,2,,,3,,,1300,,12,15600,1,,,350000,150000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,50,1,8,4,,,,90000,,90000,1,,,,,,,,,,,4,,,,8000,,8000,1,,,,,,,,,,,2,,1,1,200000,,,,,,,,,1,15000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,2,2,2,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,2000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,1,1,2,2,1,1," <1:Yes (Specify)>:I teach part-time the American Institute of Architects",4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,57,1,,,,1,,1,,,1,"mm","020306",4,2,2,4,2,2,90000,8000,2000,0,0,0,0,0,0,0,0,0,0,100000,.4660693109035492,640.180419921875,1,2,0,2,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,45,37,41,3,0,0,1,0,0,1,0,0,1,4,1165.7520751953125,582.8760375976562,582.8760375976562,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,,,,,,,,,,,,4,,,4,200000,1,1,1,1,350000,150000,200000,1,15000,0,15000,1,1,1,1,0,1,17650,26475,0,70600,1,1,37000,22,1,,,1,,9,2.25,1,1,1,1,1,1,1,1,,1,1,1,1,3,0,1,0,0,0,1,1,0,1,0,2,1,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11344,,,,,1,0,0,0,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,90000,90000,300,8000,8000,89.44271850585938,90000,8000,90000,300,8000,89.44271850585938,2,1,,0,0,0,0,0,1,1,1,1,45,2025,1,1,1,1,1,1,1,1,37,37,41.4865608215332,45,2025,0,1,0,1,1,1,2,1,12,50,0,1,0,0,0,37,1369,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020310",1,1,2,1,,,,39,,1,3,2,2,3,2,2,2,2,2,2,4,5,39,2,1,5,,2,21,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,15,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,15,1,8,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,8,1,,2,,300,2,2,2,2,2,2,2,2,2,2,2,,,,,4,3,3,2,3,3,2,1,1,1,1,2,2,5,,1,,,9,1,,2,2,1,0,2,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,2,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,835,,12,10020,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,35,,,4,,,,23000,,23000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,0,,,,,,,,,2,,,,,,,,,1,2,,1,25000,,,,,,,2,1,2,2,2,1,1,2,,2,2,2,1,2,,,,,,,1,400,1,98,,,,,,,,,,,,,,,,,,,,,,6084,2,,,,,3000,3000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,100,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,62,1,,,,3,,3,,,1,"db","020310",3,2,1,2,1,1,23000.001953125,0,0,3000,929.2493286132812,0,0,0,0,0,6084,0,0,33013.25,.724864661693573,995.6549072265625,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,39,,39,3,0,0,1,0,0,0,1,0,1,2,1317.1627197265625,1317.1627197265625,658.5813598632812,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,2,1,1,1.3333333730697632,0,0,0,0,,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,11610,17415,0,46440,0,1,42400,211,0,1,0,1,1,5,1.6666666269302368,1,1,1,1,1,,1,1,1,1,0,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,11350,,,,,1,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,0,0,0,0,0,0,6084,6084,78,3000,3000,54.772254943847656,0,0,0,0,0,0,0,0,0,1,23000,23000,151.6575164794922,0,0,0,23000,0,23000,151.6575164794922,0,0,0,0,,1,0,0,0,0,1,1,0,0,39,1521,1,,1,1,1,0,0,0,0,,41.4865608215332,39,1521,0,0,1,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020405",1,4,3,1,,,,5,,3,2,3,3,3,3,4,2,2,2,8,5,5,21,1,1,7,,1,26,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,1,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,2,,8,8,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,5,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,400,,12,4800,1,,8,,,,,,,,,,,,,,,1,1,2,,1,1,,,,,10,40,,,1,350,,,,10,14000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,1,2,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,2,3,,,,,,,,2,2,1,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,1,4,,8,80,6," <5:OTHER (SPECIFY)>:ecuador",,,,,,,1995,2,"el","020410",2,2,0,1,1,0,14000,0,0,200,0,0,0,0,0,0,0,0,0,14200,1.3351259231567383,1833.8935546875,0,1,1,,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,21,,21,1,1,0,0,0,0,0,1,1,0,1,5356.443359375,5356.443359375,2678.2216796875,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,37,0,1,1,1,1,3,1.5,1,0,1,1,0,,,0,,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11355,6,,,,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,1,14000,14000,118.32159423828125,0,0,0,14000,0,14000,118.32159423828125,0,0,0,0,,1,1,1,0,0,1,0,0,1,21,441,1,,1,1,0,0,0,1,0,,41.4865608215332,21,441,0,0,0,1,0,0,0,0,10,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020309",1,4,3,1,,,,30,,1,1,2,3,2,2,1,1,2,2,3,5,5,50,1,1,9,,1,43,1,11,,1,54,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,1,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,15,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,900,,12,10800,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,10,40,,,1,1000,,,,10,40000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9999999,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,1000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,1,,2,51,97," <5:OTHER (SPECIFY)>:spain",,,,,,,1972,1,"AP","020309",3,3,0,1,1,0,40000,0,0,0,0,0,0,0,0,0,0,0,0,40000,1.6351886987686157,2246.0517578125,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,50,,50,4,0,0,0,1,0,0,1,1,0,1,7334.31640625,7334.31640625,2444.772216796875,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,9999999,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,0,34360,1,1,21000.001953125,48,1,,,1,,2,.6666666865348816,0,1,1,1,1,,,1,,1,1,1,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11360,73,,,,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,40000,40000,200,0,0,0,40000,0,40000,200,0,0,0,0,,1,1,1,0,0,1,0,0,1,50,2500,1,,1,1,0,0,0,1,0,,41.4865608215332,50,2500,0,0,0,1,0,0,0,0,10,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,2,1,,,,,57,,1,1,1,1,1,1,3,1,2,2,2,5,5,57,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,5,1,1,,,,,,,,,,,,1,4,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,40,,5,1,2,2,1,2,,,,,,,,,,,,,,,,,500000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,,,,2,30,,,4,,,,2000,,2000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,1,2,2,2,2,2,2,2,,2,1,,,1,2500,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,135,135,1,,1,350,350,1,,2,,2,,1,2,,1,3,,2,1,2,2,,,,3,,,,,,,,,1,5,,,,,,,,,,,,,,2,1,1,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,45,1,,,,1,,5," <5:OTHER (SPECIFY)>:ITALY",,1,"NR","020307",1,1,0,1,1,0,2000,0,0,0,0,135,349.9999694824219,0,0,2500,0,0,0,4850,3.9387917518615723,5410.2197265625,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,57,,57,4,0,0,0,1,0,0,1,1,0,1,5555.9609375,5555.9609375,5555.9609375,0,4,0,0,1,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,500000,0,500000,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,185,0,1,0,1,1,5,5,1,1,1,1,1,,,1,,1,1,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11363,,,,5,1,2500,2500,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,135,11.618949890136719,350,350,18.70828628540039,1,2000,2000,44.72135925292969,0,0,0,2000,0,2000,44.72135925292969,0,0,0,0,,0,0,0,1,0,1,0,0,0,57,3249,1,,1,1,0,0,0,0,0,,41.4865608215332,57,3249,1,0,0,0,0,0,0,0,2,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020329",1,4,4,1,,,,10,,3,2,3,3,2,3,8,2,2,2,8,5,2,27,2,1,2,,1,27,1,11,,1,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,1,1,2,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,45,,,,,,,,,,,,,,,,,,,8,,,,,,,,,9,,,,,,,,,8,,8,,0,,,,,,,,,2,,,,,,,,,2,,8,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,1,2,,1,4,,1,5,,2,,,,,,,,,,,,,,,,,,1,2,2,,,,,,,,2,2,8,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,3,2,3,,,,,,,,,,,,,,,,,,,1,4,,2,75,8," <5:OTHER (SPECIFY)>:mexico",,,,,,,1992,2,"jd","020506",3,3,0,2,2,0,16479.10546875,0,0,0,0,0,0,0,0,0,0,0,0,16479.10546875,1.900001049041748,2609.791015625,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,27,27,27,2,0,1,0,0,0,1,0,1,0,3,8938.8125,4469.40625,2979.604248046875,1,2,1,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,11610,17415,1,46440,0,0,42400,53,0,0,,1,1,4,1.3333333730697632,1,0,1,1,0,0,,0,,0,1,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11369,8,,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,1,1,0,0,0,0,0,0,27,729,0,1,0,0,0,0,2,1,27,27,41.4865608215332,27,729,0,0,0,0,0,0,0,0,12,45,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020313",1,4,3,1,,,,4,,2,1,2,1,2,2,1,1,2,2,3,1,1,34,1,1,1,,2,30,1,3,,1,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,98,,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,1,3,,,,,,,,,,,,,1,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,4,,6,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,7,20,12,40,1,250,,,,6,6000,1,,,,,,,,,,,7,,,,,,,,,8,,,,,,,,,1,1,1,1,8,2,,2,1,,,,,2,,,,,,,,,1,8,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,2,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,3,67,2,,,,,,,,1983,1,"AGH|*","020313",3,3,0,2,2,0,5999.99951171875,7661.392578125,0,0,0,0,0,0,0,0,0,0,0,13661.392578125,1.8643606901168823,2560.83642578125,1,1,0,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,34,30,32,2,0,1,0,0,0,1,0,1,0,3,7144.548828125,3572.2744140625,2381.516357421875,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,11610,17415,1,46440,0,0,42400,88,0,1,1,1,1,6,2,1,1,1,1,0,1,,0,,1,1,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11370,,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,6000,6000,77.45966339111328,-5,19612.009765625,140.0428924560547,6000,-5,6000,77.45966339111328,9043.8486328125,95.09915161132812,0,0,1,0,1,1,0,0,1,0,0,1,34,1156,1,1,1,1,0,0,1,1,30,30,41.4865608215332,34,1156,0,0,0,1,0,0,0,0,7,20,0,1,1,1,0,30,900,0,0,0,0,0,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020417",1,1,2,1,,,,21,,1,1,1,1,2,2,3,2,2,2,3,1,1,21,2,1,1,,1,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,1,7,,,,5,1,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,100,1,,2,,60,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,1,,3,2,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,7224,,7224,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,45,9,60,4,,,,17000,,17000,1,,,,,,,,,,,4,,,,15000,,15000,1,,,,,,,,,,,1,1,1,1,7000,,,,,,,,,2,,,,,,,,,1,2,,1,25000,,,,,,,2,2,2,2,2,2,2,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,1,4," <7:ANOTHER GROUP (SPECIFY)>:puerto rican",3,81,1,,,,3,,3,,,1,"agh","020417",2,2,0,2,2,0,17000,15000,0,0,0,0,0,0,0,0,0,0,0,32000,.8834039568901062,1213.4202880859375,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,21,20,20.5,1,1,0,0,0,0,1,0,1,0,3,2534.38330078125,1267.191650390625,1267.191650390625,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,7000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,11610,17415,0,46440,0,1,42400,283,0,1,1,1,0,3,1.5,1,1,1,1,1,1,,1,,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11379,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,17000,17000,130.38404846191406,15000,15000,122.4744873046875,17000,15000,17000,130.38404846191406,15000,122.4744873046875,0,0,,1,0,0,0,0,1,1,0,0,21,441,1,1,1,1,1,0,2,0,20,20,41.4865608215332,21,441,0,0,0,0,0,0,0,0,12,45,0,1,1,1,1,20,400,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020310",1,2,2,1,,,,34,,1,3,2,3,4,2,2,1,2,2,1,5,2,34,1,1,9,,2,28,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,9,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,1200,1,,2,,50,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,12,9000,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,42,12,38,4,,,,28000,,28000,1,,,,,,,,,,,4,,,,40000,,40000,1,,,,,,,,,,,1,1,1,1,50000,,,,,,,,,1,8000,8000,,,,,,,1,1,,1,500,,,,,,,2,2,2,1,1,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,6000,2,,,,,,,,,,,2500,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,66,1,,,,1,,1,,,1,"RR2","020310",2,2,0,2,2,0,40000,27999.998046875,2009.419921875,500,0,0,0,0,5999.99951171875,0,0,0,0,76509.4140625,1.1783050298690796,1618.488525390625,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,34,41.53856658935547,37.769283294677734,3,0,0,1,0,0,1,0,1,0,3,3972.575927734375,1986.2879638671875,1986.2879638671875,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,50000,1,1,1,0,0,0,0,1,8000,8000,0,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,160,1,,,1,,3,1.5,1,1,1,1,1,1,,1,,1,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11383,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,6000,6000,77.45966339111328,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,2,28000,28000,167.33200073242188,40000,40000,200,40000,28000,40000,200,28000,167.33200073242188,0,0,1,0,0,0,0,0,1,0,0,1,34,1156,1,1,0,1,1,1,0,.4996632933616638,41.4865608215332,,41.4865608215332,41.53856658935547,1725.4525146484375,0,1,0,0,0,0,0,0,12,38,1,1,0,0,1,34,1156,1,0,0,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020403",1,4,4,1,,,,3,,1,3,1,3,2,2,8,2,2,2,2,5,5,23,1,1,9,,1,40,1,11,,1,42,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,1,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,3,,5,3,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,1500,,12,18000,1,,8,,,,2,,2,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,9,9,9,8,9,9,9,9,9,9,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,,9,9,9,9,,2,,,2,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,9,9,,2,2,2,2,,9,2,9,9,,,,,,,,,,,,,,,9,9,9,,,,,,,,,,,,,,,,,,,9,9,,99,99,99,,,,,,,,99,2,"ak","020407",3,3,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.564972162246704,3523.177734375,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,,,,,,23,,23,1,1,0,0,0,0,0,1,1,0,1,9022.6298828125,9022.6298828125,3007.543212890625,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,74,0,1,1,0,1,5,1.6666666269302368,1,1,1,1,0,,,0,,1,1,,0,1,1,0,0,,,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11384,,,,,99,0,0,0,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,1,0,0,1,23,529,0,,1,1,0,0,0,1,0,,41.4865608215332,23,529,0,0,0,1,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,,1,,1,,1,,1,,1,,1,,1,0,0,,1,,1,-9 -"9543","020307",1,2,3,1,,,,20,,2,3,2,2,2,3,2,2,2,2,2,4,5,52,1,1,3,,2,72,1,3,,1,72,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,5,,3,3,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,8,,,,,,,,,1,,1," 5",2,,2,,1,2,1,,,,6,40,,,4,,,,6000,,6000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,15000,,,,,,,,,2,,,,,,,,,2,,8,1,7000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,1,2,,2,,,1,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,1,3,3,,,,,,,,,,,,,,,,,,,2,2,,2,50,2,,,,,,,,1998,1,"rm","020307",3,3,0,1,1,0,5999.99951171875,0,0,0,0,0,0,0,0,0,0,0,0,5999.99951171875,4.270991802215576,5866.52099609375,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,2,0,1,0,0,52,,52,4,0,0,0,1,0,0,1,1,0,1,18464.052734375,18464.052734375,6154.68408203125,1,1,0,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,15000,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,129,0,0,0,0,1,3,1,1,1,1,1,0,,,0,,1,1,1,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11388,,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6000,6000,77.45966339111328,0,0,0,6000,0,6000,77.45966339111328,0,0,0,0,1,0,1,1,0,0,0,0,0,1,52,2704,1,,1,0,0,0,0,1,0,,41.4865608215332,52,2704,0,0,0,0,0,0,0,0,6,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020313",1,1,1,,,,,30,,2,1,2,1,2,2,2,2,2,2,3,5,5,53,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,600,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,25,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,4800,,4800,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,80,,,4,,,,85000,,85000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,,275000,,,,,,,,,1,7000,0,,,,,,,1,1,,1,30000,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,2500,2,,,,,,,,,,,,,,,,,10000,10000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,49,1,,,,1,,1,,,1,"al","020313",1,1,0,1,1,0,85000.0078125,0,2500,10000,0,0,0,0,0,0,0,0,0,97500.0078125,1.7931209802627563,2462.9833984375,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,53,,53,4,0,0,0,1,0,0,1,1,0,1,5723.3916015625,5723.3916015625,5723.3916015625,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,275000,1,1,1,0,0,0,0,1,7000,0,7000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,261,1,,,1,,3,3,1,1,1,1,1,,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11392,,,,,1,0,0,0,0,0,0,0,0,0,2500,2500,50,0,0,0,0,0,0,10000,10000,100,0,0,0,0,0,0,0,0,0,1,85000,85000,291.547607421875,0,0,0,85000,0,85000,291.547607421875,0,0,0,0,,0,0,0,0,0,1,1,0,1,53,2809,1,,1,1,1,0,0,1,0,,41.4865608215332,53,2809,0,1,0,1,1,0,0,0,12,80,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020412",1,2,2,1,,,,10,,2,1,2,1,1,2,2,1,2,1,3,5,2,30,1,1,2,,2,28,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,0,2,1,,1,,,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,0,2,3,,,,,2,7,,,,2,2,2,2,,,,,,,,,,,,,1,3,,,,,,2,,,,,,,1,,3,,,,,1,8,1,,2,,900,8,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,1,10,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,1,2,2,2,,,,,,,2,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,8,,,,,,,1,,2,,,2,1,1,,1,2,,1,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,630,,12,7560,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,40,,,4,,,,45000,,45000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,2,,2,1,,,,,1,8,7000,,,,,,,1,2,,1,14000,,,,,,,2,1,2,2,2,2,2,2,,2,2,1,2,2,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,9,,2,2,2,2,,3,2,1,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,1,1,1,2,,2,72,97," <5:OTHER (SPECIFY)>:panama",97," <5:OTHER (SPECIFY)>:panama",,,,,1988,1,"AGH","020412",4,2,2,4,2,2,45000,0,0,0,3911.316650390625,0,0,0,0,0,0,0,0,48911.31640625,.4256257116794586,584.628173828125,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,30,28,29,2,0,1,0,0,0,1,0,0,1,4,1272.00537109375,636.002685546875,636.002685546875,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,6000,1,0,0,0,0,0,0,1,,7000,,1,1,1,1,0,1,17650,26475,0,70600,0,1,37000,86,1,,,1,,1,.25,0,1,1,0,1,0,1,0,,1,1,1,1,2,0,0,0,1,0,2,0,0,0,0,2,1,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11407,61,61,,,61,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,45000,45000,212.1320343017578,0,0,0,45000,0,45000,212.1320343017578,0,0,2,1,,1,1,1,0,0,1,0,0,1,30,900,1,0,1,1,0,0,1,1,28,28,41.4865608215332,30,900,0,0,1,1,0,0,2,1,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020416",1,1,2,1,,,,28,,2,1,2,3,1,2,3,2,2,2,1,4,2,28,2,1,2,,1,99,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,1,,,,1,98,,,,,2,1,2,,,,,,,,,,,,,1,4,,,,,,2,,,,,,,,,,,,,,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,5,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,98,,,,,,,,,,,,,,,,,,,8,,,,,,,,,8,,,,,,,,,2,,2,,8,8,,,,,,,,2,,,,,,,,,8,,1,2,,,,,,,,2,2,2,2,2,2,2,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,1,2,,2,2,2,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,1,4,,2,73,1,,,,97," <5:OTHER (SPECIFY)>:guatamala",3,,,1,"nr","020416",2,2,0,2,2,0,38374.76171875,0,0,0,0,0,0,0,0,0,0,0,0,38374.76171875,1.0340824127197266,1420.38818359375,1,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,28,41.53856658935547,34.769283294677734,2,0,1,0,0,0,1,0,1,0,3,3042.930419921875,1521.4652099609375,1521.4652099609375,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,1,0,,,11610,17415,0,46440,0,1,42400,33,0,1,1,1,1,3,1.5,1,1,1,1,1,0,,0,,1,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11412,,,40,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,0,0,0,0,1,0,0,0,28,784,0,1,0,1,1,0,2,1,41.4865608215332,,41.4865608215332,41.53856658935547,1725.4525146484375,0,0,0,1,1,0,0,0,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020311",1,1,3,1,,,,52,,1,1,1,1,2,2,8,1,2,2,2,1,1,52,2,1,1,,1,54,1,5,,1,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,2,2,9,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,3000,1,,2,,100,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,6,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,20000,,20000,1,,2,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,10,40,12,50,4,,,,15000,,15000,1,,,,,,,,,,,4,,,,150000,,150000,1,,,,,,,,,,,2,,2,,8,2,,1,,8,,,,1,45000,0,,,,,,,1,1,,1,4000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,100,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,4,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,49,1,,,,1,,97," <5:OTHER (SPECIFY)>:scotland",,1,"GOLDY/FLEX","020311",3,3,0,2,2,0,100000.9921875,15000,0,0,0,0,0,0,0,0,0,0,0,115000.9921875,1.2451902627944946,1710.3603515625,1,2,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,52,54,53,4,0,0,0,1,0,1,0,1,0,3,3332.769775390625,1666.3848876953125,1110.9232177734375,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,45000,0,45000,1,1,1,0,1,1,11610,17415,0,46440,1,1,42400,263,1,,,1,,6,2,1,1,1,1,1,1,,1,,1,1,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11413,,,,33,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,15000,15000,122.4744873046875,150000,150000,387.29833984375,150000,15000,150000,387.29833984375,15000,122.4744873046875,0,0,,0,0,0,0,0,1,1,1,0,52,2704,1,1,0,1,1,1,2,1,54,54,41.4865608215332,54,2916,0,0,0,1,1,1,0,0,12,50,1,1,1,1,0,52,2704,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020416",1,4,2,1,,,,20,,2,1,2,2,2,3,3,1,2,2,2,1,1,28,2,1,1,,1,28,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,2,,1,,2,,200,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,2,,3,2,2,2,1,1,2,,,2,,,3,,,700,,12,8400,1,,1,110000,70000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,60000,,60000,1,,,,,,,,,,,4,,,,60000,,60000,1,,,,,,,,,,,1,1,1,1,20000,,,,,,,,,1,15000,15000,,,,,,,1,1,,1,1000,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,150,2,,,,,,,,,,,,,,,,,4000,2000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,3,,6,73,9," <5:OTHER (SPECIFY)>:china",,,,,,,1981,1,"agh|","020416",2,2,0,2,2,0,60000,60000,150,2000,0,0,0,0,0,0,0,0,0,122150,1.6834068298339844,2312.282958984375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,4,0,0,0,1,28,28,28,2,0,1,0,0,0,1,0,1,0,3,6595.5400390625,3297.77001953125,3297.77001953125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,20000,1,1,0,1,110000,70000,40000,1,15000,15000,0,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,201,1,,,1,,3,1.5,1,1,1,1,1,1,,1,,1,1,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11418,9,,,,9,0,0,0,0,0,0,0,0,0,150,150,12.247448921203613,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,2,60000,60000,244.948974609375,60000,60000,244.948974609375,60000,60000,60000,244.948974609375,60000,244.948974609375,0,0,,0,1,1,0,0,1,1,1,0,28,784,1,1,1,1,1,1,2,0,28,28,41.4865608215332,28,784,0,1,0,0,0,0,0,0,12,40,0,1,1,1,1,28,784,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,4,3,1,,,,20,,3,3,3,1,4,2,3,2,2,2,1,2,5,55,2,1,5,,1,29,1,5,,1,26,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,9,2,5,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,9,2,2,,2,,,2,,,,,,,4,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,14000,2,,,,,,,3,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,2,2,2,1,1,2,,1,,,4,1,,1,1,1,0,10,4,4,2,2,2,3,3,0,,,,1,1,,,,,,,,,1,0,1,2,1,2,,,,,1,4,,,,,,,,,,,,,,,,,,1,,,1,3,,,,,,,,2,,,2,2,,,2,,100,,,3,600,1,,1,4,2,1,2,1,,1,20,,5,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,643,,12,7716,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,80,,,4,,,,2500,,2500,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,70000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,400,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,7000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,2,,2,1,2,2,,,,,,,,,,,,,,,1,2,1,1,2,,,,,,,,,,,,2,1,1,2,1,1,2,,3,46,1,,,,1,,1,,,1,"kp","020307",11,3,8,2,1,1,2500,0,400,0,0,0,0,0,0,0,0,0,0,2900,1.0391981601715088,1427.4150390625,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,55,,55,4,0,0,0,1,0,0,1,0,1,2,2047.3558349609375,2047.3558349609375,682.4519653320312,0,3,0,1,0,1,2,1,0,1,0,0,0,3,0,1,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,3,4,70000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,,1,11610,17415,1,46440,0,0,42400,113,0,1,1,0,1,5,.4545454680919647,0,0,1,1,1,,1,1,0,0,0,0,1,3,0,1,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,11425,,,,,1,0,0,0,0,0,0,0,0,0,400,400,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2500,2500,50,0,0,0,2500,0,2500,50,0,0,0,0,,1,0,0,0,0,1,0,0,0,55,3025,1,,1,1,0,0,0,0,0,,41.4865608215332,55,3025,0,1,0,0,0,0,0,0,12,80,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020613",1,1,2,1,,,,13,,2,2,2,1,1,2,3,2,1,2,2,1,1,37,1,1,1,,2,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,2,7,,,,1,1,1,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,,,,,,,,,,,2,,,,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,7,,2,1,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,650,,12,7800,1,,1,,,,,,,,,,,,,,,2,,2,,1,2,2,1,1,,,,12,37,,,,,,,,,,,,,,,,,,,2,,454,,,12,10896,1,,,,,,,,,,,1,1,1,1,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,3,66,97," <5:OTHER (SPECIFY)>:Africa",,,,,,,1990,1,"ma","020613",2,2,0,2,2,0,10895.9990234375,0,0,0,0,0,0,0,0,0,0,0,0,10895.9990234375,1.431820273399353,1966.7103271484375,1,1,0,3,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,37,32,34.5,2,0,1,0,0,0,1,0,1,0,3,4133.8466796875,2066.92333984375,2066.92333984375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,11610,17415,1,46440,0,0,42400,319,0,1,0,1,0,2,1,1,1,1,0,0,0,,0,,1,1,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11432,97,,,,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,10896,10896,104.38390350341797,10896,0,10896,104.38390350341797,0,0,0,0,1,0,1,1,0,0,1,1,0,1,37,1369,0,1,0,1,1,0,1,0,32,32,41.4865608215332,32,1024,0,0,0,0,0,0,0,0,12,37,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020306",1,2,1,,,,,54,,3,3,4,2,3,4,2,3,2,2,1,3,5,54,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,1,2,,,,,,,5,1,1,,,,,,,,,,,,1,4,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,1,,3,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,175,,12,2100,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20000,,,,,,,,,2,,,,,,,,,1,2,,1,2100,,,,,,,2,2,2,2,2,2,2,2,,1,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,12,618,7416,1,,,,,,,,,,,,2,,2,,1,2,,1,3,,2,2,,2,,,,3,,,,,,,,,3,,,,,1,2,7,,,,,,,,2,1,2,1,2,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,2,,1,48,1,,,,1,,1,,,1,"GOLDY/FLEX","020306",1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,7416.00048828125,0,7416.00048828125,1.3071956634521484,1795.529296875,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,54,,54,4,0,0,0,1,0,0,1,1,0,1,3957.23876953125,3957.23876953125,3957.23876953125,0,4,0,0,1,0,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,20000,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,284,0,1,1,0,0,3,3,1,0,0,1,1,,,1,,0,0,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11458,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7416,7416,86.11620330810547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,1,54,2916,0,,1,1,1,0,0,1,0,,41.4865608215332,54,2916,0,0,0,1,1,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020308",1,3,3,1,,,,30,,2,1,2,3,3,3,8,2,2,2,2,5,5,30,2,1,7,,2,30,1,3,,2,51,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,6,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,20,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,500,,12,6000,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,30000,,30000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,8,,0,,,,,,,,,2,,,,,,,,,2,,1,1,200,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,40000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,1,4,,3,71,1,,,,1,,1,,,1,"SF","020313",3,3,0,1,1,0,30000,0,0,0,0,0,0,0,0,0,0,0,0,30000,1.9164421558380127,2632.3740234375,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,30,,30,2,0,1,0,0,0,0,1,1,0,1,4136.79833984375,4136.79833984375,1378.9327392578125,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,248,1,,,0,,4,1.3333333730697632,1,1,1,1,1,,,1,,1,0,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11518,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,30000,30000,173.205078125,0,0,0,30000,0,30000,173.205078125,0,0,0,0,,1,0,0,0,0,1,1,0,0,30,900,1,,1,1,1,0,0,0,0,,41.4865608215332,30,900,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020306",1,3,2,1,,,,12,,1,3,1,1,8,1,3,1,2,2,3,1,1,32,2,1,1,,1,31,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,1,11,,,,,1,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,,1,1500,1,,2,,600,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,6,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,10000,,10000,1,,1,,,,,,,,,,,,,,,1,1,2,,1,1,,1,1,,10,20,11,8,4,,,,28000,,28000,1,,,,,,,,,,,4,,,,20000,,20000,1,,,,,,,,,,,2,,2,,30000,,,,,,,,,1,1500,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,200,2,,,,,,,,,,,,,,,,,2000,500,,,,,,,4,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>:bnai jefrus synoguge",2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,69,1,,,,1,,1,,,1,"ty","020306",2,2,0,2,2,0,27999.998046875,20000,200,500,0,0,0,0,0,0,0,0,0,48700,2.0333871841430664,2793.0068359375,1,1,1,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,32,31,31.5,2,0,1,0,0,0,1,0,1,0,3,5334.10986328125,2667.054931640625,2667.054931640625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,30000,1,1,1,0,0,0,0,1,1500,0,1500,1,1,1,0,0,0,11610,17415,0,46440,1,1,42400,379,1,,,1,,3,1.5,1,1,1,1,1,1,,1,,1,,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11533,,,,,1,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,2,28000,28000,167.33200073242188,20000,20000,141.42135620117188,28000,20000,28000,167.33200073242188,20000,141.42135620117188,0,0,,0,0,0,0,0,1,1,1,0,32,1024,1,1,1,1,1,1,2,0,31,31,41.4865608215332,32,1024,0,1,0,0,0,0,0,0,10,20,0,1,1,1,1,31,961,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,3,1,,,,,50,,1,2,2,1,2,2,8,2,2,2,1,3,5,50,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,4,1,1,,,,,,,,,,,,1,5,,,,,,,,,,,,,,,,,,,,,,1,,2,,500,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,30,,2,1,2,2,1,2,,,,,,,,,,,,,,,,1,200000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,2,,1,,9,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,1,2,1,2,2,1,2,,2,2,,,2,,,,,,,1,8,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,1,97,4,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:sinus problems",1,1,9,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,1,,4,98,1,,,,1,,1,,,1,"gb","020307",1,1,0,1,1,0,0,0,2406.37548828125,695.83544921875,3022.959228515625,0,0,0,0,0,0,0,0,6125.169921875,2.5468058586120605,3498.22509765625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,50,,50,4,0,0,0,1,0,0,1,1,0,1,4680.7060546875,4680.7060546875,4680.7060546875,0,3,0,1,0,0,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,200000,0,200000,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,41,0,1,1,1,1,2,2,1,1,1,1,1,,,1,,1,1,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11537,,,,,1,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,1,0,1,1,1,0,50,2500,0,,1,1,1,1,0,0,0,,41.4865608215332,50,2500,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,3,2,1,,,,31,,1,3,1,1,1,2,1,1,2,2,2,1,1,45,1,1,1,,2,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,8,1,1,,1,,,4,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,8,1,11,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,6000,1,,2,,2000,1,2,1,2,,,,,,,2,,,,,2,3,2,2,3,3,2,1,1,1,1,1,4,0,,1,,,2,1,,1,1,1,0,10,3,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,2,1,1,1,1,1,2,,,,2,,,2,,2,,1,,,,,2,2,,,,,,1,,,2,,1,,,,2,,,,,,2,2,,,4,,,,9000,,9000,1,,2,,,1,2,2,,,13,,6,1,2,2,1,1,2,,,2,,,3,,,1750,,12,21000,1,,1,850000,200000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,50,11,10,4,,,,140000,,140000,1,,,,,,,,,,,4,,,,3500,,3500,1,,,,,,,,,,,1,1,1,8,200000,,,,,,,,,1,9000,9000,,,,,,,1,1,,1,35000,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,4,2,1,2,,,,,,,,,,,,,,,1,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,8,56,1,,,,1,,1,,,1,"GOLDY/FLEX","020315",4,2,2,4,2,2,100000.9921875,3500,0,999.9999389648438,0,0,0,0,0,0,0,0,0,104500.9921875,.4660693109035492,640.180419921875,1,2,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,45,45,45,4,0,0,0,1,0,1,0,0,1,4,1375.8841552734375,687.9420776367188,687.9420776367188,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,2,2,1,1,1.6666666269302368,1,0,0,0,,3,4,4,200000,1,1,1,1,850000,200000,650000,1,9000,9000,0,1,1,1,1,0,1,17650,26475,0,70600,1,1,37000,52,1,,,1,,6,1.5,1,1,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,0,0,0,1,1,1,1,2,1,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11543,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,2,140000,140000,374.1657409667969,3500,3500,59.160797119140625,140000,3500,140000,374.1657409667969,3500,59.160797119140625,1,1,,0,0,0,0,0,1,1,1,1,45,2025,1,1,1,1,1,1,1,1,45,45,41.4865608215332,45,2025,0,0,0,1,1,1,2,1,12,50,0,1,1,1,0,45,2025,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,3,1,,,,,1,,2,8,2,2,8,3,3,2,2,2,2,5,5,22,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,1,,,,,,,1,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:obtained through the school",,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,0,6,1,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,500,,6,3000,1,,8,,,,,,,,,,,,,,,1,3,2,,2,1,,,,,3,35,,,7,,,,,,,,,2,,,,,2,,1,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,1,90000,,,,,,,2,2,2,2,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20000,12000,,,,,,,4,1,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,1," <1:Yes (Specify)>:public intrest legal foundation",3,2,2,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,3,,3,79,1,,,,97," <5:OTHER (SPECIFY)>:vietnam",97," <5:OTHER (SPECIFY)>:vietnam",,1,"wc","020314",1,1,0,1,1,0,5000,0,0,12000,0,0,0,0,0,0,0,0,0,17000,2.530149221420288,3475.345947265625,0,1,2,,4,2,8,0,0,0,0,0,0,0,1,4,0,0,0,1,22,,22,1,1,0,0,0,0,0,1,1,0,1,6212.17578125,6212.17578125,6212.17578125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,103,0,1,1,1,1,1,1,1,1,1,1,1,,,1,,1,,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11555,,,90,90,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,12000,109.54450988769531,0,0,0,0,0,0,0,0,0,1,5000,5000,70.71067810058594,0,0,0,5000,0,5000,70.71067810058594,0,0,0,0,,0,0,0,0,0,1,1,1,0,22,484,1,,1,1,1,1,0,0,0,,41.4865608215332,22,484,0,0,0,0,0,0,0,0,3,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020502",1,3,1,,,,,8,,2,3,1,2,1,3,3,2,2,2,2,5,5,21,1,1,3,,1,47,1,7,,1,27,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,1,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,4,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,1,1,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,,,,,,,,,,,,,,,,,,,2,,2,0,8,2,,2,,,2,8,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,2,2,2,1,97,12,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:MORE TIRED/STRESS",1,2,,,,,2,3,1,,,,,,,,,,,,,,,,,,,1,4,,2,81,4,,,,,,,,1994,1,"agh","020502",3,3,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.3969216346740723,1918.7745361328125,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,21,,21,1,1,0,0,0,0,0,1,1,0,1,4261.46435546875,4261.46435546875,1420.4881591796875,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,250,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,272,0,1,,0,1,4,1.3333333730697632,1,1,1,1,0,,,0,,1,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11560,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,1,1,0,0,1,1,0,1,21,441,0,,1,1,1,0,0,1,0,,41.4865608215332,21,441,0,0,0,1,1,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020308",1,4,2,1,,,,44,,1,3,2,1,2,2,3,2,2,2,2,3,5,43,2,1,5,,1,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,15,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,15,2,7,,,,5,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,3000,1,,2,,500,1,2,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,2,2,4,2,1,3,2,,1,,,10,1,,1,2,1,0,4,4,4,2,2,2,1,2,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,16,,9,1,2,2,1,1,2,,,2,,,3,,,1,,12,12,8,0,,200000,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,50000,,50000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,250000,,,,,,,,,1,5000,0,,,,,,,1,2,,1,8,2,,1,1,2,,2,2,2,2,2,1,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,4000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>:church",2,1,2,2,,,,,,,,,,,,,,,1,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,6,58,1,,,,1,,1,,,1,"db","020308",3,2,1,2,1,1,50000,0,0,0,0,0,0,0,0,0,3703.787841796875,0,0,53703.7890625,1.1748600006103516,1613.756591796875,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,43,,43,3,0,0,1,0,0,0,1,0,1,2,1737.03076171875,1737.03076171875,868.515380859375,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,3,4,250000,1,1,1,1,200000,,,1,5000,0,5000,1,1,1,1,,1,11610,17415,0,46440,1,1,42400,386,1,,,1,,9,3,1,1,1,1,1,,1,1,1,1,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,11567,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,164.60757446289062,12.829948425292969,0,0,0,0,0,0,0,0,0,0,0,0,1,50000,50000,223.60679626464844,0,0,0,50000,0,50000,223.60679626464844,0,0,0,0,1,0,0,0,0,0,1,1,0,0,43,1849,1,,1,1,1,0,0,0,0,,41.4865608215332,43,1849,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 -"9543","020414",1,4,2,1,,,,47,,1,1,1,1,2,1,1,1,2,2,3,1,1,55,2,1,1,,1,55,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,2,11,,,,,2,2,2,,,,,,,,,,,,,1,1,2,,,,,1,1,2,,,,,,,,,,,2,2,,1,,2,,400,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,28,,7,2,2,2,1,2,,,,,,,,,,,,,,,,,500000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,9,35,12,35,4,,,,70000,,70000,1,,,,,,,,,,,4,,,,65000,,65000,1,,,,,,,,,,,1,1,1,2,1e+06,,,,,,,,,1,30000,0,,,,,,,1,1,,2,,,,,,,,2,2,1,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,13000,2,,,,,400,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,3,1,1,2,1,1," <1:Yes (Specify)>:homeowner's association",4,1,2,2,,,,,,,,,,,,,,,1,2,1,,,,,,,,,,,,,,,,,,,2,1,,2,46,97," <5:OTHER (SPECIFY)>:netherlands",,,,,,,1954,1,"mm","020414",2,2,0,2,2,0,70000,65000,400,0,0,0,0,12999.9990234375,0,0,0,0,0,148400,2.0333871841430664,2793.0068359375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,55,55,55,4,0,0,0,1,0,1,0,1,0,3,5442.390625,2721.1953125,2721.1953125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,1e+06,1,1,1,1,500000,0,500000,1,30000,0,30000,1,1,1,0,1,1,11610,17415,0,46440,1,1,42400,251,1,,,1,,7,3.5,1,1,1,1,1,1,,1,,1,1,1,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11571,57,,,,57,0,0,0,0,0,0,13000,13000,114.01753997802734,400,400,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,70000,70000,264.57513427734375,65000,65000,254.9509735107422,70000,65000,70000,264.57513427734375,65000,254.9509735107422,0,0,,0,1,1,0,0,1,1,1,0,55,3025,1,1,1,1,1,1,2,0,55,55,41.4865608215332,55,3025,0,1,1,0,0,0,0,0,9,35,0,1,1,1,1,55,3025,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020618",1,2,1,,,,,59,,2,1,2,3,1,2,8,1,2,2,8,1,1,59,2,1,1,,1,70,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,1,2,7,,,,5,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,5,,,,,,,,,,,,2,1,9,1,,2,,9,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,27,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,30,,,9,,,,,,,,,1,9,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,2,,9,,,,,,1,20000,8,2,,1,8,,,9,,9,2,,,,,,,,2,1,1,1,2,2,2,2,,2,2,,,2,,,,,,,2,8,,,,,,9,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,2,1,,,,,,,,,,,,,,,,,,,2,1,,4,43,1,,,,1,,1,,,1,"el","020618",2,2,0,2,2,0,34932.8359375,0,617.159423828125,0,3383.778076171875,0,0,17036.072265625,0,0,0,0,0,55969.84375,1.964072585105896,2697.798095703125,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,59,70,64.5,4,0,0,0,1,0,1,0,1,0,3,5895.59423828125,2947.797119140625,2947.797119140625,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,20000,,,,,1,0,0,0,11610,17415,0,46440,1,1,42400,132,1,,,1,,5,2.5,1,1,1,1,1,1,,1,,1,1,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11578,,,,,1,0,0,0,-5,995.5078735351562,31.55167007446289,-5,1241.30029296875,35.23208999633789,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,1,0,0,59,3481,1,0,1,1,1,0,2,0,70,70,41.4865608215332,59,3481,0,1,1,0,0,0,0,0,12,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543","020316",1,4,2,1,,,,47,,3,9,3,3,3,3,4,3,2,2,2,1,1,65,1,1,1,,2,56,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,1,4,,,,,2,3,2,,1,1,1,1,2,2,4,2,2,4,9,1,5,,,,,,2,,,,,,,,,,,,,,,,1,,2,,9,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,27,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,9,1,,2,2,2,11,35,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,9,9,,,,,,,,1,33000,9,9,,,,,,2,,2,9,,,,,,,,9,2,9,9,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,1,2,2,2,2,,1,2,1,1,1,,,,,,,,1,2,,,,,,3,2,,,,,,,,,,,,,,,,,,,1,4,,3,36,3,,,,,,,,1952,1,"kp","020316",2,2,0,2,2,0,29024.458984375,0,0,0,0,0,0,0,0,0,0,0,0,29024.458984375,.8834039568901062,1213.4202880859375,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,65,56,60.5,4,0,0,0,1,0,1,0,1,0,3,3489.01220703125,1744.506103515625,1744.506103515625,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,33000,,,0,0,,0,0,0,11610,17415,0,46440,0,1,42400,212,0,1,1,1,1,5,2.5,1,0,0,1,1,0,,0,,0,0,0,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,,0,0,,,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11580,,,,,3,-9,-9,,0,0,0,-9,-9,,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,0,0,0,0,1,1,0,1,65,4225,1,0,1,1,1,0,1,1,56,56,41.4865608215332,65,4225,0,0,0,1,1,0,0,0,11,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,,1,0,0,0,0,0,0,0,0,0,0,,1,,1,0,0,0,0,0 -"9543","020315",1,1,2,1,,,,5,,2,3,1,2,2,2,3,2,2,2,8,1,1,32,2,1,1,,1,31,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,1,11,,,,,2,10,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,200,2,2,1,2,,,,,,,2,1,8,3,3,,,,,,,,,,,,1,4,1,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,1,2,3,,,5,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,50,,,,,,,,,,,,,,,,,,,7,,,,,,,,,1,2,1,,9,,,,,1,1,1,1,9,9,,,,,,,,1,5000,0,,,,,,,1,8,,1,9,2,,1,1,9,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,400,600,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,69,1,,,,1,,1,,,1,"ct","020325",3,2,1,3,2,1,50667.0234375,0,0,600,0,0,0,0,0,0,0,0,0,51267.0234375,.9321386218070984,1280.36083984375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,32,31,31.5,2,0,1,0,0,0,1,0,0,1,4,1984.1573486328125,992.0786743164062,992.0786743164062,1,2,1,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,,,,,0,0,0,0,1,5000,0,5000,1,1,1,0,1,1,14630,21945,0,58520,0,1,46438.2578125,220,1,,,1,,5,1.6666666269302368,1,1,1,1,1,1,1,1,,1,1,0,1,2,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11590,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,600,24.494897842407227,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,1,1,,0,0,0,0,0,1,1,1,0,32,1024,0,1,0,1,1,1,2,1,31,31,41.4865608215332,31,961,0,0,0,1,1,1,1,1,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020318",1,2,2,1,,,,40,,3,1,3,3,2,3,2,3,2,2,1,1,1,62,2,1,1,,1,63,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,1,2,,,,2,5,1,1,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:wellcare",1,1,,,,,,,,,,,,2,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,23,,6,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,12,9000,1,,8,,,,,,,,,,,,,,,1,3,2,,2,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,7,,,,,40000,2,,,,,,,,,2,,1,1,900,,,,,,,2,2,2,2,2,2,2,2,,1,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,12,450,5400,8,99,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,3,,,,,,,,,1,5,,,,1,2,7,,,,,,,,2,2,5,,2,2,2,2,,1,2,1,1,11,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:NERVOUSNESS",1,1,1,,,,1,2,1,,,,,,,,,,,,,,,,,,,1,4,,6,39,3,,,,,,,,1960,2,"ar","020320",2,2,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,2280.5615234375,0,2280.5615234375,1.8616132736206055,2557.062744140625,1,1,2,1,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,62,63,62.5,4,0,0,0,1,0,1,0,1,0,3,9748.3642578125,4874.18212890625,4874.18212890625,0,4,0,0,1,0,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,40000,1,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,11610,17415,1,46440,0,0,42400,336,0,1,0,0,1,6,3,1,0,0,1,1,1,,1,,0,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11605,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,214.38082885742188,14.641749382019043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,1,0,0,0,0,0,62,3844,0,0,1,0,0,0,2,0,63,63,41.4865608215332,62,3844,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 -"9543","020306",1,2,1,,,,,55,,1,1,2,1,2,2,1,1,2,2,2,3,5,58,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,,1,600,1,,2,,80,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,30,,6,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,60,,,4,,,,75000,,75000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,50000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,500,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,43,1,,,,1,,1,,,1,"ap","020306",1,1,0,1,1,0,74999.9921875,0,500,0,0,0,0,0,0,0,0,0,0,75499.9921875,1.8564025163650513,2549.9052734375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,58,,58,4,0,0,0,1,0,0,1,1,0,1,5832.177734375,5832.177734375,5832.177734375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,50000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,436,1,,,1,,6,6,1,1,1,1,1,,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11606,,,,,1,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,75000,75000,273.86126708984375,0,0,0,75000,0,75000,273.86126708984375,0,0,0,0,,0,0,0,0,0,1,1,1,1,58,3364,1,,1,1,1,1,0,1,0,,41.4865608215332,58,3364,0,1,0,1,1,1,0,0,12,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020308",1,2,1,,,,,55,,2,3,2,1,3,1,3,2,2,2,2,5,5,55,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,1,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,50,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,35,,7,2,2,2,1,2,,,,,,,,,,,,,,,,,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,55,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,9,,,,,,,,2,,,,,,,,,2,,2,9,,,,,,,,2,9,9,9,9,9,9,9,9,9,9,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,,9,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,3,1,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,42,1,,,,97," <5:OTHER (SPECIFY)>:sicily",1,,,1,"ma","020308",1,1,0,1,1,0,45440.8828125,0,0,0,0,0,0,0,0,0,0,0,0,45440.8828125,1.7931209802627563,2462.9833984375,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,55,,55,4,0,0,0,1,0,0,1,1,0,1,5723.3916015625,5723.3916015625,5723.3916015625,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,,0,0,0,0,0,0,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,389,1,,,1,,7,7,1,1,1,1,1,,,1,,1,0,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11607,,,5,,1,0,0,0,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,1,0,1,55,3025,1,,1,1,1,0,0,1,0,,41.4865608215332,55,3025,0,0,0,1,1,0,0,0,12,55,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,,1,,1,,1,,1,,1,,1,,1,0,0,,1,,1,-9 -"9543","020321",1,2,1,,,,,15,,2,8,1,1,8,3,8,1,2,2,3,5,5,38,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,9,2,,,,,8,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,5,,2,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,2,,,,,,,,,,,,,,,2,,2,,2,1,,,,,5,40,,,2,,100,,,5,1000,9,30000,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,8,,9,9,,,,,,,,2,,,,,,,,,1,8,,2,,,,,,,,1,2,2,1,2,2,2,2,,2,2,,,2,8000,2,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,1,,7,63,1,,,,1,,1,,,1,"ss","020321",1,1,0,1,1,0,30000,0,356.6483459472656,0,0,0,0,0,0,8000,0,0,0,38356.6484375,1.8564025163650513,2549.9052734375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,38,,38,3,0,0,1,0,0,0,1,1,0,1,5035.38134765625,5035.38134765625,5035.38134765625,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,0,34360,1,1,21000.001953125,452,1,,,0,,2,2,1,1,1,1,1,,,1,,1,,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11609,,,,,1,8000,8000,89.44271850585938,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,30000,30000,173.205078125,0,0,0,30000,0,30000,173.205078125,0,0,0,0,,0,0,0,0,0,1,1,1,1,38,1444,1,,1,1,1,1,0,1,0,,41.4865608215332,38,1444,0,1,0,1,1,1,0,0,5,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020426",1,4,2,1,,,,36,,2,1,2,3,4,2,2,2,1,2,3,5,5,41,2,1,5,,2,22,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,2,,,,,,,4,1,2,,,,,,,,,,,,1,5,,,,,,,,,,,,,,,,,,,2,,,1,,2,,200,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,8,,4,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,7000,,7000,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,2,1,20000,,,,,,,2,1,2,2,2,2,2,2,,2,1,,,2,,,,,,,1,8000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,218,1744,1,,,,,,,2,,2,8000,1,2,,2,,,2,1,2,1,,,,2,1,,,,12,,," <12:or some other reason? (specify)>:WAS NOT ELIGIBLE",3,,,,,1,1,,,,,2,,,,2,1,3,1,2,2,2,2,,1,2,2,1,9,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:EMOTIONAL",1,2,,,,,1,1,1,,,,,,,,,,,,,,,,,,,1,4,,2,61,3," <5:OTHER (SPECIFY)>:PUERTO RICO",,,,,,,1965,1,"SF","020426",2,2,0,1,1,0,0,0,0,0,8000,1744,0,0,0,0,0,0,0,8000,1.5647685527801514,2149.32470703125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,41,,41,3,0,0,1,0,0,0,1,1,0,1,3245.91064453125,3245.91064453125,1622.955322265625,0,3,0,1,0,0,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,56,0,1,0,1,0,4,2,1,1,1,0,1,,,1,,1,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11614,3,,,,3,0,0,0,8000,8000,89.44271850585938,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1744,1744,41.761226654052734,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,1,1,0,0,41,1681,0,,1,1,1,0,0,0,0,,41.4865608215332,41,1681,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020312",1,4,2,1,,,,40,,1,3,1,1,1,1,8,8,2,2,8,1,1,99,2,1,1,,1,99,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,9,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,15,1,,2,,8,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,30,,5,1,2,2,1,2,,,,,,,,,,,,,,,,,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,35,12,65,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,1,1,8,,9,9,,,,,,,,1,9,9,9,,,,,,8,,8,8,,,,,,,,2,2,2,8,2,2,2,8,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,9,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,8,8,2,2,2,2,,8,1,2,8,,,,,,,,,,,,,,,8,8,2,,,,,,,,,,,,,,,,,,,2,1,,3,42,97," <5:OTHER (SPECIFY)>:greece",,,,,,,1950,1,"el","020620",2,2,0,2,2,0,30489.232421875,15038.4716796875,0,0,0,0,0,0,0,0,0,0,0,45527.703125,2.0333871841430664,2793.0068359375,1,1,0,4,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,41.3242301940918,41.53856658935547,41.431396484375,3,0,0,1,0,0,1,0,1,0,3,5090.1337890625,2545.06689453125,2545.06689453125,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,,1,,,,0,0,1,1,1,1,11610,17415,0,46440,0,1,42400,104,1,,,1,,5,2.5,1,1,,1,1,1,,1,,1,1,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11616,38,,,,38,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,,0,1,1,0,0,1,0,0,0,41.28620147705078,1707.6920166015625,1,1,1,1,0,0,2,0,41.4865608215332,,41.4865608215332,42.23152160644531,1783.50146484375,0,0,0,0,0,0,0,0,12,35,0,1,1,1,1,41.53856658935547,1725.4525146484375,1,1,1,0,.1519336998462677,.1519336998462677,1,1,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-9 -"9543","020313",1,4,4,1,,,,50,,3,2,3,2,3,3,3,8,2,2,8,3,5,50,2,1,11,,1,48,1,8,,1,70,1,9," <14:OTHER, SPECIFY>:nephew",1,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,50,,7,8,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,4000,,4000,1,,2,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,12,37,,,4,,,,33000,,33000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,8,,1,16000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,1,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,1,2,8,,,,,,,,,,,,,,,,,,,2,9," <7:ANOTHER GROUP (SPECIFY)>:<",7,99,1,,,,1,,1,,,1,"kp","020313",4,4,0,1,1,0,33000.00390625,0,0,0,0,0,0,0,0,0,0,0,0,33000.00390625,2.031635046005249,2790.60009765625,0,2,0,,3,2,7,0,0,0,0,0,0,1,0,,,,,,50,,50,4,0,0,0,1,0,0,1,1,0,1,3988.59130859375,3988.59130859375,997.1478271484375,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,363,1,,,,,7,1.75,1,0,,1,1,,,1,,0,0,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11617,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,33000,33000,181.65902709960938,0,0,0,33000,0,33000,181.65902709960938,0,0,0,0,0,0,0,0,0,0,1,1,0,0,50,2500,1,,1,1,1,0,0,0,0,,41.4865608215332,50,2500,0,0,0,0,0,0,0,0,12,37,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020619",1,4,1,,,,,42,,1,2,3,3,3,3,3,4,2,2,8,3,5,77,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,5,2,,1,2,2,2,2,2,3,2,4,4,4,1,4,5,,,,,,,,,,,,,,,,,,2,,,1,,1,8,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,24,,3,3,1,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,500,,12,6000,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,1,2,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,1,2,2,2,2,1,2,,1,1,,,2,,,,,,,1,800,1,12,9600,1,,,,,,,,,,,,,,,,,,,,,,,,,,500,300,,,,,,,,,1,,,,12,600,7200,1,,12,100,1200,1,,,,,,,2,,2,,1,2,,2,,,1,1,2,1,,,,3,,,,,,,,,3,,,,,1,2,1,,,,,,,,2,1,5,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,3,2,1,,,,,,,,,,,,,,,,,,,1,1,,2,24,4,,,,,,,,1960,2,"el","020619",1,1,0,1,1,0,0,0,0,300.0000305175781,9600,1200.0001220703125,0,0,0,0,0,7200,0,17100,1.9430500268936157,2668.922119140625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,77,,77,5,0,0,0,0,1,0,1,1,0,1,7244.23046875,7244.23046875,7244.23046875,0,4,0,0,1,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,13,0,0,0,0,0,3,3,1,0,0,1,1,,,1,,1,0,0,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11618,,,,,4,0,0,0,9600,9600,97.9795913696289,0,0,0,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,7200,7200,84.85281372070312,1200,1200,34.64101791381836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,1,1,0,0,0,0,0,0,77,5929,0,,1,0,0,0,0,0,0,,41.4865608215332,77,5929,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020312",1,2,2,1,,,,28,,3,2,4,2,3,2,4,3,2,2,1,1,1,28,2,1,1,,1,58,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,9,1,1,,2,,,5,1,1,,2,,,9,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,5,1,7,,,,5,2,4,,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,6,,,,,,,1,,2,,300,2,1,2,2,,,,,,,2,1,3,2,3,,,,,,,,,,,,3,4,2,1,,,,0,3,,2,1,1,5,15,2,4,2,2,2,1,4,,,,,3,0,2,2,1,1,1,,600,,3,1,3,1,2,1,2,,,,1,3,,97," ten",,,97," never",,9,,1,,,,2,,,,,,,,1,,,,1,1,,2,,,2,1,1,,1,20,,,,12,960,1,,2,,,2,1,1,,2,3,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,7," <7:Or someone else? (specify)>:.agency",1,1,,3,,,275,,1,275,1,,1,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,6,72,12,42,4,,,,3000,,3000,1,,,,,,,,,,,4,,,,15000,,15000,1,,,,,,,,,,,1,1,1,1,375,,,,,,,,,1,2000,0,,,,,,,1,1,,1,11000,,,,,,,2,2,2,2,2,1,2,1,,2,1,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5944,2,,,,,,,300,2,,,,,,,,,,,,,,,,12,340,4080,1,,,,,,,1,1200,1,,2,,,,,,,1,2,2,,,,2,8,,,,,,,,3,,,,,1,2,7,,,,,,,,2,1,2,2,2,1,2,2,,4,2,1,2,,,,,,,,,,,,,,,1,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,73,1,,,,1,,1,,,1,"sj","020312",5,2,3,5,2,3,15000,3000,0,0,0,4080,0,0,0,0,5944.00048828125,0,300,24244,.6563703417778015,901.5728759765625,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,28,58,43,3,0,0,1,0,0,1,0,0,1,4,1428.140380859375,714.0701904296875,714.0701904296875,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,2,1,,,1.3333333730697632,0,0,0,0,4,,,2,375,1,0,0,0,0,0,0,1,2000,0,2000,1,1,1,0,1,1,20670,31005,1,82680,0,0,36847.08984375,48,0,1,0,1,1,4,.800000011920929,0,0,0,1,0,0,1,0,1,0,0,0,1,2,0,0,0,0,0,0,1,2,1,3,3,1,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11629,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5944,5944,77.09734344482422,0,0,0,0,0,0,4080,4080,63.8748779296875,0,0,0,2,3000,3000,54.772254943847656,15000,15000,122.4744873046875,15000,3000,15000,122.4744873046875,3000,54.772254943847656,1,1,1,0,0,0,0,0,1,1,0,0,28,784,1,1,0,1,0,0,2,1,58,58,41.4865608215332,58,3364,0,0,0,1,0,0,3,1,12,42,1,1,1,1,0,28,784,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300 -"9543","020316",1,4,2,2,,,,25,,3,1,1,2,1,1,1,1,2,2,3,5,1,29,1,1,2,,2,27,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,1,9,,,,,1,4,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,1,1,120,1,,2,,1000,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,0,2,2,1,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 2 months",1,4,1,2,2,1,,1,1,,12,40,12,40,4,,,,30000,,30000,1,,,,,,,,,,,4,,,,95000,,95000,1,,,,,,,,,,,1,1,2,,8,2,,2,8,,,,,1,22000,15000,,,,,,,1,2,,1,70000,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,1,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,1,4,,5,72,1,,,,6," <5:OTHER (SPECIFY)>:ecuador",3,,,1,"|jd","020319",2,2,0,2,2,0,95000,30000,0,0,0,0,0,0,0,0,0,0,0,125000,1.5916612148284912,2186.263671875,1,2,5,4,4,1,4,0,0,0,1,0,0,0,0,3,0,0,1,0,29,27,28,2,0,1,0,0,0,1,0,1,0,3,2737.893798828125,1368.9468994140625,1368.9468994140625,0,3,0,1,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,22000,15000,7000,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,294,1,,,1,,2,1,1,1,1,1,1,1,,1,,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,1,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11630,,,6,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,30000,30000,173.205078125,95000,95000,308.220703125,95000,30000,95000,308.220703125,30000,173.205078125,0,0,,1,0,0,0,0,1,1,1,1,29,841,1,1,0,1,1,1,1,0,27,27,41.4865608215332,27,729,0,0,0,0,0,0,0,0,12,40,1,1,1,1,1,29,841,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020619",1,4,2,1,,,,11,,2,2,2,2,3,2,2,3,2,2,8,5,2,34,2,1,1,,1,48,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,15,1,1,,1,,,11,1,1,,1,,,9,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,11,1,1,2,,,,2,98,,,,,2,4,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,4,,,,,,,2,,,,,1,2,2,2,,,,,,,2,,,,,4,3,3,3,3,3,1,1,2,1,1,1,4,1,,1,,,4,1,,2,1,1,0,3,4,4,2,2,2,2,4,0,,,,3,3,,,,,,,,,2,0,2,2,2,2,,,,,1,1,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,1,,,2,2,,,8,,,,,,,1,,2,,,2,2,3,,,0,5,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,925,,5,4625,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,50,,,,,,,,,,,,,,,,,,,9,,,,,,,,,9,,,,,,,,,1,1,1,1,0,,,,,,,,,1,300,0,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,1,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100,50,,,,,,,,,,,,,,,,,,5,247,1235,1,,,,,,,2,,8,,2,,,,,,,2,,2,2,,2,3,,,,,,,,,3,,,,,1,2,9,,,,,,,,2,2,2,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,1,2,1,4,,1,99,4,,1,,,,,,1985,2,"el","020619",5,2,3,5,2,3,26240.712890625,0,0,50,0,1235,0,0,0,0,0,0,0,26290.712890625,.7111620903015137,976.8333740234375,1,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,34,48,41,3,0,0,1,0,0,1,0,0,1,4,2846.130859375,1423.0654296875,1423.0654296875,0,3,0,1,0,1,1,0,1,0,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,1,4,4,0,0,0,0,0,0,0,0,1,300,0,300,1,1,1,0,1,1,20670,31005,1,82680,0,0,36847.08984375,72,0,1,1,1,1,4,.800000011920929,0,1,0,1,0,0,1,0,1,1,0,1,1,2,0,0,0,1,0,0,0,2,0,2,2,1,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11632,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,50,7.071067810058594,0,0,0,1235,1235,35.1425666809082,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,1,1,0,0,0,0,0,0,34,1156,0,1,0,1,1,0,2,1,48,48,41.4865608215332,48,2304,0,0,0,1,1,0,3,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020420",1,2,2,1,,,,24,,2,3,4,1,3,3,2,4,2,2,2,5,5,24,2,1,4,,2,88,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,7,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,7,1,4,,,,,2,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,6,,,,,,,1,,2,,250,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,2,2,1,4,1,1,4,5,,1,,,2,1,,1,1,1,7,5,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,2," no",,,,,,,,,,,,,,2,,,2,2,1,,1,24,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,169,,12,2028,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,9,8,,,4,,,,6000,,6000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,300,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,2,2,1,2,2,,2,2,1,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,3,2,1,4,,3,77,1,,,,1,,3,,,1,"ak","020420",3,2,1,2,1,1,5999.99951171875,0,0,0,0,0,0,0,0,0,0,0,0,5999.99951171875,.8485018014907837,1165.4796142578125,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,24,,24,1,1,0,0,0,0,0,1,0,1,2,1370.6346435546875,1370.6346435546875,685.3173217773438,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,11610,17415,1,46440,0,0,42400,192,0,1,1,0,1,4,1.3333333730697632,1,0,0,1,0,,1,0,1,1,0,1,1,1,1,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,11634,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6000,6000,77.45966339111328,0,0,0,6000,0,6000,77.45966339111328,0,0,0,0,,1,0,0,0,0,1,0,0,0,24,576,1,,1,1,0,0,0,0,0,,41.4865608215332,24,576,0,0,0,0,0,0,0,0,9,8,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020308",1,2,1,,,,,50,,1,1,1,1,2,1,2,1,2,2,2,3,5,50,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,3,2,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,2,1,200,1,,2,,120,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,50,,4,1,2,2,1,2,,,,,,,,,,,,,,,,,800000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,3,1,1,,,,,12,60,,,4,,,,100000,,100000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,100000,,,,,,,,,1,2000,0,,,,,,,1,1,,2,,,,,,,,2,2,1,1,1,2,2,2,,2,2,,,2,,,,,,,,,,,,,,35000,2,,,,,9,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,3,1,1,2,1,2,,2,2,2,2,,,,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,2,1,,7,52,1,,,,5," <5:OTHER (SPECIFY)>:italy",1,,,1,"cd","020308",1,1,0,1,1,0,99999.9921875,0,3104.951416015625,0,0,0,0,35000,5632.404296875,0,0,0,0,143737.34375,.8199965953826904,1126.3255615234375,0,3,0,,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,50,,50,4,0,0,0,1,0,0,1,1,0,1,1690.1610107421875,1690.1610107421875,1690.1610107421875,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,100000,1,1,1,1,800000,0,800000,1,2000,0,2000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,178,1,,,1,,4,4,1,1,1,1,1,,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11636,,,5,,1,0,0,0,0,0,0,35000,35000,187.08287048339844,-5,2537.25634765625,50.371185302734375,-5,907.7564086914062,30.128995895385742,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,100000,100000,316.2277526855469,0,0,0,100000,0,100000,316.2277526855469,0,0,0,0,,0,0,0,0,0,1,1,0,0,50,2500,1,,1,1,1,0,0,0,0,,41.4865608215332,50,2500,0,1,1,0,0,0,0,0,12,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 -"9543","020313",1,1,3,1,,,,21,,1,1,3,1,2,3,3,2,2,2,1,5,5,21,2,1,3,,2,55,1,3,,1,57,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,1,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,300,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,15,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,300,,12,3600,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,33000,,33000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,7,2,,2,1,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,100,5000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,45000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,2,2,2,2,,4,2,2,1,1,2,,,,,,,1,2,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,4,,8,81,1,,,,3,,3,,,1,"dm","020313",3,3,0,1,1,0,33000.00390625,0,100,5000,0,0,0,0,0,0,0,0,0,38100.00390625,1.9164421558380127,2632.3740234375,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,21,,21,1,1,0,0,0,0,0,1,1,0,1,3775.328125,3775.328125,1258.4427490234375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,139,1,,,1,,5,1.6666666269302368,1,0,1,1,1,,,1,,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11646,,,,,1,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,5000,5000,70.71067810058594,0,0,0,0,0,0,0,0,0,1,33000,33000,181.65902709960938,0,0,0,33000,0,33000,181.65902709960938,0,0,0,0,,1,0,0,0,0,1,1,0,0,21,441,1,,1,1,1,0,0,0,0,,41.4865608215332,21,441,0,1,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020311",1,5,2,1,,,,52,,1,1,1,1,8,1,8,1,2,2,3,1,1,52,1,1,1,,2,53,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,4,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,2,,1,,2,,40,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,3,,6,1,2,2,1,1,2,,,2,,,3,,,1100,,12,13200,1,,,185000,130000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,45,12,50,4,,,,130000,,130000,1,,,,,,,,,,,4,,,,90000,,90000,1,,,,,,,,,,,1,1,1,1,100000,,,,,,,,,1,32000,0,,,,,,,1,1,,1,30000,,,,,,,2,2,1,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,240000,2,,,,,3000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,50,1,,,,1,,1,,,1,"sj","020311",2,2,0,2,2,0,100000.9921875,90000,3000,0,0,0,0,100000.9921875,0,0,0,0,0,293002,1.5723789930343628,2159.778076171875,1,2,0,2,2,1,2,0,1,0,0,0,0,0,0,1,1,0,0,0,52,53,52.5,4,0,0,0,1,0,1,0,1,0,3,4695.44482421875,2347.722412109375,2347.722412109375,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,100000,1,1,1,1,185000,130000,55000,1,32000,0,32000,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,226,1,,,1,,6,3,1,1,1,1,1,1,,1,,1,,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11649,,,,,1,0,0,0,0,0,0,240000,240000,489.89794921875,3000,3000,54.772254943847656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,130000,130000,360.55511474609375,90000,90000,300,130000,90000,130000,360.55511474609375,90000,300,0,0,,0,0,0,0,0,1,0,0,1,52,2704,1,1,1,1,0,0,1,1,53,53,41.4865608215332,52,2704,0,1,1,1,0,0,0,0,12,45,0,1,0,0,0,53,2809,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020306",1,4,2,1,,,,27,,2,1,1,2,2,1,2,1,2,2,3,1,1,27,2,1,1,,1,24,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,7,,,,5,1,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,,1,15,1,,2,,1000,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,4,,2,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,703,,12,8436,1,,2,,,,,,,,,,,,,,,2,,2,,1,2,1,1,1,,3,25,12,60,1,400,,,,3,4800,2,3000,,,,,,,,,,4,,,,90000,,90000,1,,,,,,,,,,,1,1,8,,7,2,,2,7,,,,9000,1,8,7,1,2,,,,,1,1,,1,7,2,,1,1,1,,2,2,2,1,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,8,8,,,,,,,5,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,9,2,1,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,1,4,,6,75,1,,,,3,,3,,,1,"dm","020306",2,2,0,2,2,0,90000,3000,100,880.1097412109375,0,0,0,0,0,0,0,0,0,93980.109375,.9284690618515015,1275.3204345703125,1,1,0,3,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,27,24,25.5,2,0,1,0,0,0,1,0,1,0,3,2563.563232421875,1281.7816162109375,1281.7816162109375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,9000,1,0,0,0,0,0,0,1,,1250,,1,1,1,0,1,1,11610,17415,0,46440,1,1,42400,233,1,,,1,,2,1,1,1,1,1,1,1,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11664,,,,,1,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,2,3000,3000,54.772254943847656,90000,90000,300,90000,3000,90000,300,3000,54.772254943847656,0,0,,1,0,0,0,0,1,1,1,0,27,729,1,1,0,1,1,0,2,1,24,24,41.4865608215332,24,576,0,1,0,1,1,0,0,0,12,60,1,1,1,1,0,27,729,0,0,0,0,0,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,2,1,,,,,88,,1,1,2,3,3,2,2,2,2,2,2,2,5,88,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,3,1,1,1,1,1,1,1,2,5,5,6,3,1,1,4,,,,,,,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,35,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,7," <7:Or someone else? (specify)>:senior citizen deductiopn",2,,,3,,,507,,12,6084,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200,,,,,,,,,2,,,,,,,,,2,,1,1,8,2,,1,2,,,2,1,2,2,2,2,2,2,,2,1,,,2,,,,,,,1,9670,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6,123,738,1,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,3,,,,,,,,,3,,,,,1,1,,,,,2,,,,2,1,2,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,2,1,,,,,,,,,,,,,,,,,,,2,1,,4,14,1,,,,10," <5:OTHER (SPECIFY)>:poland",10," <5:OTHER (SPECIFY)>:poland",,1,"ka","020319",1,1,0,1,1,0,0,0,0,0,9670,738,0,0,0,0,0,0,0,9670,5.010460376739502,6882.2353515625,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,88,,88,5,0,0,0,0,1,0,1,1,0,1,15986.2939453125,15986.2939453125,15986.2939453125,1,2,1,0,0,0,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,200,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,32,0,1,0,1,1,3,3,1,1,1,1,1,,,1,,1,0,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11666,,,10,10,1,0,0,0,9670,9670,98.3361587524414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,738,738,27.166154861450195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,1,0,0,0,0,1,88,7744,0,,1,0,0,0,0,1,0,,41.4865608215332,88,7744,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020414",1,4,2,1,,,,50,,2,1,2,1,3,2,3,2,2,2,1,4,5,65,2,1,5,,2,41,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,15,1,5,,,,2,7,2,5,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,8,,,,,2,,,,,,,2,2,,3,3,2,2,2,2,1,4,3,3,6,1,2,1,,,,,,,,,,,,,,,,,,2,2,,1,,2,,60,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,," the after-school program does not charge",,,,,,,,,,,,,,,,,,,2,,,26,,4,2,2,2,1,2,,,,,,,,,,,,,,,,1,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,75000,,,,,,,,,1,8,0,,,,,,,1,2,,2,,,,,,,,2,1,1,1,2,2,1,2,,2,2,,,2,,,,,,,1,13000,2,,,,,30000,2,,,,,8,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,9,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,2,,1,37,1,,,,1,,1,,,1,"mm","020414",4,2,2,1,1,0,0,0,7086.451171875,1071.2056884765625,12999.9990234375,0,0,30000,0,0,0,0,0,51157.65625,2.536175489425659,3483.623291015625,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,65,,65,5,0,0,0,0,1,0,1,1,0,1,5140.7109375,5140.7109375,2570.35546875,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,75000,1,1,1,1,,0,,1,,0,,1,1,0,0,,0,8590,12885,0,34360,1,1,21000.001953125,337,1,,,1,,4,1,1,1,1,1,1,,,1,,1,0,0,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11675,,,,,1,0,0,0,13000,13000,114.01753997802734,30000,30000,173.205078125,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,65,4225,0,,1,1,1,0,0,0,0,,41.4865608215332,65,4225,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020309",1,5,1,,,,,75,,1,2,1,1,2,2,1,2,2,2,3,5,5,75,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,2,2,,3,3,8,2,2,2,2,3,3,5,6,1,3,,,,,,,,,,,,,,,,,,,2,1,8,1,,2,,150,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,45,,5,3,2,2,1,2,,,,,,,,,,,,,,,,,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,1,8,0,,,,,,,1,2,,9,,,,,,,,2,1,1,9,2,2,2,2,,2,2,,,2,,,,,,,9,9,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,1,,2,99,1,,,,5," <5:OTHER (SPECIFY)>:italy",5," <5:OTHER (SPECIFY)>:itlay",,1,"agh","020325",1,1,0,1,1,0,0,0,0,0,2339.36865234375,0,0,2006.8450927734375,0,0,0,0,0,4346.2138671875,3.9387917518615723,5410.2197265625,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,75,,75,5,0,0,0,0,1,0,1,1,0,1,5760.75390625,5760.75390625,5760.75390625,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,,1,,0,,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,365,0,1,1,0,1,5,5,1,1,1,1,1,,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11677,,,5,5,1,0,0,0,-5,995.5078735351562,31.55167007446289,-5,1241.30029296875,35.23208999633789,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,0,0,0,75,5625,0,,1,1,0,0,0,0,0,,41.4865608215332,75,5625,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543","020306",1,2,6,2,,,,99,,1,8,1,8,9,1,8,1,2,2,8,9,9,99,2,1,99,,9,99,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,99,,,,,2,,,,,,,9,9,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,99,,99,1,9,9,9,,,,,,,,,,,,,,,,,,,,,9,,,2,,,9,,,,,,,,,9,,,,,,,,,,,,,,,2,,9,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,2,,,,,,,,,9,,9,9,,,,,,,,2,9,9,9,9,2,9,2,,9,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,,9,,2,,,,,,,9,,2,,,,,,,,,,,,,,,,,,9,,,,,,,,,,2,1,9,1,2,2,2,2,,1,2,9,2,,,,,,,,,,,,,,,2,2,9,,,,,,,,,,,,,,,,,,,2,2,,99,99,99,,,,,,,,99,1,"gb","020312",2,2,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.382920742034912,4646.6904296875,0,,0,,,2,,,,,,,,,,2,0,1,0,0,41.3242301940918,,41.3242301940918,3,0,0,1,0,0,0,1,1,0,1,5319.0380859375,5319.0380859375,2659.51904296875,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,,,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,135,0,1,,1,,,,,1,1,1,,,,,,1,,,0,2,0,0,0,,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11687,,,,,99,0,0,0,-9,-9,,-9,-9,,-9,-9,,-9,-9,,0,0,0,-9,-9,,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,,0,0,0,1,1,0,0,41.28620147705078,1707.6920166015625,0,,1,0,1,0,0,0,0,,41.4865608215332,42.23152160644531,1783.50146484375,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,,1,,1,0,0,,1,0,0,,1,,1,0,0,0,0,,1,0 -"9543","020308",1,2,2,1,,,,15,,1,1,2,2,3,2,3,1,2,2,2,1,1,31,2,1,1,,1,36,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,3,1,2,,2,,,2,4,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,4000,1,,2,,700,8,1,1,2,,,,,,,2,1,2,3,3,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,1,1,2,,,,,,,,,,,,,,,2,2,,,,,,,,,,,1,,,,1,5,1,,,,2,2,,,1,120,,,,12,5760,1,,1,5,1,1,2,1,,2,5,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,611,,12,7332,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,36,4,,,,28000,,28000,1,,,,,,,,,,,4,,,,38000,,38000,1,,,,,,,,,,,2,,2,,8,2,,2,3,,,,,1,5000,0,,,,,,,1,1,,1,2000,,,,,,,2,2,2,1,2,2,1,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,400,2,,,,,,,,,,,,,,,,,1000,400,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,1,4,2,2,1,2,2,,,,,,,,,,,,,,,,,,1,1,,,,,2,,,,1,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,69,98," <5:OTHER (SPECIFY)>:caribbean",1,,,,,,1984,1,"db","020308",4,3,1,3,2,1,38000,27999.998046875,400,400,0,0,0,0,0,0,0,0,0,66800,.85465407371521,1173.93017578125,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,31,41.53856658935547,36.269283294677734,3,0,0,1,0,0,1,0,0,1,4,1916.57763671875,958.288818359375,638.8591918945312,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,2,1,1,,,1.3333333730697632,0,,,,4,,,3,25000,1,1,1,0,0,0,0,1,5000,0,5000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,117,1,,,1,,3,.75,0,1,1,1,1,1,1,1,,1,0,0,1,2,0,0,0,,0,0,1,0,1,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11688,97,,,,98,0,0,0,0,0,0,0,0,0,400,400,20,0,0,0,0,0,0,400,400,20,0,0,0,0,0,0,0,0,0,2,28000,28000,167.33200073242188,38000,38000,194.93588256835938,38000,28000,38000,194.93588256835938,28000,167.33200073242188,1,1,1,0,1,1,0,0,1,0,0,0,31,961,1,1,0,1,0,0,2,1,,,41.4865608215332,41.53856658935547,1725.4525146484375,0,1,0,1,0,0,1,1,12,36,1,1,0,0,0,31,961,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020309",1,4,1,,,,,70,,9,1,2,2,3,2,2,2,2,2,2,2,5,85,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,4,1,1,2,1,1,1,2,2,2,4,4,5,4,1,5,1,,,,,,,,,,,,,,,,,,2,1,2000,1,,2,,2000,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,25,,4,2,2,2,1,2,,,,,,,,,,,,,,,,,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,1,,8,,,,1,8,0,,,,,,,1,2,,2,,,,,,,,2,1,2,1,2,2,2,2,,2,2,,,2,,,,,,,1,8,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,1," <1:Yes (Specify)>:golden age|senior citizen club",1,2,1,8,,,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,2,1,,2,16,5," <5:OTHER (SPECIFY)>:italy",,,,,,,1932,1,"db","020309",1,1,0,1,1,0,0,0,1255.917236328125,0,1879.131103515625,0,0,0,0,0,0,0,0,3135.04833984375,6.873870372772217,9441.765625,0,1,1,,1,2,5,0,0,0,0,1,0,0,0,1,1,0,0,0,85,,85,5,0,0,0,0,1,0,1,1,0,1,15073.36328125,15073.36328125,15073.36328125,0,3,0,1,0,0,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,,1,,0,,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,398,0,1,1,1,1,4,4,1,1,1,1,1,,,1,,,0,1,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11689,5,,,,5,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,1,0,0,0,0,0,85,7225,0,,1,0,0,0,0,0,0,,41.4865608215332,85,7225,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020613",1,1,1,,,,,41,,2,1,2,2,2,1,2,3,2,2,3,3,5,41,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,500,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,7,,1,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,667,,12,8004,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,7,40,,,4,,,,14000,,14000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,1,1500,0,,,,,,,1,1,,1,20000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,8,2,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,1,,2,60,1,,,,1,,1,,,1,"ma","020613",1,1,0,1,1,0,14000,0,0,0,0,0,0,0,0,0,0,0,0,14000,1.4163163900375366,1945.4146728515625,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,41,,41,3,0,0,1,0,0,0,1,1,0,1,6979.1064453125,6979.1064453125,6979.1064453125,1,2,1,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1500,0,1500,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,281,0,1,1,1,1,1,1,1,1,0,1,1,,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11693,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,14000,14000,118.32159423828125,0,0,0,14000,0,14000,118.32159423828125,0,0,0,0,,1,0,0,0,0,0,0,0,1,41,1681,1,,1,0,0,0,0,1,0,,41.4865608215332,41,1681,0,0,0,0,0,0,0,0,7,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020328",1,2,1,,,,,50,,1,1,2,1,2,2,8,2,2,2,2,5,5,54,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,30,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,0,6,1,1,2,2,1,1,2,,,2,,,9,,,,,,,,,1,100000,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,45,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,9,,,,,,,,1,8,9,2,,1,8,,,1,8,,1,32000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,3,2,1,2,1,1," <1:Yes (Specify)>:southern poverty law center, suffic coolition to prevent substance abuse",4,2,2,2,,,,,,,,,,,,,,,1,3,2,,,,,,,,,,,,,,,,,,,2,1,,7,48,1,,,,1,,1,,,1,"dc","020328",1,1,0,1,1,0,45120.578125,0,0,0,0,0,0,0,0,0,0,0,0,45120.578125,2.5468058586120605,3498.22509765625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,54,,54,4,0,0,0,1,0,0,1,1,0,1,4680.7060546875,4680.7060546875,4680.7060546875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,100000,,,1,,,,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,19,1,,,1,,1,1,1,1,1,1,1,,,1,,1,1,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11696,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,1,1,0,54,2916,1,,1,1,1,1,0,0,0,,41.4865608215332,54,2916,0,0,0,0,0,0,0,0,12,45,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020326",1,4,3,1,,,,15,,2,1,2,2,3,2,3,2,2,2,3,1,1,46,2,1,1,,1,46,1,5,,2,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,3,,,,,2,1,2,,,,1,3,2,,,,,,,,,,,,,1,1,2,,,,,1,1,2,,,,,,,,,,,2,2,,1,,2,,500,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,3,,3,3,2,2,1,1,1,1,,2,,,3,,,1400,,12,16800,1,,,300000,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,50,4,40,4,,,,22000,,22000,1,,,,,,,,,,,4,,,,5000,,5000,1,,,,,,,,,,,1,1,1,2,0,,,,,,,,,1,2000,0,,,,,,,8,,1,1,4000,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,8,1,2,,1,3,,2,1,2,1,,,,,,,,,,,,,,,,,,1,1,,,,,3,,,,1,1,3,1,2,2,2,2,,3,2,1,1,1,97,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:sensetive",1,2,,,,,,3,3,,,,,,,,,,,,,,,,,,,1,4,,3,55,97," <5:OTHER (SPECIFY)>:el savador",,,,,,,1986,2,"jd","020326",3,3,0,2,2,0,22000.001953125,5000,0,0,0,0,0,0,0,0,0,0,0,27000.001953125,1.2664872407913208,1739.61328125,1,1,0,1,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,46,46,46,4,0,0,0,1,0,1,0,1,0,3,4148.14404296875,2074.072021484375,1382.7147216796875,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,300000,,,1,2000,0,2000,0,1,1,1,0,1,11610,17415,0,46440,0,1,42400,350,0,1,0,0,1,3,1,1,1,1,1,1,1,,1,,1,0,0,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11700,32,,,,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,22000,22000,148.323974609375,5000,5000,70.71067810058594,22000,5000,22000,148.323974609375,5000,70.71067810058594,0,0,,1,1,1,0,0,1,0,0,0,46,2116,1,1,1,1,0,0,2,0,46,46,41.4865608215332,46,2116,0,0,0,0,0,0,0,0,12,50,0,0,0,0,1,46,2116,0,0,0,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020319",1,1,2,1,,,,4,,3,3,1,3,2,1,1,1,2,2,3,5,1,21,2,1,2,,1,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,1,,,1,7,,,,5,2,1,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,,,,,,,,,,,1,2,,300,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,0,6,1,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,500,,12,6000,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,98,98,,,,,,,,,,,,,,,,,,,1,200,,,,8,6400,1,,,,,,,,,,,2,,2,,8,8,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,1,2,,2,,,1,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,9,9,,2,2,2,2,,1,8,2,2,,,,,,,,,,,,,,,2,3,1,,,,,,,,,,,,,,,,,,,2,2,,2,99,2,,,,,,,,1998,1,"kp","020319",2,2,0,2,2,0,6400,0,0,0,0,0,0,0,0,0,0,0,0,6400,1.431820273399353,1966.7103271484375,1,1,0,3,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,21,36,28.5,2,0,1,0,0,0,1,0,1,0,3,4012.915283203125,2006.4576416015625,2006.4576416015625,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,1,0,,,11610,17415,1,46440,0,0,42400,156,0,0,1,1,1,1,.5,0,1,1,1,0,0,,0,,0,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11702,,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,6400,6400,80,6400,0,6400,80,0,0,0,0,1,0,1,1,0,0,1,0,0,0,21,441,0,1,0,1,1,0,2,1,36,36,41.4865608215332,36,1296,0,0,0,1,1,0,0,0,11,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020318",1,4,2,1,,,,6,,1,3,1,2,2,3,2,4,2,2,2,3,5,37,1,1,10,,2,37,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,1,2,,,,,,,2,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,,,,,,,2,2,,2,,,,,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,5,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,85,,12,1020,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,9,35,,,1,1200,,,,9,43200,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,8,,,,,,,,1,13000,12000,,,,,,,2,,2,2,,,,,,,,1,2,2,2,2,2,2,2,,2,2,,,2,4000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,1,4," <7:ANOTHER GROUP (SPECIFY)>:porchaguese",2,65,97," <5:OTHER (SPECIFY)>:brazil",,,,,,,1996,1,"ea","020319",2,2,0,1,1,0,43200,0,0,0,0,0,0,0,0,3999.999755859375,0,0,0,47200,1.140581727027893,1566.6728515625,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,37,,37,3,0,0,1,0,0,0,1,1,0,1,3663.876220703125,3663.876220703125,1831.9381103515625,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,13000,12000,1000,0,0,1,0,,0,8590,12885,0,34360,1,1,21000.001953125,428,1,,,0,,5,2.5,1,1,0,1,1,,,1,,1,1,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11706,24,,,,24,4000,4000,63.24555206298828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,43200,43200,207.84609985351562,0,0,0,43200,0,43200,207.84609985351562,0,0,0,0,,1,1,1,0,0,1,1,0,1,37,1369,1,,1,1,1,0,0,1,0,,41.4865608215332,37,1369,0,0,0,1,1,0,0,0,9,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020310",1,2,2,1,,,,7,,1,1,1,2,3,1,4,1,2,2,3,1,1,31,2,1,1,,1,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,2,9,,,,,2,9,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,5000,2,1,1,2,,,,,,,2,4,8,8,8,,,,,,,,,,,,1,4,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,1,2,2,,,2,,4,1,2,2,1,1,2,,,2,,,9,,,,,,,,,1,400000,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,50,12,50,1,100000,,,,12,4800000,9,99,,,,,,,,,,7,,,,,,,,,9,,,,,,,,,2,,2,,9,9,,,,,,,,1,10000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000,10000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,1,8,8,8,8,2,1,,4,71,1,,,,1,,1,,,1,"ddb","020310",3,2,1,3,2,1,45097.57421875,29660.875,0,10000,0,0,0,0,0,0,0,0,0,84758.453125,.9321386218070984,1280.36083984375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,31,30,30.5,2,0,1,0,0,0,1,0,0,1,4,1984.1573486328125,992.0786743164062,992.0786743164062,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,1,,,4,,,,,1,400000,,,1,10000,0,10000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,114,1,,,1,,4,1.3333333730697632,1,1,1,1,1,1,1,1,,1,0,0,1,2,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,1,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11712,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000,10000,100,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,1,1,,0,0,0,0,0,1,1,1,0,31,961,1,1,1,1,1,1,2,0,30,30,41.4865608215332,31,961,0,0,0,0,0,0,0,0,12,50,0,1,1,1,1,30,900,1,1,1,1,1,.1519336998462677,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020310",1,1,3,1,,,,31,,2,1,1,1,1,1,8,1,2,2,3,5,5,31,2,1,3,,1,50,1,3,,2,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,3,,,,,1,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,0,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,2,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,300,,12,3600,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,9,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,,9,9,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300,300,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,9,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,3,69,1,,,,3,,4,,,1,"cr","020413",3,3,0,1,1,0,99999.9921875,0,0,300.0000305175781,0,0,0,0,0,0,0,0,0,100299.9921875,2.243321657180786,3081.3671875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,31,,31,2,0,1,0,0,0,0,1,1,0,1,4532.880859375,4532.880859375,1510.9603271484375,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,234,1,,,1,,4,1.3333333730697632,1,1,1,1,1,,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11714,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,0,0,0,0,0,0,1,100000,100000,316.2277526855469,0,0,0,100000,0,100000,316.2277526855469,0,0,0,0,,1,0,0,0,0,1,0,0,0,31,961,1,,1,1,0,0,0,0,0,,41.4865608215332,31,961,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020310",1,4,2,1,,,,8,,2,2,2,3,3,3,2,2,2,2,1,1,1,26,2,1,1,,1,28,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,6,2,1,,1,,,0,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,0,2,7,,,,5,2,4,,,,,2,1,2,,,,,,,,,,,,,2,,,,,,,1,1,,,,,,1,,2,,,,,8,,2,,,,,,,2,2,,,,,,,2,2,2,2,3,,,,,,,,,,,,2,4,5,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,2,1,1,1,2,2,1,4,," <4:OTHER (SPECIFY)>:community center",2,,,4,,,,,,,,,2,2,,,,,,,,,,,,,,,,,1,,,,2,1,3," <7:SOMEONE OR SOMEWHERE ELSE ? (SPECIFY)>:wic",3,,,1,,6,6,2,8,1,6,3,1,2,3,,,1,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,825,,12,9900,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,2,1,,11,8,1,20,2,,600,,,11,13200,1,,,,,,,,,,,1,1000,,,,1,4000,2,1000,,,,,,,,,,2,,2,,500,,,,,,,,,2,,,,,,,,,1,2,,1,7700,,,,,,,2,2,2,2,2,2,1,2,,2,2,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3000,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,4,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,1,1,,,,,1,1,,,2,2,3,,2,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,6,72,7," <5:OTHER (SPECIFY)>:guyana",1,,,,,,1982,1,"ss","020312",4,2,2,4,2,2,13199.9990234375,999.9999389648438,0,435.4001159667969,0,0,0,0,0,0,0,0,0,14635.3994140625,.6563703417778015,901.5728759765625,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,26,28,27,2,0,1,0,0,0,1,0,0,1,4,1486.1168212890625,743.0584106445312,743.0584106445312,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,,,,,,,,,,,,3,,,3,500,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,17650,26475,1,70600,0,0,37000,9,0,1,0,1,1,3,.75,0,1,1,1,0,1,1,0,,1,0,1,1,2,0,0,0,1,1,1,0,1,1,1,2,1,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11716,7,,,,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,2,13200,13200,114.89125061035156,1000,1000,31.62277603149414,13200,1000,13200,114.89125061035156,1000,31.62277603149414,1,1,1,0,1,1,0,0,1,1,0,0,26,676,1,1,1,1,1,0,2,0,28,28,41.4865608215332,26,676,0,0,0,0,0,0,0,0,11,8,0,1,0,0,1,28,784,1,0,0,2,1,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020324",1,1,2,1,,,,32,,2,8,1,1,1,3,3,2,2,2,3,5,2,32,2,1,2,,1,48,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,9,1,1,,1,,,6,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,99,9,1,2,,,,1,98,,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,6,,,,,,,2,,,,,8,8,2,2,,,,,,,2,,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,2,2,,,,,,,,,2,0,2,2,1,2,,,,,2,,,,,98,,,,,,,,,,,,,,2,2,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,8,8,3,,,3,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,8,,,3,,,600,,3,1800,1,,8,,,,,,,,,,,,,,,1,5,2,,2,1,,1,1,,9,40,98,40,2,,250,,,9,4500,1,,,,,,,,,,,7,,,,,,,,,8,,,,,,,,,1,8,8,,8,8,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,8,2,2,2,2,2,2,2,2,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,2,2,,,,,,,,2,1,3,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,3,3,1,2,,,,,,,,,,,,2,3,1,3,2,1,4,,3,71,1,,,,4,,3,,,2,"jd","020324",4,2,2,4,2,2,4500,4318.8828125,0,0,0,0,0,0,0,0,0,0,0,8818.8828125,2.8446483612060547,3907.33349609375,1,1,9.5,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,32,48,40,3,0,0,1,0,0,1,0,0,1,4,13661.4287109375,6830.71435546875,6830.71435546875,1,2,1,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,,,,,,,,,,,,,,,3,,,,,0,0,0,0,0,0,0,0,0,0,1,0,,,17650,26475,1,70600,0,0,37000,39,0,1,1,1,1,4,1,1,1,1,1,0,0,1,0,,1,1,0,1,2,0,0,0,0,0,0,0,2,1,2,2,1,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11717,,,,,1,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4500,4500,67.08203887939453,-5,19612.009765625,140.0428924560547,4500,-5,4500,67.08203887939453,9043.8486328125,95.09915161132812,0,0,,1,0,0,0,0,0,0,0,0,32,1024,1,1,1,0,0,0,2,0,48,48,41.4865608215332,32,1024,0,0,0,0,0,0,0,0,9,40,0,1,1,1,1,48,2304,1,1,1,2,.1519336998462677,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0 -"9543","020308",1,2,4,1,,,,15,,2,1,1,1,1,3,8,2,2,2,3,1,1,43,2,1,1,,1,50,1,5,,2,21,1,5,,2,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,1,5,,5,,1,0,1,5,,5,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,3,1,4,,,,,1,7,,,,8,2,1,2,,,,,,,,,,,,,1,1,2,,,,,1,1,2,,,,,1,,4,,,,1,1,8,1,,2,,8,2,2,2,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,1,1,1,1,2,,,,,,98,,98,,98,,8,,,2,2,,,,,,2,1,5,,,2,1,5,,,,2,,1,,,,,,,,,,,,,,,1,4,4,2,2,1,,2,2,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,900,,12,10800,1,,2,,,,,,,,,,,,,,,1,1,1,3,1,1,,1,1,,12,50,6,40,4,,,,30000,,30000,1,,,,,,,,,,,8,,,,,,,,,2,,,,,1,1,,,2,,2,,8,8,,,,,,,,1,300,300,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,9,,2,2,2,2,,2,8,2,8,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,2,99,97," <5:OTHER (SPECIFY)>:St. Vinstent",1,,,,,,98,1,"ma","020308",12,4,8,4,2,2,30000,17500,0,0,0,0,0,0,0,0,0,0,0,47500,1.0126339197158813,1390.9271240234375,1,3,1,3,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,43,50,46.5,4,0,0,0,1,0,1,0,0,1,4,932.0975952148438,466.0487976074219,233.02439880371094,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,,1,1,1,,,1,0,,,,4,,,4,,,,,0,0,0,0,1,300,300,0,1,1,1,1,0,1,17650,26475,0,70600,0,1,37000,199,1,,,0,,4,.3333333432674408,0,1,1,1,1,1,1,1,,1,1,,1,2,0,0,0,1,0,1,1,0,1,0,2,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11729,68,,,,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,30000,30000,173.205078125,17500,17500,132.28756713867188,30000,17500,30000,173.205078125,17500,132.28756713867188,2,1,1,0,1,1,0,0,1,0,0,0,43,1849,1,1,1,1,0,0,2,0,50,50,41.4865608215332,43,1849,0,0,0,0,0,0,0,0,12,50,0,1,1,1,1,50,2500,1,1,1,2,1,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020703",1,1,2,1,,,,20,,2,1,2,2,1,3,3,2,2,2,2,5,5,20,2,1,3,,2,47,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,2,4,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,1,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,3,3,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,2,2,,,,,,,,,,,,,,,,2,1,5,,,,,1,,,2,,,,,,,,,,,,2,2,,,1,75,,,,3,900,2,100,2,,,1,2,2,,,4,,3,1,2,2,1,2,,,,,,,,,,,,,,,,1,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,1,,,,5,24,,,4,,,,5000,,5000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,1,8,2,,1,,8,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20000,800,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,35000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,6,82,1,,,,1,,11," <5:OTHER (SPECIFY)>:TRINADAD",,1,"SF","020703",3,2,1,2,1,1,5000,0,0,800,0,0,0,0,0,0,0,0,0,5800,1.2490559816360474,1715.670166015625,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,20,,20,1,1,0,0,0,0,0,1,0,1,2,1807.5479736328125,1807.5479736328125,903.7739868164062,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,,,,,1,,0,,0,0,0,0,1,1,1,0,,0,11610,17415,1,46440,0,0,42400,360,0,1,1,1,1,3,1,1,1,1,1,1,,1,1,,1,1,0,1,1,1,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,11734,,,,11,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,800,28.284271240234375,0,0,0,0,0,0,0,0,0,1,5000,5000,70.71067810058594,0,0,0,5000,0,5000,70.71067810058594,0,0,1,1,1,0,0,0,0,0,1,0,0,0,20,400,1,,1,1,0,0,0,0,0,,41.4865608215332,20,400,0,0,0,0,0,0,0,0,5,24,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020417",1,3,2,1,,,,25,,1,1,1,1,8,1,1,1,2,2,8,1,1,47,2,1,1,,1,49,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,9,2,1,,1,,,5,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,5,1,9,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,3,,,,2,1,8000,1,,2,,8,1,2,8,2,,,,,,,2,1,3,2,3,,,,,,,,,,,,2,4,1,1,,,,0,2,,1,1,1,1,20,4,3,2,2,2,1,4,,,,,2,0,2,2,2,2,,,30000,,2,1,2,2,1,2,2,,,,2,,,,,2,,,,,,,,,,,,,,1,,,2,,,,,,,,,,,,2,2,,,1,500,,,,12,24000,1,,2,,,8,2,2,,,0,1,7,1,2,2,1,2,,,,,,,,,,,,,,,,1,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,2,1,,1,1,,1,7,12,50,8,,,,,,,,,2,,,,,2,,1,,8,,,,,,,,,1,1,,,,,,,,2,,2,,8,2,,1,,1,,9,,1,8,0,,,,,,,1,1,,1,8,2,,1,2,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,1,1,1," <1:Yes (Specify)>:church-related",1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,1,55,1,,,,1,,1,,,1,"rm","020417",4,2,2,4,2,2,99999.9921875,5000,2660.87744140625,0,0,0,0,0,0,0,0,0,0,107660.8671875,1.0168784856796265,1396.75732421875,1,2,1,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,47,49,48,4,0,0,0,1,0,1,0,0,1,4,1204.6224365234375,602.3112182617188,602.3112182617188,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,1,1,1,2,1,,,1.3333333730697632,0,0,0,0,4,,,3,,,,,1,,0,,1,,0,,1,1,1,0,1,1,17650,26475,0,70600,1,1,37000,209,1,,,1,,7,1.75,1,1,1,1,1,1,1,1,1,1,,1,1,3,0,1,0,0,0,0,1,1,1,2,2,1,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11811,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5000,5000,70.71067810058594,100000,100000,316.2277526855469,100000,5000,100000,316.2277526855469,5000,70.71067810058594,1,1,,0,0,0,0,0,1,1,1,0,47,2209,1,1,0,1,1,1,2,1,49,49,41.4865608215332,49,2401,0,1,0,1,1,1,2,1,12,50,1,1,1,1,0,47,2209,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020316",1,3,1,,,,,6,,1,1,1,2,1,1,8,1,2,2,3,3,5,48,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,,,,,,,2,1,330,1,,2,,10,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,6,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,24000,,24000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,50,,,8,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,1,,1,5000,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,5000,5000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>:1fith ave persbeterian church",4,1,2,2,,,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,2,1,,1,54,1,,,,1,,1,,,1,"sj","020316",1,1,0,1,1,0,50363,0,2052.79052734375,5000,0,0,0,0,0,0,0,0,0,57415.7890625,2.5468058586120605,3498.22509765625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,48,,48,4,0,0,0,1,0,0,1,1,0,1,4680.7060546875,4680.7060546875,4680.7060546875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,201,1,,,1,,3,3,1,1,1,1,1,,,1,,1,1,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11812,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,5000,5000,70.71067810058594,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,1,1,0,48,2304,1,,1,1,1,1,0,0,0,,41.4865608215332,48,2304,0,1,0,0,0,0,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020306",1,3,2,1,,,,22,,1,1,1,1,1,1,1,1,2,2,3,1,1,51,1,1,1,,2,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,12,2,1,,101,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,12,2,11,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,,2,,1,,2,,8,2,2,1,2,2,2,2,2,2,2,2,,,,,2,3,3,3,3,3,1,2,2,3,1,3,1,1,,1,,,7,1,,1,1,1,6,10,3,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,20,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,40000,,40000,1,,1,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,50,12,50,4,,,,120000,,120000,1,,,,,,,,,,,4,,,,90000,,90000,1,,,,,,,,,,,1,2,8,,300000,,,,,,,,,1,2000,0,,,,,,,1,1,,1,10000,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,2000,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,1,1,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,1,2,2,2,1,,8,50,1,,,,1,,1,,,1,"ap","020306",3,2,1,3,2,1,100000.9921875,90000,100,0,0,0,0,0,0,0,0,0,0,190101,.4660693109035492,640.180419921875,1,2,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,51,50,50.5,4,0,0,0,1,0,1,0,0,1,4,1375.8841552734375,687.9420776367188,687.9420776367188,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,3,4,2,300000,1,1,1,0,0,0,0,1,2000,0,2000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,253,1,,,1,,5,1.6666666269302368,1,1,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,0,0,0,0,1,0,1,1,0,1,0,0,1,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11820,,,,,1,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,120000,120000,346.41015625,90000,90000,300,120000,90000,120000,346.41015625,90000,300,0,0,,0,0,0,0,0,1,1,1,1,51,2601,1,1,1,1,1,1,1,1,50,50,41.4865608215332,51,2601,0,1,0,1,1,1,1,0,12,50,0,1,1,1,0,50,2500,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020319",1,3,4,1,,,,18,,2,3,4,1,2,3,2,4,2,2,3,5,5,18,2,1,7,,2,19,1,9,,2,30,1,3,,2,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,18,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,5000,,5000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,650,150,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,2,1,,,,,,,,,,,,,,,,,,,1,4,,3,99,1,,,,1,,1,,,1,"jd","020319",4,4,0,1,1,0,5000,0,0,150,0,0,0,0,0,0,0,0,0,5150,2.590364933013916,3558.056640625,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,18,,18,1,1,0,0,0,0,0,1,1,0,1,4776.76611328125,4776.76611328125,1194.1915283203125,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,1,34360,0,0,21000.001953125,304,0,1,1,1,1,4,1,1,0,0,1,0,,,0,,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11824,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,150,12.247448921203613,0,0,0,0,0,0,0,0,0,1,5000,5000,70.71067810058594,0,0,0,5000,0,5000,70.71067810058594,0,0,0,0,,1,0,0,0,0,1,0,0,0,18,324,1,,1,1,0,0,0,0,0,,41.4865608215332,18,324,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020319",1,3,2,1,,,,40,,1,1,1,1,2,2,8,1,2,2,2,1,1,99,2,1,1,,1,99,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,3,,,,,,2,,,,,,,,,,,,,,1,6000,1,,2,,24000,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,18,,3,3,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,1,1,2,,1,1,,1,1,,12,80,12,60,8,,,,,,,,,1,8,,,,,,,,8,,,,,,,,,1,2,2,8,,,,,,2,,2,,8,2,,1,,8,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,8,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,3,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,9,,6,99,1,,,,97," <5:OTHER (SPECIFY)>:germany",97," <5:OTHER (SPECIFY)>:france",,1,"nr","020319",2,2,0,2,2,0,75826.4140625,34524.9296875,347.3548583984375,0,0,0,0,0,0,0,0,0,0,110698.6953125,1.6220712661743164,2228.0341796875,1,1,1,4,4,2,8,0,0,0,0,0,0,0,1,,,,,,41.3242301940918,41.53856658935547,41.431396484375,3,0,0,1,0,0,1,0,1,0,3,4032.274658203125,2016.1373291015625,2016.1373291015625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,236,1,,,0,,3,1.5,1,1,1,1,1,0,,0,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11827,,,36,35,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,0,0,0,0,0,0,1,1,1,0,41.28620147705078,1707.6920166015625,1,1,1,1,1,1,2,0,41.4865608215332,,41.4865608215332,42.23152160644531,1783.50146484375,0,1,0,0,0,0,0,0,12,80,0,1,1,1,1,41.53856658935547,1725.4525146484375,1,1,1,0,.1519336998462677,.1519336998462677,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020308",1,3,1,,,,,35,,2,2,3,3,8,2,8,2,2,2,8,3,5,57,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,14,2,5,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,1,2,,,,2,,,,,,,4,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,9,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,577,,12,6924,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,60,,,2,,618,,,12,14832,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,3,,,,,,,,,,,,,,,,,,,2,2,,6,45,1,,,,1,,1,,,1,"db","020310",2,1,1,1,1,0,14832,0,0,0,0,0,0,0,0,0,0,0,0,14832,3.382920742034912,4646.6904296875,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,57,,57,4,0,0,0,1,0,0,1,1,0,1,9213.8330078125,9213.8330078125,9213.8330078125,0,3,0,1,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,152,0,1,1,0,1,4,2,1,0,1,1,0,,,0,,1,,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11840,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,14832,14832,121.78669738769531,0,0,0,14832,0,14832,121.78669738769531,0,0,0,0,1,0,0,0,0,0,0,0,0,0,57,3249,1,,1,0,0,0,0,0,0,,41.4865608215332,57,3249,0,0,0,0,0,0,0,0,12,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020416",1,3,4,1,,,,25,,2,2,1,1,2,2,2,2,2,2,2,1,1,45,2,1,1,,1,48,1,5,,1,24,1,5,,2,22,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,12,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,12,2,1,2,,,,2,1,1,,,,2,4,2,,,,,,,,,,,,,1,4,,,,,,2,,,,,,,1,,4,,,,,,,2,,,,,2,2,2,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,2,2,4,4,1,1,4,0,,1,,,6,1,,2,2,1,0,10,4,4,2,2,2,2,2,0,,,,1,1,,,,,,,,,1,0,1,2,2,2,,,,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,1,,1,22,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,446,,12,5352,1,,1,,,,,,,,,,,,,,,1,3,2,,2,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,8,,,,,,,,,8,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,1,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,12,450,5400,1,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,1,1,1,4,,2,67,4,,1,,,,,,1975,2,"jd","020416",5,4,1,3,2,1,26053.646484375,0,0,0,0,0,0,0,0,0,0,5400.00048828125,0,31453.646484375,.8044736385345459,1105.003662109375,1,1,2,2,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,45,48,46.5,4,0,0,0,1,0,1,0,0,1,4,5594.34765625,2797.173828125,1398.5869140625,0,3,0,1,0,1,1,0,1,0,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,14630,21945,0,58520,0,1,46438.2578125,70,0,1,1,1,1,5,1,1,1,1,1,1,0,1,0,1,1,1,1,1,3,0,1,0,1,0,0,0,1,0,1,1,1,1,0,0,1,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11843,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5400,5400,73.48469543457031,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,1,1,0,0,0,0,0,0,45,2025,0,1,0,1,0,0,2,1,48,48,41.4865608215332,48,2304,0,0,0,1,0,0,1,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020414",1,3,2,1,,,,0,8,1,3,1,1,2,2,2,1,2,2,3,5,5,24,2,1,2,,1,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,," 25",,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,500,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,0,8,2,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,900,,8,7200,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,45,,,4,,,,32000,,32000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,50000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,1,2,2,1,2,2,1,2,,2,2,,,2,5000,2,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,8,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,77,1,,,,1,,1,,,1,"mm","020414",2,2,0,1,1,0,32000,0,91.82147979736328,500,0,0,0,0,0,5000,0,0,0,37591.8203125,3.6017274856567383,4947.2373046875,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,24,,24,1,1,0,0,0,0,0,1,1,0,1,5427.5068359375,5427.5068359375,2713.75341796875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,50000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,434,1,,,1,,2,1,1,1,1,1,1,,,1,,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11846,,,,,1,5000,5000,70.71067810058594,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,1,32000,32000,178.88543701171875,0,0,0,32000,0,32000,178.88543701171875,0,0,0,0,,0,0,0,0,0,1,1,1,0,24,576,1,,1,1,1,1,2,0,25,25,41.4865608215332,24,576,0,1,0,0,0,0,0,0,12,45,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020309",1,3,1,,,,,36,,1,1,2,2,2,3,2,1,1,2,2,3,5,36,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,1,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,8,,3,3,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,601,,12,7212,1,,1,,,,,,,,,,,,,,,2,,2,,2,1,,,,,12,35,,,4,,,,24000,,24000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,20000,,,,,,,,,1,8,0,,,,,,,2,,1,1,1800,,,,,,,2,2,2,1,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,3,2,1,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,2,,5,65,1,,,,1,,1,,,1,"ak","020309",1,1,0,1,1,0,23999.998046875,0,538.5767211914062,938.7979736328125,0,0,0,0,0,0,0,0,0,25477.373046875,1.793346881866455,2463.293701171875,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,36,,36,3,0,0,1,0,0,0,1,1,0,1,3026.841796875,3026.841796875,3026.841796875,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,20000,1,1,0,0,0,0,0,1,,0,,0,1,0,1,,1,8590,12885,0,34360,0,1,21000.001953125,326,1,,,0,,3,3,1,1,1,0,0,,,0,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11848,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,24000,24000,154.91932678222656,0,0,0,24000,0,24000,154.91932678222656,0,0,0,0,1,0,0,0,0,0,1,1,0,0,36,1296,1,,1,1,1,0,0,0,0,,41.4865608215332,36,1296,0,1,0,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020310",1,4,1,,,,,70,,2,1,1,2,2,2,1,2,2,2,8,2,9,39,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,6,5,,,," <6:another type of government program? {specify}>:throught the city",,,,,,,,,,,,,,2,,,1,,2,,100,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,45,,6,1,2,2,1,2,,,,,,,,,,,,,,,,,300000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,99,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,2,,1,,2,9,,,1,23000,0,,,,,,,1,1,,2,,,,,,,,2,1,1,1,2,2,2,2,,2,2,,,2,,,,,,,1,9,,,,,,9,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,2,2,1,9," <1:Yes (Specify)>:would not like that known",1,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,99,1,,,,1,,1,,,1,"kp","020310",1,1,0,1,1,0,0,0,1091.8218994140625,0,3504.15771484375,0,0,601.92822265625,0,0,0,0,0,5197.90771484375,2.5468058586120605,3498.22509765625,0,,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,39,,39,3,0,0,1,0,0,0,1,1,0,1,3749.658935546875,3749.658935546875,3749.658935546875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,300000,0,300000,1,23000,0,23000,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,92,0,1,1,1,1,6,6,1,1,1,1,1,,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11866,,,,,1,0,0,0,-5,995.5078735351562,31.55167007446289,-5,1241.30029296875,35.23208999633789,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,1,1,0,39,1521,0,,1,1,1,1,0,0,0,,41.4865608215332,39,1521,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543","020314",1,1,2,1,,,,16,,1,3,1,1,1,3,3,1,2,2,3,1,1,31,1,1,1,,2,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,2,4,,,,,2,7,,,,2,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,1000,2,2,1,2,,,,,,,2,1,1,3,3,,,,,,,,,,,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,2,2,,,,,,,,,,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,,,,2,2,,,1,250,,,,6,6000,1,,2,,,1,2,1,,2,2,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,17000,,17000,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,2,2,12,46,,,4,,,,29000,,29000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,8,2,,1,,2,1,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,2,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4," <7:ANOTHER GROUP (SPECIFY)>:puerto rico",2,70,97," <5:OTHER (SPECIFY)>:niaguarua",1,,,,,,1985,1,"ck","020314",3,2,1,3,2,1,29000.001953125,0,0,0,0,0,0,0,0,0,0,0,0,29000.001953125,.4256257116794586,584.628173828125,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,31,30,30.5,2,0,1,0,0,0,1,0,0,1,4,1272.00537109375,636.002685546875,636.002685546875,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,50000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,0,1,14630,21945,0,58520,0,1,46438.2578125,31,0,1,1,1,1,4,1.3333333730697632,1,1,1,1,1,1,1,1,,1,1,0,1,2,0,0,0,1,0,1,0,0,0,0,1,1,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11872,58,,,,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,29000,29000,170.2938690185547,0,0,0,29000,0,29000,170.2938690185547,0,0,1,1,,1,1,1,0,0,1,0,0,1,31,961,1,0,1,1,0,0,1,1,30,30,41.4865608215332,31,961,0,0,0,1,0,0,1,1,12,46,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,2,1,,,,,53,,2,3,2,3,1,2,4,2,1,2,3,3,5,53,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,2,2,,,,,,,3,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:group health insurance",,,,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,18,,1,2,2,1,1,2,,,,,,,,,,,,,,,,1,23000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,2,,25000,,,12,600000,2,25000,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,8,2,,1,,2,2,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,48,1,,,,1,,1,,,1,"cb","020307",1,1,0,1,1,0,24999.998046875,0,889.0639038085938,0,0,0,0,0,0,0,0,0,0,25889.0625,1.8564025163650513,2549.9052734375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,53,,53,4,0,0,0,1,0,0,1,1,0,1,5832.177734375,5832.177734375,5832.177734375,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,70000,1,1,1,1,23000,0,23000,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,267,1,,,1,,1,1,1,1,1,0,1,,,1,,1,1,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11877,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,25000,25000,158.11387634277344,0,0,0,25000,0,25000,158.11387634277344,0,0,0,0,,0,0,0,0,0,1,1,1,1,53,2809,1,,1,1,1,1,0,1,0,,41.4865608215332,53,2809,0,1,0,1,1,1,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,4,2,1,,,,45,,1,1,3,2,8,3,8,2,2,2,8,2,5,60,2,1,5,,2,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,3,,,,,,,,,,,,,,,,,,,,2,,1,,2,,1000,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,5,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,98,21,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,8,,2,,9,9,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,9,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,9,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,1,2,2,2,8,,2,2,2,2,,,,,,,,,,,,,,,3,8,2,,,,,,,,,,,,,,,,,,,2,1,,99,99,99,,,,,,,,1950,1,"ap","020307",2,2,0,1,1,0,32665.240234375,0,0,0,0,0,0,0,0,0,0,0,0,32665.240234375,3.6017274856567383,4947.2373046875,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,60,,60,4,0,0,0,1,0,0,1,1,0,1,6619.5185546875,6619.5185546875,3309.75927734375,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,12,1,,,0,,5,2.5,1,0,1,1,1,,,1,,1,,,0,4,0,0,1,,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11878,,,,,99,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,,0,0,0,1,1,1,0,60,3600,1,,1,1,1,1,0,0,0,,41.4865608215332,60,3600,0,0,0,0,0,0,0,0,11,21,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020404",1,1,2,1,,,,9,,1,3,3,1,2,3,2,3,2,2,8,5,5,30,1,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,4,2,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,1,2,,1,,2,,300,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,9,,3,3,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,98,,,,2,,,,,,,,,,,,,,,1,3,2,,1,1,,,,,1,40,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,9,9,,,,,,,,1,8,9,9,,,,,,1,2,,1,2000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,1,2,2,2,2,,2,1,2,2,,,,,,,,,,,,,,,2,2,3,,,,,,,,,,,,,,,,,,,1,4,,7,71,4,,,,,,,,1992,2,"jd","020404",1,1,0,1,1,0,6839.40185546875,0,0,0,0,0,0,0,0,0,0,0,0,6839.40185546875,1.1328920125961304,1556.1104736328125,0,1,2,,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,30,,30,2,0,1,0,0,0,0,1,1,0,1,4565.2421875,4565.2421875,4565.2421875,0,3,0,1,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,,,,1,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,437,0,1,0,0,0,3,3,1,0,0,1,1,,,1,,1,1,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11886,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,1,1,0,0,1,0,0,1,30,900,1,,1,1,0,0,0,1,0,,41.4865608215332,30,900,0,0,0,1,0,0,0,0,1,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020316",1,2,3,1,,,,18,,3,2,2,1,1,1,2,1,2,2,3,5,2,18,2,1,11,,1,22,1,12,,1,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,1,8,,,,,1,3,1,2,,,,,,,,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,50,1,,2,,150,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,2,,6,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1300,,12,15600,1,,2,,,,,,,,,,,,,,,1,2,2,,1,1,,1,1,,12,80,12,40,1,800,,,,12,38400,1,,,,,,,,,,,2,,650,,,12,15600,1,,,,,,,,,,,1,2,1,2,8,2,,2,1,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,1,4,,2,82,1,,,,1,,3,,,1,"mb","020316",3,3,0,2,2,0,38400,15600.0009765625,0,0,0,0,0,0,0,0,0,0,0,54000,1.081944465637207,1486.1302490234375,1,1,1,3,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,18,41.53856658935547,29.769283294677734,2,0,1,0,0,0,1,0,1,0,3,4065.6142578125,2032.80712890625,1355.2047119140625,1,2,1,0,0,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,344,1,,,1,,6,2,1,1,1,1,0,1,,0,,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11891,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,38400,38400,195.9591827392578,15600,15600,124.89996337890625,38400,15600,38400,195.9591827392578,15600,124.89996337890625,0,0,,1,0,0,0,0,1,0,0,0,18,324,1,1,1,1,0,0,0,0,41.4865608215332,,41.4865608215332,18,324,0,0,0,0,0,0,0,0,12,80,0,1,1,1,.3509513735771179,41.53856658935547,1725.4525146484375,0,0,0,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020316",1,4,3,1,,,,11,,3,3,2,2,3,2,3,2,2,2,2,5,5,19,2,1,3,,1,54,1,3,,2,48,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,1,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,40,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,7,,7,2,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 19",2,,1,2,1,1,,,,,3,30,,,4,,,,12000,,12000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,7000,,,,,,,,,1,3000,0,,,,,,,1,1,,1,800,,,,,,,2,2,2,1,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,600,300,,,,,,,4,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,2,,1,82,1,,,,1,,1,,,1,"tc","020316",3,3,0,1,1,0,12000,0,100,300.0000305175781,0,0,0,0,0,0,0,0,0,12400,1.6511658430099487,2267.99755859375,0,2,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,19,,19,1,1,0,0,0,0,0,1,1,0,1,2727.738525390625,2727.738525390625,909.2461547851562,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,7000,1,0,0,0,0,0,0,1,3000,0,3000,1,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,451,0,1,1,1,1,7,2.3333332538604736,1,1,1,1,1,,,1,,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11893,,,,,1,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,0,0,0,0,0,0,1,12000,12000,109.54450988769531,0,0,0,12000,0,12000,109.54450988769531,0,0,0,0,1,0,0,0,0,0,1,0,0,0,19,361,1,,1,1,0,0,0,0,0,,41.4865608215332,19,361,0,1,0,0,0,0,0,0,3,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020313",1,2,3,1,,,,9,,2,1,1,1,1,1,1,1,2,2,3,1,1,62,1,1,1,,2,51,1,5,,2,29,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,5," <9:OTHER (SPECIFY)>:GRSNDSON",5," <9:OTHER (SPECIFY)>:GRANDSON",2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,2,,2,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,119,1,,2,,1200,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,3,2,2,2,1,1,1,3," <7:or Someone else? (specify)>:TENANT",2,,,3,,,1100,,12,13200,1,,,235000,216000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,8,12,40,,,4,,,,29000,,29000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,8,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,1,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,10200,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,8,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,39,7," <5:OTHER (SPECIFY)>:GULYANA",,,,,,,1993,1,"NR","020313",4,3,1,2,2,0,29000.001953125,3560.84326171875,0,0,0,0,0,0,10200,0,0,0,0,42760.84375,1.8643606901168823,2560.83642578125,1,1,0,2,1,1,1,1,0,0,0,0,0,0,0,2,0,1,0,0,62,51,56.5,4,0,0,0,1,0,1,0,1,0,3,15180.6513671875,7590.32568359375,5060.21728515625,1,2,1,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,235000,216000,19000,0,0,0,0,1,1,1,1,0,1,11610,17415,0,46440,0,1,42400,310,1,,,1,,3,.75,0,1,1,1,1,1,,1,,1,1,1,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11895,7,,,,7,0,0,0,0,0,0,0,0,0,0,0,0,10200,10200,100.99504852294922,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,29000,29000,170.2938690185547,-9,-9,,29000,-9,29000,170.2938690185547,-9,,0,0,1,0,1,1,0,0,0,0,0,1,62,3844,1,,1,0,0,0,1,1,51,51,41.4865608215332,62,3844,0,1,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020312",1,4,1,,,,,70,,2,1,1,1,2,1,1,1,2,2,3,5,5,70,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,1,1,2,3,3,2,2,2,2,1,3,1,4,6,1,1,5,,,,,,,,,,,,,,,,,,2,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,41,,10,1,2,2,1,2,,,,,,,,,,,,,,,,,400000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5e+06,,,,,,,,,1,40000,0,,,,,,,1,1,,2,,,,,,,,2,1,2,1,1,2,2,2,,2,2,,,2,,,,,,,1,180000,2,,,,,,,,,,,15000,2,,,,,50000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,1,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,3,,,,,,,,,,,,,,,,,,,2,1,,3,31,1,,,,5," <5:OTHER (SPECIFY)>:italy",5," <5:OTHER (SPECIFY)>:italy",,1,"nr","020312",1,1,0,1,1,0,0,0,15000,0,100000.9921875,0,0,0,50000,0,0,0,0,165001,1.8564025163650513,2549.9052734375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,70,,70,5,0,0,0,0,1,0,1,1,0,1,6047.1513671875,6047.1513671875,6047.1513671875,1,1,0,0,0,0,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,5e+06,1,1,1,1,400000,0,400000,1,40000,0,40000,1,1,0,0,,0,8590,12885,0,34360,1,1,21000.001953125,199,1,,,1,,10,10,1,1,1,1,1,,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11899,,,5,5,1,0,0,0,180000,180000,424.2640686035156,0,0,0,15000,15000,122.4744873046875,50000,50000,223.60679626464844,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,1,1,1,70,4900,0,,1,1,1,1,0,1,0,,41.4865608215332,70,4900,0,1,1,1,1,1,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,5,3,1,,,,72,,1,1,1,2,1,1,1,1,2,2,3,1,1,72,1,1,1,,2,67,1,5,,2,55,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,12,2,5," <9:OTHER (SPECIFY)>:grandchild",5," <9:OTHER (SPECIFY)>:grandchild",2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,4,,,,,2,2,2,,3,3,2,2,2,2,1,2,1,6,6,1,5,6,,,," <6:another type of government program? {specify}>:ghi",1,5,6,,,," <6:another type of government program? {specify}>:ghi",,,,,,,2,,,1,,2,,3000,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,9,,5,1,2,2,1,2,,,,,,,,,,,,,,,,,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,2,4,,,,,1,8000,0,,,,,,,1,8,,2,,,,,,,,2,1,2,1,2,2,2,2,,2,2,,,2,,,,,,,3,15000,2,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,1," <1:Yes (Specify)>:american legion",4,1,2,2,,,,,,,,,,,,,,,2,3,1,,,,,,,,,,,,,,,,,,,2,1,,2,29,1,,,,5," <5:OTHER (SPECIFY)>:italy",5," <5:OTHER (SPECIFY)>:italy",,1,"nr","020310",4,3,1,2,2,0,0,0,1464.167236328125,0,15000,0,0,0,0,0,0,0,0,16464.16796875,3.8515264987945557,5290.3544921875,1,1,0,2,2,1,2,0,1,0,0,0,0,0,0,1,1,0,0,0,72,67,69.5,5,0,0,0,0,1,1,0,1,0,3,11925.380859375,5962.6904296875,3975.126953125,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,35000,1,1,1,1,,0,,1,8000,0,8000,1,1,0,0,0,0,11610,17415,1,46440,0,0,42400,135,0,1,1,1,1,5,1.25,1,1,1,1,1,1,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11904,,,5,5,1,0,0,0,15000,15000,122.4744873046875,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,0,0,1,72,5184,0,0,1,1,0,0,1,1,67,67,41.4865608215332,72,5184,0,1,1,1,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,2,2,1,,,,63,,4,2,4,3,4,2,8,8,2,2,8,4,5,88,2,1,5,,9,99,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,,,,,,,5,1,8,2,3,1,2,2,2,2,1,1,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,0,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,63,,4,1,2,1,1,2,,,,,,,,,,,,,,,,,9999999,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,1,,8,,,,1,4000,0,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,14,1,,,,10," <5:OTHER (SPECIFY)>:poland",10," <5:OTHER (SPECIFY)>:poland",,1,"kp","020316",2,2,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.076683044433594,8346.7705078125,0,2,1,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,88,,88,5,0,0,0,0,1,0,1,1,0,1,4443.78271484375,4443.78271484375,2221.891357421875,0,4,0,0,1,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,9999999,0,9999999,1,4000,0,4000,0,0,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,299,0,1,1,1,0,4,2,1,0,,1,1,,,1,,0,0,,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11905,,,10,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,0,0,0,88,7744,0,,1,1,0,0,0,0,0,,41.4865608215332,88,7744,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,4,1,,,,,72,,1,3,2,2,2,2,2,2,2,2,3,2,5,72,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,1,,,,2,,,,,,,2,1,2,3,2,2,2,2,2,2,3,3,4,5,1,1,2,5,,,,,,,,,,,,,,,,,,1,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,650,,12,7800,8,99,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,1,1,1,2,2,2,1,2,,2,2,,,2,350,1,12,4200,8,350,1,8,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,8,150,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,2,,,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,2,2,2,2,2,,1,8,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,29,1,,,,1,,1,,,1,"gb","020307",1,1,0,1,1,0,0,0,0,150,1729.150634765625,0,0,4303.271484375,0,349.9999694824219,0,0,0,6532.421875,3.9387917518615723,5410.2197265625,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,72,,72,5,0,0,0,0,1,0,1,1,0,1,5760.75390625,5760.75390625,5760.75390625,1,1,0,0,0,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,14,0,1,1,1,1,4,4,1,1,1,1,1,,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11922,,,,,1,350,350,18.70828628540039,-5,995.5078735351562,31.55167007446289,-5,1241.30029296875,35.23208999633789,0,0,0,0,0,0,0,0,0,150,150,12.247448921203613,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,0,0,0,72,5184,0,,1,1,0,0,0,0,0,,41.4865608215332,72,5184,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543","020307",1,4,2,1,,,,20,,2,1,1,1,2,3,2,2,2,2,2,5,5,20,1,1,4,,2,60,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,9,1,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,9,1,1,2,,,,1,,,,,,,2,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,,,1,2,,,,,,,2,,,,,1,3,3,3,2,2,2,2,1,1,1,1,4,1,,1,,,3,1,,2,2,1,4,3,3,4,1,2,2,2,3,0,,,,1,0,0,,,,,,,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,2,,,15,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,500,,5,2500,2,800,1,,,,,,,,,,,,,,,2,,2,,2,1,,,,,8,35,,,1,240,,,,7,6720,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,2,,1,,8,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,1,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1300,250,9,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,2,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,1,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,4,81,1,,,,1,,1,,,1,"TY","020307",3,2,1,2,1,1,6720.00048828125,0,0,249.99998474121094,0,0,0,0,0,0,0,0,26.99055290222168,6996.9912109375,.9000800848007202,1236.326171875,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,2,0,1,0,0,20,,20,1,1,0,0,0,0,0,1,0,1,2,5016.0087890625,5016.0087890625,2508.00439453125,1,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,0,1,1,1,2,2,1,0,0,0,0,,4,4,4,,,,,0,0,0,0,0,0,0,0,1,1,0,0,,0,11610,17415,1,46440,0,0,42400,248,0,1,1,1,1,5,1.6666666269302368,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,11932,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,250,15.81138801574707,0,0,0,0,0,0,0,0,0,1,6720,6720,81.9756088256836,0,0,0,6720,0,6720,81.9756088256836,0,0,0,0,1,0,0,0,0,0,0,0,0,1,20,400,1,,1,0,0,0,0,1,0,,41.4865608215332,20,400,0,0,0,0,0,0,1,0,8,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5 -"9543","020401",1,4,2,1,,,,15,,1,3,3,2,2,3,2,2,2,2,2,3,5,24,2,1,3,,2,42,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,1,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,2,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,900,,12,10800,1,,2,,,,,,,,,,,,,,,2,,2,,2,1,,,,,12,35,,,4,,,,30000,,30000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,2000,,,,,,,,,2,,,,,,,,,1,2,,1,5000,,,,,,,2,2,2,2,2,2,2,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4," <7:ANOTHER GROUP (SPECIFY)>:SOUTH AMERICAN",3,77,97," <5:OTHER (SPECIFY)>:VENEZUELA",,,,,,,1988,1,"ar","020403",2,2,0,1,1,0,30000,0,0,0,0,0,0,0,0,0,0,0,0,30000,1.5647685527801514,2149.32470703125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,24,,24,1,1,0,0,0,0,0,1,1,0,1,3082.5419921875,3082.5419921875,1541.27099609375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,2000,1,0,0,0,0,0,0,0,0,0,0,1,1,0,1,,1,8590,12885,0,34360,0,1,21000.001953125,200,1,,,1,,5,2.5,1,0,1,1,0,,,0,,1,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11940,82,,,,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,30000,30000,173.205078125,0,0,0,30000,0,30000,173.205078125,0,0,0,0,,1,1,1,0,0,1,1,0,0,24,576,1,,1,1,1,0,0,0,0,,41.4865608215332,24,576,0,0,0,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020402",1,4,1,,,,,10,,2,1,3,2,3,2,2,2,2,2,2,5,5,21,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,8,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,4,,,,,,,,,,,,1,,1,4,,,1,1,108,1,,2,,1500,2,2,2,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,3,4,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,2,2,,,,,,,,,,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,,,,2,2,,,1,75,,,,10,3000,1,,2,,,1,2,1,,2,3,,2,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,317,,12,3804,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,11000,,11000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,900,,,,,,,,,2,,,,,,,,,1,2,,1,4000,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,2000,300,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,1,3,2,2,1,2,2,,,,,,,,,,,,,,,,,,1,1,,,,,2,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,7,80,4,,1,,,,,,1992,1,"jd","020402",2,1,1,2,1,1,10999.9990234375,0,100,300.0000305175781,0,0,0,0,0,0,0,0,0,11399.9990234375,.5125567317008972,704.0343627929688,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,21,,21,1,1,0,0,0,0,0,1,0,1,2,884.4981079101562,884.4981079101562,884.4981079101562,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,,,,,,,,,,,,4,,,4,900,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,11610,17415,1,46440,0,0,42400,200,0,1,0,1,1,2,1,1,0,1,1,1,,1,1,,1,0,1,1,1,1,0,0,1,0,1,0,0,0,0,1,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,11945,,,,,4,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,0,0,0,0,0,0,1,11000,11000,104.8808822631836,0,0,0,11000,0,11000,104.8808822631836,0,0,1,1,,1,1,1,0,0,1,1,0,0,21,441,1,,1,1,1,0,0,0,0,,41.4865608215332,21,441,0,1,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020317",1,2,1,,,,,41,,3,1,2,2,2,2,3,2,2,2,2,4,5,41,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,7,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,7,2,8,,,,,1,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,8,1,,2,,300,2,1,2,1,,,,,,,2,,,,,1,2,3,3,3,2,2,2,1,1,1,1,2,3,,1,,,1,1,,2,2,1,0,6,4,4,2,2,2,2,3,2,7,," <3:Something Else? (SPECIFY)>:catholic sch",1,1,,,,,,,,,1,0,1,1,1,1,,,,,1,2,,,,,,,,,,,2,2,,,,,,1,,,2,,1,,,,2,,,2,,,2,2,,,1,150,,,,9,5400,1,,2,,,1,2,3,,,3,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,46,,,2,,40000,,,12,960000,2,30000,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,40000,,,,,,,,,2,,,,,,,,,1,1,,1,4000,,,,,,,2,2,2,2,2,2,2,2,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,1,3,2,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,1,4,,,,,,,,2,1,1,,,,1,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,60,1,,,,1,,1,,,1,"mb","020317",2,1,1,2,1,1,30000,0,0,0,0,0,0,0,0,0,0,0,0,30000,.8307514786720276,1141.09814453125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,41,,41,3,0,0,1,0,0,0,1,0,1,2,1228.266357421875,1228.266357421875,1228.266357421875,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,2,1,1,1,2,1.3333333730697632,0,0,0,0,,4,4,4,40000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,,1,11610,17415,0,46440,0,1,42400,247,0,1,0,1,1,5,2.5,1,1,1,1,1,,1,1,1,0,1,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,11957,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,30000,30000,173.205078125,0,0,0,30000,0,30000,173.205078125,0,0,0,0,1,0,0,0,0,0,1,1,0,0,41,1681,1,,1,1,1,0,0,0,0,,41.4865608215332,41,1681,0,0,0,0,0,0,0,0,12,46,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020306",1,2,1,,,,,49,,3,3,3,1,1,4,1,1,2,2,1,2,5,60,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,4,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:ssi",,,,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,5,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,156,,98,,,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,2,9,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,1,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,12,553,6636,1,,,,,,,,,,,,2,,2,,1,2,,2,,,9,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,8,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,2,,2,41,3,,,,,,,,1953,1,"gb","020306",1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,6636,0,6636,1.9430500268936157,2668.922119140625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,60,,60,4,0,0,0,1,0,0,1,1,0,1,6986.70068359375,6986.70068359375,6986.70068359375,0,3,0,1,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,40,0,,1,1,1,3,3,1,0,1,1,1,,,1,,0,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11962,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6636,6636,81.4616470336914,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,0,60,3600,0,,1,0,0,0,0,0,0,,41.4865608215332,60,3600,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020313",1,2,2,1,,,,6,,2,1,2,8,3,3,4,8,2,2,8,1,1,50,1,1,1,,2,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,12,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,12,1,11,,,,,2,11,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,8,8,2,2,2,2,2,2,2,2,2,2,,,,,3,3,3,2,3,3,1,2,4,4,1,2,1,3,,1,,,6,1,,2,2,1,0,5,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,2,,,6,,5,2,2,2,1,1,2,,,2,,,9,,,,,,,,,1,99,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,2,,8,,9,9,,,,,,,,1,8,9,9,,,,,,1,8,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,1,2,2,,2,1,2,2,,,,,,,,,,,,,,,2,1,2,1,8,,,,,,,,,,,,2,2,2,1,1,2,1,,4,99,97," <5:OTHER (SPECIFY)>:russia",1,,,,,,1996,1,"nr","020403",3,2,1,3,2,1,51902.234375,21465.755859375,2119.932373046875,0,0,0,0,0,0,0,0,0,0,75487.921875,.9321386218070984,1280.36083984375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,50,40,45,4,0,0,0,1,0,1,0,0,1,4,2751.768310546875,1375.8841552734375,1375.8841552734375,1,2,1,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,1,2,1,1,1.3333333730697632,0,0,0,0,,2,4,3,,,,,1,,,,1,,,,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,232,1,,,1,,5,1.6666666269302368,1,1,,1,1,1,1,1,1,1,0,0,1,3,0,1,0,1,0,0,0,1,0,1,1,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11966,66,,,,66,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,,0,1,1,0,0,1,1,1,1,50,2500,1,1,1,1,1,1,1,1,40,40,41.4865608215332,50,2500,0,1,0,1,1,1,1,0,12,40,0,1,1,1,0,40,1600,0,0,0,0,0,.1519336998462677,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020329",1,4,4,1,,,,35,,1,2,1,1,1,1,1,1,2,2,2,5,5,35,1,1,8,,2,60,1,12,,2,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,,,,,,,2,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,,,,,,,1,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,10,,6,1,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 10",2,,1,2,2,2,1,,,,8,40,,,4,,,,8000,,8000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6,127,762,1,,6,60,360,1,,2,,2,8,2,,,,,,,2,,2,,,,1,1,,,,2,,,,1,7,,," <7:or something else? (specify)>:wep",,,,,,,,,,,2,1,3,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,2,,7,54,2,,,,,,,,1977,1,"SF","020329",3,3,0,1,1,0,8000,0,0,0,0,762,359.9999694824219,0,0,0,0,0,0,8360,1.2035579681396484,1653.17529296875,0,2,0,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,35,,35,3,0,0,1,0,0,0,1,1,0,1,4175.4111328125,4175.4111328125,1391.8037109375,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,54,0,1,1,1,1,6,2,1,1,1,1,1,,,1,,1,1,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11977,,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,762,762,27.604347229003906,360,360,18.973665237426758,1,8000,8000,89.44271850585938,0,0,0,8000,0,8000,89.44271850585938,0,0,0,0,1,0,1,1,0,0,1,0,0,1,35,1225,1,,1,1,0,0,0,1,0,,41.4865608215332,35,1225,1,0,0,1,0,0,0,0,8,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020329",1,4,3,1,,,,8,,3,2,3,2,2,3,2,2,2,2,8,1,1,32,1,1,1,,2,28,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,6,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,6,2,1,2,,,,2,1,2,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,4,,,,,,1,,4,,,,2,2,,1,,2,,8,2,2,1,2,,,,,,,2,,,,,1,1,3,3,3,3,2,2,4,4,1,1,4,1,1,,,,1,1,,1,1,1,0,3,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,1,0,1,1,1,2,,,,,1,2,,,,,,,,,,,2,2,,,,,,2,2,,,,,,,,,,,2,2," no",,,,,,,,,,,,,,2,,,2,2,3,,,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,2,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,40,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,8,9,,,,,,,,2,,,,,,,,,1,2,,1,9,1,2,,,,,2,2,2,2,2,2,2,2,,2,2,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,9,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,1,2,2,2,,,,,,,,,,,,2,3,2,1,1,1,1,,2,70,6," <5:OTHER (SPECIFY)>:ecuador",1,,,,,,1989,2,"jd","020329",3,2,1,3,2,1,16246.3525390625,0,0,0,0,0,0,0,0,0,0,0,0,16246.3525390625,.7111620903015137,976.8333740234375,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,32,28,30,2,0,1,0,0,0,1,0,0,1,4,3426.596923828125,1713.2984619140625,1713.2984619140625,1,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,3,1,1,1,1,1.6666666269302368,1,0,0,0,,4,4,4,,,,,0,0,0,0,0,0,0,0,1,1,1,1,0,1,14630,21945,1,58520,0,0,46438.2578125,20,0,1,1,1,1,2,.6666666865348816,0,0,1,1,1,1,1,1,1,0,1,1,1,2,0,0,0,1,0,0,0,1,1,1,1,1,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,11983,6,,,,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,1,1,0,0,0,0,0,1,32,1024,1,0,1,0,0,0,1,1,28,28,41.4865608215332,32,1024,0,0,0,0,0,0,1,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020311",1,2,3,1,,,,35,,2,2,2,1,1,1,2,2,2,2,2,1,1,99,2,1,1,,1,99,1,4,,1,99,1,8,,2,99,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,1,,,2,3,,,,,2,3,1,2,,,,,,,,,,,,2,,,,,,,1,1,,,,,,,,,,,,,1,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,99,,99,2,2,2,1,9,9,,,9,,,9,,,,,,,,,,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,9,,1,1,,,,99,40,,,,,,,,,,,,,,,,,,,9,,,,,,,,,9,,,,,,,,,1,1,8,,8,8,,,,,,,,2,,,,,,,,,2,,8,2,,,,,,,,9,2,2,2,9,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,100,9,2,,2,,,9,9,,9,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,1,,1,99,99,,,,,,,,99,1,"rm","020311",4,4,0,2,2,0,38272.16796875,3134.23583984375,0,0,0,0,0,0,0,0,0,0,0,41406.40234375,4.447359561920166,6108.775390625,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,41.3242301940918,41.53856658935547,41.431396484375,3,0,0,1,0,0,1,0,1,0,3,7887.77001953125,3943.885009765625,1971.9425048828125,1,2,1,0,0,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,0,0,0,0,0,0,1,,,,11610,17415,0,46440,0,1,42400,334,0,,,1,1,,,,1,1,1,0,1,,0,,1,1,1,0,2,0,0,0,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,1,,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,11985,,,,,99,-9,-9,,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,-9,-9,,-5,19612.009765625,140.0428924560547,-5,-9,41729.015625,204.2768096923828,-9,,0,0,,0,,0,0,0,1,0,0,0,41.28620147705078,1707.6920166015625,,1,0,1,0,0,2,1,41.4865608215332,,41.4865608215332,41.53856658935547,1725.4525146484375,0,0,0,1,0,0,0,0,11,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,,0,0,0,0,0,0,0,0,0,0,,1,0,0,,1,0,0,0,0,0 -"9543","020307",1,2,3,1,,,,29,,4,2,3,2,3,2,3,3,2,1,8,3,5,54,2,1,5,,2,34,1,5,,2,28,2,7,,,,,7,,,,,7,,,,,7,,,,,,,,,,,,,,,,," all together 7 sisters and 5 brothers",1,,2,9,1,5,,,,2,0,1,5,,,,2,,,6,,,,,,,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,,1,,,2,,,,,,,5,1,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,1,8,0,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,," no",,,,,,,,,,,,,,,,,,,2,,,11,,5,1,1,2,1,1,1,1,,2,,,5,,,,,,,,,1,150000,99,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,8,,1,1,8,2,,1,1,2,,2,2,2,2,2,2,2,2,,2,1,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,,,,,,,12,9,,,99,,,,,,2,,2,300,2,,,,,,,1,2,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,9,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,2,1,,,,,,,,,,,,,,,,,,,2,2,,3,47,7," <5:OTHER (SPECIFY)>:guyana",,,,,,,98,1,"ak","020309",11,7,4,1,1,0,0,0,0,0,0,326.71661376953125,0,0,0,0,0,0,0,0,5.0443949699401855,6928.84716796875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,54,,54,4,0,0,0,1,0,0,1,1,0,1,10163.58984375,10163.58984375,1451.94140625,0,4,0,0,1,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,150000,,,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,275,0,1,0,1,0,5,.4545454680919647,0,0,0,0,0,,,0,,0,0,0,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,11992,7,,,,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,169.98902893066406,13.037983894348145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,0,1,0,0,0,54,2916,0,,1,1,0,0,0,0,0,,41.4865608215332,54,2916,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020313",1,4,1,,,,,80,,3,2,1,1,1,1,1,4,2,2,3,2,5,80,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,4,1,2,2,2,2,2,1,2,3,1,1,4,4,1,4,,,,,,,,,,,,,,,,,,,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,8,,2,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,735,,12,8820,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7,1,2,,,,,,,1,1000,0,,,,,,,1,2,,2,,,,,,,,1,2,1,2,2,2,2,2,,2,2,,,2,2000,2,,,,,,,,,,,,3500,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,1,2,2,2,,4,2,2,1,1,4,,,,,,,1,1,9,,,,,2,2,,,,,,,,,,,,,,,,,,,2,1,,3,21,1,,,,1,,97," <5:OTHER (SPECIFY)>:germany",,1,"ct","020313",1,1,0,1,1,0,0,0,0,0,0,0,0,3500,0,2000,0,0,0,5500,5.010460376739502,6882.2353515625,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,80,,80,5,0,0,0,0,1,0,1,1,0,1,15986.2939453125,15986.2939453125,15986.2939453125,0,3,0,1,0,0,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,0,0,0,0,1,1000,0,1000,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,453,0,1,1,1,1,2,2,1,1,0,1,1,,,1,,0,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12003,,,,36,1,2000,2000,44.72135925292969,0,0,0,3500,3500,59.160797119140625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,0,0,0,1,80,6400,0,,1,0,0,0,0,1,0,,41.4865608215332,80,6400,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020415",1,4,2,1,,,,6,,3,1,3,2,3,2,4,3,2,2,2,5,1,32,1,1,2,,2,33,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,9,1,1,,8,,,4,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,4,2,7,,,,1,2,7,,,,2,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,4800,1,,2,,600,8,2,2,2,,,,,,,2,2,3,3,3,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,1,0,2,2,2,2,,,7000,,2,1,1,1,2,1,2,,,,2,,,2,,,,1,,,,,1,,,,2,,,,,,,,1,,,,2,,,,,,2,2,,,4,,,,4300,,4300,1,,2,,,2,2,3,,,2,,7,1,2,2,1,1,2,,,2,,,3,,,1200,,12,14400,1,,,180000,150000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,40,12,40,4,,,,60000,,60000,1,,,,,,,,,,,4,,,,50000,,50000,1,,,,,,,,,,,1,1,2,,40000,,,,,,,,,1,20000,16000,,,,,,,1,2,,1,40000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3500,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,1," <1:Yes (Specify)>:masons",2,1,2,1,97,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:begcame more sensitive",1,2,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,2,,1,69,1,,,,97," <5:OTHER (SPECIFY)>:panama",97," <5:OTHER (SPECIFY)>:cuba",,1,"nr","020415",4,2,2,4,2,2,60000,50000,0,0,0,0,0,0,0,0,0,0,0,110000,.27007734775543213,370.9710693359375,1,2,0,4,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,32,33,32.5,2,0,1,0,0,0,1,0,0,1,4,838.739501953125,419.3697509765625,419.3697509765625,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,,1,1,1,,,1,0,,,,3,,,3,40000,1,1,1,1,180000,150000,30000,1,20000,16000,4000,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,67,1,,,1,,7,1.75,1,0,0,1,1,1,1,1,,0,0,0,1,2,0,0,0,0,0,0,1,1,1,1,2,1,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12005,,,61,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,60000,60000,244.948974609375,50000,50000,223.60679626464844,60000,50000,60000,244.948974609375,50000,223.60679626464844,1,1,1,0,0,0,0,0,1,1,0,1,32,1024,1,1,1,1,1,0,1,1,33,33,41.4865608215332,32,1024,0,0,0,1,1,0,2,1,12,40,0,1,1,1,0,33,1089,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020421",1,1,1,,,,,20,,2,1,2,2,3,2,3,1,2,2,2,5,5,40,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,2,,500,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,10,,6,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,60,,,4,,,,30000,,30000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,9,,,,,,,,1,12000,11000,,,,,,,1,2,,1,3000,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,52,1,,,,1,,1,,,1,"ep","020421",1,1,0,1,1,0,30000,0,246.0587921142578,0,0,0,0,0,0,0,0,0,0,30246.05859375,1.0757461786270142,1477.616455078125,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,2,0,1,0,0,40,,40,3,0,0,1,0,0,0,1,1,0,1,3481.53857421875,3481.53857421875,3481.53857421875,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,12000,11000,1000,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,307,1,,,1,,6,6,1,1,1,1,0,,,0,,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12011,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,30000,30000,173.205078125,0,0,0,30000,0,30000,173.205078125,0,0,0,0,1,0,0,0,0,0,1,1,1,1,40,1600,1,,1,1,1,1,0,1,0,,41.4865608215332,40,1600,0,1,0,1,1,1,0,0,12,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020313",1,1,2,1,,,,14,,2,3,1,1,1,1,4,1,2,2,3,1,1,38,2,1,1,,1,38,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,9,1,1,,1,,,4,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,9,1,7,,,,2,1,7,,,,2,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,2500,1,,2,,1000,8,1,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,1,1,1,1,4,0,,1,,,4,3,,1,1,1,3,12,4,4,2,2,2,2,2,0,,,,1,0,2,2,2,2,,,6000,,2,1,1,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,14,,6,2,2,2,1,2,,,,,,,,,,,,,,,,,180000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,9,,,,,,,,,1,9,,,,,,,,8,,,,,,,,,1,9,,,,,,,,1,1,1,1,250000,,,,,,,,,1,25000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,1000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,1,2,1," <1:Yes (Specify)>:THROGGS NECK HOMEOWNERS ASSN",1,2,2,2,,,,,,,,,,,,,,,1,2,2,2,2,,,,,,,,,,,,2,2,2,1,2,2,1,,2,63,1,,,,1,,1,,,1,"NR","020313",4,2,2,4,2,2,55286.45703125,28423.740234375,999.9999389648438,0,0,0,0,0,0,0,0,0,0,84710.1953125,.9321386218070984,1280.36083984375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,38,38,38,3,0,0,1,0,0,1,0,0,1,4,1906.7513427734375,953.3756713867188,953.3756713867188,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,250000,1,1,1,1,180000,0,180000,1,25000,0,25000,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,216,1,,,1,,6,1.5,1,1,1,1,1,1,1,1,1,1,1,0,1,2,0,0,0,0,0,0,1,1,1,1,2,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12012,,,,,1,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,1,1,,0,0,0,0,0,1,1,1,0,38,1444,1,1,1,1,1,1,2,0,38,38,41.4865608215332,38,1444,0,1,0,0,0,0,0,0,12,40,0,1,1,1,1,38,1444,1,1,1,2,1,.1519336998462677,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020309",1,4,1,,,,,30,,3,3,1,1,1,3,1,4,2,2,2,3,5,65,1,1,12,,1,85,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,1,2,,3,3,2,2,2,2,1,4,4,4,6,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,15,,4,1,2,1,2,,,,,,,,,,,,,,,,,,,,,1,2,,2,,,3,,,600,,12,7200,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,1,2,2,2,2,2,2,,1,1,,,2,,,,,,,1,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,12,9,,,99,12,9,,,99,,,,,,2,,2,,1,2,,2,,,2,2,,2,,,,1,2,5,,,,,,,3,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,3,34,97," <5:OTHER (SPECIFY)>:greece",,,,,,,1950,1,"db","020309",2,2,0,1,1,0,0,0,0,0,1974.7747802734375,399.7945556640625,0,0,0,0,0,2721.010986328125,0,4695.78564453125,7.0858612060546875,9732.951171875,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,65,,65,5,0,0,0,0,1,0,1,1,0,1,22608.029296875,22608.029296875,11304.0146484375,1,1,0,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,122,0,1,1,1,0,4,2,1,1,0,1,0,,,0,,0,1,1,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12024,38,,,,38,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,214.38082885742188,14.641749382019043,-5,169.98902893066406,13.037983894348145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,0,0,0,0,0,1,65,4225,0,,1,0,0,0,0,1,0,,41.4865608215332,65,4225,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0 -"9543","020311",1,2,2,1,,,,57,,1,1,1,1,1,1,2,1,2,2,2,1,1,57,1,1,1,,2,54,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,1,7,,,,1,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,2,,1,,2,,2000,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,6,,5,1,2,2,1,2,,,,,,,,,,,,,,,,1,160000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6000,,,,,,,,,1,2000,0,,,,,,,1,1,,1,1500,,,,,,,2,2,1,2,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,30000,2,,,,,,,,,,,,,,,,,,,,,,,300,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,8,1,,2,2,2,2,,3,1,2,1,8,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:depressed over what happened",1,2,,,,,1,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,44,1,,,,1,,1,,,1,"sj","020311",2,2,0,2,2,0,0,0,0,200,0,0,0,30000,0,0,0,0,0,30200,.982036292552948,1348.8990478515625,1,2,0,3,2,1,2,0,1,0,0,0,0,0,0,1,1,0,0,0,57,54,55.5,4,0,0,0,1,0,1,0,1,0,3,4695.44482421875,2347.722412109375,2347.722412109375,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,1,160000,0,160000,1,2000,0,2000,1,1,1,0,0,0,11610,17415,0,46440,0,1,42400,377,0,1,1,1,1,5,2.5,1,1,1,1,1,1,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12026,,,,,1,0,0,0,0,0,0,30000,30000,173.205078125,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,0,0,1,57,3249,0,0,1,1,0,0,1,1,54,54,41.4865608215332,57,3249,0,0,1,1,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,3,3,1,,,,1,,1,1,1,2,8,1,8,2,2,2,3,5,5,23,1,1,11,,1,23,1,11,,1,23,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,2,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,1,100,50,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,3,1,2,1,2,,,,,,,,,,,,,,,,,,,,,1,2,,2,,,3,,,1000,,12,12000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,27000,,27000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1500,,,,,,,,,2,,,,,,,,,1,8,,2,,,,,,,,2,2,2,1,1,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,139,2,,,,,,,,,,,5000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,78,1,,,,1,,1,,,1,"NR","020310",3,3,0,1,1,0,27000.001953125,0,100,999.9999389648438,0,0,0,0,139,0,0,0,0,28239.001953125,3.215383529663086,4416.5654296875,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,23,,23,1,1,0,0,0,0,0,1,1,0,1,8282.576171875,8282.576171875,2760.858642578125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,1500,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,44,1,,,1,,3,1,1,1,1,1,1,,,1,,1,,,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12114,,,,,1,0,0,0,0,0,0,0,0,0,100,100,10,139,139,11.789826393127441,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,1,27000,27000,164.3167724609375,0,0,0,27000,0,27000,164.3167724609375,0,0,0,0,,0,0,0,0,0,1,1,1,1,23,529,1,,1,1,1,1,0,1,0,,41.4865608215332,23,529,0,1,0,1,1,1,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020308",1,3,2,1,,,,22,,2,1,2,2,2,2,8,1,2,2,3,1,1,55,1,1,1,,2,48,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,15,1,1,,1,,,12,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,15,1,11,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,2000,1,,2,,4000,2,1,1,2,2,1,2,2,2,2,2,,,,,1,3,3,3,3,3,1,1,3,2,2,1,4,1,,1,,,10,2,,1,1,2,0,2,4,4,2,2,2,1,4,0,,,,2,0,2,1,2,2,,,35000,,1,0,1,2,2,2,,,,,1,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,2,2,,,3,,,100,,10,1000,2,7000,2,,,1,2,2,,,6,,3,1,2,2,1,1,2,,,2,,,3,,,1100,,12,13200,1,,1,25000,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,1,3,1,1,,1,1,,12,50,12,50,2,,1000,,,12,24000,9,10000,,,,,,,,,,7,,,,,,,,,9,,,,,,,,,2,,2,,9,9,,,,,,,,1,9,9,9,,,,,,9,,9,9,,,,,,,,9,9,9,9,9,9,9,9,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,9,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,9,2,2,2,2,,9,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,99,99,99,,1,,,,,,99,1,"ma","020308",4,2,2,4,2,2,10000,3623.099609375,0,0,0,0,0,0,0,0,0,0,0,13623.099609375,1.597951889038086,2194.904296875,1,3,5,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,55,48,51.5,4,0,0,0,1,0,1,0,0,1,4,1572.43896484375,786.219482421875,786.219482421875,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,3,4,,,,,1,25000,0,25000,1,,,,,,1,1,1,1,17650,26475,1,70600,0,0,37000,129,0,1,1,1,1,3,.75,0,1,1,1,1,1,1,1,1,1,1,,1,3,0,1,0,,0,0,0,1,0,1,1,1,1,0,0,1,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12120,,,,,99,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,0,0,0,0,0,0,0,0,0,2,10000,10000,100,-5,19612.009765625,140.0428924560547,10000,-5,10000,100,9043.8486328125,95.09915161132812,0,0,,0,,0,0,0,1,1,1,1,55,3025,1,1,1,1,1,1,1,1,48,48,41.4865608215332,55,3025,0,0,0,1,1,1,2,0,12,50,0,1,1,1,0,48,2304,0,0,0,0,0,.1519336998462677,0,1,,1,,1,0,0,,1,0,0,,1,,1,,1,,1,0,0,-9 -"9543","020310",1,3,5,1,,,,25,,3,3,3,2,3,3,3,4,2,2,1,5,2,25,2,1,1,,1,34,1,3,,2,50,1,3,,1,34,1,8,,2,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,3,,,2,2,,1,,,2,4,2,,,,,,,,,,,,,1,4,,,,,,1,1,,,,,,,,,,,,2,1,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,4,,5,4,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,600,,12,7200,1,,1,,,,,,,,,,,,,,,1,3,2,,1,2,1,1,1,,12,10,12,10,4,,,,72000,,72000,1,,,,,,,,,,,4,,,,36000,,36000,1,,,,,,,,,,,2,,2,,8,1,1,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,80000,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,2,75,1,,,,3,,3,,,1,"ddb","020310",5,5,0,2,2,0,72000,36000,0,0,0,0,0,0,0,0,0,0,0,108000,1.9620336294174194,2694.997314453125,1,1,2,2,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,25,34,29.5,2,0,1,0,0,0,1,0,1,0,3,13847.9462890625,6923.97314453125,2769.58935546875,0,3,0,1,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,250,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,11610,17415,0,46440,1,1,42400,312,1,,,0,,5,1,1,0,0,1,1,1,,1,,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12128,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,72000,72000,268.3281555175781,36000,36000,189.73666381835938,72000,36000,72000,268.3281555175781,36000,189.73666381835938,0,0,,1,0,0,0,0,0,0,0,0,25,625,1,1,1,0,0,0,2,0,34,34,41.4865608215332,25,625,0,0,0,0,0,0,0,0,12,10,0,1,0,0,1,34,1156,1,0,0,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020316",1,3,4,1,,,,19,,2,3,4,3,3,4,4,1,2,2,1,5,5,19,1,1,7,,2,24,1,3,,1,64,1,3,,2,55,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,1,,,,,,,5,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,1,2000,400,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,19,,4,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,300,,12,3600,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,11,25,,,2,,8000,,,11,176000,2,8000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,300,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,400,100,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,,2,45000,2,,,,,,,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,1," <1:Yes (Specify)>:salvation army",4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,7," <7:ANOTHER GROUP (SPECIFY)>:persian",8,83,1,,,,97," <5:OTHER (SPECIFY)>:iran",97," <5:OTHER (SPECIFY)>:iran",,1,"ka","020316",4,4,0,1,1,0,8000,0,0,100,0,0,0,0,0,0,0,0,0,8100,2.1812312602996826,2996.08154296875,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,4,0,0,0,1,19,,19,1,1,0,0,0,0,0,1,1,0,1,12660.0283203125,12660.0283203125,3165.007080078125,0,4,0,0,1,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,300,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,175,0,1,1,0,0,4,1,1,0,1,1,0,,,0,,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12131,,,47,47,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,1,8000,8000,89.44271850585938,0,0,0,8000,0,8000,89.44271850585938,0,0,0,0,,0,0,0,0,0,1,1,0,1,19,361,1,,1,1,1,0,0,1,0,,41.4865608215332,19,361,0,0,0,1,1,0,0,0,11,25,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020318",1,3,1,,,,,20,,1,1,1,2,2,2,8,1,2,2,3,5,5,40,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,3600,1,,2,,1000,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,5,,2,1,2,2,1,1,2,,,2,,,9,,,,,,,,,1,99,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,2,,,,,,,,,9,,9,2,,,,,,,,2,2,2,9,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,61,1,,,,1,,1,,,1,"jm","020318",1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.5468058586120605,3498.22509765625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,40,,40,3,0,0,1,0,0,0,1,1,0,1,4041.224853515625,4041.224853515625,4041.224853515625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,0,0,0,0,,,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,407,0,1,1,1,1,2,2,1,1,1,1,1,,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12138,,,,,1,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,1,1,0,40,1600,0,,1,1,1,1,0,0,0,,41.4865608215332,40,1600,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020313",1,3,3,1,,,,11,,3,2,2,3,3,4,2,1,2,2,1,1,1,26,2,1,1,,1,30,1,9,,1,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,9,1,1,,1,,,1,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,9,1,1,2,,,,2,1,2,,,,2,3,2,,,,,,,,,,,,,1,4,,,,,,2,,,,,,,1,,6,4,,,,,,1,,2,,80,2,2,1,2,,,,,,,2,,,,,1,2,1,3,2,2,1,1,4,4,1,1,4,3,,1,,,4,1,,1,1,1,0,10,4,4,2,2,2,2,3,0,,,,1,1,,,,,,,,,2,1,1,1,2,2,2,,,,1,1,2,1,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,2,,,2,2,,,1,40,,,,12,1920,2,8,2,,,2,2,1,,2,11,,4,4,1,1,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,600,,12,7200,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,8,40,12,40,4,,,,8000,,8000,1,,,,,,,,,,,4,,,,12000,,12000,1,,,,,,,,,,,1,1,1,1,8,1,1,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,1,2,,2,,2,2,1,2,1,,,,,,,,,,,,,,,,,,1,2,3,,,,,,,,2,2,5,,2,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,1,1,1,1,1,2,10,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:He's scared",1,2,,,,3,2,2,2,2,1,1,,2,75,8," <5:OTHER (SPECIFY)>:MEXICO",1,,,,,,1990,2,"ar","020313",5,3,2,4,2,2,12000,8000,0,0,0,0,0,0,0,0,0,0,0,20000,.8709921836853027,1196.371826171875,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,26,30,28,2,0,1,0,0,0,1,0,0,1,4,3627.29248046875,1813.646240234375,1209.0975341796875,1,2,1,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,2,3,1,2,2,2,1,0,0,0,,4,4,4,250,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,17650,26475,1,70600,0,0,37000,153,0,1,0,0,0,4,.800000011920929,0,1,1,1,1,0,1,0,1,0,0,1,1,2,0,0,0,1,0,1,0,1,0,1,2,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12146,8,,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8000,8000,89.44271850585938,12000,12000,109.54450988769531,12000,8000,12000,109.54450988769531,8000,89.44271850585938,1,1,,1,1,1,0,0,0,0,0,0,26,676,1,1,0,0,0,0,2,1,30,30,41.4865608215332,30,900,0,0,0,0,0,0,2,1,12,40,1,0,0,0,0,26,676,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020629",1,3,2,1,,,,3,,2,2,2,2,2,2,8,1,2,2,3,5,5,31,1,1,11,,1,27,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,100,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,2,2,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,800,,12,9600,1,,2,,1," 3",2,,2,,1,1,,,,,12,5,,,9,,,,,,,,,1,2,2,9,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,8,2,,2,8,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,3,,7,71,9," <5:OTHER (SPECIFY)>:china",,,,,,,1991,1,"ty","020629",2,2,0,1,1,0,30645.66015625,0,2549.044677734375,0,0,0,0,0,0,0,0,0,0,33194.703125,2.173482656478882,2985.438232421875,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,4,0,0,0,1,31,,31,2,0,1,0,0,0,0,1,1,0,1,9995.5458984375,9995.5458984375,4997.77294921875,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,355,1,,,1,,2,1,1,1,1,1,1,,,1,,1,1,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12149,9,,,,9,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,1,1,0,0,1,1,1,1,31,961,1,,1,1,1,1,0,1,0,,41.4865608215332,31,961,0,1,0,1,1,1,0,0,12,5,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020313",1,2,1,,,,,3,,1,3,1,2,2,1,8,1,2,2,3,5,5,29,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,1,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,1,10000,1400,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,1,,3,2,2,2,1,1,2,,,2,,,3,,,616,,12,7392,1,,1,160000,75000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,60,,,4,,,,16000,,16000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,25000,,,,,,,,,2,,,,,,,,,1,1,,1,3000,,,,,,,2,2,2,2,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,70000,14000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,2,1,,1,73,1,,,,1,,1,,,1,"nr","020313",1,1,0,1,1,0,15999.9990234375,0,0,14000,0,0,0,0,0,0,0,0,0,30000,2.4599897861480713,3378.976806640625,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,29,,29,2,0,1,0,0,0,0,1,1,0,1,4555.46875,4555.46875,4555.46875,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,25000,1,1,1,1,160000,75000,85000,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,413,1,,,1,,3,3,1,1,1,1,0,,,0,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12165,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14000,14000,118.32159423828125,0,0,0,0,0,0,0,0,0,1,16000,16000,126.49110412597656,0,0,0,16000,0,16000,126.49110412597656,0,0,0,0,,0,0,0,0,0,1,1,0,0,29,841,1,,1,1,1,0,0,0,0,,41.4865608215332,29,841,0,0,0,0,0,0,0,0,12,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,2,2,1,,,,6,,3,1,1,2,4,3,3,2,2,2,1,5,2,25,1,1,2,,2,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,13,2,2,,1,,,9,2,2,,1,,,1,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,9,2,7,,,,5,1,4,,,,,1,1,2,,,,,,,,,,,,,2,,,,,,,1,4,,,,,,1,,6,4,,,,,,2,,,,,,,1,2,,,,,,,2,,,,,1,3,1,3,3,1,1,1,3,4,2,2,1,7,,1,,,6,1,,1,2,1,0,10,4,4,2,2,2,3,2,0,,,,2,2,,,,,,,,,2,1,1,2,1,2,2,,,,1,2,,,,98,,,,,,,,,,,,,,1,,,2,,,,,,,,,2,,,2,1,1,,3,,,600,,6,3600,1,,2,,,1,1,1,,2,3,,4,3,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,1,,,,,,,,,,,,,,,1,3,2,,1,1,,2,2,1,12,8,3,13,4,,,,25000,,25000,1,,,,,,,,,,,4,,,,5000,,5000,1,,,,,,,,,,,2,,1,1,4000,,,,,,,,,2,,,,,,,,,1,2,,1,13000,,,,,,,2,2,2,2,2,2,1,2,1,1,1,1,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3000,600,,,,,,,1,,3,,,,12,600,7200,1,,12,200,2400,1,,6,300,1800,1,,2,,1,,2,,,,,,,1,2,2,,,,3,,,,,,,,,1,1,4,,,,,,,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,1,1,97,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:coping with things",2,1,2,,,1,2,1,2,2,2,2,,6,77,7," <5:OTHER (SPECIFY)>:guyana",1,,,,,,1994,1,"nr","020313",5,2,3,5,2,3,24999.998046875,5000,0,600,0,2400,1800,0,0,0,0,7200,0,39600,.7876443862915039,1081.887451171875,1,1,2,2,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,25,30,27.5,2,0,1,0,0,0,1,0,0,1,4,2012.9747314453125,1006.4873657226562,1006.4873657226562,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,3,1,1,3,1.6666666269302368,1,0,0,0,,4,3,3,4000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,20670,31005,0,82680,0,1,36847.08984375,7,1,,,0,,4,.800000011920929,0,1,1,1,0,1,1,0,0,0,0,0,1,2,0,0,0,1,0,1,0,1,0,1,2,1,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12178,7,,,,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,600,24.494897842407227,7200,7200,84.85281372070312,2400,2400,48.98979568481445,1800,1800,42.42640686035156,2,25000,25000,158.11387634277344,5000,5000,70.71067810058594,25000,5000,25000,158.11387634277344,5000,70.71067810058594,1,1,1,0,1,1,0,0,1,1,0,1,25,625,1,1,1,1,1,0,1,1,30,30,41.4865608215332,25,625,1,0,0,1,1,0,3,1,12,8,0,1,0,0,0,30,900,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020309",1,2,3,1,,,,18,,1,1,3,2,3,8,4,2,1,2,1,5,5,18,2,1,3,,1,98,1,3,,2,98,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,5,1,7,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,7,,,,5,1,,,,,,,3,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:blue cross",,,,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,6,,6,1,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 6 years",2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12000,,,,,,,,,2,,,,,,,,,1,8,,2,,,,,,,,2,2,2,2,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4000,9000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,5,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,3,83,1,,,,11," <5:OTHER (SPECIFY)>:trinidad",97," <5:OTHER (SPECIFY)>:england",,1,"rm","020309",4,3,1,1,1,0,0,0,0,9000,0,0,0,0,0,0,0,0,0,9000,1.9164421558380127,2632.3740234375,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,18,,18,1,1,0,0,0,0,0,1,1,0,1,3775.328125,3775.328125,1258.4427490234375,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,12000,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,345,0,1,,1,1,6,1.5,1,0,1,0,1,,,1,,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12189,,,11,33,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,9000,94.86833190917969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,1,1,0,0,18,324,0,,1,1,1,0,0,0,0,,41.4865608215332,18,324,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020313",1,4,1,,,,,50,,1,1,2,1,2,2,8,2,2,2,1,5,5,41,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,7,,3,1,2,2,1,2,,,,,,,,,,,,,,,,1,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,50,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,7,9,,,,,,,,2,,,,,,,,,9,,9,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,61,1,,,,1,,1,,,1,"jm","020313",1,1,0,1,1,0,44250.5859375,0,505.173583984375,652.9859008789062,0,0,0,0,0,0,0,0,0,45408.74609375,2.8710405826568604,3943.585205078125,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,1,1,0,0,0,41,,41,3,0,0,1,0,0,0,1,1,0,1,6973.16650390625,6973.16650390625,6973.16650390625,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,,0,0,0,0,,,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,95,1,,,1,,3,3,1,1,1,1,1,,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12190,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,0,0,1,41,1681,1,,1,1,0,0,0,1,0,,41.4865608215332,41,1681,0,1,0,1,0,0,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020310",1,5,2,1,,,,57,,1,1,1,1,2,1,2,2,2,2,3,1,1,57,2,1,1,,1,59,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,11,,,,,2,5,1,2,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,8,1,,2,,8,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,31,,6,1,2,2,1,2,,,,,,,,,,,,,,,,,500000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,98,,,,,,,,,,,,,,,,,,,8,,,,,,,,,1,2,8,,,,,,,8,,2,,8,2,,8,,,,,,1,32000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,4,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,1,,2,45,1,,,,1,,1,,,1,"nr","020310",2,2,0,2,2,0,53267.11328125,0,1322.1492919921875,0,0,0,0,0,0,0,0,0,0,54589.26171875,2.0333871841430664,2793.0068359375,1,1,0,4,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,57,59,58,4,0,0,0,1,0,1,0,1,0,3,5895.59423828125,2947.797119140625,2947.797119140625,0,4,0,0,1,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,500000,0,500000,1,32000,0,32000,1,1,1,0,,,11610,17415,0,46440,1,1,42400,184,1,,,1,,6,3,1,1,1,1,1,1,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12193,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,0,0,0,57,3249,0,1,0,1,1,1,2,1,59,59,41.4865608215332,59,3481,0,1,0,1,1,1,0,0,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020421",1,4,1,,,,,90,,1,3,1,8,2,1,1,1,2,2,3,2,5,89,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,1,,,,,,,2,2,,3,3,1,2,2,2,1,8,2,5,6,1,2,1,,,,,,,,,,,,,,,,,,2,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,56,,8,1,2,2,1,2,,,,,,,,,,,,,,,,,175000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,1,,1,,3,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,1,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,1,2,2,1," <1:Yes (Specify)>:Green Peace",1,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,12,1,,,,1,,1,,,1,"ep","020421",1,1,0,1,1,0,0,0,0,0,0,0,0,305.5596008300781,0,0,0,0,0,305.5596008300781,1.8564025163650513,2549.9052734375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,89,,89,5,0,0,0,0,1,0,1,1,0,1,6047.1513671875,6047.1513671875,6047.1513671875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,500000,1,1,1,1,175000,0,175000,0,0,0,0,0,0,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,159,0,1,1,1,1,8,8,1,1,1,1,1,,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12195,,,,,1,0,0,0,0,0,0,-5,1241.30029296875,35.23208999633789,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,1,1,1,89,7921,0,,1,1,1,1,0,1,0,,41.4865608215332,89,7921,0,0,1,1,1,1,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543","020328",1,4,1,,,,,31,,1,3,2,1,3,2,1,2,2,2,3,5,5,31,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,4,2,7,,,,1,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,300,1,,2,,8,8,2,2,2,,,,,,,2,2,2,3,3,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,1,1,2,,,,,,,,,,,,,,,2,2,,,,,,1,,,2,,1,,,,2,,1,,,,2,2,,,4,,,,7000,,7000,1,,2,,,1,2,3,,,1,,2,1,2,2,1,1,2,,,2,,,4,,,,30000,,30000,1,,,550000,380000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,60000,,60000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,8,2,,1,,1,,2,,1,7000,0,,,,,,,1,1,,1,6000,,,,,,,2,2,2,2,1,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,14000,2,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,70,1,,,,97," <5:OTHER (SPECIFY)>:COLUMBIA",1,,,1,"SF","020411",2,1,1,2,1,1,60000,0,0,565.58984375,0,0,0,0,14000,0,0,0,0,74565.59375,.5125567317008972,704.0343627929688,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,31,,31,2,0,1,0,0,0,0,1,0,1,2,969.184326171875,969.184326171875,969.184326171875,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,,2,1,1,,,1.3333333730697632,0,,,,3,,,4,375000,1,1,1,1,550000,380000,170000,1,7000,0,7000,1,1,1,1,,1,11610,17415,0,46440,1,1,42400,50,1,,,1,,2,1,1,1,1,1,1,,1,1,,1,0,1,1,2,0,0,0,0,0,0,1,0,1,0,1,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,12196,,,28,,1,0,0,0,0,0,0,0,0,0,0,0,0,14000,14000,118.32159423828125,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,60000,60000,244.948974609375,0,0,0,60000,0,60000,244.948974609375,0,0,1,1,,1,0,0,0,0,1,1,0,0,31,961,1,,1,1,1,0,0,0,0,,41.4865608215332,31,961,0,1,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020309",1,1,3,1,,,,5,,2,1,2,2,3,4,4,4,2,2,1,5,5,20,1,1,3,,2,37,1,3,,1,46,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,15,1,7,,,,2,6,1,7,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,1,2,,,,2,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,4,2,2,1,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,500,,5,2500,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,25,,,1,250,,,,9,9000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,2,,2,1,,,,,2,,,,,,,,,8,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,8,2,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,8,,,,,,,,,,2,2,5,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,1,4,,1,81,4,,,,,,,,1996,1,"NR","020310",5,3,2,1,1,0,9000,0,0,0,0,0,0,0,0,0,0,0,0,9000,2.453131914138794,3369.556884765625,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,20,,20,1,1,0,0,0,0,0,1,1,0,1,11479.763671875,11479.763671875,3826.587890625,1,1,0,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,410,0,1,0,1,0,4,.800000011920929,0,1,0,1,0,,,0,,1,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12198,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,9000,9000,94.86833190917969,0,0,0,9000,0,9000,94.86833190917969,0,0,0,0,,1,1,1,0,0,0,0,0,1,20,400,1,,1,0,0,0,0,1,0,,41.4865608215332,20,400,0,0,0,0,0,0,0,0,12,25,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,4,2,1,,,,10,,1,1,1,2,2,2,2,1,2,2,3,1,1,32,1,1,1,,2,28,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,11,,,,,1,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,,1,200,1,,2,,200,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,0,6,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,15000,,15000,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,50,12,50,4,,,,48000,,48000,1,,,,,,,,,,,4,,,,48000,,48000,1,,,,,,,,,,,2,,2,,150000,,,,,,,,,2,,,,,,,,,1,1,,1,12000,,,,,,,2,2,2,1,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,1000,2,,,,,,,,,,,,,,,,,25000,0,,,,,,,5,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,1," <1:Yes (Specify)>:church",3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,69,1,,,,1,,1,,,1,"wc","020307",2,2,0,2,2,0,48000,48000,999.9999389648438,0,0,0,0,0,0,0,0,0,0,97000,2.0333871841430664,2793.0068359375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,32,28,30,2,0,1,0,0,0,1,0,1,0,3,6092.46044921875,3046.230224609375,3046.230224609375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,150000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,8,1,,,1,,3,1.5,1,1,1,1,1,1,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12207,,,,,1,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,48000,48000,219.08901977539062,48000,48000,219.08901977539062,48000,48000,48000,219.08901977539062,48000,219.08901977539062,0,0,,0,0,0,0,0,1,1,1,1,32,1024,1,1,1,1,1,1,1,1,28,28,41.4865608215332,32,1024,0,1,0,1,1,1,0,0,12,50,0,1,1,1,0,28,784,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020319",1,1,2,1,,,,40,,3,3,1,3,2,1,1,2,2,2,3,3,5,40,2,1,5,,2,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,99,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,99,1,4,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:blue cross, blue shield, ghi",,,,,,,,1,,7,,," <7:or another type of government program? {specify}>:ghi, blue cros and blue shield",2,,,2,,,,,2,2,2,2,,,,,,,2,,,,,,,,,,,,,,,,1,1,98,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,804,,5,4020,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,2,,4000,,,12,96000,2,46000,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,8,8,,,,,,,,1,50000,20000,,,,,,,1,2,,2,,,,,,,,2,2,2,1,1,1,1,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,8,,,,,,8,,,,,,600,2,,,,,10000,10000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,1,2,1,97,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:asthma",1,1,9,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,2,,6,61,1,,,,1,,1,,,1,"ss","020319",3,2,1,2,1,1,46000,0,2539.908203125,10000,0,0,0,0,0,0,600,0,0,59139.90625,1.2490559816360474,1715.670166015625,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,40,,40,3,0,0,1,0,0,0,1,0,1,2,1903.3447265625,1903.3447265625,951.67236328125,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,,,,,,,,,,,,,,,4,,,,,0,0,0,0,1,50000,20000,30000,1,1,1,1,,1,11610,17415,0,46440,1,1,42400,140,1,,,1,,4,1.3333333730697632,1,1,1,1,1,,1,1,,0,1,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,12210,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,-5,907.7564086914062,30.128995895385742,600,600,24.494897842407227,10000,10000,100,0,0,0,0,0,0,0,0,0,1,46000,46000,214.47610473632812,0,0,0,46000,0,46000,214.47610473632812,0,0,0,0,1,0,0,0,0,0,1,0,0,0,40,1600,1,,1,1,0,0,0,0,0,,41.4865608215332,40,1600,0,1,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 -"9543","020322",1,5,1,,,,,27,,1,1,1,1,1,1,1,1,2,2,3,1,1,27,2,1,1,,1,31,1,4,,2,77,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,2,10,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,90,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,27,,7,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,500,,12,6000,1,,2,,,,,,,,,,,,,,,1,2,1,2,1,1,,1,1,,11,40,12,40,4,,,,37000,,37000,1,,,,,,,,,,,3,,,57000,,12,684000,2,54000,,,,,,,,,,1,1,8,,25000,,,,,,,,,1,30000,8,1,2,,,,,1,1,,1,12000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9000,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,1,2,1,,,,,,,,,,,,,,,,,,,2,1,,2,74,1,,,,1,,1,,,1,"ea","020322",3,3,0,2,2,0,54000,37000,0,0,0,0,0,0,0,0,0,0,0,91000,2.7167789936065674,3731.695556640625,1,2,1,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,27,31,29,2,0,1,0,0,0,1,0,1,0,3,3266.4619140625,1633.23095703125,1088.8206787109375,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,25000,1,1,1,0,0,0,0,1,30000,1250,28750,1,1,1,0,1,1,11610,17415,0,46440,1,1,42400,304,1,,,1,,7,2.3333332538604736,1,1,1,1,1,1,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12212,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,37000,37000,192.3538360595703,54000,54000,232.37899780273438,54000,37000,54000,232.37899780273438,37000,192.3538360595703,0,0,,0,0,0,0,0,1,1,1,0,27,729,1,1,0,1,1,1,2,1,31,31,41.4865608215332,31,961,0,0,0,1,1,1,0,0,12,40,1,1,1,1,0,27,729,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,2,2,1,,,,40,,1,1,2,2,2,2,1,2,2,2,1,1,1,68,1,1,1,,2,65,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,6,,,,,2,3,2,,3,2,2,2,2,2,3,5,8,6,6,1,3,,,,,,1,3,,,,,,,,,,,,2,1,40,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,35,,5,2,2,2,1,1,2,,,2,,,9,,,,,,,,,,99,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,3,1,1,,2,2,2,10,30,,,9,,,,,,,,,1,2,9,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,1,9,2,,9,,,,,,1,15000,8000,,,,,,,2,,1,1,8,1,9,,,,,2,1,2,1,2,2,2,2,,2,2,,,2,,,,,,,3,18000,2,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,2,,1,33,11," <5:OTHER (SPECIFY)>:trinidad",,,,,,,1962,1,"agh","020413",2,2,0,2,2,0,31834.943359375,0,2315.02685546875,0,18000,0,0,0,0,0,0,0,0,52149.96875,.39276835322380066,539.4962158203125,1,3,0,3,4,1,4,0,0,0,1,0,0,0,0,2,0,1,0,0,68,65,66.5,5,0,0,0,0,1,1,0,1,0,3,1620.491455078125,810.2457275390625,810.2457275390625,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,1,15000,8000,7000,0,1,1,0,0,0,11610,17415,0,46440,1,1,42400,331,1,,,1,,5,2.5,1,1,1,1,1,1,,1,,1,1,1,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12213,11,,,,11,0,0,0,18000,18000,134.16407775878906,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,1,0,1,1,0,0,1,1,1,1,68,4624,1,0,1,1,1,1,1,1,65,65,41.4865608215332,68,4624,0,1,1,1,1,1,0,0,10,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020319",1,4,2,1,,,,15,,1,1,2,2,1,4,2,2,2,2,1,1,1,54,1,1,1,,2,24,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,7,,,,1,1,3,2,,,,,,,,,,,,,1,1,,,,,,1,3,,,,,,,,,,,,2,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,7,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,635,,12,7620,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,50,5,26,4,,,,50000,,50000,1,,,,,,,,,,,8,,,,,,,,,8,,,,,,,,,2,,2,,5000,,,,,,,,,1,10000,20000,,,,,,,2,,1,8,,,,,,,,2,2,2,2,2,2,2,2,2,2,1,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,98,,,,99,,,,,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,1,2,2,,2,2,2,2,,3,2,1,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,2,1,,2,48,10," <5:OTHER (SPECIFY)>:poland",,,,,,,1987,1,"ty","020323",2,2,0,2,2,0,50000,14452.1181640625,0,0,0,39.644351959228516,0,0,0,0,0,0,0,64452.1171875,2.0333871841430664,2793.0068359375,1,1,0,3,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,54,24,39,3,0,0,1,0,0,1,0,1,0,3,5854.7822265625,2927.39111328125,2927.39111328125,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,5000,1,0,0,0,0,0,0,1,10000,20000,-10000,0,1,1,1,0,1,11610,17415,0,46440,1,1,42400,227,1,,,1,,3,1.5,1,1,1,1,1,1,,1,,1,1,1,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12214,10,,,,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,169.98902893066406,13.037983894348145,0,0,0,2,50000,50000,223.60679626464844,-5,19612.009765625,140.0428924560547,50000,-5,50000,223.60679626464844,9043.8486328125,95.09915161132812,0,0,,0,1,1,0,0,1,1,1,1,54,2916,1,1,1,1,1,1,1,1,24,24,41.4865608215332,54,2916,0,0,0,1,1,1,0,0,12,50,0,1,1,1,0,24,576,0,0,0,0,0,.1519336998462677,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020308",1,1,2,1,,,,22,,1,3,1,1,1,1,1,1,2,2,2,1,1,38,2,1,1,,1,52,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,2,1,,1,,,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,2,2,11,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,115,1,,2,,1000,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,2,3,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,1,1,2,2,,,,,,,98,,2,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,,,,2,2,,,4,,,,2000,,2000,2,400,2,,,1,2,1,,2,2,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,15000,,15000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,35,12,40,9,,,,,,,,,1,1,,,,,,,,9,,,,,,,,,9,,,,,,,,,2,,1,1,9,9,,,,,,,,1,5000,10000,,,,,,,1,2,,9,,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,1,3,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,64,97," <5:OTHER (SPECIFY)>:cuba",1,,,,,,1970,1,"agh","020409",4,2,2,4,2,2,99999.9921875,47198.9609375,2907.462158203125,0,0,0,0,0,0,0,0,0,0,150106.421875,.4256257116794586,584.628173828125,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,38,52,45,4,0,0,0,1,0,1,0,0,1,4,1157.8787841796875,578.9393920898438,578.9393920898438,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,,,,,0,0,0,0,1,5000,10000,-5000,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,154,1,,,1,,4,1,1,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,1,0,2,0,0,0,0,2,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12215,30,,,,30,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,100000,100000,316.2277526855469,-5,19612.009765625,140.0428924560547,100000,-5,100000,316.2277526855469,9043.8486328125,95.09915161132812,2,1,,1,1,1,0,0,1,1,1,0,38,1444,1,1,1,1,1,1,2,0,52,52,41.4865608215332,38,1444,0,1,0,0,0,0,0,0,12,35,0,1,1,1,1,52,2704,1,1,1,2,1,.1519336998462677,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020309",1,2,1,,,,,27,,3,3,2,2,3,2,3,3,2,2,2,5,5,27,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,2,8,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,200,1,,2,,100,2,2,1,2,,,,,,,2,2,3,3,3,,,,,,,,,,,,2,1,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,1,2,,,,,,,,,,,,,,,,2,2,,,,,,1,,,2,,1,,,,2,,,,,,2,2,,,1,1000,,,,3,12000,2,8,2,,,1,2,3,,,2,,4,1,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,14000,,14000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,10,35,,,4,,,,35000,,35000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,20000,,,,,,,,,1,2600,0,,,,,,,1,1,,1,3000,,,,,,,2,2,2,2,2,2,1,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,1,4,2,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,2,,6,74,1,,,,1,,1,,,1,"kp","020309",2,1,1,2,1,1,35000,0,0,0,0,0,0,0,0,0,0,0,0,35000,.8307514786720276,1141.09814453125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,27,,27,2,0,1,0,0,0,0,1,0,1,2,1278.1285400390625,1278.1285400390625,1278.1285400390625,1,2,1,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,,,,,,,,,,,,3,,,3,20000,1,1,0,0,0,0,0,1,2600,0,2600,1,1,1,0,,0,11610,17415,0,46440,0,1,42400,194,0,1,0,1,0,4,2,1,1,0,1,1,,1,1,,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,12220,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,35000,35000,187.08287048339844,0,0,0,35000,0,35000,187.08287048339844,0,0,1,1,1,0,0,0,0,0,1,1,0,0,27,729,1,,1,1,1,0,0,0,0,,41.4865608215332,27,729,0,0,0,0,0,0,0,0,10,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,2,2,1,,,,3,,1,3,1,1,1,2,2,1,2,2,3,5,2,30,1,1,2,,2,37,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,5,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,5,1,1,2,,,,2,2,,8,,,1,1,2,,,,,,,,,,,,,2,,,,,,,1,8,,,,,,1,,6,,,,,,,1,,2,,8,1,1,1,2,,,,,,,2,1,1,3,2,,,,,,,,,,,,1,1,2,1,,,,0,1,,1,2,1,3,5,4,4,2,2,2,2,3,,,,,1,1,,,,,,,,,1,1,1,1,2,2,1,2,,,1,2,,,,,,,,,,,1,,,,2,,,,,,,,,,,,,,2,2,,,2,1,8,,8,,,,,,,2,8,2,,,8,8,1,,8,3,,3,1,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,8,,,,,,,,,,,,,,,2,,2,,1,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,2,1,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,1,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,1,4,2,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,4,,2,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,1,1,2,2,,,,,,,,,,,,1,1,1,1,2,2,2,,2,71,97," <5:OTHER (SPECIFY)>:st lucia",1,,,,,,1999,1,"NR","020307",3,2,1,3,2,1,0,0,0,999.9999389648438,0,0,0,0,0,0,0,0,0,999.9999389648438,1.2381591796875,1700.70263671875,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,2,0,1,0,0,30,37,33.5,2,0,1,0,0,0,1,0,0,1,4,4518.88427734375,2259.442138671875,2259.442138671875,1,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,3,1,2,,,2,1,0,0,0,4,,,4,6000,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,14630,21945,1,58520,0,0,46438.2578125,280,0,1,0,1,0,3,1,1,1,1,1,0,1,1,0,1,1,1,1,1,2,0,0,0,1,0,0,1,0,1,1,1,1,0,1,0,1,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12230,75,,,,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,0,0,0,0,0,1,30,900,0,0,1,0,0,0,1,1,37,37,41.4865608215332,30,900,0,0,0,0,0,0,1,1,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020318",1,5,2,1,,,,14,,2,2,3,1,4,2,3,1,2,2,3,1,1,36,2,1,1,,1,42,1,7,,1,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,13,2,1,,1,,,7,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,7,2,9,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,3,,,,,,1,3,,,,,,1,,3,,,,2,1,8,2,,,,,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,1,1,1,1,2,1,,1,,,2,2,,1,2,2,0,98,4,4,2,2,2,1,4,2,5,," <3:Something Else? (SPECIFY)>:better ed",2,1,1,2,2,2,,,220,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,13,,6,1,2,2,1,1,2,,,2,,,8,,,,,,,,,,98,98,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,48,,,,,,,,,,,,,,,,,,,9,,,,,,,,,9,,,,,,,,,2,,2,,8,8,,,,,,,,1,35000,15000,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,1,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,5,,5,64,97," <5:OTHER (SPECIFY)>:pakistan",1,,,,,,1987,1,"kp","020318",5,3,2,4,2,2,39825.0859375,0,0,0,0,0,0,0,0,0,0,0,0,39825.0859375,.9451378583908081,1298.21630859375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,4,0,0,0,1,36,42,39,3,0,0,1,0,0,1,0,0,1,4,3150.044677734375,1575.0223388671875,1050.014892578125,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,1,,,,1,35000,15000,20000,0,0,1,0,1,1,17650,26475,0,70600,0,1,37000,239,1,,,1,,6,1.2000000476837158,1,0,1,1,1,1,1,1,1,1,0,0,1,2,0,0,0,1,0,0,0,1,0,1,1,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12238,60,,,,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,1,1,0,0,1,1,1,0,36,1296,0,1,0,1,1,1,2,1,42,42,41.4865608215332,42,1764,0,0,0,1,1,1,2,0,12,48,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020312",1,2,3,1,,,,52,,3,3,3,1,3,3,3,1,2,2,1,1,1,52,2,1,1,,1,60,1,5,,1,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,4,,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,,,,,,,,,,,1,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,25,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,50,,,4,,,,15000,,15000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,1,8,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,50,1,,,,1,,1,,,1,"sj","020312",3,3,0,2,2,0,15000,0,0,0,0,0,0,0,0,0,0,0,0,15000,1.8643606901168823,2560.83642578125,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,52,60,56,4,0,0,0,1,0,1,0,1,0,3,5470.43896484375,2735.219482421875,1823.4796142578125,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,,0,,1,1,1,1,0,1,11610,17415,1,46440,0,0,42400,279,0,1,1,1,1,4,1.3333333730697632,1,0,1,1,0,0,,0,,0,0,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12240,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,15000,15000,122.4744873046875,0,0,0,15000,0,15000,122.4744873046875,0,0,0,0,1,0,0,0,0,0,1,0,0,0,52,2704,1,0,1,1,0,0,2,0,60,60,41.4865608215332,52,2704,0,0,0,0,0,0,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,1,3,1,,,,38,,2,2,2,1,2,3,8,2,2,2,8,1,1,52,2,1,1,,1,50,1,9," <14:OTHER, SPECIFY>:nephew",1,42,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,4,,,,,2,4,1,1,,,,,,,,,,,,1,4,5,,,,,1,6,,,,," <6:another type of government program? {specify}>:veteran's administration benefit",,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7," <7:(VOL) OTHER (SPECIFY)>:duplex complex",,28,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,1,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,12,9,,,99,,,,,,,,,,,2,,2,,1,2,,2,,,2,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,2,2,,6,50,1,,,,11," <5:OTHER (SPECIFY)>:trinidad",1,,,1,"gb","020307",3,3,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,869.8604736328125,0,869.8604736328125,1.7536146640777588,2408.718505859375,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,52,50,51,4,0,0,0,1,0,1,0,1,0,3,4992.431640625,2496.2158203125,1664.1439208984375,0,3,0,1,0,0,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,11610,17415,1,46440,0,0,42400,358,0,1,1,1,1,4,1.3333333730697632,1,1,1,1,1,1,,1,,1,1,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12246,,,11,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,214.38082885742188,14.641749382019043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,0,52,2704,0,0,1,1,1,0,2,0,50,50,41.4865608215332,52,2704,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 -"9543","020320",1,4,4,1,,,,5,,3,3,2,2,3,3,3,2,8,2,3,5,2,27,2,1,1,,1,30,1,9,,1,27,1,9,,1,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,9,2,1,,2,,,8,2,1,,2,,,6,1,1,,2,,,0,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,6,1,1,1,,,,2,1,2,,,,2,4,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,4,,,,,,,2,,,,,2,8,2,2,,,,,,,2,,,,,2,8,3,3,3,3,2,2,1,2,4,1,1,3,1,,,,1,1,,1,1,1,0,2,3,4,2,2,2,8,2,0,,,,3,3,,,,,,,,,4,1,3,1,2,2,2,,,,2,,,98,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,8,8,1,,2,5,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,7,40,11,45,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,1,2,8,,8,8,,,,,,,,2,,,,,,,,,1,2,,8,,,,,,,,2,2,2,9,2,2,1,2,,2,2,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,9,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,3,2,3,1,2,,,,,,,,,,,,3,3,3,3,2,1,4,,2,99,8," <5:OTHER (SPECIFY)>:mexico",1,,,,,,1996,2,"jd","020401",8,4,4,6,2,4,13396.26953125,6943.15673828125,0,20,0,0,0,0,0,0,0,0,0,20359.42578125,.6703947186470032,920.83642578125,1,1,0,1,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,27,30,28.5,2,0,1,0,0,0,1,0,0,1,4,1746.2628173828125,873.1314086914062,436.5657043457031,0,3,0,1,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,,1,1,1,1,1,0,0,0,0,,3,1,4,,,,,0,0,0,0,0,0,0,0,1,1,1,0,0,0,23690,35535,1,94760,0,0,26400,4,0,1,0,1,1,3,.375,0,1,1,,0,0,1,0,,0,0,0,1,2,0,0,0,1,0,1,0,3,1,3,4,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12248,8,,,,8,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,20,20,4.4721360206604,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,1,1,,1,1,1,0,0,1,0,0,0,27,729,1,1,1,1,0,0,2,0,30,30,41.4865608215332,27,729,0,0,0,0,0,0,0,0,7,40,0,0,0,0,1,30,900,0,0,0,4,1,.1519336998462677,1,1,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,2,1,,,,,40,,2,8,3,3,4,3,3,2,2,2,1,1,5,40,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5,17,2,1,,,,,15,2,1,,,,,12,2,1,,,,,11,1,1,,,,,4,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,4,11,1,9,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,1360,1,,2,,100,2,8,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,2,2,2,1,1,2,,1,,,5,1,,2,2,2,0,10,4,4,2,2,2,1,4,3,1,,,4,4,,,,,,,,,3,1,2,1,2,2,2,,,,1,2,3,1,,,,,,,1,,1,,,,2,,,,,,,,,,,,,,,2,,,2,2,,,2,,120,,,12,2880,1,,2,,,2,2,1,,2,0,7,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,4,,3,,,580,,7,4060,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,35,,,4,,,,28000,,28000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,2000,,,,,,,,,2,,,,,,,,,2,,1,1,10000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,1,2,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,1,2,2,1,1,,3,61,1,,,,3,,3,,,1,"RR2","020307",6,1,5,6,1,5,27999.998046875,0,0,0,0,0,0,0,0,0,0,0,0,27999.998046875,.5387037992477417,739.9492797851562,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,40,,40,3,0,0,1,0,0,0,1,0,1,2,859.778076171875,859.778076171875,859.778076171875,1,2,1,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,3,4,2000,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,1,23690,35535,1,94760,0,0,26400,8,1,,,1,,5,.8333333134651184,0,0,1,1,1,,1,1,1,1,0,0,1,2,0,0,0,0,0,0,1,2,1,2,3,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,12250,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,28000,28000,167.33200073242188,0,0,0,28000,0,28000,167.33200073242188,0,0,1,1,,1,0,0,0,0,1,1,1,0,40,1600,1,,1,1,1,1,0,0,0,,41.4865608215332,40,1600,0,0,0,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.7547569274902344,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020324",1,1,1,,,,,46,,2,1,2,1,2,2,2,1,2,2,1,4,5,67,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,4,1,1,2,1,2,2,2,2,1,4,2,4,6,1,5,,,,,,,,,,,,,,,,,,,2,,,1,,2,,600,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,2,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,8," <5:Or something else? {specify}>:hud",3,,,181,,12,2172,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,1,8,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,3,2,1,,,,,,,,,,,,,,,,,,,1,4,,2,35,3,,,,,,,,1972,2,"jd","020326",1,1,0,1,1,0,0,0,0,0,0,0,0,826.502197265625,0,0,0,0,0,826.502197265625,1.4163163900375366,1945.4146728515625,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,67,,67,5,0,0,0,0,1,0,1,1,0,1,8381.435546875,8381.435546875,8381.435546875,0,3,0,1,0,0,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,310,0,1,1,1,1,5,5,1,1,1,1,1,,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12252,,,,,3,0,0,0,0,0,0,-5,1241.30029296875,35.23208999633789,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,1,0,0,0,0,1,67,4489,0,,1,0,0,0,0,1,0,,41.4865608215332,67,4489,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543","020313",1,2,1,,,,,34,,3,2,4,3,4,4,3,3,2,1,1,1,5,45,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,,,,,,,4,1,2,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,2,,630,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,0,2,3,3,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,400,,2,800,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,8,,,,,,,,,2,,,,,1,1,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,1,1000,0,,,,,,,2,,2,1,1000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,1,1,4,2,,,1,1,2,1,2,,2,,,,,,,,,,,,,,,1,2,7,,,,,,,,1,1,2,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,3,1,2,,,,,,,,,,,,,,,,,,,1,4,,1,57,3,,,,,,,,1968,1,"MA","020327",1,1,0,1,1,0,17500,0,0,0,0,0,0,0,0,0,0,0,0,17500,.944076657295227,1296.7586669921875,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,45,,45,4,0,0,0,1,0,0,1,1,0,1,4234.46875,4234.46875,4234.46875,0,3,0,1,0,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1000,0,1000,0,0,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,283,0,0,0,0,0,3,3,1,0,0,0,0,,,0,,0,0,0,0,3,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12257,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,17500,17500,132.28756713867188,0,0,0,17500,0,17500,132.28756713867188,0,0,0,0,,1,0,0,0,0,1,0,0,1,45,2025,1,,1,1,0,0,0,1,0,,41.4865608215332,45,2025,0,0,0,1,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020613",1,2,2,1,,,,0,5,3,1,2,3,2,1,8,2,2,2,8,1,1,52,2,1,1,,1,57,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,8,1,,2,,8,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,0,5,3,4,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,720,,10,7200,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,25,12,40,4,,,,12000,,12000,1,,,,,,,,,,,4,,,,40000,,40000,1,,,,,,,,,,,2,,2,,7,8,,,,,,,,1,8,7,2,,1,1,2,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,1,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,48,97," <5:OTHER (SPECIFY)>:RUSSIA",,,,,,,1974,1,"NR","020613",2,2,0,2,2,0,40000,12000,0,0,0,0,0,0,0,0,0,0,0,52000,2.0333871841430664,2793.0068359375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,52,57,54.5,4,0,0,0,1,0,1,0,1,0,3,5442.390625,2721.1953125,2721.1953125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,,15000,,1,1,1,0,1,1,11610,17415,0,46440,1,1,42400,368,1,,,0,,3,1.5,1,1,1,1,1,1,,1,,0,1,,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12262,66,,,,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,12000,12000,109.54450988769531,40000,40000,200,40000,12000,40000,200,12000,109.54450988769531,0,0,,0,1,1,0,0,1,1,1,0,52,2704,1,1,0,1,1,1,2,1,57,57,41.4865608215332,57,3249,0,0,0,1,1,1,0,0,12,40,1,1,1,1,0,52,2704,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020322",1,4,2,1,,,,22,,2,2,3,2,3,2,4,3,2,2,1,1,1,41,2,1,1,,1,46,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,8,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,3000,1,,2,,50,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,9,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,870,,12,10440,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,38,12,50,4,,,,40000,,40000,1,,,,,,,,,,,4,,,,70000,,70000,1,,,,,,,,,,,2,,2,,7,2,,1,,1,,1,,1,500,0,,,,,,,1,1,,1,7,2,,2,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,1000,2,,,,,,,,,,,,,,,,,5000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,1,,2,61,1,,,,1,,1,,,1,"pg","020322",2,2,0,2,2,0,70000,40000,999.9999389648438,999.9999389648438,0,0,0,0,0,0,0,0,0,112000,2.0333871841430664,2793.0068359375,1,1,0,3,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,41,46,43.5,3,0,0,1,0,0,1,0,1,0,3,4698.845703125,2349.4228515625,2349.4228515625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,175000,1,1,1,0,0,0,0,1,500,0,500,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,343,1,,,1,,3,1.5,1,0,0,1,1,1,,1,,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12265,,,,,1,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,2,40000,40000,200,70000,70000,264.57513427734375,70000,40000,70000,264.57513427734375,40000,200,0,0,,0,0,0,0,0,1,1,1,0,41,1681,1,1,0,1,1,0,2,1,46,46,41.4865608215332,46,2116,0,1,0,1,1,0,0,0,12,50,1,1,1,1,0,41,1681,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,1,1,,,,,27,,1,2,3,1,1,2,2,2,2,2,2,3,5,54,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,2,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,5," <5:Or something else? {specify}>:ITS RENT CONTROLED THROUGH INCOME AND I WAS OUT OF WORK SINCE NOV 30 01",3,,,346,,4,1384,1,,1,,,,,,,,,,,,,,,2,,2,,2,1,,,,,8,40,,,4,,,,17000,,17000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,700,,,,,,,,,2,,,,,,,,,1,2,,1,30000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,1,3,,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,1,2,2,1," <1:Yes (Specify)>:TENANT PATROL",1,1,1,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,2,2,,3,47,97," <5:OTHER (SPECIFY)>:SAINT KITTS",,,,,,,1975,1,"PF","020307",1,1,0,1,1,0,17000,0,0,0,0,0,0,0,0,0,0,0,0,17000,1.3071956634521484,1795.529296875,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,54,,54,4,0,0,0,1,0,0,1,1,0,1,3957.23876953125,3957.23876953125,3957.23876953125,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,700,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,295,0,1,0,1,1,3,3,1,0,1,1,0,,,0,,1,1,1,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12267,67,,,,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,17000,17000,130.38404846191406,0,0,0,17000,0,17000,130.38404846191406,0,0,0,0,1,0,1,1,0,0,1,1,0,1,54,2916,1,,1,1,1,0,0,1,0,,41.4865608215332,54,2916,0,0,0,1,1,0,0,0,8,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020320",1,5,3,1,,,,36,,2,1,2,1,2,1,1,1,2,2,2,5,5,36,1,1,3,,1,66,1,3,,2,63,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,2,,,,,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,26,,6,1,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,600,,12,7200,1,,1,,1," 26 years",1,1,1,2,1,1,,,,,12,50,,,4,,,,100000,,100000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,8,8,2,,1,,1,,8,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,200,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,1,,2,65,1,,,,5," <5:OTHER (SPECIFY)>:ITALY",1,,,1,"RM","020415",3,3,0,1,1,0,99999.9921875,0,200,0,0,0,0,0,0,0,0,0,0,100199.9921875,3.5076911449432373,4818.07177734375,0,2,1,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,36,,36,3,0,0,1,0,0,0,1,1,0,1,4757.20166015625,4757.20166015625,1585.73388671875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,431,1,,,1,,6,2,1,1,1,1,1,,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12271,,,5,,1,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,100000,100000,316.2277526855469,0,0,0,100000,0,100000,316.2277526855469,0,0,0,0,,0,0,0,0,0,1,1,1,1,36,1296,1,,1,1,1,1,0,1,0,,41.4865608215332,36,1296,0,1,0,1,1,1,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020313",1,4,5,1,,,,13,,1,1,1,1,3,1,4,3,2,2,2,5,5,23,2,1,3,,1,43,1,3,,2,42,1,9,,1,19,1,9,,1,23,2,,,,,,,,,,,,,,,,,,,,,,,,,,2,13,2,7,,,,2,6,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,4,,,,,2,,,,,,,4,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,,,,,,,,,1,0,1,1,1,2,,,,,2,,,,,,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,,,,2,2,,,1,125,,,,12,6000,1,,2,,,2,2,3,,,2,,7,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,1,100,,,,12,4800,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,48,,,4,,,,10500,,10500,2,10400,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,2,,2,1,,,,,2,,,,,,,,,1,1,,1,1000,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,40000,1,2,,2,,2,2,2,,2,,,,,,,,,,,,,,,,,,1,1,,,,,3,,,,2,2,2,,2,1,2,2,,2,2,2,1,9,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:emotional",2,1,1,,,,1,2,1,1,,,,,,,,,,,,,,,,,,1,4,,2,79,97," <5:OTHER (SPECIFY)>:guatemala",,,,,,,1986,1,"ss","020402",7,5,2,2,1,1,10400,0,0,500,0,0,0,0,0,0,0,0,0,10900,1.3415991067886353,1842.784912109375,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,23,,23,1,1,0,0,0,0,0,1,0,1,2,2167.1640625,2167.1640625,433.43280029296875,0,3,0,1,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,11610,17415,1,46440,0,0,42400,382,0,1,1,1,1,7,1,1,1,0,1,1,,1,1,,1,0,0,1,1,1,0,0,1,0,0,0,1,1,1,1,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,12279,40,,,,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,1,10400,10400,101.98039245605469,0,0,0,10400,0,10400,101.98039245605469,0,0,0,0,,1,1,1,0,0,1,0,0,0,23,529,1,,1,1,0,0,0,0,0,,41.4865608215332,23,529,0,0,0,0,0,0,0,0,12,48,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,1,3,1,,,,25,,3,2,3,2,4,3,3,3,2,2,2,5,5,25,2,1,3,,2,43,1,7,,2,26,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5,11,2,6,,,,2,6,1,6,,,,2,3,2,1,,,,,3,2,1,,,,,2,2,6,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,,2,,,2,,,,,,,1,2,,,,,,,,,,,,,9,,,,,,,,,,,,,,1,,7,,," <7:or another type of government program? {specify}>:hip",,,,2,,,,,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,0,0,,,,,,,,5,3,2,1,2,2,2,,,,2,,,6,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,2," someone else babysitted the twins",,,,,,,,,,,,,,1,4,2,2,2,1,,2,10,,6,3,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 10 YEARS",2,,2,,2,2,1,,,,10,10,,,3,,,750,,11,8250,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,9,,,,,,,,2,,,,,,,,,8,,1,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6000,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,56000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,3,2,2,2,,,,,,,,,,,,,,,,,,2,2,,6,76,1,,,,1,,1,,,1,"JM","020315",8,3,5,3,1,2,8250.0009765625,0,0,200,0,0,0,0,0,0,0,0,0,8450.0009765625,1.5297749042510986,2101.25830078125,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,25,,25,2,0,1,0,0,0,0,1,0,1,2,2425.74462890625,2425.74462890625,808.58154296875,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,0,0,,0,14630,21945,1,58520,0,0,46438.2578125,222,0,1,1,0,1,6,.75,0,0,0,1,,,1,,,0,0,0,1,2,0,0,0,0,0,0,2,0,2,0,2,1,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,12280,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,1,8250,8250,90.82951354980469,0,0,0,8250,0,8250,90.82951354980469,0,0,2,1,1,0,0,0,0,0,1,0,0,0,25,625,1,,1,1,0,0,0,0,0,,41.4865608215332,25,625,0,0,0,0,0,0,0,0,10,10,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020311",1,4,2,1,,,,30,,4,2,3,2,2,2,4,2,2,1,2,1,1,30,1,1,1,,2,29,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,4,2,1,,1,,,2,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,2,2,8,,,,,1,7,,,,5,2,3,1,2,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,6,,,,1,1,2000,1,,1,100,1000,2,2,2,1,,,,,,,2,3,3,3,3,,,,,,,,,,,,1,1,10,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,1,2,1,2,,,,,,,2,,,,97," n/a",,,,1,,,,2,,,,,,,,2,2,,,,,,,,,2,2,,,1,160,,,,12,7680,1,,1,1,8,1,2,3,,,4,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1200,,12,14400,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,35000,,35000,1,,,,,,,,,,,4,,,,39000,,39000,1,,,,,,,,,,,1,1,1,2,12000,,,,,,,,,1,400,0,,,,,,,1,2,,1,3000,,,,,,,2,2,2,2,2,2,1,2,1,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200,200,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,1,2,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,1," <1:Yes (Specify)>:colombia central civic ass.",2,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,71,1,,,,97," <5:OTHER (SPECIFY)>:colombia",97," <5:OTHER (SPECIFY)>:colombia",,1,"sj","020311",4,2,2,4,2,2,39000,35000,0,200,0,0,0,0,0,0,0,0,0,74200,.4049670994281769,556.2520751953125,1,1,0,3,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,30,29,29.5,2,0,1,0,0,0,1,0,0,1,4,1272.00537109375,636.002685546875,636.002685546875,1,2,1,0,0,0,3,1,0,0,1,0,1,2,1,0,0,1,,,,,,,,,,,,2,,,4,12000,1,1,0,0,0,0,0,1,400,0,400,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,70,1,,,1,,3,.75,0,0,1,0,1,1,1,1,,0,1,0,1,2,0,0,0,0,0,1,1,0,1,0,2,1,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12284,,,28,28,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,2,35000,35000,187.08287048339844,39000,39000,197.4841766357422,39000,35000,39000,197.4841766357422,35000,187.08287048339844,2,1,,1,0,0,0,0,1,1,0,1,30,900,1,1,0,1,1,0,1,0,29,29,41.4865608215332,29,841,0,0,0,0,0,0,0,0,12,40,1,1,1,1,1,30,900,1,1,1,2,1,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,2,3,1,,,,15,,1,3,3,2,2,3,3,1,2,2,1,5,5,24,1,1,3,,1,65,1,3,,2,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,16,1,7,,,,1,14,1,7,,,,1,12,1,7,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,16,1,7,,,,5,1,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,2,,,,,,,,,,1,2,,8,2,9,2,2,2,2,2,2,1,2,2,,,,,4,2,3,2,1,2,2,1,4,4,1,1,4,9,,1,,,10,1,,1,2,2,0,2,4,4,2,2,8,2,4,0,,,,3,3,,,,,,,,,1,0,1,1,2,2,,,,,1,2,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,9,2,3,,,2,,7,2,2,1,1,1,9,,,9,,,9,,,,,,,,,,215000,99,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,12,35,,,4,,,,500,,500,9,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,2,,1,,1,,2,,1,15000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,9,9,,,,,,,4,,,,,,,,,,,,,,,,,,,,,2,,9,9,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,7,76,1,,,,1,,1,,,1,"|ddb","020315",11,3,8,4,1,3,30527.86328125,0,1491.2786865234375,456.0168762207031,0,0,0,0,0,0,0,0,0,32475.158203125,.40080973505973816,550.5416259765625,0,2,0,,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,24,,24,1,1,0,0,0,0,0,1,0,1,2,1649.1531982421875,1649.1531982421875,549.7177124023438,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,2,1,2,3,2,1.6666666269302368,1,0,0,,,1,4,4,375000,1,1,1,1,215000,,,1,15000,0,15000,1,1,1,1,,1,17650,26475,0,70600,0,1,37000,90,0,1,1,1,0,7,.6363636255264282,0,0,1,1,0,,0,0,1,1,1,0,1,1,1,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,12287,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,1,0,1,24,576,1,,1,1,1,0,0,1,0,,41.4865608215332,24,576,0,1,0,1,1,0,3,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020311",1,1,3,1,,,,48,,1,1,2,2,1,1,2,2,2,2,2,5,5,48,2,1,3,,2,73,1,5,,1,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,720,1,,2,,95,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,22,,4,2,2,2,1,1,2,,,2,,,3,,,812,,12,9744,1,,2,30000,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,11,37,,,4,,,,62000,,62000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,7,1,2,,,,,,,1,8000,10000,,,,,,,1,2,,1,20000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,7500,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,1,2,,2,53,97," <5:OTHER (SPECIFY)>:Panama",,,,,,,1960,1,"ddb","020311",3,3,0,1,1,0,61999.99609375,0,0,0,0,0,0,0,0,0,0,0,0,61999.99609375,1.9164421558380127,2632.3740234375,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,48,,48,4,0,0,0,1,0,0,1,1,0,1,4604.48095703125,4604.48095703125,1534.8270263671875,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,1,30000,,,1,8000,10000,-2000,1,1,1,0,,0,8590,12885,0,34360,1,1,21000.001953125,408,1,,,1,,4,1.3333333730697632,1,1,1,1,1,,,1,,1,1,1,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12301,61,,,,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,62000,62000,248.99798583984375,0,0,0,62000,0,62000,248.99798583984375,0,0,0,0,,1,1,1,0,0,1,1,0,0,48,2304,1,,1,1,1,0,0,0,0,,41.4865608215332,48,2304,0,0,0,0,0,0,0,0,11,37,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020620",1,2,3,1,,,,24,,2,2,1,8,2,2,4,2,2,2,1,1,1,49,2,1,1,,1,48,1,5,,1,26,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,4,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,18,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1200,,12,14400,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,43,9,,,,,,,,,2,,,,,2,,8,,9,,,,,,,,,9,,,,,,,,,1,1,2,,9,9,,,,,,,,2,,,,,,,,,1,2,,1,8,1,2,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,9,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,1,4,,3,53,3,,,,,,,,1977,2,"el","020620",3,3,0,2,2,0,36706.5,18998.37890625,0,0,0,0,0,0,0,0,0,0,0,55704.87890625,1.2664872407913208,1739.61328125,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,49,48,48.5,4,0,0,0,1,0,1,0,1,0,3,4148.14404296875,2074.072021484375,1382.7147216796875,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,84,1,,,1,,5,1.6666666269302368,1,1,1,1,1,1,,1,,1,1,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12302,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,,1,0,0,0,0,1,0,0,0,49,2401,1,1,1,1,0,0,2,0,48,48,41.4865608215332,49,2401,0,0,0,0,0,0,0,0,12,40,0,1,0,0,1,48,2304,1,0,0,0,.1519336998462677,.1519336998462677,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,2,2,1,,,,65,,2,3,2,1,1,1,2,1,2,2,3,1,1,65,1,1,1,,2,72,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,9,,,,,2,3,2,,3,3,1,2,2,2,2,4,3,5,6,1,1,,,,,,1,1,,,,,,,,,,,,,1,2500,1,,2,,500,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,35,,7,2,2,2,1,2,,,,,,,,,,,,,,,,,325000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,30,,,4,,,,75000,,75000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,999999,,,,,,,,,1,15000,0,,,,,,,1,1,,2,,,,,,,,2,1,2,1,2,2,2,2,,2,2,,,2,,,,,,,2,8,,,,,,,,,,,,3000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,1,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,7,37,1,,,,1,,1,,,1,"ejg","020307",2,2,0,2,2,0,74999.9921875,0,3000,0,9253.1611328125,0,0,0,0,0,0,0,0,87253.15625,2.0333871841430664,2793.0068359375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,65,72,68.5,5,0,0,0,0,1,1,0,1,0,3,7031.1953125,3515.59765625,3515.59765625,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,999999,1,1,1,1,325000,0,325000,1,15000,0,15000,1,1,1,0,0,0,11610,17415,0,46440,1,1,42400,339,1,,,1,,7,3.5,1,1,1,1,1,1,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12304,,,,,1,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,3000,3000,54.772254943847656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,75000,75000,273.86126708984375,0,0,0,75000,0,75000,273.86126708984375,0,0,0,0,,0,0,0,0,0,1,1,1,1,65,4225,1,0,1,1,1,1,1,1,72,72,41.4865608215332,65,4225,0,1,1,1,1,1,0,0,12,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020313",1,2,2,1,,,,6,,2,3,1,2,3,3,8,1,2,2,3,3,2,33,1,1,2,,2,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,1,9,,,,,2,1,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:american instutute of archetects",1,1,,,,,,,,,,,,1,1,250,1,,2,,0,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,0,6,3,3,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1200,,2,2400,2,13400,2,,,,,,,,,,,,,,,1,1,2,,1,1,,1,1,,12,60,12,40,4,,,,40000,,40000,1,,,,,,,,,,,4,,,,80000,,80000,1,,,,,,,,,,,1,1,2,,0,,,,,,,,,1,4000,0,,,,,,,2,,1,1,40000,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,2,2,2,2,,4,2,2,1,1,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:generalloss of sleep",2,2,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,1,,7,68,1,,,,1,,1,,,1,"sj","020313",2,2,0,2,2,0,80000,40000,0,0,0,0,0,0,0,0,0,0,0,120000,2.0333871841430664,2793.0068359375,1,1,1,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,33,30,31.5,2,0,1,0,0,0,1,0,1,0,3,6646.322265625,3323.1611328125,3323.1611328125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,4000,0,4000,0,1,1,1,1,1,11610,17415,0,46440,1,1,42400,230,1,,,0,,3,1.5,1,1,1,1,1,1,,1,,1,0,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12309,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,40000,40000,200,80000,80000,282.84271240234375,80000,40000,80000,282.84271240234375,40000,200,0,0,,0,0,0,0,0,1,1,1,1,33,1089,1,1,0,1,1,1,1,0,30,30,41.4865608215332,30,900,0,0,0,0,0,0,0,0,12,40,1,1,1,1,1,33,1089,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020326",1,2,2,1,,,,8,,2,1,2,1,1,2,2,2,2,2,3,5,5,18,2,1,8,,2,37,1,8,,1,37,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,14,1,9," <9:OTHER (SPECIFY)>:cousin",,,2,11,2,9," <9:OTHER (SPECIFY)>:cousin",,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,4,,,,,1,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,," no expenses happened",,,,,,,,,,,,,,,,,,,3,,,2,,6,1,2,2,1,1,2,,,8,,,8,,,,,,,,,,98,98,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,1,2,,,,,,,2,,,,,,,,,1,2,,1,700,,,,,,,2,2,2,2,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,350,,,,,,,1,3,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,1,,2,83,97," <5:OTHER (SPECIFY)>:cuba",,,,,,,1994,1,"agh","020501",3,3,0,1,1,0,0,0,0,349.9999694824219,0,0,0,0,0,0,0,0,0,349.9999694824219,2.243321657180786,3081.3671875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,18,,18,1,1,0,0,0,0,0,1,1,0,1,4136.80029296875,4136.80029296875,1378.9334716796875,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,1,,,,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,171,0,1,1,1,1,6,2,1,1,1,1,1,,,1,,1,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12310,30,,,,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,350,18.70828628540039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,1,1,0,0,1,0,0,0,18,324,0,,1,1,0,0,0,0,0,,41.4865608215332,18,324,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,1,2,1,,,,30,,1,1,1,1,2,1,3,1,2,2,3,1,1,30,1,1,1,,2,29,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,1,,,,2,11,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,2,,,,,,,,,,,,2,1,144,2,,,,,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,6,,6,1,2,2,1,1,2,,,2,,,3,,,1185,,12,14220,1,,,240000,130000,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,1,1,,1,1,,12,70,10,35,4,,,,125000,,125000,1,,,,,,,,,,,4,,,,38000,,38000,1,,,,,,,,,,,2,,8,,8,2,,2,1,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,1,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,500,1,12,6000,1,,,,,,,,2000,2000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1," <7:ANOTHER GROUP (SPECIFY)>:italian",2,71,1,,,,1,,1,,,1,"kj","020314",2,2,0,2,2,0,100000.9921875,38000,0,2000,0,0,0,0,5999.99951171875,0,0,0,0,146000.984375,2.0333871841430664,2793.0068359375,1,1,1,4,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,30,29,29.5,2,0,1,0,0,0,1,0,1,0,3,6522.349609375,3261.1748046875,3261.1748046875,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,1,240000,130000,110000,0,0,0,0,0,1,1,1,0,1,11610,17415,0,46440,1,1,42400,49,1,,,1,,6,3,1,1,1,1,1,1,,1,,1,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12314,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,6000,6000,77.45966339111328,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,2,125000,125000,353.55340576171875,38000,38000,194.93588256835938,125000,38000,125000,353.55340576171875,38000,194.93588256835938,0,0,,0,0,0,0,0,1,0,0,1,30,900,1,1,1,1,0,0,1,1,29,29,41.4865608215332,30,900,0,1,0,1,0,0,0,0,12,70,0,1,1,1,0,29,841,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020620",1,4,2,1,,,,10,,3,3,4,3,3,2,3,4,2,2,1,1,1,26,2,1,1,,1,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,7,2,1,,1,,,3,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,7,2,1,2,,,,2,1,2,,,,2,3,2,,,,,,,,,,,,,1,4,,,,,,1,4,,,,,,1,,4,,,,1,,,1,,2,,600,2,2,2,2,,,,,,,2,,,,,4,3,3,3,3,3,2,2,4,4,1,1,4,1,,1,,,1,1,,1,2,1,1,0,4,4,2,2,2,8,3,0,,,,1,1,,,,,,,,,2,1,1,2,1,2,1,1,,,2,,,,,2,,,,,,,,,,,,,,1,,,2,,,,,,,,1,,,,2,2,,,1,75,,,,12,3600,1,,2,,,2,2,1,,2,3,,4,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,1,,,,,,,,,,,,,,,2,,2,,1,2,2,1,1,,,,12,66,,,,,,,,,,,,,,,,,,,1,200,,,,12,9600,1,,,,,,,,,,,2,,2,,8,1,2,,,,,,,1,8,0,,,,,,,2,,2,1,100,,,,,,,2,2,2,2,2,2,2,2,,2,1,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,130,520,1,,,,,,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,1,2,1,4,,1,75,97," <5:OTHER (SPECIFY)>:el salvador",97," <5:OTHER (SPECIFY)>:el salvador",,,,,1995,2,"el","020620",4,2,2,4,2,2,9600,0,0,0,0,520,0,0,0,0,0,0,0,9600,.7111620903015137,976.8333740234375,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,26,25,25.5,2,0,1,0,0,0,1,0,0,1,4,2961.671142578125,1480.8355712890625,1480.8355712890625,1,2,1,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,1,4,4,1250,1,0,0,0,0,0,0,1,,0,,0,0,1,0,1,1,17650,26475,1,70600,0,0,37000,211,0,1,1,0,0,4,1,1,0,0,1,1,1,1,1,,0,0,0,1,2,0,0,0,1,0,0,1,1,1,1,2,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12315,32,32,,,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,520,520,22.803508758544922,0,0,0,1,0,0,0,9600,9600,97.9795913696289,9600,0,9600,97.9795913696289,0,0,1,1,,1,1,1,0,0,0,0,0,0,26,676,0,1,0,0,0,0,2,1,25,25,41.4865608215332,25,625,0,0,0,0,0,0,2,1,12,66,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020313",1,1,1,,,,,6,,2,2,2,1,3,4,3,1,2,2,8,5,5,36,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,10,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,10,2,4,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,,,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,1,1,1,1,2,1,,1,,,5,1,,2,1,1,0,4,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,1,0,1,2,2,2,,,,,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2," HAD EXPENSE OF BUS CHARGES TO TAKE CHILD FROM SCHOOL TO OTHER AFTER SCHOOL FACILITY AT OTHER SCHOLL",,,,,,,,,,,,,,2,,,1,1,1,,8,4,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,695,,12,8340,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,10,,,4,,,,13000,,13000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,8,1,1,,,,,,,2,,,,,,,,,1,8,,1,1400,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,1,1,2,2,2,,3,65,97," <5:OTHER (SPECIFY)>:DOMINIQUE",97," <5:OTHER (SPECIFY)>:MONTSERRAT",,,,,1993,1,"AH","020313",2,1,1,2,1,1,12999.9990234375,0,0,999.9999389648438,0,0,0,0,0,0,0,0,0,13999.9990234375,.8832159638404846,1213.1619873046875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,36,,36,3,0,0,1,0,0,0,1,0,1,2,1345.8680419921875,1345.8680419921875,1345.8680419921875,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,250,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,11610,17415,1,46440,0,0,42400,362,0,1,1,1,1,4,2,1,1,1,1,1,,1,1,1,1,0,0,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,12316,4,97,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,1,13000,13000,114.01753997802734,0,0,0,13000,0,13000,114.01753997802734,0,0,0,0,1,0,1,1,0,0,1,0,0,0,36,1296,1,,1,1,0,0,0,0,0,,41.4865608215332,36,1296,0,0,0,0,0,0,0,0,12,10,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020309",1,4,2,1,,,,10,,2,2,2,3,1,2,1,1,2,2,3,1,1,28,1,1,1,,2,28,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,1,11,,,,,1,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,800,1,,2,,2700,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,2000,,12,24000,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,50,,,3,,,7000,,12,84000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,2,,1,,9,,,,2,,,,,,,,,1,1,,1,9,2,,1,9,,,2,2,2,1,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,9,1,2,2,2,2,,9,2,1,8,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,1,,4,74,1,,,,97," <5:OTHER (SPECIFY)>:egypy",1,,,1,"rm","020309",2,2,0,2,2,0,84000.0078125,0,1663.57177734375,890.6235961914062,0,0,0,0,0,0,0,0,0,86554.203125,2.0333871841430664,2793.0068359375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,28,28,28,2,0,1,0,0,0,1,0,1,0,3,6092.46044921875,3046.230224609375,3046.230224609375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,1,0,1,11610,17415,0,46440,1,1,42400,188,1,,,1,,5,2.5,1,1,1,1,1,1,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12321,,,31,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,84000,84000,289.8275451660156,0,0,0,84000,0,84000,289.8275451660156,0,0,0,0,,0,0,0,0,0,1,1,1,1,28,784,1,0,1,1,1,1,1,1,28,28,41.4865608215332,28,784,0,1,0,1,1,1,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020321",1,1,3,1,,,,5,,2,1,2,1,1,1,8,2,2,2,8,1,1,60,1,1,1,,2,99,1,5,,2,99,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,9,,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,,,,,,,,,,,1,2,,0,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,2,,2,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,100,,2,200,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,2,2,98,20,,,4,,,,5000,,5000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,5000,2,,,,,,,5,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,1,,2,41,6," <5:OTHER (SPECIFY)>:ecuador",,,,,,,98,2,"jd","020321",3,3,0,2,2,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,5000,1.137137770652771,1561.9422607421875,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,60,41.53856658935547,50.769283294677734,4,0,0,0,1,0,1,0,1,0,3,4273.1494140625,2136.57470703125,1424.3831787109375,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,11610,17415,1,46440,0,0,42400,89,0,1,,0,0,2,.6666666865348816,0,1,1,1,0,0,,0,,1,1,,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12323,6,,,,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5000,5000,70.71067810058594,0,0,0,5000,0,5000,70.71067810058594,0,0,0,0,,1,1,1,0,0,1,0,0,1,60,3600,1,0,1,1,0,0,1,1,41.4865608215332,,41.4865608215332,60,3600,0,0,0,1,0,0,0,0,11,20,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020702",1,2,1,,,,,17,,3,8,3,1,8,3,3,3,2,2,8,1,1,64,2,1,1,,1,68,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,1,2,,,,2,3,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,,,,,,,2,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,7,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,60,,,8,,,,,,,,,2,,,,,1,2,,,,,,,,,,,,,,,,,,,,,1,1,2,,0,,,,,,,,,2,,,,,,,,,1,2,,1,8,2,,2,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,1,1,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,38,97," <5:OTHER (SPECIFY)>:Stlucia",,,,,,,1985,1,"ma","020702",2,2,0,2,2,0,22500,0,0,275.5470886230469,0,0,0,0,0,0,0,0,0,22775.546875,2.7009470462799072,3709.94921875,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,64,68,66,5,0,0,0,0,1,1,0,1,0,3,11108.0703125,5554.03515625,5554.03515625,1,2,1,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,11610,17415,0,46440,0,1,42400,321,0,1,1,1,1,4,2,1,0,0,1,1,1,,1,,0,,0,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12325,75,,,,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,22500,22500,150,0,0,0,22500,0,22500,150,0,0,0,0,1,0,1,1,0,0,0,0,0,0,64,4096,1,0,1,0,0,0,2,0,68,68,41.4865608215332,64,4096,0,0,0,0,0,0,0,0,12,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,4,1,,,,,45,,4,2,1,1,1,1,3,4,2,2,1,3,5,75,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,3,,,2,,,,,,,5,1,1,3,1,1,1,1,2,4,2,3,5,3,1,5,4,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,27,,4,1,2,2,1,2,,,,,,,,,,,,,,,,1,9000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,1,1,3000,,,,,,,2,1,2,2,2,2,2,2,,2,2,,,2,,,,,,,1,7600,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,2,2,,,2,2,,2,,,,,,,,,,,,,,,,,,1,1,,,,,1,2,,,2,1,2,1,1,2,2,1," <1:Yes (Specify)>:HAMMELS SENIOR CENTER",1,2,2,1,6,2,,,,,,,2,1,7,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,2,,6,27,2,,,,,,,,1958,1,"CD","020307",1,1,0,1,1,0,0,0,0,0,7600,0,0,0,0,0,0,0,0,7600,3.382920742034912,4646.6904296875,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,75,,75,5,0,0,0,0,1,0,1,1,0,1,9553.451171875,9553.451171875,9553.451171875,0,4,0,0,1,0,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,9000,0,9000,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,341,0,1,1,1,1,4,4,1,1,0,1,1,,,1,,0,1,0,0,4,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12331,,,,,2,0,0,0,7600,7600,87.177978515625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,0,75,5625,0,,1,0,0,0,0,0,0,,41.4865608215332,75,5625,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,2,2,1,,,,15,,1,1,3,2,2,3,3,2,2,2,2,5,2,30,2,1,3,,2,50,1,3,,1,60,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,7,2,1,,98,,,5,2,1,,98,,,2,2,1,,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,7,2,3,,,,,2,98,,,,,9,1,1,2,,,,,,,,,,,,2,,,,,,,8,,,,,,,1,,4,,,,,,,1,,1,1000,200,2,2,2,2,,,,,,,2,,,,,1,3,3,2,2,3,2,2,4,4,3,1,4,1,,1,,,1,1,,1,1,1,0,0,4,4,2,2,2,1,4,0,,,,2,1,1,1,2,2,,,4800,,3,2,2,1,2,1,1,4,," <4:OTHER (SPECIFY)>:after school",2,,,3,,,,2,,1,,,2,2,,,,,,,,,,,1,,,,1,5,2,,,,1,2,,,1,1,,,,98,,1,,2,,,2,2,1,,2,8,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,250,,12,3000,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,1,8,8,,5,10,,,1,200,,,,5,4000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,1,1,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,300,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,200,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,1,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,72,97," <5:OTHER (SPECIFY)>:granada",1,,,,,,1990,1,"kj","020328",6,3,3,5,2,3,3999.999755859375,630.747314453125,0,300.0000305175781,0,0,0,0,0,0,0,0,0,4930.7470703125,.85465407371521,1173.93017578125,1,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,30,41.53856658935547,35.769283294677734,3,0,0,1,0,0,1,0,0,1,4,1916.57763671875,958.288818359375,638.8591918945312,1,1,0,0,0,0,2,1,0,1,0,0,1,2,1,0,0,1,1,1,1,2,2,1,1.3333333730697632,0,0,0,0,,4,2,4,250,1,0,0,0,0,0,0,0,0,0,0,0,1,,0,,,20670,31005,1,82680,0,0,36847.08984375,69,0,1,1,0,1,4,.6666666865348816,0,0,1,1,0,,1,0,1,1,1,0,1,2,0,0,0,1,0,1,1,1,1,2,3,1,0,0,0,0,1,1,1,0,,0,,,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12334,39,,,,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,0,0,0,0,0,0,0,4000,4000,63.24555206298828,-9,-9,,4000,-9,4000,63.24555206298828,-9,,2,1,1,0,1,1,0,0,1,0,0,0,30,900,1,,1,1,0,0,0,0,41.4865608215332,,41.4865608215332,30,900,0,0,0,0,0,0,0,0,5,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020325",1,4,4,1,,,,45,,2,1,1,1,2,1,3,2,2,2,2,5,5,64,2,1,3,,2,93,1,7,,1,62,1,9," <14:OTHER, SPECIFY>:SISTER IN LAW",2,55,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,200,1,,2,,500,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,27,,5,1,2,2,1,1,1,1,,2,,,8,,,,,,,,,,190000,30000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,2,8,,,,,1,3000,0,,,,,,,2,,1,1,8000,,,,,,,2,1,2,2,2,2,2,2,,2,2,,,2,,,,,,,1,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,3,2,,,,,,,,,,,,,,,,,,,2,2,,1,38,1,,,,1,,1,,,1,"RR2","020325",4,4,0,1,1,0,0,0,0,0,2015.9224853515625,0,0,0,0,0,0,0,0,2015.9224853515625,3.58669376373291,4926.58740234375,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,64,,64,4,0,0,0,1,0,0,1,1,0,1,7011.6162109375,7011.6162109375,1752.904052734375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,190000,30000,160000,1,3000,0,3000,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,82,0,1,1,1,1,5,1.25,1,1,1,1,1,,,1,,1,1,0,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12337,,,,,1,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,64,4096,0,,1,1,1,0,0,0,0,,41.4865608215332,64,4096,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,3,3,1,,,,24,,3,2,2,1,1,8,3,2,2,1,8,5,2,24,2,1,3,,2,58,1,7,,2,18,1,1,,1,33,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,3,1,7,,,,5,1,2,,2,,,2,1,2,,,,,,,,,,,,,1,4,,,,,,2,,,,,,,1,,4,,,,,,,1,,2,,0,2,8,1,2,,,,,,,1,3,1,1,3,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,1,1,3,,,,,,,,,,,,,,,2,2,,,,,,,,,,,2,1,3,,,,2,,1,,,,,,,,,,,,,,,2,,,8,2,1,,1,24,,3,2,8,1,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,140,,12,1680,1,,1,,1," three years",2,,1,2,2,1,,2,1,,1,10,10,8,2,,110,,,1,220,1,,,,,,,,,,,1,300,,,,10,12000,1,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,1,1,6000,,,,,,,1,2,2,2,2,2,1,2,2,2,1,1,2,1,500,1,1,500,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,400,,,,,,,,,,,,,,,,,,12,233,2796,1,,12,218,2616,1,,2,,2,8,1,2,,1,4,2,1,2,,2,,,,3,,,,,,,,,1,4,2,," <7:or something else? (specify)>:work for welfare earnings",,,,,,,,,,,2,1,3,2,2,2,2,2,,3,2,1,2,,,,,,,,,,,,,,,2,1,1,1,2,,,,,,,,,,,,2,2,2,2,2,1,2,,1,77,1,,,,97," <5:OTHER (SPECIFY)>:honduras",97," <5:OTHER (SPECIFY)>:honduras",,1,"kp","020308",5,4,1,3,2,1,12000,219.99998474121094,0,400,0,2796,2616,0,0,500,0,0,0,15736,.28635498881340027,393.3296203613281,1,2,0,2,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,24,33,28.5,2,0,1,0,0,0,1,0,0,1,4,796.8375854492188,398.4187927246094,199.2093963623047,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,0,,3,3,1,,,2.3333332538604736,1,,,,2,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14630,21945,1,58520,0,0,46438.2578125,148,0,0,1,1,0,3,.6000000238418579,0,1,1,0,1,0,1,0,,0,1,0,1,1,1,0,0,0,0,0,1,0,1,0,1,1,0,0,0,0,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12342,,,43,43,1,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,400,20,0,0,0,2796,2796,52.87721633911133,2616,2616,51.146846771240234,2,220,220,14.832396507263184,12000,12000,109.54450988769531,12000,220,12000,109.54450988769531,220,14.832396507263184,1,1,,1,0,0,0,1,1,1,0,0,24,576,1,1,0,1,0,0,2,1,33,33,41.4865608215332,33,1089,1,0,0,1,0,0,1,1,10,8,1,1,1,1,0,24,576,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020319",1,3,2,1,,,,55,,8,2,4,3,4,8,8,4,2,2,1,1,1,71,2,1,1,,1,72,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,1,2,,,,2,4,2,,1,3,8,1,2,8,2,5,4,4,5,1,4,5,,,,,8,,,,,,,,,,,,,,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,45,,5,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,400,,8,3200,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7,1,2,,,,,,,2,,,,,,,,,2,,8,2,,,,,,,,2,2,2,2,2,9,2,2,,1,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,12,8,,,3600,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,9,1,2,2,2,1," <1:Yes (Specify)>:old citizen program",1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,1,,2,30,3,,,,,,,,1947,1,"ct","020319",2,2,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,3600,1.0340824127197266,1420.38818359375,1,1,0,1,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,71,72,71.5,5,0,0,0,0,1,1,0,1,0,3,3511.78759765625,1755.893798828125,1755.893798828125,0,3,0,1,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11610,17415,1,46440,0,0,42400,314,0,1,1,0,1,5,2.5,1,0,0,1,1,,,,,,0,,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12407,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,3600,3600,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,1,0,0,0,71,5041,0,0,1,1,0,0,2,0,72,72,41.4865608215332,71,5041,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0 -"9543","020620",1,3,1,,,,,3,,2,3,2,1,1,2,8,1,2,2,2,5,5,28,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,8,1,,2,,500,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,2,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,12000,,12,144000,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,65,,,4,,,,130000,,130000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,150000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,5000,2,,,,,,,,,,,,,,,,,5000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,7,74,1,,,,1,,1,,,1,"db","020620",1,1,0,1,1,0,100000.9921875,0,5000,999.9999389648438,0,0,0,0,0,0,0,0,0,106000.9921875,1.8564025163650513,2549.9052734375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,28,,28,2,0,1,0,0,0,0,1,1,0,1,5239.796875,5239.796875,5239.796875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,150000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,266,1,,,1,,2,2,1,1,1,1,1,,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12410,,,,,1,0,0,0,0,0,0,0,0,0,5000,5000,70.71067810058594,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,1,130000,130000,360.55511474609375,0,0,0,130000,0,130000,360.55511474609375,0,0,0,0,,0,0,0,0,0,1,1,1,1,28,784,1,,1,1,1,1,0,1,0,,41.4865608215332,28,784,0,1,0,1,1,1,0,0,12,65,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,3,2,1,,,,48,,1,3,2,2,2,3,4,2,2,2,1,5,5,52,1,1,11,,2,58,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,,2,,1,,2,,200,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,2,,2,,,8,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,30000,,30000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,7000,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,500,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,1,49,1,,,,1,,1,,,1,"RR2","020307",2,2,0,1,1,0,30000,0,1256.4910888671875,200,0,0,0,0,0,0,0,0,0,31456.490234375,2.625349760055542,3606.11083984375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,52,,52,4,0,0,0,1,0,0,1,1,0,1,8247.9453125,8247.9453125,4123.97265625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,7000,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,243,1,,,1,,2,1,1,1,1,1,1,,,1,,1,1,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12411,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,1,30000,30000,173.205078125,0,0,0,30000,0,30000,173.205078125,0,0,0,0,,0,0,0,0,0,1,1,1,1,52,2704,1,,1,1,1,1,0,1,0,,41.4865608215332,52,2704,0,1,0,1,1,1,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020320",1,3,2,1,,,,40,,2,3,1,2,2,3,2,1,2,2,1,1,1,42,1,1,1,,2,43,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,11,1,1,,2,,,9,2,1,,2,,,7,1,1,,2,,,6,1,1,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,9,2,7,,,,5,2,7,,,,5,1,1,2,,,,,,,,,,,,,1,1,2,,,,,1,1,2,,,,,1,,1,2,,,2,1,8,1,,2,,8,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,2,3,4,1,2,1,3,,1,,,3,1,,2,1,1,0,10,4,4,2,2,2,1,3,0,,,,4,4,,,,,,,,,4,0,4,1,2,2,,,,,1,2,,98,,,,,,,4,,1,,,,2,,,,,,,,,,,,,,,2,,,2,2,,,4,,,,1200,,1200,2,500,2,,,1,2,2,,,0,9,2,1,2,2,1,2,,,,,,,,,,,,,,,,1,70000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,1,,12,35,6,35,9,,,,,,,,,1,2,2,1,,,,,,9,,,,,,,,,1,2,2,1,,,,,,2,,2,,9,9,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,1,2,2,2,2,2,2,2,2,2,2,2,2,2,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,1,2,,2,,2,2,2,,2,2,,2,,,,,,,,,,,,,,,1,2,3,,,,,,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>:headstart program",2,1,2,2,,,,,,,,,,,,,,,2,2,3,1,2,,,,,,,,,,,,2,1,1,1,1,2,2,,1,57,1,,,,1,,1,,,1,"ma","020320",6,2,4,6,2,4,35000,35000,0,0,0,0,0,0,0,2178.9248046875,0,0,0,72178.921875,.6563703417778015,901.5728759765625,1,1,0,3,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,42,43,42.5,3,0,0,1,0,0,1,0,0,1,4,1612.0369873046875,806.0184936523438,806.0184936523438,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,3,,,,,1,70000,0,70000,0,0,0,0,0,1,1,1,0,1,23690,35535,0,94760,0,1,26400,3,1,,,1,,2,.3333333432674408,0,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,0,0,0,0,4,1,4,4,1,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12412,,,,,1,-5,341.67962646484375,18.484577178955078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,35000,35000,187.08287048339844,35000,35000,187.08287048339844,35000,35000,35000,187.08287048339844,35000,187.08287048339844,0,0,1,0,0,0,0,0,1,1,0,1,42,1764,1,1,1,1,1,0,1,1,43,43,41.4865608215332,42,1764,0,0,0,1,1,0,4,0,12,35,0,1,1,1,0,43,1849,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 -"9543","020307",1,3,3,1,,,,20,,3,3,4,2,2,4,3,3,2,2,1,5,5,20,1,1,3,,2,39,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,2,7,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,2,,2,,,1,,,,,,,3,2,,,,,,,,,,,,,1,3,,,,,,,,,,,,,,,,,,,2,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,16,,5,3,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 16 yrs",2,,2,,1,1,,,,,10,20,,,4,,,,6000,,6000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1000,,,,,,,,,2,,,,,,,,,2,,1,1,8000,,,,,,,2,2,2,2,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,100,,,,,,,1,4,,,,,,,,,,,,,,,,,,,,2,,1,13000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,2,81,1,,,,4,,4,,,1,"db","020307",3,2,1,1,1,0,5999.99951171875,0,0,100,0,0,0,0,0,0,0,0,0,6099.99951171875,1.3351259231567383,1833.8935546875,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,20,,20,1,1,0,0,0,0,0,1,1,0,1,4910.07373046875,4910.07373046875,2455.036865234375,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,1000,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,189,0,1,1,0,1,5,1.6666666269302368,1,0,0,1,1,,,1,,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12415,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,1,6000,6000,77.45966339111328,0,0,0,6000,0,6000,77.45966339111328,0,0,0,0,,1,0,0,0,0,1,0,0,1,20,400,1,,1,1,0,0,0,1,0,,41.4865608215332,20,400,0,0,0,1,0,0,0,0,10,20,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,3,2,1,,,,43,,2,1,2,2,1,2,4,2,2,2,2,1,1,43,2,1,1,,1,42,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,6,1,1,,1,,,2,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,6,1,11,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,600,1,,2,,100,2,2,1,2,,,,,,,2,,,,,2,3,3,3,3,3,2,2,1,1,1,1,2,0,1,,,,1,1,,1,1,1,0,20,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,2,1,1,1,1,1,2,,,,2,,,2,,2,,1,,,,,1,,,,2,,,1,,,2,,1,,,,2,,,,,,2,2,,,1,400,,,,12,19200,1,,2,,,1,2,3,,,0,6,10,1,2,2,1,1,2,,,2,,,3,,,6000,,6,36000,1,,,900000,700000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,3,1,1,,1,1,,12,37,12,70,4,,,,750000,,750000,1,,,,,,,,,,,4,,,,2500000,,2500000,1,,,,,,,,,,,2,,2,,2500000,,,,,,,,,1,350000,200000,,,,,,,1,1,,1,50000,,,,,,,2,2,2,2,1,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,100000,2,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,1,58,1,,,,1,,1,,,1,"ma","020314",4,2,2,4,2,2,100000.9921875,100000.9921875,0,441.25189208984375,0,0,0,0,99999.9921875,0,0,0,0,300443.21875,.18005156517028809,247.31405639648438,1,3,0,4,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,43,42,42.5,3,0,0,1,0,0,1,0,0,1,4,439.4521789550781,219.72608947753906,219.72608947753906,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,3,4,4,2500000,1,1,1,1,900000,700000,200000,1,350000,200000,150000,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,118,1,,,1,,10,2.5,1,1,1,1,1,1,1,1,1,1,1,0,1,2,0,0,0,0,0,1,0,1,1,1,2,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12427,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,100000,100000,316.2277526855469,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,2,750000,750000,866.025390625,2500000,2500000,1581.1387939453125,2500000,750000,2500000,1581.1387939453125,750000,866.025390625,1,1,1,0,0,0,0,0,1,1,1,0,43,1849,1,1,0,1,1,1,2,1,42,42,41.4865608215332,42,1764,0,1,0,1,1,1,2,1,12,70,1,1,1,1,0,43,1849,0,0,0,0,0,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020323",1,3,2,1,,,,8,,2,1,1,1,1,1,1,1,2,2,3,1,1,45,2,1,1,,1,39,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,9,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,2400,1,,2,,200,2,1,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,1,3,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,2,2,,,,,,,,,,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,,,,2,2,,,1,100,,,,6,2400,1,,2,,,8,2,1,,2,4,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,80,,,,,,,,,,,,,,,,,,,7,,,,,,,,,1,1,,,,,,,,1,1,1,1,9,9,,,,,,,,2,,,,,,,,,1,1,,1,25000,,,,,,,2,2,2,2,1,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,3600,2,,,,,,,,,,,8,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,8,2,2,1,,2,56,1,,,,1,,1,,,1,"ct","020323",3,2,1,3,2,1,99999.9921875,0,0,0,0,0,0,0,3600,0,0,0,0,103599.9921875,.9321386218070984,1280.36083984375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,45,39,42,3,0,0,1,0,0,1,0,0,1,4,1906.7513427734375,953.3756713867188,953.3756713867188,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,,,,,0,0,0,0,0,0,0,0,1,1,1,0,1,1,14630,21945,0,58520,1,1,46438.2578125,156,1,,,1,,3,1,1,1,1,1,1,1,1,1,,1,1,1,1,3,0,1,0,0,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12428,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,3600,3600,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100000,100000,316.2277526855469,100000,0,100000,316.2277526855469,0,0,1,1,,0,0,0,0,0,1,1,1,0,45,2025,0,1,0,1,1,1,2,1,39,39,41.4865608215332,39,1521,0,1,0,1,1,1,1,1,12,80,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,3,2,1,,,,3,,3,3,2,1,2,2,8,2,2,2,2,1,1,35,2,1,1,,1,27,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,7,,,,5,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,,1,8,1,,2,,1000,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,0,5,3,1,2,2,1,1,2,,,2,,,3,,,680,,5,3400,1,,1,150000,100000,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,60,12,70,4,,,,65000,,65000,2,60000,,,,,,,,,,4,,,,55000,,55000,1,,,,,,,,,,,8,,2,,8,2,,2,2,,,,,2,,,,,,,,,1,1,,1,64000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,27000,27000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,1,2,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,2,2,2,2,,1,1,2,1,4,15,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:SOMETHING LIKE AN ALERGY BUT DFOES NOT RESPOND TO REGULAR ALLERGY TREATMENT",1,1,7,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,1,,7,64,1,,,,1,,1,,,1,"PF","020307",2,2,0,2,2,0,60000,54999.99609375,0,27000.001953125,0,0,0,0,0,0,0,0,0,142000,2.0333871841430664,2793.0068359375,1,1,0,3,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,35,27,31,2,0,1,0,0,0,1,0,1,0,3,4889.60107421875,2444.800537109375,2444.800537109375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,15000,1,1,0,1,150000,100000,50000,0,0,0,0,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,183,1,,,1,,3,1.5,1,1,1,1,1,1,,1,,0,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12432,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27000,27000,164.3167724609375,0,0,0,0,0,0,0,0,0,2,60000,60000,244.948974609375,55000,55000,234.52078247070312,60000,55000,60000,244.948974609375,55000,234.52078247070312,0,0,,0,0,0,0,0,1,1,1,0,35,1225,1,1,1,1,1,1,2,0,27,27,41.4865608215332,35,1225,0,0,0,0,0,0,0,0,12,60,0,1,1,1,1,27,729,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020325",1,3,3,1,,,,30,,1,3,1,3,1,2,3,1,2,2,3,1,5,34,1,1,8,,1,62,1,8,,1,68,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,5,,3,1,2,8,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 5yr",2,,1,2,1,1,,,,,12,20,,,4,,,,20000,,20000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,,9,,9,9,,,,,,,,1,8,650,,,,,,,1,2,,1,8,9,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,200,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,3,2,,,,,,,,,,,,,,,,,,,1,4,,2,68,97," <5:OTHER (SPECIFY)>:columbia",,,,,,,98,2,"jd","020325",3,3,0,1,1,0,20000,0,1674.8233642578125,25,0,0,0,0,0,0,0,0,0,21699.82421875,.7340914011001587,1008.3284912109375,0,2,0,,4,1,4,0,0,0,1,0,0,0,0,3,0,0,1,0,34,,34,2,0,1,0,0,0,0,1,1,0,1,2379.116455078125,2379.116455078125,793.038818359375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,,650,,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,292,1,,,1,,3,1,1,1,1,1,0,,,0,,1,1,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12445,28,,,,28,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,25,25,5,0,0,0,0,0,0,0,0,0,1,20000,20000,141.42135620117188,0,0,0,20000,0,20000,141.42135620117188,0,0,0,0,,1,1,1,0,0,1,1,1,1,34,1156,1,,1,1,1,1,0,1,0,,41.4865608215332,34,1156,0,1,0,1,1,1,0,0,12,20,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020312",1,3,1,,,,,5,,2,3,2,1,2,3,3,2,2,2,1,5,5,22,2,1,11," <14:OTHER, SPECIFY>:roomate",1,22,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,,,,,,,1,2,,1,,2,,30,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,2,,4,2,2,1,2,,,,,,,,,,,,,,,,,,,,,1,2,,2,,,3,,,600,,12,7200,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,10,40,,,4,,,,32000,,32000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,13000,,,,,,,,,2,,,,,,,,,1,1,,1,5000,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,79,1,,,,1,,1,,,1,"kp","020312",2,2,0,1,1,0,32000,0,460.5458068847656,0,0,0,0,0,0,0,0,0,0,32460.544921875,3.6017274856567383,4947.2373046875,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,22,,22,1,1,0,0,0,0,0,1,1,0,1,5427.5068359375,5427.5068359375,2713.75341796875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,13000,1,1,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,38,1,,,1,,4,2,1,1,1,1,1,,,1,,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12449,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,32000,32000,178.88543701171875,0,0,0,32000,0,32000,178.88543701171875,0,0,0,0,,0,0,0,0,0,1,1,1,0,22,484,1,,1,1,1,1,0,0,0,,41.4865608215332,22,484,0,1,0,0,0,0,0,0,10,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020309",1,3,4,1,,,,12,,3,3,2,2,2,3,2,2,2,2,2,5,5,19,1,1,7,,1,21,1,3,,1,47,1,3,,2,48,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,1,,,,,,,3,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:insurance obtained because of sept. 11th....the disaster relief",,,,,,,,,,,,,,2,,,1,,2,,0,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,2,,2,3,1,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 2",1,2,2,,2,1,,,,,5,24,,,1,200,,,,5,4000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,700,120,,,,,,,1,3,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,1," <1:Yes (Specify)>:I lead some fellowships at church",1,2,2,8,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,2,3,,3,82,9," <5:OTHER (SPECIFY)>:china",,,,,,,1989,1,"mm","020309",4,4,0,1,1,0,3999.999755859375,0,0,120.00000762939453,0,0,0,0,0,0,0,0,0,4120,4.740107536315918,6510.88623046875,0,1,1,,2,1,2,0,1,0,0,0,0,0,0,4,0,0,0,1,19,,19,1,1,0,0,0,0,0,1,1,0,1,19489.376953125,19489.376953125,4872.34423828125,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,2000,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,435,0,1,0,0,0,2,.5,0,1,1,1,1,,,1,,0,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12452,9,,,,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,120,10.954451560974121,0,0,0,0,0,0,0,0,0,1,4000,4000,63.24555206298828,0,0,0,4000,0,4000,63.24555206298828,0,0,0,0,,0,1,1,0,0,1,0,0,1,19,361,1,,1,1,0,0,0,1,0,,41.4865608215332,19,361,0,0,0,1,0,0,0,0,5,24,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020316",1,4,1,,,,,30,,3,3,1,2,3,1,3,1,2,2,8,3,5,50,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,500,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,6,,11,1,2,2,1,2,,,,,,,,,,,,,,,,,250000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,35,,,1,65000,,,,12,3120000,2,65000,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,9,9,,,,,,,,1,20000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,1,1,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,1,1," <1:Yes (Specify)>:mugana",2,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,1,4,,2,99,97," <5:OTHER (SPECIFY)>:central america",,,,,,,1960,1,"ss","020316",1,1,0,1,1,0,65000,0,1808.4354248046875,0,0,0,0,0,4462.54833984375,0,0,0,0,71270.984375,1.1629022359848022,1597.3316650390625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,50,,50,4,0,0,0,1,0,0,1,1,0,1,2454.041748046875,2454.041748046875,2454.041748046875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,250000,0,250000,1,20000,0,20000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,134,1,,,1,,11,11,1,1,1,1,1,,,1,,0,0,0,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12458,97,,,,97,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,-5,907.7564086914062,30.128995895385742,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,65000,65000,254.9509735107422,0,0,0,65000,0,65000,254.9509735107422,0,0,0,0,,1,1,1,0,0,1,1,1,0,50,2500,1,,1,1,1,1,0,0,0,,41.4865608215332,50,2500,0,1,0,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 -"9543","020406",1,5,5,1,,,,34,,2,3,1,2,1,2,2,1,2,2,3,5,5,34,1,1,3,,1,69,1,3,,2,64,1,7,,1,28,1,7,,2,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,1,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,12,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,8,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,12,40,,,4,,,,43000,,43000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,11000,,,,,,,,,1,8,0,,,,,,,2,,1,1,10000,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,68,1,,,,1,,1,,,1,"cr","020406",5,5,0,1,1,0,43000,0,0,0,0,0,0,0,0,0,0,0,0,43000,3.209920883178711,4409.06201171875,0,2,0,,2,1,2,0,1,0,0,0,0,0,0,1,1,0,0,0,34,,34,2,0,1,0,0,0,0,1,1,0,1,8112.72900390625,8112.72900390625,1622.5457763671875,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,11000,1,1,0,0,0,0,0,1,,0,,0,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,79,1,,,1,,4,.800000011920929,0,1,1,1,1,,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12461,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,43000,43000,207.36441040039062,0,0,0,43000,0,43000,207.36441040039062,0,0,0,0,,0,0,0,0,0,1,0,0,1,34,1156,1,,1,1,0,0,0,1,0,,41.4865608215332,34,1156,0,0,0,1,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020320",1,4,1,,,,,14,,1,1,1,1,1,1,1,1,2,2,3,4,5,35,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,10,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,10,1,11,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,1,,1,2,,,2,1,300,1,,2,,400,2,1,1,2,,,,,,,2,,,,,1,3,2,3,2,3,1,2,2,2,1,1,3,2,,1,,,5,1,,1,1,1,2,12,4,4,2,2,2,1,4,2,1,,,1,1,,,,,,,,,1,0,1,1,2,2,,,,,1,2,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,1,,,2,2,,,3,,,10,,8,80,2,4000,2,,,1,2,1,,2,10,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1000,,12,12000,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,35,,,4,,,,90000,,90000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,1,10000,,,,,,,,,1,30000,15000,,,,,,,1,2,,1,10000,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,1000,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,1,1,2,1,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,3,1,2,,,,,,,,,,,,2,2,1,1,1,2,1,,2,67,1,,,,97," <5:OTHER (SPECIFY)>:Germany",1,,,1,"ma","020320",2,1,1,2,1,1,90000,0,100,200,0,0,0,0,0,0,0,0,0,90300,.4791485667228699,658.145751953125,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,35,,35,3,0,0,1,0,0,0,1,0,1,2,2043.3143310546875,2043.3143310546875,2043.3143310546875,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,2,1,2,1,1.3333333730697632,0,0,0,0,,4,4,4,10000,1,1,0,0,0,0,0,1,30000,15000,15000,1,1,1,1,,1,11610,17415,0,46440,1,1,42400,308,1,,,1,,5,2.5,1,1,1,1,1,,1,1,1,1,1,1,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,12462,,,36,,1,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,1,90000,90000,300,0,0,0,90000,0,90000,300,0,0,0,0,,0,0,0,0,0,1,1,1,1,35,1225,1,,1,1,1,1,0,1,0,,41.4865608215332,35,1225,0,1,0,1,1,1,1,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020402",1,2,1,,,,,9,,2,3,2,3,2,2,3,2,2,2,1,5,5,26,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,6,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,6,2,8,,,,,2,,,,,,,4,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:hip",,,,,,,,1,,6,,,,2,,,1,,2,,200,2,1,2,2,,,,,,,1,,,,,1,3,2,2,3,8,2,1,4,4,1,1,1,2,1,,,,1,1,,2,2,1,98,0,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,2," no",,,,,,,,,,,,,,2,,,1,2,1,,1,1,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,7," <7:Or someone else? (specify)>:boyfriend",2,,,3,,,800,,98,,,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,1,22000,,,,12,1056000,2,22000,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,10000,,,,,,,,,2,,,,,,,,,1,1,,1,6000,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3000,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,8,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,3,1,2,,,,,,,,,,,,2,2,2,2,2,2,2,,6,75,1,,,,2,,2,,,1,"ss","020402",2,1,1,2,1,1,22000.001953125,0,0,0,0,0,0,0,0,0,0,0,0,22000.001953125,.8307514786720276,1141.09814453125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,26,,26,2,0,1,0,0,0,0,1,0,1,2,1278.1285400390625,1278.1285400390625,1278.1285400390625,0,3,0,1,0,1,3,1,0,0,1,0,1,2,1,0,0,0,1,1,2,2,1,,1.6666666269302368,1,0,0,0,,4,4,4,10000,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,11610,17415,0,46440,0,1,42400,316,0,1,1,1,1,5,2.5,1,1,1,1,1,,1,1,1,1,1,0,1,2,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,12463,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,22000,22000,148.323974609375,0,0,0,22000,0,22000,148.323974609375,0,0,0,0,1,0,0,0,0,1,1,1,0,0,26,676,1,,1,1,1,0,0,0,0,,41.4865608215332,26,676,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020330",1,2,1,,,,,24,,3,2,2,3,2,1,1,2,2,2,8,2,5,43,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,14,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,14,1,2,,2,,,2,,,,,,,4,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,8,2,3,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,2,1,2,2,4,1,1,3,0,,1,,,8,1,,1,2,1,0,4,4,4,2,2,1,3,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,0,6,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,660,,6,3960,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,1,1,1000,,,,,,,2,1,2,2,2,2,1,2,,1,2,2,2,2,,,,,,,1,2400,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3000,2000,,,,,,,,,1,2,3,,2,600,1200,1,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,2,,2,3,,,,,,,,,3,,,,,2,,,,,,,,,,1,2,2,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,3,2,2,8,1,4,,3,59,1,,,,3,,3,,,2,"el","020330",2,1,1,2,1,1,0,0,0,2000,2400,0,0,0,0,0,0,1200.0001220703125,0,5600,.5999813675880432,824.1184692382812,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,43,,43,3,0,0,1,0,0,0,1,0,1,2,1020.5499267578125,1020.5499267578125,1020.5499267578125,0,3,0,1,0,1,2,1,0,1,0,0,0,3,0,1,0,1,1,1,1,1,1,2,1,0,0,0,1,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,11610,17415,1,46440,0,0,42400,101,0,1,1,1,1,3,1.5,1,1,1,1,1,,1,1,0,0,1,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,12465,,,,,1,0,0,0,2400,2400,48.98979568481445,0,0,0,0,0,0,0,0,0,0,0,0,2000,2000,44.72135925292969,1200,1200,34.64101791381836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,1,0,0,0,43,1849,0,,1,1,0,0,0,0,0,,41.4865608215332,43,1849,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020701",1,2,1,,,,,30,,2,1,2,1,2,2,2,2,2,2,2,4,5,48,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,10,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,10,1,7,,,,5,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,200,1,,2,,300,2,2,3,2,,,,,,,1,,,,,2,2,3,2,3,3,1,2,1,1,1,1,1,1,,1,,,4,3,,1,1,1,2,25,4,4,2,2,2,1,4,1,1,,,1,0,1,2,2,2,,,9,,1,0,1,1,2,1,,,,,1,2,,,,,,,,,,,2,2,,,,,,,,,,,1,,,,2,,,2,,,2,2,,,9,,,,,,,2,9,2,,,1,2,3,,,3,,5,1,2,2,1,1,2,,,2,,,9,,,,,,,,,,99,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,9,,,,,,,,,1,2,1,,2,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,9,9,,,,,,,,1,9,9,9,,,,,,1,2,,1,9,9,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,1,2,1,2,9," <1:Yes (Specify)>:refused answer",2,1,2,2,,,,,,,,,,,,,,,3,1,1,2,2,,,,,,,,,,,,1,1,1,1,2,9,9,,99,54,1,,,,1,,1,,,1,"ma","020701",2,1,1,2,1,1,74999.9921875,0,0,0,0,0,0,0,0,0,0,0,0,74999.9921875,.3822258412837982,525.0152587890625,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,,,,,,48,,48,4,0,0,0,1,0,0,1,0,1,2,1826.9493408203125,1826.9493408203125,1826.9493408203125,1,1,0,0,0,1,3,1,0,0,1,0,0,3,0,1,0,0,1,2,1,2,1,1,1.6666666269302368,1,0,0,0,,3,4,4,,,,,1,,,,1,,,,1,1,1,1,,1,11610,17415,0,46440,1,1,42400,10,1,,,1,,5,2.5,1,1,1,1,1,,1,1,1,1,1,1,1,3,0,1,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,12468,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,75000,75000,273.86126708984375,0,0,0,75000,0,75000,273.86126708984375,0,0,0,0,0,0,0,0,0,1,1,1,0,1,48,2304,1,,1,1,1,0,0,1,0,,41.4865608215332,48,2304,0,0,0,1,1,0,1,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020313",1,2,1,,,,,31,,2,3,3,2,2,3,8,1,2,2,3,1,1,31,1,1,1,,2,26,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,11,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,8,2,1,1,2,,,,,,,2,1,3,8,3,,,,,,,,,,,,3,4,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,1,2,,,,,,,,,,,,,,,,2,2,,,,,,1,,,2,,2,2,,,,,,,,,2,2,,,8,,,,,,,1,,2,,,2,2,3,,,2,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,35,12,20,9,,,,,,,,,1,2,2,9,,,,,,4,,,,50000,,50000,1,,,,,,,,,,,2,,2,,5000,,,,,,,,,1,1000,0,,,,,,,1,2,,1,65000,,,,,,,1,2,2,2,2,2,1,2,,2,2,2,2,2,4000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,70,1,,,,1,,1,,,1,"kp","020313",3,2,1,3,2,1,50000,23033.263671875,0,0,0,0,0,0,0,3999.999755859375,0,0,0,77033.265625,.9321386218070984,1280.36083984375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,31,26,28.5,2,0,1,0,0,0,1,0,0,1,4,2472.268310546875,1236.1341552734375,1236.1341552734375,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,4,,,2,5000,1,0,0,0,0,0,0,1,1000,0,1000,1,1,1,1,0,1,14630,21945,0,58520,1,1,46438.2578125,11,1,,,1,,3,1,1,0,1,1,1,1,1,1,,1,1,,1,2,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12470,,,,,1,4000,4000,63.24555206298828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,50000,50000,223.60679626464844,50000,-5,50000,223.60679626464844,9043.8486328125,95.09915161132812,1,1,,0,0,0,0,0,1,1,1,1,31,961,1,1,0,1,1,1,1,0,26,26,41.4865608215332,26,676,0,0,0,0,0,0,0,0,12,20,1,1,1,1,1,31,961,1,1,1,1,1,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020405",1,2,3,1,,,,15,,2,1,2,1,2,1,2,2,2,2,3,1,1,51,1,1,1,,2,47,1,5,,1,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,2,8,,,,,2,7,,,,1,2,3,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,1,900,2,,,,,8,1,1,2,2,1,2,2,2,2,2,,,,,4,3,2,3,3,3,1,2,2,4,2,1,4,1,,1,,,11,1,,2,1,1,0,12,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,0,6,7,1,2,2,1,1,2,,,2,,,3,,,2100,,6,12600,1,,,390000,190000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,35,1,40,4,,,,62000,,62000,1,,,,,,,,,,,4,,,,49000,,49000,1,,,,,,,,,,,2,,2,,200000,,,,,,,,,1,18000,0,,,,,,,1,8,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,2000,2,,,,,,,,,,,,,,,,,5000,5000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,1,3,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,50,97," <5:OTHER (SPECIFY)>:GRENADA",1,,,,,,1989,1,"RR2","020405",4,3,1,3,2,1,61999.99609375,49000,2000,5000,0,0,0,0,0,0,0,0,0,118000,.4019430875778198,552.098388671875,1,2,0,3,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,51,47,49,4,0,0,0,1,0,1,0,0,1,4,1143.375732421875,571.6878662109375,381.125244140625,1,2,1,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,0,,1,3,4,200000,1,1,1,1,390000,190000,200000,1,18000,0,18000,1,1,1,1,0,1,14630,21945,0,58520,1,1,46438.2578125,177,1,,,1,,7,1.75,1,1,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12471,39,,,,39,0,0,0,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,5000,5000,70.71067810058594,0,0,0,0,0,0,0,0,0,2,62000,62000,248.99798583984375,49000,49000,221.35943603515625,62000,49000,62000,248.99798583984375,49000,221.35943603515625,0,0,1,0,1,1,0,0,1,1,0,1,51,2601,1,1,1,1,1,0,1,1,47,47,41.4865608215332,51,2601,0,1,0,1,1,0,1,0,12,35,0,1,1,1,0,47,2209,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020327",1,4,1,,,,,37,,1,1,1,1,1,1,1,1,2,2,2,1,1,37,1,1,1,,2,34,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,2,9,,,,,2,1,2,,,,,,,,,,,,,1,2,,,,,,1,1,,,,,,,,,,,,2,2,,1,,2,,1100,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,3,,6,1,2,2,1,1,2,,,2,,,3,,,1300,,12,15600,1,,,400000,130000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,60,12,40,4,,,,130000,,130000,1,,,,,,,,,,,4,,,,50000,,50000,1,,,,,,,,,,,1,1,8,,80000,,,,,,,,,1,25000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,2,1,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,6000,2,,,,,,,,,,,15000,15000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,1,1,1,97,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:eye infection from working in Ground Zero",1,1,9,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,1,,2,65,1,,,,1,,1,,,1,"agh","020327",2,2,0,2,2,0,100000.9921875,50000,0,15000,0,0,0,0,5999.99951171875,0,0,0,0,171000.984375,2.0333871841430664,2793.0068359375,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,37,34,35.5,3,0,0,1,0,0,1,0,1,0,3,5745.57421875,2872.787109375,2872.787109375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,80000,1,1,1,1,400000,130000,270000,1,25000,0,25000,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,389,1,,,1,,6,3,1,1,1,1,1,1,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12473,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,6000,6000,77.45966339111328,0,0,0,15000,15000,122.4744873046875,0,0,0,0,0,0,0,0,0,2,130000,130000,360.55511474609375,50000,50000,223.60679626464844,130000,50000,130000,360.55511474609375,50000,223.60679626464844,0,0,,0,0,0,0,0,1,1,0,1,37,1369,1,1,1,1,1,0,1,1,34,34,41.4865608215332,37,1369,0,1,0,1,1,0,0,0,12,60,0,1,1,1,0,34,1156,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020328",1,2,3,1,,,,10,,2,2,2,2,2,2,2,2,2,2,3,3,5,51,2,1,7,,2,52,1,9,,2,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,1,,,,1,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,5,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,10,40,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,8,8,,,,,,,,1,4500,0,,,,,,,1,8,,1,9,1,2,,,,,2,2,2,2,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,2,1,,,,,,,,1,1,3,1,2,2,2,2,,2,2,1,2,,,,,,,,,,,,,,,2,3,2,,,,,,,,,,,,,,,,,,,1,4,,1,51,97," <5:OTHER (SPECIFY)>:peru",,,,,,,1992,2,"jd","020401",3,3,0,1,1,0,19522.181640625,0,0,100,0,0,0,0,0,0,0,0,0,19622.181640625,2.243321657180786,3081.3671875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,51,,51,4,0,0,0,1,0,0,1,1,0,1,5045.3408203125,5045.3408203125,1681.7802734375,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,4500,0,4500,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,110,0,1,1,1,1,5,1.6666666269302368,1,1,1,1,0,,,0,,1,1,1,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12478,63,,,,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,1,1,0,0,1,0,0,0,51,2601,1,,1,1,0,0,0,0,0,,41.4865608215332,51,2601,0,0,0,0,0,0,0,0,10,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020311",1,2,2,1,,,,14,,1,3,3,1,1,3,4,2,2,2,1,1,1,38,2,1,1,,1,42,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,17,2,1,,2,,,10,1,1,,1,,,6,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,99,9,2,,8,,,1,4,,,,,2,2,8,,,,,,,,,,,,,1,2,,,,,,1,1,,,,,,1,,6,,,,2,1,500,1,,2,,105,2,2,1,2,,,,,,,2,,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,3,3,,,,,,,,,2,0,2,1,2,1,,,,,1,2,,1,,,,2,,,1,,1,,,,2,,,,,,,,1,,,,2,,,2,,,2,2,,,3,,,150,,12,1800,1,,2,,,1,8,1,,2,11,,4,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1300,,12,15600,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,99,12,60,4,,,,33000,,33000,1,,,,,,,,,,,4,,,,40000,,40000,1,,,,,,,,,,,1,1,2,,50000,,,,,,,,,1,32000,32000,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,1,1,2,2,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,2,2,2,1,2,2,2,,6,64,99," <5:OTHER (SPECIFY)>:<",2,,,,,,1987,1,"ddb","020311",5,2,3,5,2,3,40000,33000.00390625,0,0,0,0,0,0,0,0,0,0,0,73000,.697822093963623,958.5099487304688,1,1,0,2,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,38,42,40,3,0,0,1,0,0,1,0,0,1,4,3753.3837890625,1876.69189453125,1876.69189453125,1,1,0,0,0,,1,0,1,0,0,0,1,1,0,0,0,1,,,,,,,,,,,,,,,4,50000,1,1,1,0,0,0,0,1,32000,32000,0,1,1,1,,1,1,20670,31005,0,82680,0,1,36847.08984375,51,1,,,1,,4,.800000011920929,0,0,1,1,1,1,1,1,,1,1,0,1,2,0,0,0,,0,0,0,2,1,2,2,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12479,97,,,,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,33000,33000,181.65902709960938,40000,40000,200,40000,33000,40000,200,33000,181.65902709960938,0,0,1,0,,0,0,0,0,0,0,0,38,1444,1,1,0,1,0,0,2,1,42,42,41.4865608215332,42,1764,0,0,0,1,0,0,3,0,12,60,1,0,0,0,0,38,1444,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,4,2,1,,,,45,,1,1,1,1,2,1,3,1,2,2,2,1,1,70,1,1,1,,2,69,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,7,,,,2,2,2,2,,3,3,2,2,2,2,1,2,2,5,5,1,2,,,,,,1,2,,,,,,,,,,,,,2,,1,,2,,600,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,36,,11,1,2,2,1,1,2,,,2,,,4,,,,12000,,12000,1,,,2500000,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,2,,1,,9,,,,1,30000,10000,,,,,,,1,1,,2,,,,,,,,2,2,1,1,1,2,2,2,,2,2,,,2,,,,,,,,,,,,,,9,,,,,,9,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,1,2,2,1," <1:Yes (Specify)>:THE LOCAL POLICE PRECINCT COUNCLE",1,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,31,1,,,,1,,1,,,1,"PF","020307",2,2,0,2,2,0,0,0,845.2040405273438,0,0,0,0,4287.48388671875,1635.4208984375,0,0,0,0,6768.10888671875,.5891525149345398,809.2442626953125,1,2,0,4,4,1,4,0,0,0,1,0,0,0,0,2,0,1,0,0,70,69,69.5,5,0,0,0,0,1,1,0,1,0,3,2430.737060546875,1215.3685302734375,1215.3685302734375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,2500000,,,1,30000,10000,20000,1,1,0,0,0,0,11610,17415,1,46440,0,0,42400,235,0,1,1,1,1,11,5.5,1,1,1,1,1,1,,1,,1,1,0,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12483,,,,,1,0,0,0,0,0,0,-5,1241.30029296875,35.23208999633789,-5,2537.25634765625,50.371185302734375,-5,907.7564086914062,30.128995895385742,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,1,1,70,4900,0,0,1,1,1,1,1,1,69,69,41.4865608215332,70,4900,0,1,1,1,1,1,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0 -"9543","020318",1,1,3,1,,,,40,,2,2,1,1,1,2,1,1,2,2,2,1,1,60,2,1,1,,1,58,1,5,,2,33,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,2,5,,5,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,1,2,,,,2,4,1,2,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,,,,,,,2,2,,1,,2,,17,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,8,,6,2,2,2,1,1,2,,,2,,,4,,,,4000,,4000,1,,,98,5000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000,,,,,,,,,1,2000,0,,,,,,,1,2,,2,,,,,,,,2,2,1,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,9,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,300,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,41,97," <5:OTHER (SPECIFY)>:ireand",,,,,,,1963,1,"kp","020318",4,3,1,2,2,0,0,0,755.9844360351562,0,0,0,0,2368.205078125,0,0,0,0,0,3124.189453125,6.7215776443481445,9232.5810546875,1,1,1,1,1,2,5,0,0,0,0,1,0,0,0,1,1,0,0,0,60,58,59,4,0,0,0,1,0,1,0,1,0,3,20702.080078125,10351.0400390625,6900.693359375,0,3,0,1,0,0,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,50000,1,1,1,1,,5000,,1,2000,0,2000,1,1,0,0,0,0,11610,17415,1,46440,0,0,42400,146,0,1,1,1,1,6,1.5,1,1,1,1,1,1,,1,,1,1,1,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12485,48,,,,48,0,0,0,0,0,0,-5,1241.30029296875,35.23208999633789,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,0,0,0,0,0,0,60,3600,0,0,1,0,0,0,2,0,58,58,41.4865608215332,60,3600,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543","020325",1,2,2,2,,,,79,,1,1,1,1,1,2,1,2,2,2,8,1,1,79,2,1,1,,1,83,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,10,,,,,2,3,1,8,1,1,1,1,2,2,2,2,4,6,6,1,5,6,,,," <6:another type of government program? {specify}>:h.i.p.",1,5,6,,,," <6:another type of government program? {specify}>:h.i.p.",,,,,,,2,,,1,,2,,8,8,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,19,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,9,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,2,,,,,,,,,1,9,,2,,,,,,,,2,1,9,9,2,2,9,2,,2,2,,,2,,,,,,,3,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,9,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,1,1,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,22,97," <5:OTHER (SPECIFY)>:ukraine",,,,,,,1922,1,"jm","020325",2,2,0,2,2,0,0,0,0,0,1739.853271484375,0,0,0,0,0,0,0,0,1739.853271484375,2.0333871841430664,2793.0068359375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,79,83,81,5,0,0,0,0,1,1,0,1,0,3,5642.99609375,2821.498046875,2821.498046875,1,2,1,0,0,0,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,0,0,0,0,11610,17415,1,46440,0,0,42400,29,0,1,1,1,1,2,1,1,1,1,1,1,1,,1,,1,1,1,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12488,81,,,,81,0,0,0,-5,995.5078735351562,31.55167007446289,-9,-9,,-9,-9,,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,0,0,1,1,1,0,79,6241,0,0,1,1,1,1,2,0,83,83,41.4865608215332,79,6241,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,,1,,1,0,0,1,0,0,0,0,0,,1,0,0,0,0,0,0,0 -"9543","020416",1,2,3,1,,,,22,,3,3,2,1,3,3,4,3,2,2,3,1,1,50,1,1,1,,2,40,1,3,,2,90,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,1,7,,,,5,2,4,,,,,2,3,2,,,,,,,,,,,,,1,9,,,,,,1,9,,,,,,1,,10,,,,2,,,2,,,,,2,2,3,2,2,2,2,2,2,2,2,,,,,1,3,2,2,2,2,2,2,4,4,3,2,1,5,,1,,,11,3,,1,2,2,0,2,4,4,2,1,1,2,2,0,,,,1,0,1,2,2,2,,,4000,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,4,,5,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1200,,12,14400,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,9,,,,,,,,,1,2,2,1,,,,,,4,,,,20000,,20000,1,,,,,,,,,,,1,1,1,1,8,1,2,,,,,,,1,500,0,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,60000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,1,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,3,,8,51,9," <5:OTHER (SPECIFY)>:China",9," <5:OTHER (SPECIFY)>:China",,,,,1981,1,"ma","020701",4,3,1,3,2,1,35000,20000,0,0,0,0,0,0,0,0,0,0,0,55000,.6706960201263428,921.250244140625,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,4,0,0,0,1,50,40,45,4,0,0,0,1,0,1,0,0,1,4,4461.2568359375,2230.62841796875,1487.0855712890625,1,2,1,0,0,1,3,1,0,0,1,0,0,3,0,1,0,1,1,1,2,2,2,2,1.6666666269302368,1,0,1,1,,4,2,3,1250,1,0,0,0,0,0,0,1,500,0,500,0,1,1,1,1,1,14630,21945,0,58520,0,1,46438.2578125,179,1,,,0,,5,1.25,1,1,0,1,1,1,1,1,1,0,0,0,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12489,9,9,,,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,35000,35000,187.08287048339844,20000,20000,141.42135620117188,35000,20000,35000,187.08287048339844,20000,141.42135620117188,0,0,,0,1,1,0,0,1,1,0,1,50,2500,1,1,1,1,1,0,1,1,40,40,41.4865608215332,50,2500,0,0,0,1,1,0,1,0,12,40,0,1,0,0,0,40,1600,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020308",1,4,2,1,,,,0,8,1,1,1,2,2,2,8,1,2,2,3,1,1,33,1,1,1,,2,33,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,6,,,,,2,9,,,,,2,4,2,,,,,,,,,,,,,2,,,,,,,1,1,2,,,,,,,,,,,,1,3000,1,,2,,300,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,0,8,2,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,900,,8,7200,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,4,,,,480000,,480000,1,,,,,,,,,,,1,1,2,,3000,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,4,2,2,1,4,,,,,,,,1,2,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,3,,3,69,97," <5:OTHER (SPECIFY)>:India",,,,,,,2001,1,"ma","020308",2,2,0,2,2,0,100000.9921875,0,0,0,0,0,0,0,0,0,0,0,0,100000.9921875,1.6834068298339844,2312.282958984375,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,4,0,0,0,1,33,33,33,2,0,1,0,0,0,1,0,1,0,3,8064.779296875,4032.3896484375,4032.3896484375,0,3,0,1,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,3000,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,11610,17415,0,46440,1,1,42400,17,1,,,1,,2,1,1,1,1,1,0,1,,0,,1,1,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,1,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12492,45,,,,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,480000,480000,692.8203125,480000,0,480000,692.8203125,0,0,0,0,,0,1,1,0,0,1,1,0,1,33,1089,0,1,0,1,1,1,1,0,33,33,41.4865608215332,33,1089,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,2,2,1,,,,13,,1,3,2,1,4,3,3,2,2,2,8,1,1,40,2,1,1,,1,42,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,10,1,1,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,10,1,4,,,,,2,98,,,,,2,4,2,,,,,,,,,,,,,2,,,,,,,1,1,,,,,,1,,4,,,,,8,,1,,2,,8,2,2,2,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,2,2,1,1,4,0,,1,,,4,1,,1,1,1,14,21,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,1,0,1,1,2,2,,,,,1,4,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,1,2,3,,,3,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,12,12,98,4,,,,12000,,12000,1,,,,,,,,,,,4,,,,20000,,20000,1,,,,,,,,,,,1,8,2,,8,2,,2,1,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,2,2,2,1,2,2,2,,2,62,97," <5:OTHER (SPECIFY)>:grenada",1,,,,,,1989,1,"sf","020314",3,2,1,3,2,1,20000,12000,0,0,0,0,0,0,0,0,0,0,0,32000,.697822093963623,958.5099487304688,1,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,40,42,41,3,0,0,1,0,0,1,0,0,1,4,1564.87890625,782.439453125,782.439453125,0,3,0,1,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,6000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,,14630,21945,0,58520,0,1,46438.2578125,257,0,1,0,1,1,4,1.3333333730697632,1,1,1,1,0,1,1,0,1,1,0,0,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12493,39,,,,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,12000,12000,109.54450988769531,20000,20000,141.42135620117188,20000,12000,20000,141.42135620117188,12000,109.54450988769531,0,0,1,0,1,1,0,0,1,0,0,0,40,1600,1,1,0,1,1,0,2,1,42,42,41.4865608215332,42,1764,0,0,0,1,1,0,1,0,12,42.29999923706055,1,1,0,0,0,40,1600,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020313",1,2,2,1,,,,1,,1,1,1,1,2,2,8,1,2,2,2,5,2,21,1,1,2,,2,27,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,2,2,9,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,3,,,,,,,,,,,,2,1,1200,1,,2,,400,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,0,1,6,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,1400,,12,16800,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,7,40,12,55,4,,,,20000,,20000,1,,,,,,,,,,,4,,,,45000,,45000,1,,,,,,,,,,,2,,1,1,300000,,,,,,,,,1,500,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,10000,2,,,,,,,,,,,,,,,,,1000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,4,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,3,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,80,1,,,,1,,1,,,1,"al","020313",2,2,0,2,2,0,45000,20000,10000,999.9999389648438,0,0,0,0,0,0,0,0,0,76000,2.0333871841430664,2793.0068359375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,21,27,24,1,1,0,0,0,0,1,0,1,0,3,5560.10693359375,2780.053466796875,2780.053466796875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,300000,1,1,1,0,0,0,0,1,500,0,500,1,1,1,0,1,1,11610,17415,0,46440,1,1,42400,128,1,,,1,,6,3,1,1,1,1,1,1,,1,,1,1,,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12494,,,,,1,0,0,0,0,0,0,0,0,0,10000,10000,100,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,2,20000,20000,141.42135620117188,45000,45000,212.1320343017578,45000,20000,45000,212.1320343017578,20000,141.42135620117188,0,0,,0,0,0,0,0,1,1,1,1,21,441,1,1,0,1,1,1,1,0,27,27,41.4865608215332,27,729,0,1,0,0,0,0,0,0,12,55,1,1,1,1,1,21,441,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,5,2,1,,,,36,,1,1,1,1,1,1,1,1,2,2,3,1,1,36,1,1,1,,2,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,4,1,1,,1,,,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,2,1,2,,2,,,2,2,,2,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,2,,,,,,,1,,1,,,,,2,,2,,,,,2,2,1,2,,,,,,,2,3,2,2,2,,,,,,,,,,,,1,1,3,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,1,2,2,1,2,,,,,,1,,,,,,1,,,2,2,,,,,,,,,,,,,,,,,2,,1,,,,,,,,,,,,,,,2,,,1,1,3,,,3,,4,1,2,2,1,1,2,,,2,,,9,,,,,,,,,,350000,99,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,1,35000,15000,,,,,,,1,1,,1,9,9,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,66,1,,,,5," <5:OTHER (SPECIFY)>:itatly",5," <5:OTHER (SPECIFY)>:italy",,1,"kp","020315",4,2,2,4,2,2,0,0,1479.201416015625,0,0,0,0,0,0,0,0,0,0,1479.201416015625,1.4416096210479736,1980.15673828125,1,1,0,2,2,1,2,0,1,0,0,0,0,0,0,1,1,0,0,0,36,36,36,3,0,0,1,0,0,1,0,0,1,4,3290.114501953125,1645.0572509765625,1645.0572509765625,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,,,,,,,,,,,2,,,4,,,,,1,350000,,,1,35000,15000,20000,1,1,1,0,0,0,17650,26475,1,70600,0,0,37000,130,0,1,1,1,1,4,1,1,1,1,1,1,0,1,0,,1,1,1,1,2,0,0,0,0,0,1,1,0,1,0,2,1,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12498,,,5,5,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,,0,0,0,0,0,1,0,0,1,36,1296,0,0,1,1,0,0,1,1,36,36,41.4865608215332,36,1296,0,1,0,1,0,0,2,1,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020309",1,1,2,1,,,,18,,3,2,3,1,8,2,3,3,2,1,2,1,1,41,2,1,1,,1,37,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,16,2,1,,1,,,15,2,1,,1,,,12,2,1,,1,,,11,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,15,2,11,,,,,1,8,,,,,1,4,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,2,,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,4,3,3,3,3,2,1,1,8,3,4,1,3,0,,1,,,11,1,,1,2,1,0,98,4,4,2,2,2,1,4,1,7,," <3:Something Else? (SPECIFY)>:for career choices",4,2,2,2,2,2,,,2000,,2,0,2,1,1,2,,,,,2,,,1,,98,,,,,,,2,2,,,,,,2,2,,,,,,,,,,,,2," n",,,,,,,,,,,,,,2,,,2,2,3,,,8,,6,2,2,2,1,1,2,,,2,,,3,,,1400,,12,16800,8,99,,22400,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,30,12,40,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,2,,2,,8,2,,2,3,,,,,1,8,0,,,,,,,1,8,,1,7,2,,1,1,1,,2,2,2,2,1,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,9,9,,3,62,97," <5:OTHER (SPECIFY)>:carribean",1,,,,,,1985,1,"ct","020317",6,2,4,6,2,4,40992.9140625,15686.38671875,0,0,0,0,0,0,12042.8583984375,0,0,0,0,68722.15625,.7435845732688904,1021.3680419921875,1,1,0,3,4,2,8,0,0,0,0,0,0,0,1,,,,,,41,37,39,3,0,0,1,0,0,1,0,0,1,4,1499.9068603515625,749.9534301757812,749.9534301757812,0,3,0,1,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,2,1,0,0,0,0,,1,1,4,25000,1,1,1,1,22400,,,1,,0,,1,1,1,0,1,1,23690,35535,0,94760,0,1,26400,13,1,,,1,,6,1,1,0,0,0,1,1,1,1,1,0,,0,1,2,0,0,0,1,0,0,0,2,0,2,2,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12501,97,,,,97,0,0,0,0,0,0,0,0,0,0,0,0,-5,907.7564086914062,30.128995895385742,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,0,0,1,1,0,0,1,1,1,0,41,1681,1,1,1,1,1,1,2,0,37,37,41.4865608215332,41,1681,0,1,0,0,0,0,0,0,12,30,0,1,1,1,1,37,1369,1,1,1,4,.1519336998462677,.1519336998462677,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,1,1,,,,,30,,2,1,3,3,4,4,4,3,2,2,1,5,5,30,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,5,1,1,,,,,3,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,5,1,9,,,,,2,,,,,,,4,1,2,,,,,,,,,,,,1,2,,,,,,,,,,,,,1,,2,,,,2,1,8,1,,2,,250,2,2,2,2,,,,,,,2,2,3,3,3,,,,,,,,,,,,1,4,1,1,,,,0,3,,1,1,1,0,6,4,4,2,2,2,3,3,,,,,1,0,1,1,2,2,,,3000,,2,2,1,1,2,2,2,,,,2,,,4,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,1,100,,,,12,4800,1,,2,,,2,2,1,,1,9,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,450,,12,5400,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,35,,,4,,,,20000,,20000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,0,,,,,,,,,2,,,,,,,,,2,,2,1,5000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,1,2,1,15,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:allergies",1,1,9,,,,1,1,1,1,2,,,,,,,,,,,,2,2,2,2,2,1,4," <7:ANOTHER GROUP (SPECIFY)>:ecuadorian",2,71,1,,,,6," <5:OTHER (SPECIFY)>:ecuador",6," <5:OTHER (SPECIFY)>:ecuador",,1,"ejg","020307",3,1,2,3,1,2,20000,0,0,0,0,0,0,0,0,0,0,0,0,20000,.5387037992477417,739.9492797851562,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,30,,30,2,0,1,0,0,0,0,1,0,1,2,894.6813354492188,894.6813354492188,894.6813354492188,0,3,0,1,0,0,4,1,0,0,0,1,1,2,1,0,0,1,1,1,1,1,,,1,0,0,0,0,3,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,1,14630,21945,1,58520,0,0,46438.2578125,30,0,1,0,0,1,4,1.3333333730697632,1,0,0,1,1,,1,1,0,1,0,0,1,2,0,0,0,0,0,0,2,0,2,1,2,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,12512,,,6,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,20000,20000,141.42135620117188,0,0,0,20000,0,20000,141.42135620117188,0,0,2,1,,1,0,0,0,0,1,1,1,0,30,900,1,,1,1,1,1,0,0,0,,41.4865608215332,30,900,0,0,0,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020404",1,2,2,1,,,,30,,2,2,3,2,4,2,3,3,2,2,2,1,1,35,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,1200,1,,2,,1300,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,6,,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,643,,12,7716,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,30000,,30000,1,,,,,,,,,,,4,,,,30000,,30000,1,,,,,,,,,,,1,1,1,1,20000,,,,,,,,,1,3000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,3,66,97," <5:OTHER (SPECIFY)>:barbados",,,,,,,1990,1,"SF","020404",1,1,0,2,2,0,30000,30000,0,999.9999389648438,0,0,0,0,0,0,0,0,0,61000,1.1783050298690796,1618.488525390625,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,35,41.53856658935547,38.269283294677734,3,0,0,1,0,0,1,0,1,0,3,3248.85302734375,1624.426513671875,3248.85302734375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,20000,1,1,0,0,0,0,0,1,3000,0,3000,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,15,1,,,0,,3,3,1,0,0,1,1,1,,1,,1,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12531,20,,,,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,2,30000,30000,173.205078125,30000,30000,173.205078125,30000,30000,30000,173.205078125,30000,173.205078125,0,0,1,0,1,1,0,0,1,1,1,0,35,1225,1,1,1,1,1,1,0,0,41.4865608215332,,41.4865608215332,35,1225,0,0,0,0,0,0,0,0,12,40,0,1,1,1,.3509513735771179,41.53856658935547,1725.4525146484375,0,0,0,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,4,1,,,,,30,,1,1,1,1,2,1,1,2,2,2,2,2,5,53,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,16,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,30,,8,1,2,2,1,1,2,,,2,,,8,,,,,,,,,8,250000,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,12,50,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,8,8,,,,,,,,1,18000,8,8,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,1,2,2,1," <1:Yes (Specify)>:board of directors",4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,48,1,,,,97," <5:OTHER (SPECIFY)>:germany",97," <5:OTHER (SPECIFY)>:germany",,1,"kp","020318",1,1,0,1,1,0,53431.49609375,0,705.35009765625,0,0,0,0,0,0,0,0,0,0,54136.84765625,1.2734029293060303,1749.112548828125,0,2,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,53,,53,4,0,0,0,1,0,0,1,1,0,1,2340.35302734375,2340.35302734375,2340.35302734375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,250000,,,1,18000,,,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,86,1,,,1,,8,8,1,1,1,1,1,,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12533,,,36,36,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,1,1,0,53,2809,1,,1,1,1,1,0,0,0,,41.4865608215332,53,2809,0,1,0,0,0,0,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020309",1,2,2,1,,,,32,,1,3,2,2,3,2,3,3,2,2,1,1,1,32,2,1,1,,1,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,10,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,10,1,9,,,,,1,7,,,,5,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,25,2,,,,,,,2,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,1,2,2,1,1,3,,1,,,4,1,,1,1,1,0,8,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,2," no",,,,,,,,,,,,,,2,,,9,2,1,,2,12,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,8,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,9,,,,,,,,,9,,,,,,,,,7,,,,,,,,,9,,,,,,,,,1,1,2,,7,9,,,,,,,,1,9,0,,,,,,,1,2,,1,9,9,,,,,,2,2,2,9,9,2,9,9,9,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,9,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,1,1,1,2,,,,,,,,,,,,1,2,1,1,2,2,2,,3,99,1,,,,1,,1,,,1,"db","020309",3,2,1,3,2,1,42012.09375,23454.322265625,0,0,0,0,0,0,0,0,0,0,0,65466.4140625,.5401546955108643,741.942138671875,1,1,0,3,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,32,35,33.5,2,0,1,0,0,0,1,0,0,1,4,1371.8763427734375,685.9381713867188,685.9381713867188,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,3,4,,,,,0,0,0,0,1,,0,,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,227,1,,,1,,4,1.3333333730697632,1,1,0,1,1,1,1,1,1,1,0,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12539,,,,,1,0,0,0,0,0,0,0,0,0,-9,-9,,-9,-9,,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,1,0,0,0,0,0,1,1,1,0,32,1024,1,1,1,1,1,1,2,0,35,35,41.4865608215332,32,1024,0,0,0,0,0,0,0,0,12,40,0,1,1,1,1,35,1225,1,1,1,1,.1519336998462677,.1519336998462677,1,1,,1,,1,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,0,-9 -"9543","020318",1,4,5,1,,,,20,,3,1,3,2,3,3,8,3,2,2,2,2,5,49,2,1,3,,2,79,1,3,,1,80,1,5,,1,21,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,2,2,,,,,,,4,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,1,2,,1,,2,,500,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,4,,2,4,1,1,2,,,,,,,,,,,,,,,,,,,,,1,7," <7:Or someone else? (specify)>:just the interviewer pay rent",2,,,3,,,1050,,12,12600,1,,1,,,,,,,,,,,,,,,2,,2,,2,1,,,,,12,40,,,4,,,,27000,,27000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,0,,,,,,,,,2,,,,,,,,,2,,1,1,4000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,0,1,2,,2,,,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,1,1,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,3,52,7," <5:OTHER (SPECIFY)>:guiana",,,,,,,1979,1,"mb","020318",4,4,0,1,1,0,27000.001953125,0,0,0,0,0,0,0,0,0,0,0,0,27000.001953125,2.9516408443450928,4054.295654296875,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,49,,49,4,0,0,0,1,0,0,1,1,0,1,6472.6201171875,6472.6201171875,1618.155029296875,0,3,0,1,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,,1,8590,12885,0,34360,0,1,21000.001953125,148,1,,,0,,2,.5,0,0,0,1,1,,,1,,0,0,,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12541,7,,,,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,27000,27000,164.3167724609375,0,0,0,27000,0,27000,164.3167724609375,0,0,0,0,1,0,1,1,0,0,1,1,1,0,49,2401,1,,1,1,1,1,0,0,0,,41.4865608215332,49,2401,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020309",1,4,3,1,,,,9,,1,1,1,1,2,2,2,2,2,2,2,5,5,19,2,1,3,,1,46,1,3,,2,46,1,8,,2,53,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,15,2,7,,,,2,9,1,7,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,4,,,,,1,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,20,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,," <3:Something Else? (SPECIFY)>:better school",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,9,,11,2,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 9 years",2,,2,,1,1,,,,,9,20,,,4,,,,10000,,10000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2000,,,,,,,,,2,,,,,,,,,1,2,,1,3000,,,,,,,2,2,2,1,2,2,1,1,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,300,2,,,,,,,,,,,,,,,,,20000,8,700,2,,,,,1,4,,,,,,,,,,,,,,,,,,,,2,,2,100000,2,,,,,,,5,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,1," <1:Yes (Specify)>:food bank services",1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,82,2,,,,,,,,1988,1,"rm","020309",6,4,2,1,1,0,10000,0,300.0000305175781,393.97503662109375,0,0,0,0,0,0,0,0,700,11393.974609375,3.813204288482666,5237.71630859375,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,19,,19,1,1,0,0,0,0,0,1,1,0,1,6299.4423828125,6299.4423828125,1574.860595703125,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,2000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,420,0,1,,1,1,11,1.8333333730697632,1,1,1,1,1,,,1,,1,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12542,,,,,2,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,10000,10000,100,0,0,0,10000,0,10000,100,0,0,0,0,1,0,1,1,0,0,1,0,0,0,19,361,1,,1,1,0,0,0,0,0,,41.4865608215332,19,361,0,1,0,0,0,0,0,0,9,20,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700 -"9543","020315",1,4,3,1,,,,21,,1,2,3,1,1,2,1,1,2,2,1,2,2,43,2,1,5,,1,18,1,2,,1,43,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,14,2,1,,2,,,10,2,1,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,14,2,2,,3,,,2,9,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,2,,,,,,,1,,4,,,,,2,,1,,2,,200,2,1,1,2,2,2,2,2,2,2,2,,,,,1,2,3,2,1,3,1,1,2,3,1,1,1,3,,1,,,8,1,,2,2,1,0,20,3,4,2,2,1,2,4,0,,,,2,2,,,,,,,,,1,0,1,2,2,2,,,,,1,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2," no",,,,,,,,,,,,,,2,,,1,2,1,,2,21,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,740,,12,8880,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,45,12,98,4,,,,10000,,10000,1,,,,,,,,,,,4,,,,15000,,15000,1,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,1,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,1,238,1,12,2856,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,238,2,,,,,,,2,,1,,,,,,,,,,,,,,,,,,1,2,9,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,1,1,1,1,,2,58,97," <5:OTHER (SPECIFY)>:colombia",1,,,,,,1981,2,"dm","020315",5,3,2,4,2,2,15000,10000,0,0,2855.999755859375,0,0,0,0,0,0,0,0,27856,.5212829113006592,716.0203857421875,1,1,0,4,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,43,43,43,3,0,0,1,0,0,1,0,0,1,4,3485.78369140625,1742.891845703125,1161.9278564453125,1,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,2,1,2,3,1,1.6666666269302368,1,0,0,1,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,17650,26475,0,70600,0,1,37000,141,0,1,1,1,1,3,.6000000238418579,0,0,1,1,1,0,1,0,1,1,1,1,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12544,28,,,,28,0,0,0,2856,2856,53.44155502319336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,10000,10000,100,15000,15000,122.4744873046875,15000,10000,15000,122.4744873046875,10000,100,0,0,,1,1,1,0,0,0,0,0,0,43,1849,1,1,0,1,1,1,2,1,43,43,41.4865608215332,43,1849,0,0,1,1,1,1,2,0,12,42.29999923706055,1,0,0,0,0,43,1849,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020403",1,1,2,1,,,,45,,2,2,3,1,2,4,8,2,1,2,8,5,5,60,2,1,5,,1,21,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,,,,,,,2,2,,,,,,,,,,,,,1,5,,,,,,,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,7,,4,1,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,315,,12,3780,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,1,2,2,2,2,2,2,,2,2,,,2,,,,,,,1,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,2,,8,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,98,58,97," <5:OTHER (SPECIFY)>:santo domingo",,,,,,,98,1,"sf","020630",2,2,0,1,1,0,0,0,0,0,1838.7647705078125,0,0,0,0,0,0,0,0,1838.7647705078125,1.8316645622253418,2515.92578125,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,60,,60,4,0,0,0,1,0,0,1,1,0,1,4119.50341796875,4119.50341796875,2059.751708984375,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,291,0,1,1,1,0,4,2,1,0,1,0,1,,,1,,1,1,,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12545,69,,,,69,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,1,1,0,0,1,0,0,0,60,3600,0,,1,1,0,0,0,0,0,,41.4865608215332,60,3600,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020309",1,4,1,,,,,40,,3,1,3,1,1,1,8,2,2,2,1,3,5,71,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,3,2,,1,3,1,1,2,2,1,4,2,4,2,1,5,1,,,,,,,,,,,,,,,,,,2,1,440,1,,2,,1000,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,36,,3,4,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,400,,12,4800,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,2,3,,,,,1,3000,0,,,,,,,1,2,,2,,,,,,,,2,1,1,1,2,2,2,2,,2,2,,,2,,,,,,,1,10800,2,,,,,5000,2,,,,,500,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,1," <1:Yes (Specify)>:french acadamic culinenarre",2,2,2,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,2,1,,2,30,97," <5:OTHER (SPECIFY)>:france",,,,,,,1962,1,"NR","020309",1,1,0,1,1,0,0,0,500,0,10800,0,0,5000,0,0,0,0,0,16300,2.8710405826568604,3943.585205078125,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,1,1,0,0,0,71,,71,5,0,0,0,0,1,0,1,1,0,1,8374.296875,8374.296875,8374.296875,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,25000,1,1,1,0,0,0,0,1,3000,0,3000,1,1,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,282,0,1,1,0,0,3,3,1,0,1,1,1,,,1,,0,1,,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12549,35,,,,35,0,0,0,10800,10800,103.92304992675781,5000,5000,70.71067810058594,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,0,0,1,0,0,1,71,5041,0,,1,1,0,0,0,1,0,,41.4865608215332,71,5041,0,1,1,1,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020316",1,2,1,,,,,40,,2,2,1,3,4,4,3,1,2,2,1,2,5,40,2,1,5,,1,28,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,7,1,5,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,8,,,,,2,,,,,,,5,1,2,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,1,100,2,,,,,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,15,,6,4,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1000,,12,12000,1,,2,,,,,,,,,,,,,,,1,2,2,,1,1,,,,,12,40,,,1,800,,,,11,35200,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,0,,,,,,,,,2,,,,,,,,,2,,1,1,12000,,,,,,,2,1,2,2,2,2,2,2,,2,1,,,2,,,,,,,1,6000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,100,300,1,,,,,,,2,,1,0,1,2,,2,,,1,1,2,2,,,,3,,,,,,,,,1,5,,,,1,1,,,,,2,,,,2,1,2,1,2,2,2,2,,1,1,1,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,1,4,,3,54,3,,,,,,,,1956,1,"sj","020316",3,2,1,1,1,0,35199.99609375,0,0,0,5999.99951171875,300.0000305175781,0,0,0,0,0,0,0,41199.99609375,1.5647685527801514,2149.32470703125,0,1,1,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,40,,40,3,0,0,1,0,0,0,1,1,0,1,3540.993408203125,3540.993408203125,1770.4967041015625,0,4,0,0,1,0,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,446,1,,,0,,6,2,1,1,1,1,0,,,0,,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12552,,,,,3,0,0,0,6000,6000,77.45966339111328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,1,35200,35200,187.6166229248047,0,0,0,35200,0,35200,187.6166229248047,0,0,0,0,,1,0,0,0,0,1,1,0,0,40,1600,1,,1,1,1,0,0,0,0,,41.4865608215332,40,1600,0,0,1,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,2,1,,,,,20,,1,1,1,1,1,1,1,1,2,2,3,1,1,25,1,1,1,,2,23,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,1,11,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,2,,,,,,,,,,,,,1,400,1,,2,,0,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,2,,8,2,2,2,1,1,2,,,2,,,3,,,2200,,12,26400,1,,,300000,290000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,2,,1,1,,1,1,,12,45,12,40,4,,,,31000,,31000,1,,,,,,,,,,,4,,,,45000,,45000,1,,,,,,,,,,,1,1,2,,8,1,2,,,,,,,1,50000,8,1,8,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,2,2,,8,70,1,,,,1,,1,,,1,"ss","020307",2,2,0,2,2,0,45000,30999.998046875,0,0,0,0,0,0,0,0,0,0,0,76000,1.4139660596847534,1942.186279296875,1,1,2,4,4,1,4,0,0,0,1,0,0,0,0,2,0,1,0,0,25,23,24,1,1,0,0,0,0,1,0,1,0,3,4613.20947265625,2306.604736328125,2306.604736328125,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,1,300000,290000,10000,1,50000,,,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,78,1,,,1,,8,4,1,1,1,1,1,1,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12553,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,31000,31000,176.0681610107422,45000,45000,212.1320343017578,45000,31000,45000,212.1320343017578,31000,176.0681610107422,0,0,1,0,0,0,0,0,1,1,1,1,25,625,1,1,0,1,1,1,1,0,23,23,41.4865608215332,23,529,0,0,0,0,0,0,0,0,12,40,1,1,1,1,1,25,625,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020324",1,2,2,1,,,,60,,2,1,2,2,2,2,2,2,2,2,3,1,1,75,1,1,1,,2,73,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,98,,,,,2,4,2,,2,1,1,2,2,1,2,3,4,4,4,1,5,,,,,,1,5,,,,,,,,,,,,2,,,1,,2,,29,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,35,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,300,,12,3600,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,1,1,2,2,2,2,2,2,,2,1,,,2,720,1,12,8640,1,,1,521,1,12,6252,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6,8,,,100,,,,,,2,,8,,1,2,,2,,,1,5,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,8,2,2,2,,,,,,,,,,,,,,,2,2,9,,,,,,,,,,,,,,,,,,,1,4,,2,27,3,,,,,,,,1943,2,"el","020330",2,2,0,2,2,0,0,0,0,0,6251.99951171875,355.6681213378906,0,0,0,8640,0,0,0,14892,1.5513442754745483,2130.88525390625,1,1,0,,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,75,73,74,5,0,0,0,0,1,1,0,1,0,3,9745.3310546875,4872.66552734375,4872.66552734375,0,3,0,1,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11610,17415,1,46440,0,0,42400,173,0,0,,1,1,3,1.5,1,1,1,1,1,1,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,2,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12558,,,,,3,8640,8640,92.95159912109375,6252,6252,79.06958770751953,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,169.98902893066406,13.037983894348145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,1,75,5625,0,0,1,0,0,0,1,1,73,73,41.4865608215332,75,5625,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,4,3,1,,,,3,,2,3,1,3,1,3,8,1,2,2,3,5,5,23,1,1,3,,1,57,1,9,,1,63,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,1400,,7,9800,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,42,,,4,,,,30000,,30000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,1,,1,4000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,6000,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,4,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,3,78,97," <5:OTHER (SPECIFY)>:greece",,,,,,,1999,1,"kh","020307",3,3,0,1,1,0,30000,0,0,0,0,0,0,0,0,0,0,0,0,30000,3.105776786804199,4266.0126953125,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,23,,23,1,1,0,0,0,0,0,1,1,0,1,8128.08544921875,8128.08544921875,2709.36181640625,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,404,1,,,0,,4,1.3333333730697632,1,1,1,1,0,,,0,,1,1,,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12560,38,,,,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,30000,30000,173.205078125,0,0,0,30000,0,30000,173.205078125,0,0,0,0,,0,1,1,0,0,1,1,0,1,23,529,1,,1,1,1,0,0,1,0,,41.4865608215332,23,529,0,0,0,1,1,0,0,0,12,42,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020312",1,1,1,,,,,49,,4,2,2,3,2,1,2,1,2,2,2,5,5,49,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,15,,5,1,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,35,,,9,,,,,,,,,2,,,,,1,3,,,,,,,,,,,,,,,,,,,,,1,1,2,,9,2,,2,2,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,2,52,1,,,,1,,1,,,1,"rm","020312",1,1,0,1,1,0,27500,0,0,0,0,0,0,0,0,0,0,0,0,27500,1.3897490501403809,1908.9224853515625,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,49,,49,4,0,0,0,1,0,0,1,1,0,1,5584.2783203125,5584.2783203125,5584.2783203125,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,15000,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,27,1,,,1,,5,5,1,1,1,1,1,,,1,,0,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12567,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,27500,27500,165.83123779296875,0,0,0,27500,0,27500,165.83123779296875,0,0,0,0,1,0,0,0,0,0,1,0,0,1,49,2401,1,,1,1,0,0,0,1,0,,41.4865608215332,49,2401,0,0,0,1,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,1,2,1,,,,6,,1,1,2,2,2,2,2,2,2,2,1,1,1,36,1,1,1,,2,27,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,5,1,1,,1,,,2,2,1,,1,,,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,5,1,7,,,,5,2,4,,,,,2,2,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:MBC",1,4,,,,,,1,,9,,,,2,,,2,,,,,2,2,1,1,,,,,,,2,1,2,2,2,,,,,,,,,,,,2,3,10,2,,4,,,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,3,3,1,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,2,,3,3,2,1,2,,,,,,,,,,,,,,,,,,,,,1,4,,2,,,3,,,550,,8,4400,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,2,1,,8,60,8,60,1,500,,,,8,16000,1,,,,,,,,,,,1,500,,,,8,16000,1,,,,,,,,,,,2,,2,,0,,,,,,,,,1,6000,14000,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,1,2,1,2,,,,,,,,,,,,,,,1,1,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,3,,5,65,97," <5:OTHER (SPECIFY)>:bangladesh",1,,,,,,1996,1,"ea","020315",5,2,3,5,2,3,15999.9990234375,15999.9990234375,0,0,0,0,0,0,0,0,0,0,0,31999.998046875,.547620952129364,752.1976318359375,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,4,0,0,0,1,36,27,31.5,2,0,1,0,0,0,1,0,0,1,4,3272.618408203125,1636.3092041015625,1636.3092041015625,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,,2,2,2,,,2,1,,,,4,,,3,0,0,0,0,0,0,0,0,1,6000,14000,-8000,1,1,1,0,0,0,20670,31005,0,82680,0,1,36847.08984375,41,0,1,0,0,0,3,.6000000238418579,0,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,1,0,2,1,0,1,1,3,0,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12568,19,,,,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16000,16000,126.49110412597656,16000,16000,126.49110412597656,16000,16000,16000,126.49110412597656,16000,126.49110412597656,3,1,,0,1,1,0,0,1,1,0,1,36,1296,1,1,1,1,1,0,1,1,27,27,41.4865608215332,36,1296,0,0,0,1,1,0,3,1,8,60,0,1,0,0,0,27,729,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020312",1,1,2,1,,,,8,,2,3,3,8,2,3,8,8,2,2,8,5,2,28,2,1,2,,1,29,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,2,7,,,,5,1,1,2,,,,2,1,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,8,,,,,,,,,,2,,,,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,1,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,1,60,,,,4,960,2,8,2,,,2,2,1,,2,3,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,2,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,98,28,12,48,8,,,,,,,,,2,,,,,2,,1,,8,,,,,,,,,2,,,,,2,,2,,2,,2,,8,9,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,2,1,2,,,,,,,,,,,,,,,2,1,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,73,4,,1,,,,,,1993,2,"dm","020320",3,2,1,3,2,1,7500,5000,0,0,0,0,0,0,0,0,0,0,0,12500,.4049670994281769,556.2520751953125,1,1,0,1,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,28,29,28.5,2,0,1,0,0,0,1,0,0,1,4,1234.79443359375,617.397216796875,617.397216796875,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,,,,,0,0,0,0,0,0,0,0,0,0,1,0,1,1,14630,21945,1,58520,0,0,46438.2578125,252,0,1,1,1,1,3,1,1,0,,1,0,0,,0,,1,1,,1,2,0,0,0,1,0,1,0,0,0,0,1,1,0,1,0,1,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12576,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5000,5000,70.71067810058594,7500,7500,86.6025390625,7500,5000,7500,86.6025390625,5000,70.71067810058594,1,1,,1,1,1,0,0,1,1,0,0,28,784,1,1,0,0,0,0,2,1,29,29,41.4865608215332,29,841,0,0,0,0,0,0,1,1,12,48,1,1,1,1,0,28,784,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,4,4,1,,,,1,,3,1,3,3,3,3,1,2,2,1,2,5,5,19,1,1,8,,1,27,1,9," <14:OTHER, SPECIFY>:cousins",1,21,1,9," <14:OTHER, SPECIFY>:cousin",1,24,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,4,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,2,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,250,,5,1250,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,11,45,,,1,280,,,,6,6720,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,3,1,2,,,,,,,,,,,,,,,,,,,1,1,,7,83,8," <5:OTHER (SPECIFY)>:mexico",,,,,,,2001,2,"dm","020315",4,4,0,1,1,0,6720.00048828125,0,0,0,0,0,0,0,0,0,0,0,0,6720.00048828125,2.8326327800750732,3890.829345703125,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,19,,19,1,1,0,0,0,0,0,1,1,0,1,13255.6923828125,13255.6923828125,3313.923095703125,0,3,0,1,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,141,0,1,1,0,1,2,.5,0,0,1,0,0,,,0,,0,0,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12589,8,,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6720,6720,81.9756088256836,0,0,0,6720,0,6720,81.9756088256836,0,0,0,0,,1,1,1,0,0,0,0,0,1,19,361,1,,1,0,0,0,0,1,0,,41.4865608215332,19,361,0,0,0,0,0,0,0,0,11,45,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020320",1,1,2,1,,,,42,,3,2,3,2,3,3,4,3,2,2,2,5,5,42,1,1,3,,2,75,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,42,,6,3,2,2,1,2,,,,,,,,,,,,,,,,,180000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,9,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,2,3,,,,,,,,2,2,3,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,1,60,1,,,,1,,1,,,1,"ct","020320",2,2,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.625349760055542,3606.11083984375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,42,,42,3,0,0,1,0,0,0,1,1,0,1,7121.10498046875,7121.10498046875,3560.552490234375,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,180000,0,180000,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,180,0,1,1,0,1,6,3,1,0,0,1,0,,,0,,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12590,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,1,1,1,42,1764,0,,1,1,1,1,0,1,0,,41.4865608215332,42,1764,0,0,0,1,1,1,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020312",1,4,2,1,,,,18,,3,8,3,1,8,8,4,2,2,2,8,5,5,18,2,1,3,,2,41,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,15,1,7,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,2,,3,,,1,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,2,,8,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,10,,5,4,2,1,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,9,,,,,,,,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,3,3,,,,,,,,,,,,,,,,,,,1,1,,3,84,1,,,,4,,4,,,2,"jd","020630",3,2,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.74788761138916,3774.425537109375,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,18,,18,1,1,0,0,0,0,0,1,1,0,1,8101.42041015625,8101.42041015625,4050.710205078125,1,1,0,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,50,0,1,1,0,0,5,1.6666666269302368,1,0,1,1,0,,,0,,0,,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12597,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,0,18,324,0,,1,0,0,0,0,0,0,,41.4865608215332,18,324,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020417",1,1,2,1,,,,49,,2,1,2,1,8,2,4,1,2,2,1,1,1,49,2,1,1,,1,57,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,2,,2,,,2,1,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,,,,,,,2,1,576,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,26,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,508,,12,6096,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,35,12,40,4,,,,25000,,25000,1,,,,,,,,,,,4,,,,37000,,37000,1,,,,,,,,,,,1,1,2,,8,2,,2,3,,,,,2,,,,,,,,,1,2,,1,5100,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,2,2,2,2,,2,2,2,1,97,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:alot more anger",1,2,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,1,,2,52,1,,,,3,,97," <5:OTHER (SPECIFY)>:cuba",,1,"nr","020417",2,2,0,2,2,0,37000,24999.998046875,0,0,0,0,0,0,0,0,0,0,0,62000,1.0340824127197266,1420.38818359375,1,1,0,2,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,49,57,53,4,0,0,0,1,0,1,0,1,0,3,8123.63671875,4061.818359375,4061.818359375,1,1,0,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,25000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,214,1,,,1,,3,1.5,1,1,1,1,1,1,,1,,1,,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12598,,,,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,25000,25000,158.11387634277344,37000,37000,192.3538360595703,37000,25000,37000,192.3538360595703,25000,158.11387634277344,0,0,,1,0,0,0,0,0,0,0,0,49,2401,1,1,0,1,0,0,2,1,57,57,41.4865608215332,57,3249,0,0,0,1,0,0,0,0,12,40,1,0,0,0,0,49,2401,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020330",1,2,3,1,,,,7,,1,2,3,2,2,2,2,3,2,2,2,2,5,65,2,1,5,,2,43,1,5,,1,31,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,14,2,5,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,1,2,,,,2,,,,,,,4,1,2,1,1,1,1,1,2,3,5,4,2,1,1,4,5,,,,,,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,6,,4,4,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,550,,8,4400,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,1,1,400,,,,,,,2,1,2,2,2,2,2,2,,1,1,,,1,,,,,,,1,545,1,6,3270,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,,," <4:OTHER {SPECIFY}>:both adult children",5,496,2480,1,,12,220,2640,1,,12,693,8316,1,,2,,2,6000,2,,,,,,,1,2,2,,,,3,,,,,,,,,3,,,,,,,,,,,,,,,2,2,1,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,1,4,,1,37,3,,,,,,,,1996,2,"el","020619",4,3,1,1,1,0,0,0,0,0,3270,2640.000244140625,8316.0009765625,0,0,0,0,2480,0,14066.0009765625,3.3654613494873047,4622.70849609375,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,65,,65,5,0,0,0,0,1,0,1,1,0,1,12547.3720703125,12547.3720703125,4182.45751953125,0,3,0,1,0,0,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,362,0,1,0,0,0,4,1,1,0,0,1,1,,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12599,,,,,3,0,0,0,3270,3270,57.18391418457031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2480,2480,49.799598693847656,2640,2640,51.38093185424805,8316,8316,91.19210815429688,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,0,65,4225,0,,1,0,0,0,0,0,0,,41.4865608215332,65,4225,1,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020309",1,2,2,1,,,,61,,1,3,2,2,2,2,4,2,1,2,1,1,1,75,1,1,1,,2,73,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,4,,,,,2,4,1,2,1,1,1,1,1,1,3,4,4,4,4,1,1,,,,,,1,1,,,,,,,,,,,,2,2,,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,50,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,250000,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,1,1,1,2,2,1,2,,2,2,,,2,,,,,,,3,1400,1,98,,,,4344,1,12,52128,1,,2000,1,12,24000,2,2000,,,,,,,,,,,,,500,175,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,26,97," <5:OTHER (SPECIFY)>:austria",,,,,,,1941,1,"db","020309",2,2,0,2,2,0,0,0,2000,175.00001525878906,7569.4873046875,0,0,52128,0,0,0,0,0,61872.48828125,3.1447579860687256,4319.55615234375,1,1,0,2,2,1,2,0,1,0,0,0,0,0,0,1,1,0,0,0,75,73,74,5,0,0,0,0,1,1,0,1,0,3,9737.0302734375,4868.51513671875,4868.51513671875,0,3,0,1,0,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,250000,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,11610,17415,0,46440,1,1,42400,139,1,,,0,,4,2,1,1,1,0,1,1,,1,,1,1,0,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,1,2,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12603,18,,,,18,0,0,0,-5,995.5078735351562,31.55167007446289,52128,52128,228.31556701660156,2000,2000,44.72135925292969,0,0,0,0,0,0,175,175,13.22875690460205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,0,0,1,0,0,1,75,5625,0,0,1,1,0,0,1,1,73,73,41.4865608215332,75,5625,0,1,1,1,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020320",1,2,3,1,,,,11,,3,3,3,2,4,3,4,4,2,2,1,4,5,36,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,13,1,1,,,,,10,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,10,2,1,2,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,1200,1,,2,,500,2,2,3,2,,,,,,,2,,,,,1,3,3,3,3,2,2,1,2,4,1,1,2,3,,1,,,4,1,,2,1,1,3,20,4,4,2,2,2,4,4,2,1,,,2,2,,,,,,,,,1,0,1,1,2,1,,,,,1,2,,,,,,,,,,,1,,,,2,,,,,,,,2,2,,,,,,2,,,2,2,,,1,10,,,,1,40,1,,2,,,1,2,3,,,4,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,12,9000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,35,,,4,,,,28000,,28000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,20000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,2,,2,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,3,1,2,,,,,,,,,,,,2,2,2,1,2,1,4,,2,65,3,,,,,,,,1968,1,"mb","020325",3,1,2,3,1,2,27999.998046875,0,0,0,0,0,0,0,0,0,0,0,0,27999.998046875,.90010005235672,1236.353515625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,36,,36,3,0,0,1,0,0,0,1,0,1,2,2447.803466796875,2447.803466796875,2447.803466796875,1,1,0,0,0,1,1,0,1,0,0,0,0,3,0,1,0,1,1,1,1,1,1,2,1,0,0,0,0,,4,4,4,20000,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,14630,21945,0,58520,0,1,46438.2578125,265,0,1,1,1,1,5,1.6666666269302368,1,0,0,1,1,,1,1,0,0,0,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,1,0,1,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,12609,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,28000,28000,167.33200073242188,0,0,0,28000,0,28000,167.33200073242188,0,0,0,0,,1,0,0,0,0,0,0,0,0,36,1296,1,,1,0,0,0,0,0,0,,41.4865608215332,36,1296,0,0,0,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020412",1,1,2,1,,,,69,,1,3,1,1,1,1,1,2,2,2,2,1,1,69,1,1,1,,2,68,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,11,,,,,2,2,2,,3,3,2,2,2,2,1,2,2,6,6,1,1,5,,,,,1,5,1,,,,,,,,,,,2,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,32,,6,1,2,2,1,2,,,,,,,,,,,,,,,,,240000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,1,,1,,2,,1,25000,0,,,,,,,1,2,,2,,,,,,,,2,1,1,1,2,2,2,2,,2,2,,,2,,,,,,,2,24000,2,,,,,30000,2,,,,,6000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,1,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,33,1,,,,5," <5:OTHER (SPECIFY)>:italy",5," <5:OTHER (SPECIFY)>:italy",,1,"ah","020412",2,2,0,2,2,0,0,0,5999.99951171875,0,23999.998046875,0,0,30000,0,0,0,0,0,59999.99609375,2.0333871841430664,2793.0068359375,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,69,68,68.5,5,0,0,0,0,1,1,0,1,0,3,6900.0439453125,3450.02197265625,3450.02197265625,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,375000,1,1,1,1,240000,0,240000,1,25000,0,25000,1,1,0,0,0,0,11610,17415,0,46440,1,1,42400,86,1,,,1,,6,3,1,1,1,1,1,1,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12614,,,5,5,1,0,0,0,24000,24000,154.91932678222656,30000,30000,173.205078125,6000,6000,77.45966339111328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,0,0,1,69,4761,0,0,1,1,0,0,1,1,68,68,41.4865608215332,69,4761,0,1,1,1,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020311",1,1,2,1,,,,50,,2,3,3,1,4,2,1,1,2,2,1,3,5,56,2,1,9,,1,41,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,13,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,13,2,1,2,,,,2,,,,,,,5,1,1,,,,,,,,,,,,1,4,,,,," <6:another type of government program? {specify}>:medicad",,,,,,,,2,,,,,,,,,2,,,,,,,1,2,2,2,2,2,2,2,2,,,,,4,3,3,3,3,3,1,2,1,3,1,1,3,2,,1,,,8,1,,2,2,1,0,8,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,6,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,675,,3,2025,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,2,,,,,,,,,2,,2,1,2000,,,,,,,2,1,2,2,2,2,1,2,,1,2,2,2,2,,,,,,,1,565,1,12,6780,8,8,,,,,,,,,,,,,,,,,,,,,,,,,100,20,,,,,,,,,1,,,,12,565,6780,8,565,,,,,,,,,,,2,,2,8,1,2,,2,,2,2,1,2,2,,,,3,,,,,,,,,3,,,,,1,1,,,,,2,,,,2,1,2,1,2,2,2,2,,2,2,2,1,7,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:anxiety",1,1,7,,,,1,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,46,3,,,,,,,,1949,1,"AP","020311",3,2,1,2,1,1,0,0,0,20,1807.8372802734375,0,0,0,0,0,0,564.9999389648438,0,2392.837158203125,1.2729337215423584,1748.468017578125,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,56,,56,4,0,0,0,1,0,0,1,0,1,2,4009.498291015625,4009.498291015625,2004.7491455078125,0,4,0,0,1,0,1,0,1,0,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,1,4,4,,,,,0,0,0,0,0,0,0,0,0,0,0,0,,0,11610,17415,1,46440,0,0,42400,332,0,1,0,1,1,3,1,1,0,1,1,1,,0,0,1,1,0,1,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,12616,,,,,3,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,0,0,0,0,0,0,0,0,0,20,20,4.4721360206604,565,565,23.76972770690918,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,1,0,0,0,0,0,56,3136,0,,1,0,0,0,0,0,0,,41.4865608215332,56,3136,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020308",1,1,2,1,,,,10,,3,2,2,2,3,3,2,2,1,1,2,5,5,23,2,1,12,,2,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,1,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,8,1,300,1,,2,,250,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,0,7,4,3,1,1,2,,,,,,,,,,,,,,,,,,,,,1,4,,2,,,3,,,450,,7,3150,1,,2,,,,,,,,,,,,,,,1,4,2,,1,1,,,,,12,35,,,2,,700,,,12,16800,2,25000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,6000,,,,,,,,,2,,,,,,,,,2,,1,1,4000,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,1,2,,1,3,,1,1,2,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,78,2," <5:OTHER (SPECIFY)>:jamaica",,,,,,,1991,1,"nr","020308",2,2,0,1,1,0,24999.998046875,0,0,0,0,0,0,0,0,0,0,0,0,24999.998046875,4.6223015785217285,6349.07080078125,0,1,5,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,23,,23,1,1,0,0,0,0,0,1,1,0,1,7636.07666015625,7636.07666015625,3818.038330078125,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,250,1,,,0,,4,2,1,1,1,0,1,,,1,,0,0,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12619,2,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,25000,25000,158.11387634277344,0,0,0,25000,0,25000,158.11387634277344,0,0,0,0,1,0,1,1,0,0,1,0,0,0,23,529,1,,1,1,0,0,0,0,0,,41.4865608215332,23,529,0,0,0,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020323",1,4,4,2,,,,8,,3,2,2,2,2,3,2,3,2,2,1,1,1,26,2,1,7,,1,27,1,9,,1,28,1,1,,1,24,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,8,2,1,,1,,,3,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,99,9,4,,,,,2,7,,,,5,2,2,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,4,,,,,,,2,,,,,2,2,2,2,,,,,,,2,,,,,,,,,,,,,,,,2,4,3,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,2,1,1,1,2,2,2,,,,2,,,2,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,1,70,,,,1,280,2,8,2,,,2,2,1,,2,3,,3,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,6,3600,1,,2,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,10,40,10,40,9,,,,,,,,,8,,,,,,,,,1,550,,,,98,,,,,,,,,,,,,2,,2,,8,1,1,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,1,2,,1,3,2,2,1,2,2,,,,,,,,,,,,,,,,,,1,1,,,,,1,8,,,2,2,3,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,1,2,1,1,2,3,6,,,,2,1,4,,,2,3,3,1,3,1,4,,2,76,8," <5:OTHER (SPECIFY)>:mexico",1,,,,,,1993,2,"jd","020324",6,4,2,4,2,2,18785.5859375,10931.58203125,0,0,0,0,0,0,0,0,0,0,0,29717.16796875,.5727099776268005,786.6592407226562,1,1,0,3,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,26,24,25,2,0,1,0,0,0,1,0,0,1,4,1746.2628173828125,873.1314086914062,436.5657043457031,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,,,,,,,,,,,,,,,3,250,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,17650,26475,0,70600,0,1,37000,19,0,1,0,0,0,3,.5,0,1,0,1,0,0,1,0,,0,1,1,1,2,0,0,0,1,0,0,1,1,1,1,2,1,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12621,8,,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,1,1,,1,1,1,0,0,1,0,0,0,26,676,1,1,1,1,0,0,2,0,24,24,41.4865608215332,26,676,0,0,0,0,0,0,0,0,10,40,0,1,1,1,1,24,576,1,1,1,2,1,.1519336998462677,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020325",1,2,2,1,,,,40,,1,3,1,1,2,2,1,1,2,2,2,1,1,44,2,1,1,,1,44,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,2,,2,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,2,,,,,,,,,,,,1,2,,1,,2,,10,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,13,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,535,,12,6420,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,35,12,35,4,,,,20000,,20000,1,,,,,,,,,,,4,,,,20000,,20000,1,,,,,,,,,,,1,1,1,1,8,1,1,,,,,,,1,8,0,,,,,,,1,8,,1,1500,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,8,8,,1,2,,2,,,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,2,2,,6,57,1,,,,1,,1,,,1,"ypc","020325",2,2,0,2,2,0,20000,20000,0,0,0,0,0,0,0,0,0,0,0,40000,1.5222440958023071,2090.9140625,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,44,44,44,3,0,0,1,0,0,1,0,1,0,3,3856.36376953125,1928.181884765625,1928.181884765625,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,250,1,0,0,0,0,0,0,1,,0,,1,1,1,1,1,1,11610,17415,0,46440,0,1,42400,36,0,1,1,1,1,3,1.5,1,1,1,1,1,1,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12623,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,20000,20000,141.42135620117188,20000,20000,141.42135620117188,20000,20000,20000,141.42135620117188,20000,141.42135620117188,0,0,1,0,0,0,0,0,1,0,0,0,44,1936,1,1,1,1,0,0,2,0,44,44,41.4865608215332,44,1936,0,0,0,0,0,0,0,0,12,35,0,1,0,0,1,44,1936,1,0,0,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020405",1,2,1,,,,,52,,2,3,2,2,2,1,2,3,2,2,2,3,5,72,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,2,2,,2,1,2,2,2,1,5,5,4,5,5,1,5,,,,,,,,,,,,,,,,,,,2,,,1,,2,,30,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,22,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,397,,12,4764,2,99,1,,,,,,,,,,,,,,,2,,1,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,2,,,,,,,,,2,,8,2,,,,,,,,2,1,2,2,2,2,2,2,,2,2,,,2,,,,,,,1,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,5,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,8,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,22,1,,,,1,,1,,,1,"+TIME","020405",1,1,0,1,1,0,0,0,0,0,1529.8189697265625,0,0,0,0,0,0,0,0,1529.8189697265625,1.691460371017456,2323.34521484375,0,2,0,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,72,,72,5,0,0,0,0,1,0,1,1,0,1,4776.7255859375,4776.7255859375,4776.7255859375,1,1,0,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,94,0,1,,1,1,3,3,1,1,0,1,1,,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12629,,,,,1,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,72,5184,0,,1,0,0,0,0,0,0,,41.4865608215332,72,5184,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020611",1,3,2,1,,,,26,,2,1,1,1,2,2,3,2,2,2,1,1,1,51,2,1,1,,1,54,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,2,11,,,,,1,10,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,10000,1,,2,,1000,2,2,1,2,2,1,2,2,2,2,2,,,,,2,3,3,3,3,3,1,1,2,3,3,9,4,1,,1,,,12,2,,1,1,1,0,10,4,4,2,2,2,1,4,0,,,,1,0,1,2,2,2,,,27000,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,11,,6,1,2,2,1,1,2,,,2,,,3,,,2300,,12,27600,1,,1,9999999,247000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,2,1,,1,1,,12,50,12,65,4,,,,140000,,140000,1,,,,,,,,,,,4,,,,550000,,550000,1,,,,,,,,,,,1,1,2,,2e+06,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,1," <1:Yes (Specify)>:volunteer at private school in the community",3,2,1,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,50,1,,,,1,,1,,,1,"kw","020611",3,2,1,3,2,1,100000.9921875,100000.9921875,1875.1192626953125,0,0,0,0,0,0,0,0,0,0,201877.109375,1.0168784856796265,1396.75732421875,1,2,1,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,51,54,52.5,4,0,0,0,1,0,1,0,0,1,4,1204.6224365234375,602.3112182617188,602.3112182617188,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,3,2,,2e+06,1,1,1,1,9999999,247000,9752999,0,0,0,0,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,242,1,,,1,,6,2,1,1,1,1,1,1,1,1,1,1,1,0,1,3,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12706,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,140000,140000,374.1657409667969,550000,550000,741.619873046875,550000,140000,550000,741.619873046875,140000,374.1657409667969,0,0,,0,0,0,0,0,1,1,1,0,51,2601,1,1,0,1,1,1,2,1,54,54,41.4865608215332,54,2916,0,1,0,1,1,1,1,0,12,65,1,1,1,1,0,51,2601,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020319",1,3,2,1,,,,7,,1,1,1,3,2,1,8,2,2,2,1,1,1,27,2,1,1,,1,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,1000,1,,2,,1500,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,4,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,2500,,12,30000,1,,2,,,,,,,,,,,,,,,1,2,1,3,1,1,,1,1,,12,50,12,50,3,,,200,,9,1800,2,60000,,,,,,,,,,7,,,,,,,,,9,,,,,,,,,1,1,1,1,9,9,,,,,,,,1,15000,14000,,,,,,,1,1,,1,20000,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,500,2,,,,,,,,,,,,,,,,,2000,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,1,1,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:sleeping disorders",1,1,5,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,1,,8,74,1,,,,1,,1,,,1,"|ss","020319",2,2,0,2,2,0,60000,29904.064453125,500,500,0,0,0,0,0,0,0,0,0,90904.0625,2.21824049949646,3046.916259765625,1,3,1,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,27,36,31.5,2,0,1,0,0,0,1,0,1,0,3,1778.036865234375,889.0184326171875,889.0184326171875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,15000,14000,1000,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,370,1,,,1,,3,1.5,1,1,1,1,1,1,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12709,,,,,1,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,2,60000,60000,244.948974609375,-5,19612.009765625,140.0428924560547,60000,-5,60000,244.948974609375,9043.8486328125,95.09915161132812,0,0,,0,0,0,0,0,1,1,1,0,27,729,1,1,1,1,1,1,2,0,36,36,41.4865608215332,27,729,0,1,0,0,0,0,0,0,12,50,0,1,1,1,1,36,1296,1,1,1,0,.1519336998462677,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020312",1,3,1,,,,,6,,2,1,1,1,1,2,3,1,2,2,3,5,5,35,1,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,1,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,6,,2,2,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,2200,,12,26400,1,,2,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,8,55,,,9,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,9,2,,1,,2,9,,,2,,,,,,,,,1,2,,1,10000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,1,,3,67,1,,,,1,,1,,,1,"rm","020312",1,1,0,1,1,0,99999.9921875,0,0,0,0,0,0,0,0,0,0,0,0,99999.9921875,.8965604901313782,1231.49169921875,0,2,0,,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,35,,35,3,0,0,1,0,0,0,1,1,0,1,2470.729248046875,2470.729248046875,2470.729248046875,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,0,34360,1,1,21000.001953125,230,1,,,1,,2,2,1,1,1,1,1,,,1,,1,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12720,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,100000,100000,316.2277526855469,0,0,0,100000,0,100000,316.2277526855469,0,0,0,0,,0,0,0,0,0,1,1,0,1,35,1225,1,,1,1,1,0,0,1,0,,41.4865608215332,35,1225,0,0,0,1,1,0,0,0,8,55,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020329",1,3,2,1,,,,8,,2,3,2,2,2,2,2,2,2,2,3,1,1,99,2,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,1,2,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,6,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,98,,,,,,,,,,,,,,,,,,,8,,,,,,,,,9,,,,,,,,,2,,2,,9,9,,,,,,,,2,,,,,,,,,1,8,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,9,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,2,9,6," <5:OTHER (SPECIFY)>:ecuador",,,,,,,99,2,"jd","020329",1,1,0,2,2,0,20877.2734375,0,0,0,0,0,0,0,0,0,0,0,0,20877.2734375,1.5513442754745483,2130.88525390625,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,41.3242301940918,41.53856658935547,41.431396484375,3,0,0,1,0,0,1,0,1,0,3,7013.77880859375,3506.889404296875,7013.77880859375,1,1,0,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,0,,,11610,17415,0,46440,0,1,42400,369,0,1,1,1,1,3,3,1,1,1,1,0,0,,0,,1,1,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12721,6,,,,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,1,1,0,0,0,0,0,0,41.28620147705078,1707.6920166015625,0,1,0,0,0,0,0,.4996632933616638,41.4865608215332,,41.4865608215332,41.53856658935547,1725.4525146484375,0,0,0,0,0,0,0,0,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020308",1,3,2,1,,,,50,,2,1,1,2,1,2,2,2,2,2,3,1,1,99,2,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,99,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,99,1,9,,,,,2,9,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,9,1,,2,,8,2,2,1,2,,,,,,,2,,,,,,,,,,,,,,,,1,1,4,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,,,14,,3,1,2,2,9,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,35,9,,,,,,,,,9,,,,,,,,,7,,,,,,,,,9,,,,,,,,,1,1,2,,9,2,,9,,,,,,2,,,,,,,,,1,9,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,2,2,2,2,2,9,9,,99,99,1,,,,1,,10," <5:OTHER (SPECIFY)>:poland",,1,"db","020308",2,1,1,3,2,1,57090.3359375,26019.6953125,1312.1640625,0,0,0,0,0,0,0,0,0,0,84422.1953125,.7435845732688904,1021.3680419921875,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,,,,,,41.3242301940918,41.53856658935547,41.431396484375,3,0,0,1,0,0,1,0,0,1,4,1499.9068603515625,749.9534301757812,1499.9068603515625,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,,,,4,,,,,,,,,0,0,0,0,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,40,1,,,1,,3,1.5,1,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12730,,,,10,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,0,0,0,0,0,0,1,1,1,0,41.28620147705078,1707.6920166015625,1,1,1,1,1,1,0,0,41.4865608215332,,41.4865608215332,42.23152160644531,1783.50146484375,0,1,0,0,0,0,0,0,12,40,0,1,1,1,.3509513735771179,41.53856658935547,1725.4525146484375,0,0,0,.3509513735771179,.1519336998462677,.1519336998462677,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020313",1,3,1,,,,,27,,1,3,3,1,4,4,3,4,2,2,1,5,2,27,2,1,3,,1,65,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,3,,,2,7,,,,2,2,2,2,,,,,,,,,,,,,2,,,,,,,1,8,,,,,,,,,,,,,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,27,,4,1,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,254,,12,3048,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,40,,,1,200,,,,12,9600,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,1,2,2,2,2,1,2,,2,2,,,2,,,,,,,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,900,900,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,0,1,2,,2,,,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,3,,,,,,,,,,,,,,,,,,,2,2,,3,74,1,,,,1,,1,,,1,"ma","020616",2,2,0,2,2,0,9600,0,0,900,3394.146484375,0,0,0,0,0,0,0,0,13894.146484375,1.1783050298690796,1618.488525390625,1,1,0,4,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,27,41.53856658935547,34.269283294677734,2,0,1,0,0,0,1,0,1,0,3,9625.0341796875,4812.51708984375,4812.51708984375,1,1,0,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,11610,17415,1,46440,0,0,42400,198,0,1,1,1,0,4,2,1,0,0,1,0,1,,0,,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12731,,,,,1,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,0,0,0,0,0,0,0,0,0,900,900,30,0,0,0,0,0,0,0,0,0,1,9600,9600,97.9795913696289,0,0,0,9600,0,9600,97.9795913696289,0,0,0,0,1,0,0,0,0,0,0,0,0,0,27,729,1,0,1,0,0,0,0,0,41.4865608215332,,41.4865608215332,27,729,0,0,1,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020308",1,3,2,1,,,,40,,1,1,1,1,2,1,1,1,2,2,2,1,1,57,1,1,1,,2,60,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,2,10,,,,,2,10,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,1000,8,2,2,2,2,1,1,2,2,1,2,,,,,4,3,2,1,2,1,1,2,1,2,2,3,4,1,,1,,,12,2,,1,2,1,0,5,3,3,2,2,1,1,3,1,2,,,1,0,1,2,2,1,1,,23000,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,26,,5,1,2,2,1,2,,,,,,,,,,,,,,,,1,700000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,2,2,2,12,50,,,4,,,,60000,,60000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,900000,,,,,,,,,1,100,0,,,,,,,1,1,,1,25000,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,1000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>:open housing center",4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,44,1,,,,1,,1,,,1,"cd","020308",3,2,1,3,2,1,60000,0,999.9999389648438,0,0,0,0,0,0,0,0,0,0,61000,.4660693109035492,640.180419921875,1,2,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,57,60,58.5,4,0,0,0,1,0,1,0,0,1,4,1375.8841552734375,687.9420776367188,687.9420776367188,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,2,3,2,3,2,1,0,0,1,,1,3,2,900000,1,1,1,1,700000,0,700000,1,100,0,100,1,1,1,1,0,1,14630,21945,0,58520,1,1,46438.2578125,213,1,,,1,,5,1.6666666269302368,1,1,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12734,,,,,1,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,60000,60000,244.948974609375,0,0,0,60000,0,60000,244.948974609375,0,0,0,0,,0,0,0,0,0,1,1,1,1,57,3249,1,0,1,1,1,1,1,1,60,60,41.4865608215332,57,3249,0,1,0,1,1,1,1,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020308",1,3,1,,,,,1,,2,1,1,1,1,1,8,1,2,2,3,5,5,24,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,1,,,,,,,1,2,,,,,,,,,,,,,1,3,,,,,,,,,,,,,,,,,,,1,1,8,1,,1,8,0,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,0,5,3,1,2,2,1,2,,,,,,,,,,,,,,,,1,400000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,,,,9,35,,,1,550,,,,10,22000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,60000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,78,1,,,,1,,1,,,1,"nr","020308",1,1,0,1,1,0,22000.001953125,0,788.2688598632812,1080.6326904296875,0,0,0,0,0,0,0,0,0,23868.904296875,2.5468058586120605,3498.22509765625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,24,,24,1,1,0,0,0,0,0,1,1,0,1,3837.826904296875,3837.826904296875,3837.826904296875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,60000,1,1,1,1,400000,0,400000,0,0,0,0,1,1,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,212,1,,,1,,3,3,1,1,1,1,1,,,1,,1,1,,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12756,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,22000,22000,148.323974609375,0,0,0,22000,0,22000,148.323974609375,0,0,0,0,,0,0,0,0,0,1,1,1,0,24,576,1,,1,1,1,1,0,0,0,,41.4865608215332,24,576,0,1,0,0,0,0,0,0,9,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020321",1,2,1,,,,,32,,1,3,1,1,2,2,1,2,1,2,2,5,5,74,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,1,2,,3,3,2,2,2,2,1,2,1,6,6,1,1,5,,,,,,,,,,,,,,,,,,2,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,25,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,1,1,1,2,2,2,2,,2,2,,,2,,,,,,,1,13000,2,,,,,9,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,3,,6,28,97," <5:OTHER (SPECIFY)>:INDIA",,,,,,,1957,1,"JR","020402",1,1,0,1,1,0,0,0,3486.22265625,0,12999.9990234375,0,0,7061.57275390625,0,0,0,0,0,23547.794921875,1.5368843078613281,2111.0234375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,4,0,0,0,1,74,,74,5,0,0,0,0,1,0,1,1,0,1,8156.94970703125,8156.94970703125,8156.94970703125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,183,1,,,1,,2,2,1,1,1,0,1,,,1,,1,1,1,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,1,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12770,45,,,,45,0,0,0,13000,13000,114.01753997802734,-5,1241.30029296875,35.23208999633789,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,0,0,1,1,1,1,74,5476,0,,1,1,1,1,0,1,0,,41.4865608215332,74,5476,0,1,1,1,1,1,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543","020327",1,2,1,,,,,33,,2,3,3,1,3,2,2,2,2,2,1,5,5,33,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,50,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,33,,7,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,38000,,38000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,9,,,,,,,,1,8,8,1,2,,,,,1,2,,1,9,9,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,68,1,,,,1,,1,,,1,"kp","020327",1,1,0,1,1,0,38000,0,0,0,0,0,0,0,0,0,0,0,0,38000,1.3897490501403809,1908.9224853515625,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,33,,33,2,0,1,0,0,0,0,1,1,0,1,5017.07861328125,5017.07861328125,5017.07861328125,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,,1250,,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,62,1,,,1,,7,7,1,0,1,1,1,,,1,,1,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12773,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,38000,38000,194.93588256835938,0,0,0,38000,0,38000,194.93588256835938,0,0,0,0,1,0,0,0,0,0,1,0,0,1,33,1089,1,,1,1,0,0,0,1,0,,41.4865608215332,33,1089,0,0,0,1,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020612",1,4,2,1,,,,14,,2,1,3,2,3,1,8,2,2,2,2,5,2,38,2,1,2,,1,46,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,4,,,,,2,2,2,,,,,,,,,,,,,1,3,,,,,,2,,,,,,,,,,,,,,1,300,1,,1,200,4000,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,3,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,300,,5,1500,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,7,40,6,50,4,,,,14000,,14000,1,,,,,,,,,,,7,,,,,,,,,8,,,,,,,,,1,2,2,,30000,,,,,,,,,1,1000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,140,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,2,2,2,,3,2,1,1,1,,,,,,,,1,2,,,,,,2,1,,,,,,,,,,,,,,,,,,,2,1,,2,64,10," <5:OTHER (SPECIFY)>:Polain",,,,,,,1988,1,"ma","020612",2,2,0,2,2,0,14000,8364.240234375,140.00001525878906,0,0,0,0,0,0,0,0,0,0,22504.240234375,1.964072585105896,2697.798095703125,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,38,46,42,3,0,0,1,0,0,1,0,1,0,3,5090.1337890625,2545.06689453125,2545.06689453125,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,30000,1,1,1,0,0,0,0,1,1000,0,1000,1,1,1,0,0,0,11610,17415,0,46440,0,1,42400,59,0,1,1,1,0,3,1.5,1,0,1,1,1,0,,0,,1,0,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12779,10,,,,10,0,0,0,0,0,0,0,0,0,140,140,11.832159996032715,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,14000,14000,118.32159423828125,-5,19612.009765625,140.0428924560547,14000,-5,14000,118.32159423828125,9043.8486328125,95.09915161132812,0,0,,0,1,1,0,0,1,1,0,0,38,1444,1,1,1,1,1,0,2,0,46,46,41.4865608215332,38,1444,0,1,0,0,0,0,0,0,7,40,0,1,0,0,1,46,2116,1,0,0,0,.1519336998462677,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020312",1,2,1,,,,,21,,2,8,4,1,4,3,2,2,2,1,3,4,5,40,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,99,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,9,,,,,,,,,,,,,,,,,,,1,,,1,,2,,30,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,7,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,468,,12,5616,1,,1,,,,,,,,,,,,,,,8,,2,,1,1,,,,,12,40,,,2,,1000,,,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,,1,1,3000,,,,,,,,,2,,,,,,,,,2,,1,1,10000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,9,,,,,,,,,,2,1,3,2,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,6,99,97," <5:OTHER (SPECIFY)>:saint vincent",,,,,,,1981,1,"ss","020312",1,1,0,1,1,0,22153.59375,0,0,0,0,0,0,0,0,0,0,0,0,22153.59375,2.4658584594726562,3387.037841796875,0,1,,,,1,,,,,,,,,,2,0,1,0,0,40,,40,3,0,0,1,0,0,0,1,1,0,1,4217.54296875,4217.54296875,4217.54296875,1,2,1,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,3000,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,89,1,,,1,,3,3,1,0,1,0,1,,,1,,1,0,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12781,68,,,,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,1,0,1,1,0,0,1,1,0,1,40,1600,1,,1,0,1,0,0,1,0,,41.4865608215332,40,1600,0,0,0,0,1,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020413",1,4,1,,,,,33,,2,1,2,3,1,1,8,1,2,2,3,4,5,33,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,1,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,10,1,,1,20,20,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,12000,,12000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,75000,,75000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,120000,,,,,,,,,1,7000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,250,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,2,2,,7,68,1,,,,1,,1,,,1,"RM","020413",1,1,0,1,1,0,74999.9921875,0,249.99998474121094,0,0,0,0,0,0,0,0,0,0,75249.9921875,1.3071956634521484,1795.529296875,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,33,,33,2,0,1,0,0,0,0,1,1,0,1,3555.298095703125,3555.298095703125,3555.298095703125,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,120000,1,1,1,0,0,0,0,1,7000,0,7000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,306,1,,,1,,3,3,1,1,1,1,1,,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12782,,,,,1,0,0,0,0,0,0,0,0,0,250,250,15.81138801574707,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,75000,75000,273.86126708984375,0,0,0,75000,0,75000,273.86126708984375,0,0,0,0,1,0,0,0,0,0,1,1,0,1,33,1089,1,,1,1,1,0,0,1,0,,41.4865608215332,33,1089,0,1,0,1,1,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,4,2,1,,,,20,,1,2,3,2,3,2,4,3,1,2,1,2,5,40,2,1,5,,1,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,2,2,,,,,,,,,,,,,2,3,,,,,,,,,,,,,,,,,,,,,,,1,1,500,200,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,10,,6,2,2,2,1,2,,,,,,,,,,,,,,,,,200000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,12,36,,,4,,,,38000,,38000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,20000,,,,,,,,,1,10000,0,,,,,,,1,1,,1,10000,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,5000,2,,,,,,,,,,,,,,,,,50000,10000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,8,2,,,,,,,1,2,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,2,2,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,1,,2,59,10," <5:OTHER (SPECIFY)>:poland",,,,,,,1980,1,"sf","020314",2,2,0,1,1,0,38000,0,5000,10000,0,0,0,0,0,0,0,0,0,53000,2.7851462364196777,3825.60302734375,0,2,0,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,40,,40,3,0,0,1,0,0,0,1,1,0,1,3391.921630859375,3391.921630859375,1695.9608154296875,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,20000,1,1,0,1,200000,0,200000,1,10000,0,10000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,131,1,,,1,,6,3,1,0,0,0,0,,,0,,1,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12786,10,,,,10,0,0,0,0,0,0,0,0,0,5000,5000,70.71067810058594,0,0,0,0,0,0,10000,10000,100,0,0,0,0,0,0,0,0,0,1,38000,38000,194.93588256835938,0,0,0,38000,0,38000,194.93588256835938,0,0,0,0,,0,1,1,0,0,1,0,0,0,40,1600,1,,1,1,0,0,0,0,0,,41.4865608215332,40,1600,0,1,0,0,0,0,0,0,12,36,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020329",1,1,2,1,,,,21,,2,3,2,1,2,2,2,2,2,2,2,5,5,21,2,1,4,,2,67,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,1,,,,,,,2,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:uft",,,,,,,,,,,,,,1,,,1,,1,250,0,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,4,,4,1,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 4",2,,1,2,2,1,,,,,5,20,,,4,,,,4000,,4000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,4000,,,,,,,,,1,2000,0,,,,,,,1,2,,1,10000,,,,,,,2,2,2,1,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,1500,2,,,,,,,,,,,,,,,,,6000,1000,,,,,,,4,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,7," <7:ANOTHER GROUP (SPECIFY)>:black/poteguese/native american",1,80,1,,,,1,,1,,,1,"sf","020329",2,2,0,1,1,0,3999.999755859375,0,1499.9998779296875,999.9999389648438,0,0,0,0,0,0,0,0,0,6499.99951171875,1.0579872131347656,1453.22314453125,0,2,0,,3,2,7,0,0,0,0,0,0,1,0,4,0,0,0,1,21,,21,1,1,0,0,0,0,0,1,1,0,1,3965.385009765625,3965.385009765625,1982.6925048828125,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,4000,1,0,0,0,0,0,0,1,2000,0,2000,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,143,0,1,1,1,1,4,2,1,1,1,1,1,,,1,,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12787,,,,,1,0,0,0,0,0,0,0,0,0,1500,1500,38.72983169555664,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,1,4000,4000,63.24555206298828,0,0,0,4000,0,4000,63.24555206298828,0,0,0,0,,0,0,0,0,0,1,1,0,0,21,441,1,,1,1,1,0,0,0,0,,41.4865608215332,21,441,0,1,0,0,0,0,0,0,5,20,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,4,2,1,,,,47,,2,1,2,1,8,2,2,1,2,2,2,1,1,48,1,1,1,,2,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,1,1,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,1,2,,1,,,2,7,,,,5,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,2,,,,,,1,,1,,,,2,2,,2,,,,,2,2,1,2,2,1,1,2,1,2,2,,,,,1,3,3,3,3,3,2,1,2,2,2,4,1,0,,1,,,10,1,,1,2,1,0,0,4,4,2,1,2,1,4,1,5,," <3:Something Else? (SPECIFY)>:THE SCHOOL WAS TO SLOW FOR HIM, HE WANTED TO MOVE IN",1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,6,,6,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,2,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,50,12,40,4,,,,55000,,55000,1,,,,,,,,,,,4,,,,32000,,32000,1,,,,,,,,,,,2,,2,,7000,,,,,,,,,1,60000,40000,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,1," <1:Yes (Specify)>:CHURCH",1,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,54,1,,,,1,,1,,,1,"TY","020314",3,2,1,3,2,1,54999.99609375,32000,0,0,0,0,0,0,0,0,0,0,0,87000,.32818517088890076,450.78643798828125,1,2,0,3,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,48,40,44,3,0,0,1,0,0,1,0,0,1,4,1137.4169921875,568.70849609375,568.70849609375,1,2,1,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,1,0,,4,3,1,7000,1,0,0,0,0,0,0,1,60000,40000,20000,0,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,98,1,,,1,,6,2,1,1,1,1,1,1,1,1,1,1,,1,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12788,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,55000,55000,234.52078247070312,32000,32000,178.88543701171875,55000,32000,55000,234.52078247070312,32000,178.88543701171875,0,0,1,0,0,0,0,0,1,0,0,1,48,2304,1,1,1,1,0,0,1,1,40,40,41.4865608215332,48,2304,0,0,0,1,0,0,1,0,12,50,0,1,1,1,0,40,1600,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020510",1,4,3,1,,,,20,,2,2,2,1,2,2,2,2,2,2,2,5,5,20,2,1,3,,2,52,1,3,,1,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,1,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,13,,8,1,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 13",2,,1,2,1,1,,,,,12,10,,,4,,,,9000,,9000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,2,7000,,,,,,,,,1,5000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,5000,7000,,,,,,,4,,,,,,,,,,,,,,,,,,,,,2,,2,90000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>:HABITAT FOR HUMANITY",2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,2,,3,81,1,,,,1,,2," <5:OTHER (SPECIFY)>:JAMACIA",,1,"RR2","020510",3,3,0,1,1,0,9000,0,100,6999.99951171875,0,0,0,0,0,0,0,0,0,16100,.9582210779190063,1316.18701171875,0,2,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,20,,20,1,1,0,0,0,0,0,1,1,0,1,1887.6640625,1887.6640625,629.2213745117188,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,7000,1,0,0,0,0,0,0,1,5000,0,5000,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,162,0,1,1,1,1,8,2.6666667461395264,1,1,1,1,1,,,1,,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12792,,,,85,1,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,7000,7000,83.66600036621094,0,0,0,0,0,0,0,0,0,1,9000,9000,94.86833190917969,0,0,0,9000,0,9000,94.86833190917969,0,0,0,0,,1,0,0,0,0,1,1,0,0,20,400,1,,1,1,1,0,0,0,0,,41.4865608215332,20,400,0,1,0,0,0,0,0,0,12,10,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020330",1,4,2,1,,,,5,,1,1,1,1,1,4,1,3,2,2,8,1,1,31,2,1,1,,1,34,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,8,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,2,4,,,,,2,4,,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,3,,,,,1,150,1,,2,,1000,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,2,1,1,4,1,1,1,5,,1,,,2,1,,2,2,2,0,10,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,1,0,1,2,2,2,,,,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,2,2,,,3,,,240,,12,2880,2,1500,2,,,2,8,1,,8,5,,2,4,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,540,,12,6480,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,1,600,,,,12,28800,1,,,,,,,,,,,8,,8,,8,2,,1,,1,,2,,1,8,0,,,,,,,1,1,,2,,,,,,,,2,2,2,9,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,2,2,2,1,11,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:nervous",2,1,8,,,2,8,2,2,2,2,1,,2,71,10," <5:OTHER (SPECIFY)>:poland",10," <5:OTHER (SPECIFY)>:poland",,,,,1997,1,"el","020330",3,2,1,3,2,1,28800,0,0,0,0,0,0,0,0,0,0,0,0,28800,1.4416096210479736,1980.15673828125,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,31,34,32.5,2,0,1,0,0,0,1,0,0,1,4,2355.17919921875,1177.589599609375,1177.589599609375,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,375000,1,1,1,0,0,0,0,1,,0,,1,1,1,0,1,1,14630,21945,0,58520,0,1,46438.2578125,18,0,1,1,0,0,2,.6666666865348816,0,1,0,1,0,0,1,0,1,1,1,1,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12798,10,10,,,10,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,28800,28800,169.70562744140625,28800,0,28800,169.70562744140625,0,0,0,0,,0,1,1,0,0,1,0,0,0,31,961,0,1,0,1,0,0,2,1,34,34,41.4865608215332,34,1156,0,0,0,1,0,0,1,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020308",1,2,2,1,,,,5,,2,1,3,1,3,3,8,2,2,2,1,5,5,22,1,1,11,,1,22,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,2,,200,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,4,,,,4800,,4800,1,,2,,,,,,,,,,,,,,,2,,2,,2,1,,,,,9,40,,,4,,,,30000,,30000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,140000,3500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,1," <1:Yes (Specify)>:hosp vol;",3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,3,,6,79,1,,,,97," <5:OTHER (SPECIFY)>:korea",97," <5:OTHER (SPECIFY)>:korea",,1,"db","020308",2,2,0,1,1,0,30000,0,1965.343505859375,3500,0,0,0,0,0,0,0,0,0,35465.34375,2.173482656478882,2985.438232421875,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,4,0,0,0,1,22,,22,1,1,0,0,0,0,0,1,1,0,1,9122.1455078125,9122.1455078125,4561.07275390625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,1000,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,0,34360,1,1,21000.001953125,1,1,,,1,,3,1.5,1,0,1,1,0,,,0,,1,0,,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12806,,,53,53,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,3500,3500,59.160797119140625,0,0,0,0,0,0,0,0,0,1,30000,30000,173.205078125,0,0,0,30000,0,30000,173.205078125,0,0,0,0,,0,0,0,0,0,1,1,1,1,22,484,1,,1,1,1,1,0,1,0,,41.4865608215332,22,484,0,1,0,1,1,1,0,0,9,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020612",1,4,2,1,,,,50,,1,3,1,1,8,1,8,1,2,2,2,5,5,50,2,1,3,,2,84,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,300,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,8,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,500,,12,6000,2,500,8,,,,,,,,,,,,,,,2,,1,2,2,1,,,,,7,40,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,9,9,,,,,,,,1,8,0,,,,,,,1,8,,9,,,,,,,,2,2,2,8,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,47,1,,,,1,,1,,,1,"ddb","020612",2,2,0,1,1,0,22607.396484375,0,0,100,0,0,0,0,0,0,0,0,0,22707.396484375,2.7851462364196777,3825.60302734375,0,2,0,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,50,,50,4,0,0,0,1,0,0,1,1,0,1,3928.658203125,3928.658203125,1964.3291015625,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,,0,,1,1,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,400,1,,,1,,4,2,1,1,1,1,1,,,1,,1,,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12816,,,,,1,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,0,0,0,50,2500,1,,1,1,0,0,0,0,0,,41.4865608215332,50,2500,0,0,0,0,0,0,0,0,7,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,1,1,,,,,87,,2,1,1,1,2,2,2,2,2,2,8,2,5,86,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,4,2,,1,1,2,2,2,1,2,2,4,4,6,1,3,5,,,,,,,,,,,,,,,,,,,2,,1,,2,,8,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,3,3,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,3400,,4,13600,1,,7," <7:Other (not staying w/anyone) {specify}>:alone",,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,1,,2,3,,,2,,,,,,,,,1,2,,2,,,,,,,,2,1,2,8,2,2,2,2,,2,2,,,2,,,,,,,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,3,2,1,,,,,,,,,,,,,,,,,,,2,1,,4,15,1,,,,97," <5:OTHER (SPECIFY)>:austria",97," <5:OTHER (SPECIFY)>:russia",,1,"cb","020307",1,1,0,1,1,0,0,0,0,0,2544.356201171875,0,0,0,0,0,0,0,0,2544.356201171875,3.9387917518615723,5410.2197265625,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,86,,86,5,0,0,0,0,1,0,1,1,0,1,5760.75390625,5760.75390625,5760.75390625,0,3,0,1,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,90000,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,367,0,1,1,0,1,3,3,1,1,1,1,1,,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12819,,,18,66,1,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,0,0,0,86,7396,0,,1,1,0,0,0,0,0,,41.4865608215332,86,7396,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020507",1,4,2,1,,,,1,,2,8,2,2,8,2,2,1,2,2,3,5,5,33,2,1,3,,2,61,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,13,1,1,,,,,7,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,13,1,4,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,4,3,3,3,3,2,2,2,4,4,1,2,1,3,,1,,,7,1,,1,2,1,0,0,4,4,2,2,2,2,4,0,,,,2,2,,,,,,,,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,1,,1,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,47,,,1,325,,,,12,15600,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,3,2,2,,,,,,,,,,,,2,2,1,3,2,1,4,,2,69,97," <5:OTHER (SPECIFY)>:el salvador",97," <5:OTHER (SPECIFY)>:el salvador",,,,,2001,2,"ak","020507",4,2,2,3,1,2,15600.0009765625,0,0,0,0,0,0,0,0,0,0,0,0,15600.0009765625,.8485018014907837,1165.4796142578125,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,33,,33,2,0,1,0,0,0,0,1,0,1,2,1501.8665771484375,1501.8665771484375,750.9332885742188,1,2,1,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,2,1,0,0,0,0,,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,14630,21945,1,58520,0,0,46438.2578125,64,0,1,1,1,1,1,.25,0,1,1,1,1,,1,1,1,1,,1,1,2,0,0,0,1,0,0,0,1,0,1,1,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,12834,32,32,,,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,15600,15600,124.89996337890625,0,0,0,15600,0,15600,124.89996337890625,0,0,0,0,,1,1,1,0,0,1,0,0,0,33,1089,1,,1,1,0,0,0,0,0,,41.4865608215332,33,1089,0,0,0,0,0,0,0,0,12,47,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020311",1,2,1,,,,,10,,2,1,2,1,1,3,1,1,2,2,1,4,5,50,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,8,1,,2,,16,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,9,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,534,,12,6408,1,,8,,,,,,,,,,,,,,,1,2,2,,1,1,,,,,12,37,,,4,,,,36000,,36000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,3000,,,,,,,,,2,,,,,,,,,1,1,,1,500,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,5000,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,6,51,7," <5:OTHER (SPECIFY)>:guyana",,,,,,,1991,1,"nr","020311",1,1,0,1,1,0,36000,0,0,0,0,0,0,0,0,0,0,0,0,36000,1.0757461786270142,1477.616455078125,0,1,1,,4,1,4,0,0,0,1,0,0,0,0,2,0,1,0,0,50,,50,4,0,0,0,1,0,0,1,1,0,1,4399.04345703125,4399.04345703125,4399.04345703125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,3000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,356,1,,,1,,2,2,1,1,1,1,1,,,1,,1,1,1,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12837,7,,,,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,36000,36000,189.73666381835938,0,0,0,36000,0,36000,189.73666381835938,0,0,0,0,1,0,1,1,0,0,1,1,1,1,50,2500,1,,1,1,1,1,0,1,0,,41.4865608215332,50,2500,0,0,0,1,1,1,0,0,12,37,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020403",1,4,1,,,,,50,,2,2,2,1,3,2,2,3,2,2,3,2,5,55,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,3,,,2,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,2,,500,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,25,,5,2,2,2,1,2,,,,,,,,,,,,,,,,1,180000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,,,,,,,,,2,,,,,,,,,1,2,,1,5000,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,200,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,1,,,,,,,,,,,,,,,,,,8,,,,,,,,,,1,1,2,1,1,2,2,1," <1:Yes (Specify)>:glen oaks development for beautifcation of the neighborhool",1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,1,,2,43,1,,,,3,,97," <5:OTHER (SPECIFY)>:spain",,1,"RR2","020403",1,1,0,1,1,0,0,0,200,0,0,0,0,0,0,0,0,0,0,200,1.9430500268936157,2668.922119140625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,55,,55,4,0,0,0,1,0,0,1,1,0,1,6986.70068359375,6986.70068359375,6986.70068359375,1,2,1,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,2000,1,0,0,1,180000,0,180000,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,142,0,1,1,1,1,5,5,1,1,0,1,0,,,0,,1,0,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12838,,,,73,1,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,0,55,3025,0,,1,0,0,0,0,0,0,,41.4865608215332,55,3025,0,1,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020426",1,4,1,,,,,43,,1,2,2,1,3,2,2,3,2,2,2,5,5,44,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,11,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,11,2,5,,,1,,2,,,,,,,2,2,,,,,,,,,,,,,1,9,,,,,,,,,,,,,1,,10,,,,2,,,2,,,,,2,2,2,2,,,,,,,2,,,,,1,3,3,3,3,3,1,2,4,4,1,1,2,98,,1,,,6,1,,2,1,1,0,9,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,1,0,1,1,2,1,,,,,1,4,,,,,,,,,,,2,2,,,,,,,,,,,2,2,,,,,,2,1,,,,,,,,,,,,,,,2,,,1,9,3,,,4,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,9,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,9,,9,9,,,,,,,,2,,,,,,,,,9,,9,9,,,,,,,,9,9,9,9,9,9,9,9,,9,2,9,9,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,9,,9,9,,9,,2,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2," <7:ANOTHER GROUP (SPECIFY)>:afro american",6,99,1,,,,1,,1,,,1,"sf","020426",2,1,1,2,1,1,32071.259765625,0,0,0,0,0,0,0,0,0,0,0,0,32071.259765625,.8307514786720276,1141.09814453125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,44,,44,3,0,0,1,0,0,0,1,0,1,2,1228.266357421875,1228.266357421875,1228.266357421875,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,0,0,0,0,0,0,0,0,,,1,1,,1,11610,17415,0,46440,0,1,42400,9,0,1,1,1,1,4,2,1,1,0,1,1,,1,1,1,1,0,1,1,2,0,0,0,0,,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,12848,,,,,1,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,1,0,0,0,0,0,1,1,0,0,44,1936,1,,1,1,1,0,0,0,0,,41.4865608215332,44,1936,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,1,0,,1,,1,0,0,,1,0,0,,1,,1,,1,,1,,1,-9 -"9543","020521",1,4,4,1,,,,1,,2,3,3,8,3,3,2,3,2,2,3,5,5,23,2,1,3,,2,53,1,3,,1,62,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,1,7,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,4,,,,,2,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,1,,6,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,8,,,3,,,400,,12,4800,1,,2,,,,,,,,,,,,,,,2,,2,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,1,1,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,2,78,4,,,,,,,,1991,2,"el","020521",4,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.243321657180786,3081.3671875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,23,,23,1,1,0,0,0,0,0,1,1,0,1,4136.80029296875,4136.80029296875,1378.9334716796875,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,250,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,97,0,1,1,1,1,6,1.5,1,0,0,1,0,,,0,,1,0,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12851,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,1,1,0,0,1,0,0,0,23,529,0,,1,1,0,0,0,0,0,,41.4865608215332,23,529,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020626",1,1,1,,,,,68,,4,2,4,8,4,4,4,4,2,2,1,8,9,20,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,1,8,,8,,,,,8,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,0,1,3,4,1,8,8,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,8,,,,,,,,,8,,,,,,,,,,,,,,,2,,2,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,8,2,,,,,,,,9,9,2,2,2,2,8,2,,2,2,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,,9,,1,2,,2,,,1,1,8,9,2,,1,,,,,,,,,,,,,,,8,,,,,,,,,,8,1,5,2,2,2,2,2,,9,9,1,1,12,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:stress",1,2,,,,,2,9,1,,,,,,,,,,,,,,,,,,,2,2,,7,55,1,,,,1,,1,,,1,"ty","020629",1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.906602144241333,2618.858154296875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,20,,20,1,1,0,0,0,0,0,1,1,0,1,3149.72119140625,3149.72119140625,3149.72119140625,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,,,,,0,0,0,0,0,0,,,,,8590,12885,1,34360,0,0,21000.001953125,288,0,0,0,0,0,3,3,1,0,0,1,1,,,1,,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,,,,0,,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12852,,,,,1,-9,-9,,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,-9,-9,,0,-9,-9,,0,0,0,-9,0,-9,,0,0,0,0,1,0,0,0,0,0,1,0,0,0,20,400,,,1,1,0,0,0,0,0,,41.4865608215332,20,400,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,,0,0,0,,1,0,0,,1,,1,0,0,0,0,,1,0,0,0,0,0 -"9543","020312",1,4,2,1,,,,1,,2,1,1,2,2,2,1,1,2,2,3,5,5,26,1,1,7,,1,24,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,2,2,,,,,,,3,1,2,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,1200,1,,2,,50,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,550,,12,6600,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,30,,,1,500,,,,12,24000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,150000,,,,,,,,,2,,,,,,,,,1,1,,1,2000,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,7000,2,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,75,1,,,,1,,1,,,1,"nr","020312",2,2,0,1,1,0,23999.998046875,0,6999.99951171875,1158.039306640625,0,0,0,0,0,0,0,0,0,32158.037109375,2.625349760055542,3606.11083984375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,26,,26,2,0,1,0,0,0,0,1,1,0,1,7410.19091796875,7410.19091796875,3705.095458984375,1,2,1,0,0,0,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,150000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,190,1,,,1,,4,2,1,1,1,1,1,,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12855,,,,,1,0,0,0,0,0,0,0,0,0,7000,7000,83.66600036621094,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,24000,24000,154.91932678222656,0,0,0,24000,0,24000,154.91932678222656,0,0,0,0,,0,0,0,0,0,1,1,1,1,26,676,1,,1,1,1,1,0,1,0,,41.4865608215332,26,676,0,1,0,1,1,1,0,0,12,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,1,2,1,,,,41,,2,2,2,1,2,4,3,2,2,2,2,4,2,47,1,1,2,,2,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,1,7,,,,5,2,1,2,,,,,,,,,,,,,1,1,6,,,," <6:another type of government program? {specify}>:v.a.",1,1,,,,,,,,,,,,,8,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,8,,3,3,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,200,,12,2400,1,,2,,,,,,,,,,,,,,,2,,2,,1,2,2,1,1,,,,7,35,,,,,,,,,,,,,,,,,,,4,,,,10000,,10000,1,,,,,,,,,,,2,,2,,7,1,1,,,,,,,2,,,,,,,,,2,,8,2,,,,,,,,1,2,2,2,2,2,2,2,1,2,2,,,2,5000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,,1,,1,1,2,2,,,2,5,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,1,4,,2,55,4,,,,,,,,1962,1,"ap","020307",2,2,0,2,2,0,10000,0,0,0,0,0,0,0,0,5000,0,0,0,15000,.8834039568901062,1213.4202880859375,1,1,0,3,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,47,25,36,3,0,0,1,0,0,1,0,1,0,3,4250.88037109375,2125.440185546875,2125.440185546875,1,1,0,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,250,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,11610,17415,1,46440,0,0,42400,123,0,1,,0,0,3,1.5,1,1,1,1,1,1,,1,,1,1,0,0,3,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12856,,,,,4,5000,5000,70.71067810058594,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,10000,10000,100,10000,0,10000,100,0,0,0,0,,1,1,1,0,0,0,0,0,1,47,2209,0,1,0,1,1,0,1,0,25,25,41.4865608215332,25,625,0,0,0,0,0,0,0,0,7,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020427",1,1,1,,,,,27,,2,1,3,1,3,1,4,3,2,2,1,5,5,49,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,12,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,12,1,9,,,,,1,,,,,,,1,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,1,,2,,,,2,2,,2,,,,,2,2,1,2,2,2,2,2,1,2,2,,,,,4,3,3,3,3,3,1,1,2,2,8,1,4,15,,1,,,6,1,,1,2,1,0,5,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,2," i worked midnight to morning so i am basically home all the time",,,,,,,,,,,,,,2,,,2,2,2,,,16,,3,1,2,2,1,1,2,,,2,,,4,,,,2000,,2000,1,,1,40000,15000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,37,,,4,,,,46000,,46000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,8,2,,2,3,,,,,1,12000,3000,,,,,,,2,,1,1,30000,,,,,,,2,2,2,2,2,2,2,2,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,1," <1:Yes (Specify)>:church group",1,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,1,2,2,2,,6,52,97," <5:OTHER (SPECIFY)>:babados",1,,,,,,1975,1,"CK","020427",2,1,1,2,1,1,46000,0,0,0,0,0,0,0,0,0,0,0,0,46000,.6836602687835693,939.0576171875,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,49,,49,4,0,0,0,1,0,0,1,0,1,2,1313.2666015625,1313.2666015625,1313.2666015625,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,1,,4,25000,1,1,1,1,40000,15000,25000,1,12000,3000,9000,0,1,1,1,,1,11610,17415,0,46440,0,1,42400,182,1,,,1,,3,1.5,1,0,0,1,1,,1,1,1,1,0,0,1,3,0,1,0,1,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,12857,20,,,,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,46000,46000,214.47610473632812,0,0,0,46000,0,46000,214.47610473632812,0,0,0,0,1,0,1,1,0,0,1,1,1,0,49,2401,1,,1,1,1,1,0,0,0,,41.4865608215332,49,2401,0,0,0,0,0,0,0,0,12,37,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020309",1,4,3,1,,,,11,,1,3,3,1,3,3,8,2,2,1,8,1,1,45,1,1,1,,2,40,1,3,,2,71,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,13,1,1,,1,,,9,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,13,1,9,,,,,2,7,,,,2,2,2,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,1,8,1,,2,,8,2,2,2,2,2,2,2,2,2,2,2,,,,,4,3,8,3,3,3,1,2,3,4,1,2,4,2,,1,,,7,3,,1,1,1,0,4,4,4,2,2,2,2,2,0,,,,2,0,2,2,2,2,,,5500,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,8,2,3,,,7,,7,2,2,2,1,1,2,,,2,,,2,,679,,,12,16296,1,,,350000,135000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,40,12,40,4,,,,27000,,27000,1,,,,,,,,,,,4,,,,100000,,100000,1,,,,,,,,,,,1,1,2,,8,2,,2,2,,,,,1,110000,0,,,,,,,1,2,,1,10000,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,100,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,1,2,2,2,3,,2,56,97," <5:OTHER (SPECIFY)>:phillipines",97," <5:OTHER (SPECIFY)>:phillipines",,,,,1991,1,"rm","020309",5,3,2,4,2,2,99999.9921875,27000.001953125,100,0,0,0,0,0,0,0,0,0,0,127099.9921875,.47256892919540405,649.108154296875,1,2,0,4,4,1,4,0,0,0,1,0,0,0,0,4,0,0,0,1,45,40,42.5,3,0,0,1,0,0,1,0,0,1,4,1962.4844970703125,981.2422485351562,654.1614990234375,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,,1,1,1,1,0,0,0,0,,1,4,3,15000,1,1,0,1,350000,135000,215000,1,110000,0,110000,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,159,1,,,1,,7,1.399999976158142,1,0,1,0,1,1,1,1,1,1,0,,1,3,0,1,0,1,0,0,0,1,0,1,1,1,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12870,64,64,,,64,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,27000,27000,164.3167724609375,100000,100000,316.2277526855469,100000,27000,100000,316.2277526855469,27000,164.3167724609375,0,0,,0,1,1,0,0,1,1,1,1,45,2025,1,1,0,1,1,1,1,0,40,40,41.4865608215332,40,1600,0,1,0,0,0,0,0,0,12,40,1,1,1,1,1,45,2025,1,1,1,2,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020310",1,4,2,1,,,,78,,2,1,2,1,8,1,1,3,2,2,8,2,5,78,2,1,6,,1,31,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,4,1,1,3,2,2,2,2,2,2,3,4,5,6,1,3,5,,,,,,,,,,,,,,,,,,2,2,,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,55,,8,1,2,2,1,9,2,,,2,,,5,,,,,,,,,,200000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,1,5000,0,,,,,,,1,8,,2,,,,,,,,2,1,2,1,2,2,2,2,,2,2,,,2,,,,,,,1,8000,2,,,,,,,,,,,1500,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,1,2,2,1," <1:Yes (Specify)>:american legion, also veterans of foreign wars, knights of columbrs",1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,23,1,,,,1,,1,,,1,"AGH","020310",2,2,0,1,1,0,0,0,1499.9998779296875,0,8000,0,0,0,0,0,0,0,0,9500,5.5702924728393555,7651.2060546875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,78,,78,5,0,0,0,0,1,0,1,1,0,1,8146.93603515625,8146.93603515625,4073.468017578125,0,3,0,1,0,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,200000,,,1,5000,0,5000,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,158,0,1,1,1,1,8,4,1,1,0,1,1,,,1,,1,,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12876,,,,,1,0,0,0,8000,8000,89.44271850585938,0,0,0,1500,1500,38.72983169555664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,1,0,1,0,0,0,78,6084,0,,1,1,0,0,0,0,0,,41.4865608215332,78,6084,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020326",1,2,4,1,,,,0,9,2,3,4,2,2,3,8,4,2,1,1,5,5,19,1,1,7,,1,23,1,11,,1,23,1,11,,1,29,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,4,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,0,9,2,3,1,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,,1," 9 months",2,,2,,2,1,,,,,12,45,,,9,,,,,,,,,2,,,,,1,2,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,8,1,1,3,1,2,,2,5,,2,1,1,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,2,82,8," <5:OTHER (SPECIFY)>:mexico",,,,,,,2001,2,"jd","020411",4,4,0,1,1,0,22500,0,0,100,0,0,0,0,0,0,0,0,0,22600,1.888153314590454,2593.517333984375,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,19,,19,1,1,0,0,0,0,0,1,1,0,1,6943.89306640625,6943.89306640625,1735.9732666015625,0,3,0,1,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,,1,8590,12885,0,34360,0,1,21000.001953125,219,1,,,0,,2,.5,0,0,0,0,0,,,0,,1,1,,0,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12880,8,,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,1,22500,22500,150,0,0,0,22500,0,22500,150,0,0,0,0,,1,1,1,0,0,1,0,0,1,19,361,1,,1,1,0,0,0,1,0,,41.4865608215332,19,361,0,0,0,1,0,0,0,0,12,45,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020316",1,5,4,1,,,,25,,1,1,2,2,1,1,1,1,2,2,3,1,1,50,1,1,1,,2,39,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,17,1,1,,1,,,6,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,17,1,4,,,,,2,4,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,2,,,,,,,1,,1,,,,,2,,1,,2,,800,2,2,2,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,2,3,3,2,1,4,1,,1,,,12,1,,1,1,2,0,3,4,4,2,2,2,2,3,0,,,,2,2,,,,,,,,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,1,100,,,,6,2400,1,,2,,,1,1,3,,,15,,8,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1100,,12,13200,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,60,4,,,,45000,,45000,1,,,,,,,,,,,4,,,,51000,,51000,1,,,,,,,,,,,1,1,1,1,100000,,,,,,,,,1,12000,5000,,,,,,,1,2,,1,12000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,1,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,3,,6,51,97," <5:OTHER (SPECIFY)>:srilanka",97," <5:OTHER (SPECIFY)>:srilanka",,,,,1973,1,"jm","020316",4,2,2,4,2,2,51000.00390625,45000,0,0,0,0,0,0,0,0,0,0,0,96000,1.1900535821914673,1634.6260986328125,1,1,0,2,2,1,2,0,1,0,0,0,0,0,0,4,0,0,0,1,50,39,44.5,3,0,0,1,0,0,1,0,0,1,4,4438.0078125,2219.00390625,2219.00390625,1,2,1,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,3,4,100000,1,1,1,0,0,0,0,1,12000,5000,7000,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,20,1,,,1,,8,2,1,1,1,1,1,0,1,0,1,1,1,1,1,3,0,1,0,1,0,0,0,1,1,1,1,1,0,0,1,1,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12882,74,74,,,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,45000,45000,212.1320343017578,51000,51000,225.83180236816406,51000,45000,51000,225.83180236816406,45000,212.1320343017578,0,0,,0,1,1,0,0,1,0,0,1,50,2500,1,1,0,1,0,0,1,0,39,39,41.4865608215332,39,1521,0,0,0,0,0,0,0,0,12,60,1,1,0,0,1,50,2500,1,0,0,2,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020311",1,4,3,1,,,,57,,2,3,2,1,3,1,4,2,2,2,3,1,1,69,2,1,1,,1,98,1,3,,2,89,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,11,,,,,2,2,2,,3,3,2,2,2,2,1,4,1,6,6,1,1,5,,,,,1,1,5,,,,,,,,,,,2,1,8,1,,2,,8,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,42,,6,1,2,2,1,2,,,,,,,,,,,,,,,,,200000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,1,,1,,3,,1,50000,3000,,,,,,,1,8,,2,,,,,,,,2,1,1,1,2,2,2,2,,2,2,,,2,,,,,,,3,8,,,,,,8,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,1,1," <1:Yes (Specify)>:women's club",1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,35,1,,,,1,,1,,,1,"nr","020312",3,3,0,2,2,0,0,0,515.4130859375,0,3026.09521484375,0,0,4921.96142578125,0,0,0,0,0,8463.4697265625,.7215615510940552,991.1177978515625,1,2,0,4,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,69,41.53856658935547,55.269283294677734,4,0,0,0,1,0,1,0,1,0,3,2496.2158203125,1248.10791015625,832.0719604492188,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,500000,1,1,1,1,200000,0,200000,1,50000,3000,47000,1,1,0,0,0,0,11610,17415,1,46440,0,0,42400,243,0,1,1,1,1,6,2,1,1,1,1,1,1,,1,,1,0,0,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12883,,,,,1,0,0,0,-5,995.5078735351562,31.55167007446289,-5,1241.30029296875,35.23208999633789,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,69,4761,0,0,1,1,0,0,2,0,41.4865608215332,,41.4865608215332,69,4761,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543","020309",1,4,2,1,,,,13,,3,2,3,2,3,3,3,2,2,2,3,1,1,43,2,1,1,,1,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,17,2,1,,1,,,8,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,8,1,8,,,,,2,2,,2,,,2,8,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,1,8,1,,2,,8,2,2,2,2,,,,,,,2,,,,,1,3,3,3,3,3,2,2,4,1,2,1,2,2,,1,,,3,1,,2,1,1,0,98,4,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,4,,,,2500,,2500,1,,2,,,1,2,1,,2,10,,5,1,1,2,2,,,,,,,,,,,,,,,,,,,,,1,4,,2,,,4,,,,10000,,10000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,35,12,35,4,,,,13000,,13000,1,,,,,,,,,,,4,,,,23000,,23000,1,,,,,,,,,,,2,,2,,1300,,,,,,,,,1,8,0,,,,,,,8,,8,1,13000,,,,,,,2,2,2,8,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,59,97," <5:OTHER (SPECIFY)>:central american",1,,,,,,1986,1,"kp","020309",4,2,2,4,2,2,23000.001953125,12999.9990234375,0,0,0,0,0,0,0,0,0,0,0,36000,.4049670994281769,556.2520751953125,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,43,45,44,3,0,0,1,0,0,1,0,0,1,4,1082.935546875,541.4677734375,541.4677734375,,,,,,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,3,4,1300,1,0,0,0,0,0,0,1,,0,,0,0,1,1,1,1,17650,26475,0,70600,0,1,37000,95,0,1,1,1,0,5,1.25,1,0,1,1,1,1,1,1,1,0,0,0,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12886,97,,,,97,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,13000,13000,114.01753997802734,23000,23000,151.6575164794922,23000,13000,23000,151.6575164794922,13000,114.01753997802734,0,0,,1,1,1,0,0,1,1,0,0,43,1849,1,1,0,1,0,0,2,1,45,45,41.4865608215332,45,2025,0,0,0,1,0,0,2,0,12,35,1,1,1,1,0,43,1849,0,0,0,0,0,.1519336998462677,0,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020329",1,1,3,1,,,,5,,2,1,2,8,2,3,3,2,2,2,8,4,5,38,1,1,9,,2,46,1,11,,1,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,4,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,2,,160,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,5,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,1,4,,2,,,3,,,700,,3,2100,1,,1,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,12,40,,,1,150,,,,12,7200,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,9,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,9,1,2,,2,,,2,1,2,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,2,2,2,1,1,2,97,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:hands bleed",1,2,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,4,,2,64,97," <5:OTHER (SPECIFY)>:honduras",,,,,,,1997,2,"jd","020329",3,3,0,1,1,0,7200,0,0,0,0,0,0,0,0,0,0,0,0,7200,1.226565957069397,1684.7784423828125,0,2,0,,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,38,,38,3,0,0,1,0,0,0,1,1,0,1,6044.0849609375,6044.0849609375,2014.6949462890625,0,3,0,1,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,1,34360,0,0,21000.001953125,78,0,1,0,0,1,4,1.3333333730697632,1,1,1,1,0,,,0,,1,1,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12887,43,,,,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,7200,7200,84.85281372070312,0,0,0,7200,0,7200,84.85281372070312,0,0,0,0,,1,1,1,0,0,0,0,0,1,38,1444,1,,1,0,0,0,0,1,0,,41.4865608215332,38,1444,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020620",1,5,2,1,,,,4,,2,1,1,2,1,1,8,1,2,2,3,5,5,27,1,1,7,,1,23,2,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,2,1,,,,,,,,,,,,,,,,,,2,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,4,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,600,,12,7200,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,43,,,4,,,,50000,,50000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,5000,,,,,,,,,2,,,,,,,,,1,2,,1,10000,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,1000,2,,,,,,,,,,,,,,,,,2000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,10000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,1," <1:Yes (Specify)>:fraternal order of police",3,2,2,2,,,,,,,,,,,,,,,3,2,2,,,,,,,,,,,,,,,,,,,1,4,,2,74,1,,,,97," <5:OTHER (SPECIFY)>:guatemala",3,,,1,"db","020620",3,3,0,1,1,0,50000,0,999.9999389648438,999.9999389648438,0,0,0,0,0,0,0,0,0,52000,1.4681828022003174,2016.656982421875,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,3,0,0,1,0,27,,27,2,0,1,0,0,0,0,1,1,0,1,4758.23291015625,4758.23291015625,1586.07763671875,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,5000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,204,1,,,1,,3,1,1,1,1,1,1,,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12891,,,40,,1,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,1,50000,50000,223.60679626464844,0,0,0,50000,0,50000,223.60679626464844,0,0,0,0,,1,0,0,0,0,1,1,1,1,27,729,1,,1,1,1,1,0,1,0,,41.4865608215332,27,729,0,1,0,1,1,1,0,0,12,43,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,2,2,1,,,,24,,2,2,4,1,1,2,3,2,2,2,1,1,1,24,2,1,1,,1,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,7,,,,5,1,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,0,8,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,8,6000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,30,12,30,4,,,,18500,,18500,1,,,,,,,,,,,4,,,,25000,,25000,1,,,,,,,,,,,1,1,1,1,0,,,,,,,,,2,,,,,,,,,1,2,,1,3000,,,,,,,2,2,2,2,2,2,1,1,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,1000,1000,2,,,,,5,1,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,2,,3,77,1,,,,1,,1,,,1,"GOLDY/FLEX","020311",2,2,0,2,2,0,24999.998046875,18500.001953125,0,999.9999389648438,0,0,0,0,0,0,0,0,1000,45500,1.431820273399353,1966.7103271484375,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,24,25,24.5,1,1,0,0,0,0,1,0,1,0,3,3342.262451171875,1671.1312255859375,1671.1312255859375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,11610,17415,0,46440,0,1,42400,219,1,,,1,,4,2,1,0,1,1,1,1,,1,,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12897,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,2,18500,18500,136.01470947265625,25000,25000,158.11387634277344,25000,18500,25000,158.11387634277344,18500,136.01470947265625,0,0,1,0,0,0,0,0,1,1,0,0,24,576,1,1,0,1,1,0,2,1,25,25,41.4865608215332,25,625,0,0,0,1,1,0,0,0,12,30,1,1,1,1,0,24,576,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000 -"9543","020307",1,2,4,1,,,,26,,2,2,2,3,4,2,3,2,2,2,8,1,1,55,2,1,1,,1,52,1,3," <14:OTHER, SPECIFY>:mother in laW",2,67,1,5,,2,21,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,1,9,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,2,,,,,,,,,,,,,,1,8,1,,2,,8,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,21,,7,2,2,2,1,1,1,1,,2,,,8,,,,,,,,,,98,98,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,2,1,,6,98,11,98,9,,,,,,,,,2,,,,,1,3,,,8,,,,,,,,,1,8,,,,,,,,2,,2,,8,8,,,,,,,,1,3500,0,,,,,,,1,1,,1,800000,,,,,,,1,2,2,2,2,2,1,1,2,2,2,,,2,4000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,400,600,600,2,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,1,2,,2,,,2,1,2,1,,,,,,,,,,,,,,,,,,1,2,7,,,,,,,,2,1,2,1,1,2,2,1," <1:Yes (Specify)>:THE CHIRCH",1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,6,99,97," <5:OTHER (SPECIFY)>:BARBODOS",,,,,,,1979,1,"TY","020307",4,4,0,2,2,0,27500,15686.767578125,0,600,0,0,0,0,0,3999.999755859375,0,0,600,48386.765625,1.666374921798706,2288.888427734375,1,1,0,4,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,55,52,53.5,4,0,0,0,1,0,1,0,1,0,3,5764.76220703125,2882.381103515625,1441.1905517578125,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,1,3500,0,3500,1,1,0,0,0,0,11610,17415,0,46440,1,1,42400,363,1,,,1,,7,1.75,1,1,1,1,1,0,,0,,1,0,0,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12898,20,,,,20,4000,4000,63.24555206298828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,600,24.494897842407227,0,0,0,0,0,0,0,0,0,2,27500,27500,165.83123779296875,-5,19612.009765625,140.0428924560547,27500,-5,27500,165.83123779296875,9043.8486328125,95.09915161132812,0,0,1,0,1,1,0,0,1,1,0,0,55,3025,1,1,1,1,1,0,2,0,52,52,41.4865608215332,55,3025,0,0,0,0,0,0,0,0,6,42.29999923706055,0,1,1,1,1,52,2704,1,1,1,0,.1519336998462677,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600 -"9543","020308",1,4,2,1,,,,11,,1,1,1,2,1,2,1,1,2,2,3,1,1,44,1,1,1,,2,38,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,13,1,1,,1,,,5,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,5,2,7,,,,2,2,1,1,,,,1,1,2,,,,,,,,,,,,,1,4,,,,,,2,,,,,,,1,,4,,,,,,,1,,2,,50,2,1,1,2,,,,,,,2,1,2,3,2,,,,,,,,,,,,1,1,4,1,,,,0,1,,1,1,1,0,2,4,3,2,2,2,1,4,,,,,2,2,,,,,,,,,1,1,1,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,1,5,,3,2,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,12,9000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,2,1,,12,50,3,60,4,,,,18000,,18000,1,,,,,,,,,,,3,,,2000,,3,6000,2,2000,,,,,,,,,,2,,2,,0,,,,,,,,,1,8500,1400,,,,,,,2,,2,1,45000,,,,,,,2,2,2,2,2,2,1,2,2,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,400,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,8,,,,,,,,,,2,2,3,,1,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,2,3,2,2,,,,,,,,,,,,2,2,2,2,2,2,3,,5,57,97," <5:OTHER (SPECIFY)>:bangledesh",1,,,,,,1991,1,"sj","020308",4,2,2,4,2,2,18000,2000,0,400,0,0,0,0,0,0,0,0,0,20400,.7717018127441406,1059.9891357421875,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,4,0,0,0,1,44,38,41,3,0,0,1,0,0,1,0,0,1,4,3144.94677734375,1572.473388671875,1572.473388671875,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,2,1,2,,,1.6666666269302368,1,0,0,0,4,,,4,0,0,0,0,0,0,0,0,1,8500,1400,7100,0,0,1,1,0,1,17650,26475,1,70600,0,0,37000,97,0,1,0,1,0,3,.75,0,1,1,1,1,0,1,0,1,1,1,1,1,2,0,0,0,1,0,0,1,0,1,1,1,0,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12899,19,,,,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,400,20,0,0,0,0,0,0,0,0,0,2,18000,18000,134.16407775878906,2000,2000,44.72135925292969,18000,2000,18000,134.16407775878906,2000,44.72135925292969,1,1,,0,1,1,0,0,1,1,1,1,44,1936,1,1,1,1,1,1,1,1,38,38,41.4865608215332,44,1936,0,0,0,1,1,1,2,1,12,50,0,1,0,0,0,38,1444,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020421",1,1,1,,,,,29,,1,2,4,3,1,1,8,9,1,2,8,1,1,80,2,1,1,,1,81,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,1,2,,,,2,3,2,,3,3,2,2,2,2,2,1,3,6,6,1,3,5,,,,,1,3,,,,,,,,,,,,2,1,8,2,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,18,,3,1,2,8,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,8,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,1,2,2,2,2,2,2,,2,2,,,2,,,,,,,3,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,8,2,1,3,,,,,,,,1,1,7,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,1,,4,22,10," <5:OTHER (SPECIFY)>:Poland",,,,,,,1949,1,"ep","020421",2,2,0,2,2,0,0,0,0,0,617.76171875,0,0,0,0,0,0,0,0,617.76171875,5.488144874572754,7538.3701171875,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,1,1,0,0,0,80,81,80.5,5,0,0,0,0,1,1,0,1,0,3,16065.7119140625,8032.85595703125,8032.85595703125,1,2,1,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11610,17415,1,46440,0,0,42400,292,0,1,1,1,,3,1.5,1,0,,0,1,1,,1,,1,1,,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12900,10,,,,10,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,0,0,0,0,0,0,80,6400,0,0,1,0,0,0,2,0,81,81,41.4865608215332,80,6400,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020308",1,2,2,1,,,,6,,4,3,3,3,3,4,3,1,2,2,2,4,2,30,2,1,1,,1,37,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,9,1,1,,1,,,7,1,1,,1,,,4,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,9,1,4,,,,,2,11,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,8,,,,,,1,,7,,," <7:or another type of government program? {specify}>:genesis",2,1,8,1,,2,,2000,8,2,3,1,,,,,,,2,,,,,1,2,3,2,3,3,2,1,3,4,1,1,4,4,,1,,,3,2,,1,1,1,6,98,4,4,2,1,2,1,4,1,1,,,2,0,3,2,2,1,1,,8,,3,1,2,2,2,2,1,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,,,,,,,,,,,,,,2,,,1,1,3,,,4,,6,2,1,1,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,900,,9,8100,1,,1,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,10,35,98,70,2,,8000,,,10,160000,1,,,,,,,,,,,1,5000,,,,98,,,,,,,,,,,,,2,,1,1,8,1,1,,,,,,,1,8,0,,,,,,,1,8,,1,2000,,,,,,,1,2,2,2,2,2,2,2,,2,1,2,2,2,5400,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6,300,1800,1,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,1,2,3,,,,,,,3,,,,,1,1,,,,,2,,,,1,2,5,,2,2,2,1," <1:Yes (Specify)>:my church",1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,72,1,,,,1,,1,,,1,"nr","020313",5,2,3,5,2,3,100000.9921875,31298.98046875,0,0,0,1800,0,0,0,5400.00048828125,0,0,0,136699.96875,.5401546955108643,741.942138671875,1,1,0,4,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,30,37,33.5,2,0,1,0,0,0,1,0,0,1,4,1486.1168212890625,743.0584106445312,743.0584106445312,1,1,0,0,0,1,2,1,0,1,0,0,0,3,0,1,0,1,1,2,1,2,1,1,1.6666666269302368,1,0,1,0,,4,4,4,250,1,0,0,0,0,0,0,1,,0,,1,1,1,0,,,20670,31005,0,82680,1,1,36847.08984375,12,1,,,1,,6,1.2000000476837158,1,0,1,1,1,1,1,1,1,0,0,0,1,2,0,0,0,0,0,0,1,2,1,2,3,1,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12907,,,,,1,5400,5400,73.48469543457031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,1800,42.42640686035156,0,0,0,2,160000,160000,400,-5,19612.009765625,140.0428924560547,160000,-5,160000,400,9043.8486328125,95.09915161132812,1,1,1,0,0,0,0,0,1,0,0,0,30,900,1,1,1,1,0,0,2,0,37,37,41.4865608215332,30,900,0,0,0,0,0,0,0,0,10,35,0,1,1,1,1,37,1369,1,1,1,3,1,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,2,2,1,,,,3,,2,1,1,2,1,1,2,2,2,2,3,5,1,27,1,1,2,,2,26,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,1,9,,,,,2,1,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:through the graduate school",1,1,,,,,,,,,,,,2,1,3000,1,,1,100,400,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1250,,12,15000,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,10,12,40,4,,,,16000,,16000,1,,,,,,,,,,,4,,,,32000,,32000,1,,,,,,,,,,,1,1,2,,12000,,,,,,,,,2,,,,,,,,,1,1,,1,9,2,,1,1,1,,2,2,2,1,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,150,2,,,,,,,,,,,,,,,,,9,9,,,,,,,3,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,1,,4,75,1,,,,1,,1,,,1,"ma","020315",2,2,0,2,2,0,32000,15999.9990234375,150,1027.5516357421875,0,0,0,0,0,0,0,0,0,49177.55078125,2.0333871841430664,2793.0068359375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,27,26,26.5,2,0,1,0,0,0,1,0,1,0,3,6092.46044921875,3046.230224609375,3046.230224609375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,12000,1,1,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,11610,17415,0,46440,1,1,42400,126,1,,,1,,4,2,1,1,1,1,1,1,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12909,,,,,1,0,0,0,0,0,0,0,0,0,150,150,12.247448921203613,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,2,16000,16000,126.49110412597656,32000,32000,178.88543701171875,32000,16000,32000,178.88543701171875,16000,126.49110412597656,0,0,,0,0,0,0,0,1,1,1,1,27,729,1,1,0,1,1,1,1,0,26,26,41.4865608215332,26,676,0,1,0,0,0,0,0,0,12,40,1,1,1,1,1,27,729,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020309",1,4,2,1,,,,2,,1,2,1,2,1,2,2,2,2,2,3,1,1,25,1,1,1,,2,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,1,1,,1,,,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,0,1,3,,,,,2,4,,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,6,,,,,,,2,,,,,,,2,2,,,,,,,2,1,2,3,3,,,,,,,,,,,,1,1,3,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,1,2,2,2,,,,,,,2,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,4,,,,200,,200,1,,2,,,2,2,3,,,2,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,6000,,6000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,2,1,,11,40,1,24,3,,,1200,,11,13200,1,,,,,,,,,,,4,,,,300,,300,1,,,,,,,,,,,2,,2,,5000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,1,2,1,2,,,,,,,2,2,3,,1,2,2,1," <1:Yes (Specify)>:the mosque",4,2,2,2,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,2,,5,77,11," <5:OTHER (SPECIFY)>:trinidad",1,,,,,,1999,1,"mm","020309",4,2,2,4,2,2,13199.9990234375,300.0000305175781,100,0,0,0,0,0,0,0,0,0,0,13599.9990234375,.697822093963623,958.5099487304688,1,1,0,2,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,25,30,27.5,2,0,1,0,0,0,1,0,0,1,4,2367.183349609375,1183.5916748046875,1183.5916748046875,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,,,,,,,,,,,,4,,,4,5000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,17650,26475,1,70600,0,0,37000,47,0,1,0,1,1,3,.75,0,1,1,1,0,0,1,0,,1,1,1,1,2,0,0,0,1,0,1,1,0,1,0,2,1,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12914,11,,,,11,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,13200,13200,114.89125061035156,300,300,17.32050895690918,13200,300,13200,114.89125061035156,300,17.32050895690918,2,1,1,0,1,1,0,0,1,0,0,1,25,625,1,1,1,1,0,0,1,1,30,30,41.4865608215332,25,625,0,1,0,1,0,0,2,1,11,40,0,1,0,0,0,30,900,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020319",1,2,2,1,,,,47,,1,1,1,1,1,1,4,1,2,2,3,1,1,49,2,1,1,,1,49,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,12,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,12,2,11,,,,,2,7,,,,5,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,3000,1,,2,,200,2,1,1,2,2,2,2,2,2,2,2,,,,,1,2,3,2,3,3,1,2,1,1,1,2,3,1,,1,,,6,2,,1,1,1,0,30,4,4,2,2,2,1,4,0,,,,1,0,1,2,2,2,,,18000,,1,0,1,1,1,1,,,,,2,,,,,,,,,,,,2,2,,,,,,1,,,2,,1,,,,2,,,,,,2,2,,,1,210,,,,11,9240,1,,2,,,8,1,2,,,7,,4,1,2,2,1,1,2,,,2,,,3,,,900,,12,10800,1,,1,400000,110000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,55,12,50,4,,,,140000,,140000,1,,,,,,,,,,,4,,,,100000,,100000,1,,,,,,,,,,,1,1,1,1,8,2,,1,,1,,2,,1,15000,9000,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,4,2,2,1,97,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:gastro - intestim=b al problem",1,1,7,,,,1,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,1,53,1,,,,1,,1,,,1,"rm","020319",3,2,1,3,2,1,100000.9921875,100000,2131.498291015625,2005.43994140625,0,0,0,0,0,0,0,0,0,204137.9375,.9321386218070984,1280.36083984375,1,1,0,3,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,49,49,49,4,0,0,0,1,0,1,0,0,1,4,2208.474853515625,1104.2374267578125,1104.2374267578125,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,2,1,2,1,1,1.6666666269302368,1,0,0,0,,4,4,3,375000,1,1,1,1,400000,110000,290000,1,15000,9000,6000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,92,1,,,1,,4,1.3333333730697632,1,1,1,1,1,1,1,1,1,1,1,0,1,3,0,1,0,0,0,0,0,1,0,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12916,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,2,140000,140000,374.1657409667969,100000,100000,316.2277526855469,140000,100000,140000,374.1657409667969,100000,316.2277526855469,0,0,,0,0,0,0,0,1,1,1,0,49,2401,1,1,1,1,1,1,2,0,49,49,41.4865608215332,49,2401,0,1,0,0,0,0,0,0,12,55,0,1,1,1,1,49,2401,1,1,1,1,.1519336998462677,.1519336998462677,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020311",1,2,1,,,,,40,,2,1,2,3,2,3,8,1,2,2,2,2,5,75,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,3,2,,1,3,2,1,2,1,2,4,2,5,4,1,5,,,,,,,,,,,,,,,,,,,2,,,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,40,,5,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,5," <5:Or something else? {specify}>:Housing Auth Low Rent",8,,,,,,,,,1,,,,,,,,,,,,,,,1,2,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,2,1,,,,,1,1000,0,,,,,,,8,,8,2,,,,,,,,2,1,2,1,2,2,2,2,,2,2,,,2,,,,,,,1,7000,2,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,2,7,,,,,,,,2,2,5,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,2,,6,26,1,,,,1,,1,,,1,"ddb","020311",1,1,0,1,1,0,0,0,100,0,6999.99951171875,0,0,0,0,0,0,0,0,7099.99951171875,3.382920742034912,4646.6904296875,0,1,1,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,75,,75,5,0,0,0,0,1,0,1,1,0,1,10421.94921875,10421.94921875,10421.94921875,1,2,1,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,1,1000,0,1000,0,0,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,166,0,1,1,0,1,5,5,1,1,1,1,1,,,1,,1,1,,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12920,,,,,1,0,0,0,7000,7000,83.66600036621094,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,75,5625,0,,1,0,0,0,0,0,0,,41.4865608215332,75,5625,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020414",1,1,2,1,,,,47,,2,1,3,2,4,3,4,2,2,2,1,4,5,47,1,1,11,,1,49,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,,,,,,,1,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,1,,4,2,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,8,,,,,,,,,2,,1," 1",1,3,2,,2,2,1,,,,3,6,,,8,,,,,,,,,2,,,,,2,,1,,,,,,,,,,,,,,,,,,,,2,,2,,9,9,,,,,,,,2,,,,,,,,,8,,1,1,9,9,,,,,,2,2,2,2,2,2,1,2,,2,1,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,2,130,260,1,,1,300,300,1,,2,,2,,1,2,,1,3,,2,2,,1,,,,1,1,,,,3,,," <12:or some other reason? (specify)>:they claimed they you a form for an appointment but I never received it.",3,,,,,,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,2,2,,99,54,1,,,,1,,1,,,1,"mm","020414",2,2,0,1,1,0,5000,0,0,372.0236511230469,0,260,300.0000305175781,0,0,0,0,0,0,5672.0234375,2.3584823608398438,3239.548828125,0,1,2,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,47,,47,4,0,0,0,1,0,0,1,1,0,1,9476.8369140625,9476.8369140625,4738.41845703125,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,339,0,1,1,1,1,4,2,1,0,1,1,1,,,1,,1,0,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,12921,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,260,260,16.124515533447266,300,300,17.32050895690918,1,5000,5000,70.71067810058594,0,0,0,5000,0,5000,70.71067810058594,0,0,0,0,1,0,0,0,0,0,1,0,0,1,47,2209,1,,1,1,0,0,0,1,0,,41.4865608215332,47,2209,1,0,0,1,0,0,0,0,3,6,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020325",1,4,2,1,,,,47,,1,1,3,1,1,1,3,1,2,2,2,1,1,47,1,1,1,,2,46,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,2,4,,,,,2,9,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,13,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,4,3,3,3,3,3,1,1,2,1,2,1,4,1,,1,,,1,2,,2,1,1,0,20,4,4,2,2,2,1,4,0,,,,1,0,1,2,2,2,,,24000,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,18,,12,1,2,2,1,2,,,,,,,,,,,,,,,,,225000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,45,12,35,4,,,,50000,,50000,1,,,,,,,,,,,4,,,,60000,,60000,1,,,,,,,,,,,1,1,2,,100000,,,,,,,,,1,20000,16000,,,,,,,1,1,,1,2500,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,1,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,55,1,,,,1,,1,,,1,"RR2","020325",3,2,1,3,2,1,60000,50000,0,0,0,0,0,0,0,0,0,0,0,110000,.9321386218070984,1280.36083984375,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,47,46,46.5,4,0,0,0,1,0,1,0,0,1,4,2700.440185546875,1350.2200927734375,1350.2200927734375,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,1,3,4,100000,1,1,1,1,225000,0,225000,1,20000,16000,4000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,49,1,,,1,,12,4,1,0,1,1,1,1,1,1,1,1,1,0,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,12938,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,50000,50000,223.60679626464844,60000,60000,244.948974609375,60000,50000,60000,244.948974609375,50000,223.60679626464844,0,0,,0,0,0,0,0,1,0,0,1,47,2209,1,1,0,1,1,1,1,0,46,46,41.4865608215332,46,2116,0,0,0,0,0,0,0,0,12,35,1,1,0,0,1,47,2209,1,0,0,1,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020318",1,4,3,1,,,,24,,2,2,1,1,2,1,2,1,2,2,3,5,5,24,2,1,3,,2,57,1,7,,1,37,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,2,1,,,,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,2,2,,2,,,2,,,,,,,2,1,2,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,50,1,,1,50,80,1,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,3,,,24,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,300,,12,3600,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,3000,,3000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,20000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,1,2,2,2,2,2,2,2,,2,2,2,2,2,200,1,2,400,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,30000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,1,77,1,,,,1,,1,,,1,"GOLDY/FLEX","020319",5,3,2,3,1,2,3000,0,0,0,0,0,0,0,0,400,0,0,0,3400,1.5297749042510986,2101.25830078125,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,24,,24,1,1,0,0,0,0,0,1,0,1,2,2213.78515625,2213.78515625,737.9284057617188,1,1,0,0,0,0,2,1,0,1,0,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,20000,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,14630,21945,1,58520,0,0,46438.2578125,174,0,1,1,1,1,5,1,1,1,1,1,1,,1,1,,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,12941,,,,,1,400,400,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3000,3000,54.772254943847656,0,0,0,3000,0,3000,54.772254943847656,0,0,1,1,1,0,0,0,0,0,1,0,0,0,24,576,1,,1,1,0,0,0,0,0,,41.4865608215332,24,576,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020330",1,2,2,1,,,,80,,1,1,2,3,1,1,8,1,2,2,3,1,1,80,1,1,1,,2,79,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,1,8,,,,2,2,2,,3,3,2,2,2,1,1,1,1,4,1,1,5,,,,,,1,5,,,,,,,,,,,,2,,,1,,2,,500,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,9,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,671,,12,8052,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,1,2,1,2,2,2,2,,2,2,,,2,,,,,,,3,10000,2,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,1,2,2,2,,1,2,2,1,9,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:emotional problems",2,1,9,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,21,1,,,,97," <5:OTHER (SPECIFY)>:Lebenon",97," <5:OTHER (SPECIFY)>: lebenon",,1,"CR","020330",2,2,0,2,2,0,0,0,1932.4989013671875,0,10000,0,0,0,0,0,0,0,0,11932.4990234375,5.488144874572754,7538.3701171875,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,80,79,79.5,5,0,0,0,0,1,1,0,1,0,3,18587.716796875,9293.8583984375,9293.8583984375,1,1,0,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,11610,17415,1,46440,0,0,42400,24,0,1,1,1,1,4,2,1,1,1,1,1,1,,1,,1,1,,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,12944,,,86,86,1,0,0,0,10000,10000,100,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,0,0,0,1,80,6400,0,0,1,0,0,0,1,1,79,79,41.4865608215332,80,6400,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020427",1,3,3,1,,,,68,,1,3,3,3,4,3,2,4,2,2,2,2,5,69,2,1,3,,2,94,1,5,,2,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,4,2,,2,1,2,2,2,2,1,5,5,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,1,2,,400,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,20,,3,4,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,456,,12,5472,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,1,1,2,1,2,2,2,2,,2,2,,,2,8,,,,,,2,2000,2,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,99999,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,1,1,,2,32,3,,,,,,,,1933,1,"ty\","020629",3,3,0,1,1,0,0,0,458.0613708496094,0,2000,0,0,0,0,911.462646484375,0,0,0,3369.52392578125,3.3654613494873047,4622.70849609375,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,69,,69,5,0,0,0,0,1,0,1,1,0,1,12547.3720703125,12547.3720703125,4182.45751953125,0,3,0,1,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,374,0,1,1,0,1,3,1,1,0,0,1,0,,,0,,1,0,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13015,,,,,3,-5,341.67962646484375,18.484577178955078,2000,2000,44.72135925292969,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,0,69,4761,0,,1,0,0,0,0,0,0,,41.4865608215332,69,4761,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 -"9543","020313",1,3,1,,,,,15,,1,1,1,1,1,1,8,1,2,2,3,5,5,37,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,,,,,,,2,1,300,1,,2,,300,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,5,,3,1,2,2,1,2,,,,,,,,,,,,,,,,1,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,9,,,,,,,,2,,,,,,,,,1,8,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,1,1," <1:Yes (Specify)>:new york cares",3,1,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,1,,4,64,1,,,,1,,1,,,1,"dm","020313",1,1,0,1,1,0,48751.45703125,0,850.8214721679688,0,0,0,0,0,0,0,0,0,0,49602.27734375,2.5468058586120605,3498.22509765625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,37,,37,3,0,0,1,0,0,0,1,1,0,1,4041.224853515625,4041.224853515625,4041.224853515625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,93,1,,,1,,3,3,1,1,1,1,1,,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13036,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,1,1,0,37,1369,1,,1,1,1,1,0,0,0,,41.4865608215332,37,1369,0,1,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020509",1,3,1,,,,,25,,2,3,1,2,8,1,2,1,2,2,3,3,5,54,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,50,1,,2,,2000,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,6,,3,2,2,2,1,1,2,,,2,,,9,,,,,,,,,1,300000,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,50,,,4,,,,100000,,100000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,8,4000,,,,,,,,,1,1000,0,,,,,,,1,2,,1,6000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,2,1,,1,47,1,,,,1,,1,,,1,"ep","020509",1,1,0,1,1,0,99999.9921875,0,0,0,0,0,0,0,0,0,0,0,0,99999.9921875,1.7931209802627563,2462.9833984375,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,54,,54,4,0,0,0,1,0,0,1,1,0,1,5723.3916015625,5723.3916015625,5723.3916015625,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,4000,1,0,0,1,300000,,,1,1000,0,1000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,375,1,,,1,,3,3,1,1,1,1,1,,,1,,1,,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13042,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,100000,100000,316.2277526855469,0,0,0,100000,0,100000,316.2277526855469,0,0,0,0,,0,0,0,0,0,1,1,0,1,54,2916,1,,1,1,1,0,0,1,0,,41.4865608215332,54,2916,0,0,0,1,1,0,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020421",1,3,1,,,,,23,,1,1,2,3,2,2,3,1,2,2,3,5,5,23,1,1,3,,1,52,1,3,,2,51,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,1,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,,,,,,,1,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,8,,7,1,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 12 months",2,,2,,1,1,,,,,12,40,,,8,,,,,,,,,1,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,2,,2,1,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,2000,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,1,1,,3,79,1,,,,1,,1,,,1,"ep","020421",3,3,0,1,1,0,65000,0,792.5050659179688,500,0,0,0,0,0,0,0,0,0,66292.5078125,1.6351886987686157,2246.0517578125,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,23,,23,1,1,0,0,0,0,0,1,1,0,1,6013.58740234375,6013.58740234375,2004.5291748046875,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,124,1,,,1,,7,2.3333332538604736,1,1,1,1,1,,,1,,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13045,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,1,65000,65000,254.9509735107422,0,0,0,65000,0,65000,254.9509735107422,0,0,0,0,,1,0,0,0,0,1,0,0,1,23,529,1,,1,1,0,0,0,1,0,,41.4865608215332,23,529,0,1,0,1,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020324",1,3,1,,,,,30,,1,2,4,1,3,2,3,2,2,2,3,5,5,50,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,1,,,,,,,1,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,400,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,28,,3,1,2,2,1,1,2,,,2,,,3,,,1,,12,12,9,99,1,98,98,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,1,1,,,,,12,45,,,3,,,200,,12,2400,9,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,8,,,,,,,,1,1000,9,9,,,,,,1,8,,8,,,,,,,,2,2,2,1,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,1000,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,8,8,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,4,1,1,2,2,1," <1:Yes (Specify)>:canal west coalition",3,2,2,2,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,8,,6,52,1,,,,1,,1,,,1,"ss","020324",1,1,0,1,1,0,39758.54296875,0,550.499267578125,100,0,0,0,0,0,0,0,0,0,40409.04296875,2.031635046005249,2790.60009765625,0,1,1,,2,2,6,0,0,0,0,0,1,0,0,,,,,,50,,50,4,0,0,0,1,0,0,1,1,0,1,4767.80078125,4767.80078125,4767.80078125,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,1,1000,,,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,113,1,,,1,,3,3,1,0,1,1,1,,,1,,1,0,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13052,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,0,0,0,0,0,0,1,0,0,0,50,2500,1,,1,1,0,0,0,0,0,,41.4865608215332,50,2500,0,1,0,0,0,0,0,0,12,45,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,2,2,1,,,,15,,1,1,3,2,2,3,4,2,2,2,2,1,1,37,2,1,1,,1,42,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,11,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,4000,1,,2,,2500,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,10,,7,1,2,2,1,1,2,,,2,,,4,,,,30000,,30000,1,,,500000,265000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,45,11,60,4,,,,114000,,114000,1,,,,,,,,,,,4,,,,191000,,191000,1,,,,,,,,,,,2,,8,,300000,,,,,,,,,1,7000,1500,,,,,,,2,,1,1,15000,,,,,,,1,2,2,2,1,2,2,2,,2,2,,,2,2000,2,,,,,,,,,,,,,,,,,,,,,,,,15000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,3,2,2,8,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,1,,2,65,97," <5:OTHER (SPECIFY)>:GREAT BRITTIAN/ENGLAND",,,,,,,1986,1,"GOLDY/FLEX","020315",2,2,0,2,2,0,100000.9921875,100000.9921875,0,0,0,0,0,0,15000,2000,0,0,0,217001.984375,2.0333871841430664,2793.0068359375,1,1,0,4,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,37,42,39.5,3,0,0,1,0,0,1,0,1,0,3,5090.1337890625,2545.06689453125,2545.06689453125,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,300000,1,1,1,1,500000,265000,235000,1,7000,1500,5500,0,1,1,1,0,1,11610,17415,0,46440,1,1,42400,108,1,,,1,,7,3.5,1,0,1,1,1,1,,1,,1,1,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13063,33,,,,33,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,15000,15000,122.4744873046875,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,114000,114000,337.63885498046875,191000,191000,437.03546142578125,191000,114000,191000,437.03546142578125,114000,337.63885498046875,0,0,,0,1,1,0,0,1,0,0,0,37,1369,1,1,0,1,1,1,2,1,42,42,41.4865608215332,42,1764,0,1,0,1,1,1,0,0,11,60,1,1,0,0,0,37,1369,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,2,3,1,,,,2,,1,1,1,1,1,2,8,1,2,2,2,1,1,30,2,1,1,,1,51,1,3,,1,81,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,1,9,,,,,2,2,2,,,,,,,,,,,,,1,8,,,,,,1,8,,,,,,,,,,,,2,,,1,,2,,8,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,2,,7,2,2,2,1,2,,,,,,,,,,,,,,,,,300000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,28000,,28000,1,,,,,,,,,,,4,,,,30000,,30000,1,,,,,,,,,,,2,,2,,60000,,,,,,,,,1,13000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,4,2,2,1,14,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:skin erruption",2,1,9,,,,1,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,72,97," <5:OTHER (SPECIFY)>:brazil",,,,,,,2000,1,"SF","020315",3,3,0,2,2,0,30000,27999.998046875,1451.9136962890625,0,0,0,0,0,0,0,0,0,0,59451.91015625,2.4903805255889893,3420.720703125,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,30,51,40.5,3,0,0,1,0,0,1,0,1,0,3,5754.88818359375,2877.444091796875,1918.2960205078125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,60000,1,1,1,1,300000,0,300000,1,13000,0,13000,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,147,1,,,1,,7,2.3333332538604736,1,1,1,1,1,1,,1,,1,1,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13070,24,,,,24,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,28000,28000,167.33200073242188,30000,30000,173.205078125,30000,28000,30000,173.205078125,28000,167.33200073242188,0,0,,0,1,1,0,0,1,1,1,0,30,900,1,1,0,1,1,1,2,1,51,51,41.4865608215332,51,2601,0,1,0,1,1,1,0,0,12,40,1,1,1,1,0,30,900,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020312",1,4,2,1,,,,62,,1,1,1,1,1,1,1,1,2,2,3,1,5,62,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,2,2,,1,,2,,50,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,23,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,12,9000,1,,2,,,,,,,,,,,,,,,2,,2,,2,1,,,,,12,40,,,4,,,,110000,,110000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,7,2,,1,,2,2,,,1,27500,25000,,,,,,,1,2,,1,15000,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,500,2,,,,,,,,,,,,,,,,,800,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,2,,2,40,1,,,,1,,1,,,1,"nh","020327",1,1,0,1,1,0,100000.9921875,0,500,200,0,0,0,0,0,0,0,0,0,100700.9921875,1.4758204221725464,2027.1478271484375,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,62,,62,4,0,0,0,1,0,0,1,1,0,1,3236.31005859375,3236.31005859375,3236.31005859375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,70000,1,1,1,0,0,0,0,1,27500,25000,2500,1,1,0,1,,1,8590,12885,0,34360,1,1,21000.001953125,269,1,,,1,,4,4,1,1,1,1,1,,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13075,,,,,1,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,1,110000,110000,331.6624755859375,0,0,0,110000,0,110000,331.6624755859375,0,0,0,0,1,0,0,0,0,0,1,1,1,0,62,3844,1,,1,1,1,1,0,0,0,,41.4865608215332,62,3844,0,1,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020322",1,2,2,1,,,,43,,2,1,1,2,2,2,2,1,2,2,2,5,2,43,1,1,2,,1,51,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,2,11,,,,,2,3,9,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,,,,,,,2,1,500,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,10,,11,1,2,2,1,1,2,,,2,,,3,,,1500,,12,18000,1,,,300000,40000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,47,12,47,4,,,,40000,,40000,1,,,,,,,,,,,4,,,,77000,,77000,1,,,,,,,,,,,2,,2,,35000,,,,,,,,,1,27500,6000,,,,,,,1,2,,1,30000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000,2000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,1,,2,59,1,,,,1,,1,,,1,"ct","020322",2,2,0,2,2,0,77000,40000,0,2000,0,0,0,0,0,0,0,0,0,119000,2.0333871841430664,2793.0068359375,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,43,51,47,4,0,0,0,1,0,1,0,1,0,3,6654.75048828125,3327.375244140625,3327.375244140625,1,2,1,0,0,,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,35000,1,1,1,1,300000,40000,260000,1,27500,6000,21500,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,31,1,,,1,,11,5.5,1,1,1,1,1,1,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,1,1,0,2,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13076,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,2,40000,40000,200,77000,77000,277.4887390136719,77000,40000,77000,277.4887390136719,40000,200,0,0,,0,0,0,0,0,1,1,0,1,43,1849,1,1,0,1,1,1,2,1,51,51,41.4865608215332,51,2601,0,0,0,1,1,1,0,0,12,47,1,1,1,1,1,43,1849,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020402",1,2,1,,,,,5,,2,2,2,1,2,2,2,2,2,2,2,4,5,26,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,9,1,1,,,,,6,2,1,,,,,2,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,99,9,1,2,,,,2,,,,,,,4,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,1,,,1,,2,,8,2,2,4,2,,,,,,,2,,,,,,,,,,,,,,,,1,4,0,,,,,,,,,,,,,,,,,,,,,,,,2,2,,,,,,,,,3,1,2,2,2,2,1,3,,,1,1,,,,,,,,,97," 0",,,,,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,2,,,8,8,1,,1,2,,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1500,,12,18000,1,,1,,,,,,,,,,,,,,,1,4,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,1,,2,3,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,320,3840,8,220,,,,,,2,,1,,1,1,4,2,,2,2,1,2,2,,,,2,1,,,,6,,,,1,1,,,,1,1,,,,,3,,,,2,2,3,,2,2,1,2,,4,2,2,2,,,,,,,,,,,,,,,1,2,1,2,2,,,,,,,,,,,,2,2,1,2,1,1,4,,2,75,4,,1,,,,,,1997,2,"jd","020402",4,1,3,4,1,3,0,0,0,0,0,219.99998474121094,0,0,0,0,0,0,0,0,1.543028712272644,2119.46337890625,0,1,5,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,26,,26,2,0,1,0,0,0,0,1,0,1,2,4366.583984375,4366.583984375,4366.583984375,0,3,0,1,0,1,1,0,1,0,0,0,0,4,0,0,1,1,,,,,,,,,,,,,,,4,90000,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,,0,17650,26475,1,70600,0,0,37000,116,0,1,0,0,1,3,.75,0,1,1,1,1,,1,1,,1,1,1,1,2,0,0,0,1,1,1,0,2,1,2,3,1,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,13079,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,220,14.832396507263184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,1,1,1,0,0,0,0,0,0,26,676,0,,1,0,0,0,0,0,0,,41.4865608215332,26,676,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020426",1,4,3,1,,,,62,,2,2,2,2,8,2,2,2,2,2,2,1,1,81,1,1,1,,2,75,1,5,,2,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,2,,2,,,2,4,2,,2,2,1,2,2,2,2,2,5,6,6,1,6,,,,," <6:another type of government program? {specify}>:hmo",1,4,,,,,,,,,,,,2,,,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,39,,5,2,2,2,1,2,,,,,,,,,,,,,,,,,120000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,1,2,2,2,2,2,,1,2,,,2,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,12,9,,,99,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,6,20,1,,,,1,,1,,,1,"SF","020426",3,3,0,2,2,0,0,0,0,0,0,0,0,791.0443725585938,0,0,0,2294.502685546875,0,3085.547119140625,1.8643606901168823,2560.83642578125,1,1,0,2,1,1,1,1,0,0,0,0,0,0,0,2,0,1,0,0,81,75,78,5,0,0,0,0,1,1,0,1,0,3,15740.208984375,7870.1044921875,5246.736328125,0,3,0,1,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,120000,0,120000,0,0,0,0,0,1,0,0,0,0,11610,17415,1,46440,0,0,42400,37,0,1,1,1,1,5,1.6666666269302368,1,1,1,1,1,1,,1,,1,,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13083,,,,,1,0,0,0,0,0,0,-5,1241.30029296875,35.23208999633789,0,0,0,0,0,0,0,0,0,0,0,0,-5,214.38082885742188,14.641749382019043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,81,6561,0,0,1,0,0,0,1,1,75,75,41.4865608215332,81,6561,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0 -"9543","020310",1,4,1,,,,,35,,1,8,1,1,8,2,8,4,2,2,1,2,5,80,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,,,,,,,4,1,1,1,1,1,1,1,1,4,4,4,1,3,1,5,,,,,,,,,,,,,,,,,,,1,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,35,,5,3,1,1,1,2,,,,,,,,,,,,,,,,,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,8,,1,2,,,,,,,,2,2,1,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,10000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,,2,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,3,1,,,,,,,,,,,,,,,,,,,2,1,,2,22,10," <5:OTHER (SPECIFY)>:POLAND",,,,,,,1950,1,"ddb","020310",1,1,0,1,1,0,0,0,0,0,0,0,0,10000,0,0,0,0,0,10000,3.9387917518615723,5410.2197265625,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,80,,80,5,0,0,0,0,1,0,1,1,0,1,5760.75390625,5760.75390625,5760.75390625,0,3,0,1,0,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,,0,,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,191,0,1,1,0,0,5,5,1,1,0,1,1,,,1,,1,,,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13086,10,,,,10,0,0,0,0,0,0,10000,10000,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,1,0,1,0,0,0,80,6400,0,,1,1,0,0,0,0,0,,41.4865608215332,80,6400,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020319",1,2,1,,,,,20,,3,2,2,3,2,2,8,1,2,2,2,3,5,40,2,1,7,,1,41,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,1,,,,,,,1,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,1,5,2,1,,,,,10,35,,,4,,,,35000,,35000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,10000,,,,,,,,,2,,,,,,,,,1,2,,1,20000,,,,,,,1,2,2,1,2,2,2,2,2,2,2,,,2,1500,1,1,1500,1,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,2,,6,62,1,,,,1,,1,,,1,"ea","020319",2,2,0,1,1,0,35000,0,183.35633850097656,0,0,0,0,0,0,1499.9998779296875,0,0,0,36683.35546875,.6740856170654297,925.9061279296875,0,5,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,40,,40,3,0,0,1,0,0,0,1,1,0,1,1172.6129150390625,1172.6129150390625,586.3064575195312,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,10000,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,0,34360,1,1,21000.001953125,349,1,,,1,,4,2,1,1,1,1,1,,,1,,0,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13090,,,,,1,1500,1500,38.72983169555664,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,35000,35000,187.08287048339844,0,0,0,35000,0,35000,187.08287048339844,0,0,0,0,1,0,0,0,0,0,1,0,0,0,40,1600,1,,1,1,0,0,0,0,0,,41.4865608215332,40,1600,0,1,0,0,0,0,0,0,10,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020308",1,2,3,1,,,,14,,3,1,1,1,4,1,1,1,2,2,3,1,1,46,1,1,1,,2,52,1,5,,2,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,1,1,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,1,9,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,2,1,,,,,1,1,,,,,,1,,1,,,,2,1,2000,1,,2,,300,1,1,2,2,2,2,2,2,2,2,2,,,,,3,3,3,3,3,1,2,1,4,4,4,3,4,1,,1,,,12,1,,2,2,1,0,15,1,3,2,2,1,1,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,3,,10,1,2,2,1,1,2,,,2,,,3,,,1200,,12,14400,2,16000,,210000,150000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,40,12,60,4,,,,60000,,60000,1,,,,,,,,,,,4,,,,80000,,80000,1,,,,,,,,,,,1,1,1,1,1e+06,,,,,,,,,1,40000,20000,,,,,,,1,1,,1,8000,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,12000,2,,,,,,,,,,,,,,,,,4000,1100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,3090,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,1," <1:Yes (Specify)>:MONZION SPIRITUAL BAPTIST CHURCH",1,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,1,2,2,2,,2,55,11," <5:OTHER (SPECIFY)>:TRINADAD TABEGO",1,,,,,,1987,1,"CD","020308",4,3,1,3,2,1,80000,60000,12000,1100,0,0,0,0,0,0,0,0,0,153100,.3307758569717407,454.3449401855469,1,2,0,4,4,1,4,0,0,0,1,0,0,0,0,2,0,1,0,0,46,52,49,4,0,0,0,1,0,1,0,0,1,4,1165.1085205078125,582.5542602539062,388.3695068359375,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,1,1,1,3,1,0,0,0,1,,2,1,2,1e+06,1,1,1,1,210000,150000,60000,1,40000,20000,20000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,171,1,,,1,,10,2.5,1,1,1,1,1,1,1,1,1,0,0,1,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,13092,11,,,,11,0,0,0,0,0,0,0,0,0,12000,12000,109.54450988769531,0,0,0,0,0,0,1100,1100,33.1662483215332,0,0,0,0,0,0,0,0,0,2,60000,60000,244.948974609375,80000,80000,282.84271240234375,80000,60000,80000,282.84271240234375,60000,244.948974609375,0,0,1,0,1,1,0,0,1,1,1,1,46,2116,1,1,0,1,1,1,1,0,52,52,41.4865608215332,52,2704,0,1,0,0,0,0,0,0,12,60,1,1,1,1,1,46,2116,1,1,1,1,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020312",1,5,3,1,,,,32,,1,3,1,1,2,1,1,1,2,2,2,3,5,32,2,1,3,,2,62,1,3,,1,69,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,4,2,1,,,,,2,2,1,,,,,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,1,1,2,,3,,,2,,,,,,,2,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,,,2,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,1,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,3,3,0,1,2,2,1,2,,,,,,3,,,,,,1,,,2,2,,,,,,,,,,,,,,,,,2,,1,,,,,,,,,,,,,,,2,,,2,2,3,,,0,2,6,1,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,3,,1," several yeard with boyfriend",2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,1,2,,1,1500,,,,,,,2,2,2,2,2,2,2,2,,2,1,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,300,3600,1,,,,,,,2,,2,9,2,,,,,,,5,,2,2,,2,3,,,,,,,,,3,,,,,1,2,9,,,,,,,,2,1,1,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,69,1,,,,1,,1,,,1,"NR","020313",6,3,3,4,1,3,0,0,0,0,0,3600,0,0,0,0,0,0,0,0,5.515295505523682,7575.66357421875,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,1,1,0,0,0,32,,32,2,0,1,0,0,0,0,1,0,1,2,8414.8935546875,8414.8935546875,2804.964599609375,1,1,0,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,,,,,,,,,,,,4,,,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,17650,26475,1,70600,0,0,37000,12,0,1,,1,1,6,1,1,1,1,1,1,,1,1,,1,1,1,1,2,0,0,0,0,0,2,1,0,1,0,3,1,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,13097,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,3600,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,,0,0,0,0,0,0,0,0,0,32,1024,0,,1,0,0,0,0,0,0,,41.4865608215332,32,1024,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,1,1,,,,,39,,2,8,3,3,3,3,3,3,2,1,1,3,5,39,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,13,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,13,2,11,,,,,1,,,,,,,2,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,1,,2,,,,2,1,38,1,,1,200,150,2,2,3,1,2,2,2,2,2,2,2,,,,,2,3,2,3,3,3,1,2,2,2,1,2,4,2,,1,,,8,1,,1,1,1,5,10,3,4,2,2,1,1,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,13,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,715,,12,8580,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,50,,,4,,,,43000,,43000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,50000,,,,,,,,,2,,,,,,,,,1,2,,1,25000,,,,,,,2,2,2,2,2,2,1,2,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60000,12000,,,,,,,3,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,1,1,2,2,,3,1,1,2,,,,,,,,,,,,,,,1,2,2,1,2,,,,,,,,,,,,1,2,2,2,1,1,7," <7:ANOTHER GROUP (SPECIFY)>:eurasina asin hispanic and EUropean blood",2,62,1,,,,97," <5:OTHER (SPECIFY)>:central america",97," <5:OTHER (SPECIFY)>:germany",,1,"TY","020314",2,1,1,2,1,1,43000,0,0,12000,0,0,0,0,0,0,0,0,0,55000,.5387037992477417,739.9492797851562,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,39,,39,3,0,0,1,0,0,0,1,0,1,2,859.778076171875,859.778076171875,859.778076171875,1,1,0,0,0,1,4,1,0,0,0,1,0,3,0,1,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,1,,3,4,3,50000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,,1,11610,17415,0,46440,1,1,42400,42,1,,,1,,3,1.5,1,0,0,0,1,,1,1,1,1,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,13099,,,97,36,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12000,12000,109.54450988769531,0,0,0,0,0,0,0,0,0,1,43000,43000,207.36441040039062,0,0,0,43000,0,43000,207.36441040039062,0,0,0,0,,1,0,0,0,0,1,1,1,0,39,1521,1,,1,1,1,1,0,0,0,,41.4865608215332,39,1521,0,0,0,0,0,0,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,2,2,1,,,,9,,1,1,1,2,1,3,8,1,1,2,2,1,1,30,2,1,1,,1,33,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,11,2,1,,1,,,7,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,11,2,2,,2,,,2,2,,2,,,2,3,2,,,,,,,,,,,,,1,4,,,,,,2,,,,,,,1,,4,,,,,,,1,,2,,3000,8,2,2,2,,,,,,,2,,,,,1,3,2,3,3,3,1,2,2,3,1,1,4,0,,1,,,5,2,,1,1,1,0,10,4,4,2,2,2,1,4,0,,,,2,0,2,2,2,2,,,12000,,2,0,2,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,1,3,,3,3,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,4,40,12,50,8,,,,,,,,,2,,,,,2,,1,,8,,,,,,,,,2,,,,,2,,2,,8,,2,,8,8,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,2,2,1,2,,,,,,,,,,,,,,,1,1,2,1,2,,,,,,,,,,,,2,1,2,1,1,2,1,,4,71,97," <5:OTHER (SPECIFY)>:russia",97," <5:OTHER (SPECIFY)>:russia",,,,,1993,1,"SF","020411",4,2,2,4,2,2,7500,5000,0,0,0,0,0,0,0,0,0,0,0,12500,1.4416096210479736,1980.15673828125,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,30,33,31.5,2,0,1,0,0,0,1,0,0,1,4,2355.17919921875,1177.589599609375,1177.589599609375,1,2,1,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,0,,4,4,4,,,,,0,0,0,0,0,0,0,0,1,1,1,0,1,1,17650,26475,1,70600,0,0,37000,193,0,1,0,0,0,3,.75,0,1,1,0,1,0,1,0,1,1,1,,1,2,0,0,0,1,0,0,0,2,0,2,2,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,13102,66,66,,,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5000,5000,70.71067810058594,7500,7500,86.6025390625,7500,5000,7500,86.6025390625,5000,70.71067810058594,0,0,,0,1,1,0,0,1,0,0,0,30,900,1,1,0,1,0,0,2,1,33,33,41.4865608215332,33,1089,0,0,0,1,0,0,2,0,12,50,1,1,0,0,0,30,900,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020318",1,4,1,,,,,30,,1,1,2,2,2,2,8,1,1,2,3,5,5,30,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,1,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,300,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,2,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,826,,3,2478,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,40000,,40000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,1500,,,,,,,,,2,,,,,,,,,1,2,,1,30000,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,1,4," <7:ANOTHER GROUP (SPECIFY)>:hispanic",6,71,1,,,,4,,4,,,1,"ka","020318",1,1,0,1,1,0,40000,0,0,0,0,0,0,0,0,0,0,0,0,40000,1.1629022359848022,1597.3316650390625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,30,,30,2,0,1,0,0,0,0,1,1,0,1,2204.782958984375,2204.782958984375,2204.782958984375,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,1500,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,343,1,,,1,,2,2,1,1,1,0,1,,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13115,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,40000,40000,200,0,0,0,40000,0,40000,200,0,0,0,0,,1,0,0,0,0,1,1,1,0,30,900,1,,1,1,1,1,0,0,0,,41.4865608215332,30,900,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020308",1,1,3,1,,,,49,,1,1,2,1,2,2,2,1,2,2,8,3,2,49,2,1,2,,1,42,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,4,,,,,2,1,2,,,,,,,,,,,,,2,,,,,,,1,4,,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,8," <7:Or someone else? (specify)>:welfare",2,,,3,,,650,,12,7800,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,1,2,2,2,2,2,2,2,,2,2,,,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,1,2,,1,1,,2,2,,1,,,,,,,,,,,,,,,,,,1,1,,,,,2,,,,1,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,6,52,1,,,,97," <5:OTHER (SPECIFY)>:france",1,,,1,"kp","020308",2,2,0,2,2,0,0,0,0,0,0,0,0,0,0,527.487060546875,0,0,0,527.487060546875,1.964072585105896,2697.798095703125,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,49,42,45.5,4,0,0,0,1,0,1,0,1,0,3,5895.59423828125,2947.797119140625,2947.797119140625,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,11610,17415,1,46440,0,0,42400,14,0,1,1,1,1,3,1.5,1,1,1,1,0,1,,0,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13116,,,35,,1,-5,341.67962646484375,18.484577178955078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,1,0,0,49,2401,0,0,1,1,1,0,2,0,42,42,41.4865608215332,49,2401,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 -"9543","020326",1,4,1,,,,,27,,3,3,2,2,4,1,2,2,2,1,3,4,5,40,1,2,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,14,1,1,,,,,13,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,13,1,2,,1,,,2,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,2,,,,,,,,,,1,2,,1100,2,2,1,2,2,2,2,2,2,2,2,,,,,1,3,2,3,3,3,2,2,2,3,2,1,2,2,,1,,,8,1,,2,1,1,0,20,4,4,2,2,1,1,8,1,1,,,2,2,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,7,,4,1,2,2,1,2,,,,,,,,,,,,,,,,,380000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,10,40,,,1,1000,,,,10,40000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,1,8,0,,,,,,,1,1,,2,,,,,,,,1,2,2,2,2,2,1,2,,2,2,2,2,2,10000,1,6,60000,2,10000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,3,2,2,2,2,2,,7,61,11," <5:OTHER (SPECIFY)>:Trinidad",1,,,,,,1975,1,"ma","020626",4,2,2,3,1,2,40000,0,0,197.74612426757812,0,0,0,0,0,10000,0,0,0,50197.74609375,.5072819590568542,696.7890625,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,40,,40,3,0,0,1,0,0,0,1,0,1,2,2766.85498046875,2766.85498046875,1383.427490234375,1,2,1,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,1,,4,3,4,0,0,0,0,1,380000,0,380000,1,,0,,1,1,1,0,,0,14630,21945,0,58520,0,1,46438.2578125,152,1,,,1,,4,1,1,1,1,0,0,,0,0,1,0,0,1,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,13139,11,,,,11,10000,10000,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,40000,40000,200,0,0,0,40000,0,40000,200,0,0,0,0,1,0,1,1,0,0,1,0,0,1,40,1600,1,,1,1,0,0,0,1,0,,41.4865608215332,40,1600,0,0,0,1,0,0,2,0,10,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020421",1,4,1,,,,,34,,2,1,2,2,2,1,2,2,2,2,2,5,5,34,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,1,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,100,1,,2,,10,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,7,,1,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,500,,12,6000,1,,1,,,,,,,,,,,,,,,1,2,2,,1,1,,,,,12,37,,,4,,,,30000,,30000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,9,9,,,,,,,,2,,,,,,,,,8,,1,9,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,,2,9,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,1,2,1,97,11,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:felt panic,a sense of nervousness",2,1,1,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,2,,3,99,1,,,,1,,1,,,1,"ep","020421",1,1,0,1,1,0,30000,0,0,0,0,0,0,0,0,0,0,0,0,30000,1.3897490501403809,1908.9224853515625,0,1,1,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,34,,34,2,0,1,0,0,0,0,1,1,0,1,5473.17529296875,5473.17529296875,5473.17529296875,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,414,1,,,1,,1,1,1,1,1,1,1,,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13140,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,30000,30000,173.205078125,0,0,0,30000,0,30000,173.205078125,0,0,0,0,1,0,0,0,0,0,1,0,0,1,34,1156,1,,1,1,0,0,0,1,0,,41.4865608215332,34,1156,0,0,0,1,0,0,0,0,12,37,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020424",1,2,3,1,,,,32,,3,3,4,2,4,4,3,3,2,2,1,5,5,33,1,1,3,,2,68,1,7,,2,31,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,1,6,,,,2,0,1,6,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,4,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,5,,3,2,1,1,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,300,,12,3600,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,45,,,9,,,,,,,,,1,2,2,1,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,9,9,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,0,2,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,1,2,7,,,,,,,,2,1,3,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,9,9,,99,99,99,,,,,,,,99,1,"rm","020424",5,3,2,1,1,0,35000,0,0,0,0,0,0,0,0,0,0,0,0,35000,2.564972162246704,3523.177734375,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,,,,,,33,,33,2,0,1,0,0,0,0,1,1,0,1,9886.5068359375,9886.5068359375,3295.502197265625,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,173,1,,,1,,3,.6000000238418579,0,0,0,1,1,,,1,,0,0,0,0,2,0,0,0,,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13149,,,,,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,35000,35000,187.08287048339844,0,0,0,35000,0,35000,187.08287048339844,0,0,0,0,0,0,,0,0,0,1,0,0,1,33,1089,1,,1,1,0,0,0,1,0,,41.4865608215332,33,1089,0,0,0,1,0,0,0,0,12,45,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020420",1,4,1,,,,,2,,2,3,3,3,2,4,3,3,2,2,3,3,5,51,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,1,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,2,,500,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,1,3,2,2,2,,,,,,,,,,,,,,,,,,,,,1,4,,2,,,3,,,700,,12,8400,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,5,40,,,4,,,,10000,,10000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,7,1,1,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,200,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,1,,2,2,2,2,,3,2,2,1,10,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:fear that it could be repeated",2,2,,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,1,,3,51,97," <5:OTHER (SPECIFY)>:armenia",,,,,,,2000,1,"PG","020420",1,1,0,1,1,0,10000,0,200,0,0,0,0,0,0,0,0,0,0,10200,2.5468058586120605,3498.22509765625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,51,,51,4,0,0,0,1,0,0,1,1,0,1,4680.7060546875,4680.7060546875,4680.7060546875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,250,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,287,0,1,1,0,1,1,1,1,0,0,1,0,,,0,,1,1,0,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13152,16,,,,16,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,10000,10000,100,0,0,0,10000,0,10000,100,0,0,0,0,,0,1,1,0,0,1,1,1,0,51,2601,1,,1,1,1,1,0,0,0,,41.4865608215332,51,2601,0,1,0,0,0,0,0,0,5,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020319",1,2,1,,,,,41,,3,3,1,3,1,2,8,2,1,2,3,2,5,41,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,5,1,1,,,,,,,,,,,,1,4,,,,,,,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,3,,3,4,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,1,1,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,12,540,6480,1,,12,200,2400,1,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,3,,,,,,,,,3,,,,,1,1,,,,,2,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,2,3,,,,,,,,,,,,,,,,,,,1,1,,6,60,1,,,,3,,3,,,1,"ea","020319",1,1,0,1,1,0,0,0,0,0,0,2400,0,0,0,0,0,6479.99951171875,0,6479.99951171875,1.9430500268936157,2668.922119140625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,41,,41,3,0,0,1,0,0,0,1,1,0,1,6032.17236328125,6032.17236328125,6032.17236328125,0,4,0,0,1,0,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,429,0,1,0,0,1,3,3,1,1,1,0,1,,,1,,0,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13160,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6480,6480,80.49844360351562,2400,2400,48.98979568481445,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,1,0,0,0,0,0,41,1681,0,,1,0,0,0,0,0,0,,41.4865608215332,41,1681,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020321",1,4,1,,,,,85,,1,1,2,1,2,2,8,2,2,2,8,2,5,85,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,1,,,,,,,2,2,,3,3,2,2,2,2,1,1,2,5,6,1,5,3,,,,,,,,,,,,,,,,,,2,1,200,1,,2,,1200,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,40,,6,2,2,2,1,2,,,,,,,,,,,,,,,,1,175000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,98,6,,,4,,,,2000,,2000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,750000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,1,1,1,2,2,2,2,2,2,2,,,2,,,,,,,1,25000,2,,,,,40000,2,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,16,1,,,,5," <5:OTHER (SPECIFY)>:Italy",5," <5:OTHER (SPECIFY)>:Italy",,1,"nh","020321",1,1,0,1,1,0,2000,0,8395.298828125,0,24999.998046875,0,0,40000,0,0,0,0,0,75395.296875,1.8564025163650513,2549.9052734375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,85,,85,5,0,0,0,0,1,0,1,1,0,1,6047.1513671875,6047.1513671875,6047.1513671875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,750000,1,1,1,1,175000,0,175000,0,0,0,0,1,1,1,0,,0,8590,12885,0,34360,1,1,21000.001953125,242,1,,,1,,6,6,1,1,1,1,1,,,1,,1,1,,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13166,,,5,5,1,0,0,0,25000,25000,158.11387634277344,40000,40000,200,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2000,2000,44.72135925292969,0,0,0,2000,0,2000,44.72135925292969,0,0,0,0,,0,0,0,0,0,1,1,1,1,85,7225,1,,1,1,1,1,0,1,0,,41.4865608215332,85,7225,0,1,1,1,1,1,0,0,11,6,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020307",1,5,2,1,,,,52,,1,1,1,1,2,1,8,2,2,2,3,3,2,52,2,1,2,,2,49,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,9,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,,1,300,1,,2,,3000,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,21,,10,1,2,2,1,1,2,,,2,,,3,,,1100,,12,13200,1,,,250000,135000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,35,12,35,4,,,,450000,,450000,1,,,,,,,,,,,9,,,,,,,,,1,2,2,2,,,,,,2,,2,,30000,,,,,,,,,1,100000,9000,,,,,,,1,9,,1,8000,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,120,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1200,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,2,7,,,,,,,,2,1,3,1,2,2,2,1," <1:Yes (Specify)>:NATIONAL COUNCIL OF NEGRO WOMEN",4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,2,50,1,,,,97," <5:OTHER (SPECIFY)>:BARBADOS",11," <5:OTHER (SPECIFY)>:TRINADAD",,1,"TY","020307",2,2,0,2,2,0,100000.9921875,45000,120.00000762939453,0,0,0,0,0,0,0,0,0,0,145121,1.1783050298690796,1618.488525390625,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,52,49,50.5,4,0,0,0,1,0,1,0,1,0,3,3762.95068359375,1881.475341796875,1881.475341796875,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,30000,1,1,1,1,250000,135000,115000,1,100000,9000,91000,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,90,1,,,1,,10,5,1,1,1,1,1,1,,1,,1,1,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,0,1,1,2,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13171,,,20,11,1,0,0,0,0,0,0,0,0,0,120,120,10.954451560974121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,450000,450000,670.8203735351562,45000,45000,212.1320343017578,450000,45000,450000,670.8203735351562,45000,212.1320343017578,0,0,1,0,0,0,0,0,1,1,1,0,52,2704,1,1,1,1,1,1,1,0,49,49,41.4865608215332,52,2704,0,1,0,0,0,0,0,0,12,35,0,1,1,1,0,49,2401,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020310",1,2,3,1,,,,20,,2,3,2,1,2,1,3,2,2,2,2,3,5,56,2,1,5,,2,25,1,5,,1,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,4,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,500,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,10,,6,2,2,2,1,1,2,,,2,,,3,,,2000,,12,24000,1,,,300000,200000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,,,,12,38,,,4,,,,55000,,55000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,25000,,,,,,,,,1,6000,0,,,,,,,1,8,,1,15000,,,,,,,2,2,2,2,1,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,9000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,2,,1,46,97," <5:OTHER (SPECIFY)>:Barbados",,,,,,,1981,1,"*tiome","020310",3,3,0,1,1,0,54999.99609375,0,0,0,0,0,0,0,9000,0,0,0,0,63999.99609375,2.5561957359313965,3511.122802734375,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,56,,56,4,0,0,0,1,0,0,1,1,0,1,5605.45361328125,5605.45361328125,1868.4844970703125,0,3,0,1,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,25000,1,1,1,1,300000,200000,100000,1,6000,0,6000,1,1,0,1,,1,8590,12885,0,34360,1,1,21000.001953125,222,1,,,1,,6,2,1,1,1,1,1,,,1,,1,1,0,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13176,20,,,,20,0,0,0,0,0,0,0,0,0,0,0,0,9000,9000,94.86833190917969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,55000,55000,234.52078247070312,0,0,0,55000,0,55000,234.52078247070312,0,0,0,0,1,0,1,1,0,0,1,1,1,0,56,3136,1,,1,1,1,1,0,0,0,,41.4865608215332,56,3136,0,1,0,0,0,0,0,0,12,38,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,2,1,,,,,6,,3,3,2,2,2,2,2,2,2,2,2,5,5,21,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,1,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,0,4,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,500,,4,2000,1,,8,,,,,,,,,,,,,,,1,3,2,,1,1,,,,,9,45,,,2,,900,,,9,16200,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,5000,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7000,200,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,3,80,11," <5:OTHER (SPECIFY)>:TRINIDAD",,,,,,,1995,1,"SF","020315",1,1,0,1,1,0,16200,0,0,200,0,0,0,0,0,0,0,0,0,16400,1.5686348676681519,2154.63525390625,0,1,2,,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,21,,21,1,1,0,0,0,0,0,1,1,0,1,3893.56640625,3893.56640625,3893.56640625,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,5000,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,202,0,1,1,1,1,3,3,1,1,1,1,0,,,0,,0,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13179,11,,,,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,1,16200,16200,127.27922058105469,0,0,0,16200,0,16200,127.27922058105469,0,0,0,0,1,0,1,1,0,0,1,1,0,1,21,441,1,,1,1,1,0,0,1,0,,41.4865608215332,21,441,0,0,0,1,1,0,0,0,9,45,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020309",1,2,2,1,,,,53,,3,8,2,2,3,2,8,2,2,2,2,1,1,54,1,1,1,,2,51,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,1,11,,,,,1,4,2,,,,,,,,,,,,,1,1,2,,,,,1,1,2,,,,,,,,,,,2,1,1560,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,10,,5,1,2,2,1,1,2,,,2,,,4,,,,9000,,9000,1,,1,98,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,60,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,1,1,2,,9,9,,,,,,,,1,10000,10000,,,,,,,1,1,,1,5000,,,,,,,2,2,2,1,2,2,2,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,1,,4,47,1,,,,97," <5:OTHER (SPECIFY)>:czechsolvokia",97," <5:OTHER (SPECIFY)>:romania",,1,"mm","020309",2,2,0,2,2,0,62764.453125,27012.05859375,1887.049072265625,0,0,0,0,0,0,0,0,0,0,91663.5625,2.0333871841430664,2793.0068359375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,54,51,52.5,4,0,0,0,1,0,1,0,1,0,3,6781.2392578125,3390.61962890625,3390.61962890625,0,3,0,1,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,1,10000,10000,0,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,277,1,,,1,,5,2.5,1,1,1,1,1,1,,1,,0,0,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13182,,,97,65,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,,0,0,0,0,0,1,1,1,1,54,2916,1,1,1,1,1,1,1,1,51,51,41.4865608215332,54,2916,0,1,0,1,1,1,0,0,12,40,0,1,1,1,0,51,2601,0,0,0,0,0,.1519336998462677,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020416",1,2,1,,,,,50,,2,1,1,1,1,1,1,2,2,2,3,2,5,84,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,8,2,,,,,,,4,2,,3,1,1,1,2,2,3,2,3,5,5,1,1,3,5,,,,,,,,,,,,,,,,,2,1,8,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,21,,4,2,2,2,1,2,,,,,,,,,,,,,,,,1,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,1,,2,1,,,1,3000,0,,,,,,,8,,2,2,,,,,,,,2,1,1,1,2,2,2,2,,2,2,,,2,,,,,,,1,14000,2,,,,,4000,2,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,1,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,1,,2,18,97," <5:OTHER (SPECIFY)>:canada",,,,,,,1951,1,"agh","020416",1,1,0,1,1,0,0,0,3000.33056640625,0,14000,0,0,3999.999755859375,0,0,0,0,0,21000.330078125,2.4599897861480713,3378.976806640625,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,84,,84,5,0,0,0,0,1,0,1,1,0,1,5257.3798828125,5257.3798828125,5257.3798828125,0,3,0,1,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,50000,1,1,1,1,100000,0,100000,1,3000,0,3000,0,0,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,109,1,,,1,,4,4,1,1,1,1,1,,,1,,1,1,1,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,1,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13188,27,,,,27,0,0,0,14000,14000,118.32159423828125,4000,4000,63.24555206298828,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,0,0,1,1,0,0,84,7056,0,,1,1,1,0,0,0,0,,41.4865608215332,84,7056,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020313",1,2,1,,,,,35,,1,1,1,2,2,2,3,1,2,2,3,3,5,35,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,1,,,,2,,,,,,,4,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,1100,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,12,9000,1,,2,,,,,,,,,,,,,,,1,1,2,,1,1,,,,,12,40,,,4,,,,65000,,65000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,8,2,,1,,1,,1,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,60000,2,,,,,,,,,,,,,,,,,15000,10000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,1,1,15,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:allergies",1,1,7,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,1,,2,66,1,,,,1,,1,,,1,"AP","020313",1,1,0,1,1,0,65000,0,60000,10000,0,0,0,0,0,0,0,0,0,135000,2.8710405826568604,3943.585205078125,0,1,1,,2,1,2,0,1,0,0,0,0,0,0,1,1,0,0,0,35,,35,3,0,0,1,0,0,0,1,1,0,1,7607.087890625,7607.087890625,7607.087890625,0,3,0,1,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,175000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,395,1,,,1,,4,4,1,1,1,1,1,,,1,,1,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13211,,,,,1,0,0,0,0,0,0,0,0,0,60000,60000,244.948974609375,0,0,0,0,0,0,10000,10000,100,0,0,0,0,0,0,0,0,0,1,65000,65000,254.9509735107422,0,0,0,65000,0,65000,254.9509735107422,0,0,0,0,,0,0,0,0,0,1,0,0,1,35,1225,1,,1,1,0,0,0,1,0,,41.4865608215332,35,1225,0,1,0,1,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020310",1,4,2,1,,,,30,,8,2,3,8,8,3,4,2,2,2,8,3,5,55,2,1,5,,2,21,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,1,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,50,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,10,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,11000,,12,132000,1,,2,,,,,,,,,,,,,,,2,,2,,2,1,,,,,2,50,,,1,247,,,,2,1976,2,1850,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2000,,,,,,,,,2,,,,,,,,,1,1,,1,25000,,,,,,,2,2,2,1,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,500,2,,,,,,,,,,,,,,,,,13000,6000,,,,,,,1,3,,,,,,,,,,,,,,,,,,,,2,,2,25000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,2,80,1,,,,97," <5:OTHER (SPECIFY)>:colombia",97," <5:OTHER (SPECIFY)>:afganistan",,1,"cr","020329",2,2,0,1,1,0,1850.0001220703125,0,500,5999.99951171875,0,0,0,0,0,0,0,0,0,8350,1.5647685527801514,2149.32470703125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,55,,55,4,0,0,0,1,0,0,1,1,0,1,3759.541748046875,3759.541748046875,1879.7708740234375,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,2000,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,359,0,1,1,1,1,4,2,1,0,1,1,1,,,1,,,,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13213,,,28,91,1,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,6000,6000,77.45966339111328,0,0,0,0,0,0,0,0,0,1,1850,1850,43.011627197265625,0,0,0,1850,0,1850,43.011627197265625,0,0,0,0,,1,0,0,0,0,1,1,0,0,55,3025,1,,1,1,1,0,0,0,0,,41.4865608215332,55,3025,0,1,0,0,0,0,0,0,2,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020702",1,2,2,1,,,,12,,2,3,2,2,2,2,2,2,2,2,2,2,5,99,2,1,11,,2,70,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,99,,,,,2,,,,,,,9,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,2,,200,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,12,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,1,2,1,,,,98,98,,,8,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,8,,,,,,,,2,,,,,,,,,1,8,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,1,2,1,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,3,53,2,,,,,,,,99,1,"ma","020702",2,2,0,1,1,0,21039.00390625,0,0,658.599853515625,0,0,0,0,0,0,0,0,0,21697.603515625,4.784172534942627,6571.41259765625,0,1,0,,,2,,,,,,,,,,2,0,1,0,0,41.3242301940918,,41.3242301940918,3,0,0,1,0,0,0,1,1,0,1,5732.6357421875,5732.6357421875,2866.31787109375,,,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,,,,8590,12885,0,34360,0,1,21000.001953125,160,1,,,1,,2,1,1,1,1,1,0,,,0,,1,1,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13214,,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,1,0,1,1,0,0,1,1,0,0,41.28620147705078,1707.6920166015625,1,,1,0,1,0,0,0,0,,41.4865608215332,42.23152160644531,1783.50146484375,0,0,0,0,0,0,0,0,11,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020625",1,5,2,1,,,,39,,2,3,2,3,2,2,3,2,2,2,2,1,1,39,1,1,1,,2,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,9,1,1,,1,,,4,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,4,1,8,,,,,2,4,,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,2,,,,,,,,,,1,2,,500,2,2,2,2,,,,,,,2,1,2,2,3,,,,,,,,,,,,2,2,4,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,2,1,1,1,2,2,1,2,,,2,,,1,,,,,,,,,1,,,,2,,,,,,,,,,,,,,1,,,,2,2,,,3,,,250,,6,1500,2,100,2,,,8,2,3,,,8,,5,2,2,2,1,1,2,,,2,,,3,,,1200,,12,14400,1,,,230000,100000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,2,2,2,12,60,,,4,,,,70000,,70000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,9,2,,2,4,,,,,1,8,0,,,,,,,1,2,,1,500,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,200,2,,,,,,,,,,,,,,,,,1000,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,1,2,2,2,,2,2,8,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,3,63,1,,,,99,,99,,,1,"ma","020625",4,2,2,4,2,2,70000,0,200,100,0,0,0,0,0,0,0,0,0,70300,.9003636240959167,1236.715576171875,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,39,35,37,3,0,0,1,0,0,1,0,0,1,4,2331.504150390625,1165.7520751953125,1165.7520751953125,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,,2,2,1,,,1.6666666269302368,1,,,,4,,,3,35000,1,1,1,1,230000,100000,130000,1,,0,,1,1,0,1,0,1,17650,26475,0,70600,0,1,37000,212,1,,,1,,5,1.25,1,1,1,1,0,0,0,0,,1,1,0,1,2,0,0,0,0,0,0,1,1,1,1,2,1,0,0,1,1,2,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,13223,,,,,1,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,1,70000,70000,264.57513427734375,0,0,0,70000,0,70000,264.57513427734375,0,0,1,1,,0,0,0,0,0,1,1,0,1,39,1521,1,0,1,1,1,0,1,1,35,35,41.4865608215332,39,1521,0,1,0,1,1,0,2,1,12,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020318",1,3,1,,,,,47,,2,1,2,2,8,2,8,1,2,2,2,5,5,47,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,200,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,1,,3,1,2,1,1,2,,,,,,,,,,,,,,,,1,65000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,4,,,4,,,,50000,,50000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,2,,1,,9,,,,2,,,,,,,,,1,2,,1,15000,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,2,2,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,3,54,1,,,,1,,1,,,1,"ct","020318",1,1,0,1,1,0,50000,0,1892.2579345703125,0,0,0,0,0,0,0,0,0,0,51892.2578125,1.793346881866455,2463.293701171875,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,47,,47,4,0,0,0,1,0,0,1,1,0,1,3505.80810546875,3505.80810546875,3505.80810546875,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,65000,0,65000,0,0,0,0,1,1,1,0,,0,8590,12885,0,34360,1,1,21000.001953125,149,1,,,1,,3,3,1,1,1,1,1,,,1,,1,,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13225,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,50000,50000,223.60679626464844,0,0,0,50000,0,50000,223.60679626464844,0,0,0,0,1,0,0,0,0,0,1,1,0,0,47,2209,1,,1,1,1,0,0,0,0,,41.4865608215332,47,2209,0,1,0,0,0,0,0,0,12,4,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,3,1,,,,,12,,2,1,1,2,1,2,3,1,2,2,3,5,5,28,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,8,2,,,,,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,3,,3,1,2,2,1,1,2,,,2,,,2,,900,,,12,21600,1,,1,350000,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,50,,,2,,10000,,,12,240000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,2,,1,,2,1,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,3,,1,73,97," <5:OTHER (SPECIFY)>:korea",,,,,,,1986,1,"mb","020316",1,1,0,1,1,0,100000.9921875,0,0,0,0,0,0,0,0,0,0,0,0,100000.9921875,1.5368843078613281,2111.0234375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,4,0,0,0,1,28,,28,2,0,1,0,0,0,0,1,1,0,1,7067.91845703125,7067.91845703125,7067.91845703125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,50000,1,1,1,1,350000,,,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,136,1,,,1,,3,3,1,1,1,1,1,,,1,,1,1,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13304,53,,,,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,240000,240000,489.89794921875,0,0,0,240000,0,240000,489.89794921875,0,0,0,0,,0,1,1,0,0,1,1,1,1,28,784,1,,1,1,1,1,0,1,0,,41.4865608215332,28,784,0,0,0,1,1,1,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020323",1,3,2,1,,,,4,,1,3,2,2,1,3,3,2,2,2,2,5,1,39,1,1,2,,2,34,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,3,,,,,,1,3,,,,,,,,,,,,2,1,300,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,4,,2,2,2,1,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,3,,1," 4 years",1,1,2,,1,1,,2,2,2,12,50,,,4,,,,1500000,,1500000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,0,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,9,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,3,62,97," <5:OTHER (SPECIFY)>:switzerland",,,,,,,1999,1,"ty","020323",2,2,0,2,2,0,100000.9921875,0,0,0,0,0,0,0,0,0,0,0,0,100000.9921875,2.0333871841430664,2793.0068359375,1,1,1,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,39,34,36.5,3,0,0,1,0,0,1,0,1,0,3,6387.03466796875,3193.517333984375,3193.517333984375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,11610,17415,0,46440,1,1,42400,130,1,,,1,,2,1,1,1,1,1,1,1,,1,,1,1,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13306,77,,,,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1500000,1500000,1224.744873046875,0,0,0,1500000,0,1500000,1224.744873046875,0,0,0,0,,0,1,1,0,0,1,1,1,1,39,1521,1,0,1,1,1,1,1,1,34,34,41.4865608215332,39,1521,0,0,0,1,1,1,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020414",1,3,1,,,,,3,,1,1,1,2,1,1,1,1,2,1,2,5,5,27,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,1,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,400,,10,4000,1,,1,,,,,,,,,,,,,,,1,2,2,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7,1,2,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,1,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,1000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,2,2,1," <1:Yes (Specify)>:green peace",3,2,2,1,97,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:feelings abiut what heppened",2,2,,,,,1,1,1,,,,,,,,,,,,,,,,,,,1,1,,2,75,97," <5:OTHER (SPECIFY)>:argentina",,,,,,,1990,1,"nr","020511",1,1,0,1,1,0,0,0,0,0,0,0,0,0,999.9999389648438,0,0,0,0,999.9999389648438,.847655713558197,1164.3173828125,0,1,1,,4,1,4,0,0,0,1,0,0,0,0,3,0,0,1,0,27,,27,2,0,1,0,0,0,0,1,1,0,1,2996.91064453125,2996.91064453125,2996.91064453125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,20,0,1,1,1,1,1,1,1,1,1,0,0,,,0,,1,1,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13309,15,,,,15,0,0,0,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,1,1,0,0,1,1,1,1,27,729,0,,1,1,1,1,0,1,0,,41.4865608215332,27,729,0,1,0,1,1,1,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,3,1,,,,,31,,1,3,1,2,2,1,8,1,2,2,3,5,5,55,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,30,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,900,,12,10800,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,9,80,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,9,9,,,,,,,,2,,,,,,,,,2,,2,8,,,,,,,,2,2,2,1,1,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,3,,1,46,97," <5:OTHER (SPECIFY)>:philipines",,,,,,,1971,1,"kj","020314",1,1,0,1,1,0,54634.01171875,0,636.6582641601562,0,0,0,0,0,12420.51171875,0,0,0,0,67691.1796875,1.5368843078613281,2111.0234375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,4,0,0,0,1,55,,55,4,0,0,0,1,0,0,1,1,0,1,7866.9755859375,7866.9755859375,7866.9755859375,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,1,0,,0,8590,12885,0,34360,1,1,21000.001953125,449,1,,,1,,3,3,1,1,1,1,0,,,0,,1,1,,0,3,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13320,64,,,,64,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,-5,907.7564086914062,30.128995895385742,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,1,1,0,0,1,1,1,1,55,3025,1,,1,1,1,1,0,1,0,,41.4865608215332,55,3025,0,1,0,1,1,1,0,0,9,80,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 -"9543","020324",1,3,2,1,,,,4,,1,1,1,2,2,2,8,2,2,2,3,1,1,32,1,1,1,,2,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,11,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,2,,,,,,,,,,1,2,,2000,2,2,1,2,,,,,,,2,2,3,3,3,,,,,,,,,,,,2,4,1,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,2,2,,,,,,,,,,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,,,,2,2,,,4,,,,2000,,2000,1,,2,,,2,2,1,,2,2,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,12000,,12000,1,,8,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,12,50,12,50,4,,,,100000,,100000,1,,,,,,,,,,,4,,,,40000,,40000,1,,,,,,,,,,,2,,2,,9,9,,,,,,,,2,,,,,,,,,1,8,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,4,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,3,,6,99,97," <5:OTHER (SPECIFY)>:india",1,,,,,,99,1,"sf","020426",3,2,1,3,2,1,99999.9921875,40000,0,0,0,0,0,0,0,0,0,0,0,140000,.7717018127441406,1059.9891357421875,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,4,0,0,0,1,32,32,32,2,0,1,0,0,0,1,0,0,1,4,3334.822021484375,1667.4110107421875,1667.4110107421875,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,3,,,3,,,,,0,0,0,0,0,0,0,0,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,185,1,,,1,,3,1,1,1,1,1,0,0,0,0,,1,1,,1,2,0,0,0,1,0,1,0,0,0,0,1,1,0,0,0,0,2,1,1,0,1,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,13334,45,,,,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,100000,100000,316.2277526855469,40000,40000,200,100000,40000,100000,316.2277526855469,40000,200,1,1,,0,1,1,0,0,1,1,1,1,32,1024,1,1,1,1,1,1,1,1,32,32,41.4865608215332,32,1024,0,0,0,1,1,1,1,1,12,50,0,1,1,1,0,32,1024,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020318",1,3,2,1,,,,16,,1,2,1,2,3,2,1,2,2,2,2,3,5,48,2,1,99,,9,99,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,4,2,10,,,,,2,,,,,,,4,9,,,,,,,,,,,,,2,,,,,,,,,,,,,,2,,,,,,,,,,9,,,,2,2,9,9,,,,,,,9,9,9,9,9,,,,,,,,,,,,9,1,4,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,2,,,,,,2,2,,,9,,,,,,,1,,2,,,2,2,2,,,5,,3,2,2,2,1,2,,,,,,,,,,,,,,,,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,8,,8,2,,,,,,,,2,2,2,1,2,2,2,2,,9,2,2,2,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,9,9,,99,53,97," <5:OTHER (SPECIFY)>:romania",1,,,,,,1981,1,"ka","020318",3,2,1,2,1,1,0,0,1988.497802734375,0,0,0,0,0,0,0,0,0,0,1988.497802734375,.941136360168457,1292.719970703125,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,,,,,,48,,48,4,0,0,0,1,0,0,1,0,1,2,2112.998779296875,2112.998779296875,1056.4993896484375,0,3,0,1,0,,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,11610,17415,1,46440,0,0,42400,32,0,1,1,1,1,3,1,1,1,1,1,0,,0,0,,1,0,1,1,3,0,1,0,1,0,0,1,0,1,0,1,1,1,0,0,1,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,13365,65,,,,65,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,0,1,1,1,0,48,2304,0,,1,1,1,1,0,0,0,,41.4865608215332,48,2304,0,1,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0 -"9543","020316",1,2,2,1,,,,25,,3,2,2,3,2,3,4,3,2,1,1,5,5,25,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,7,2,1,,,,,4,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,7,2,7,,,,5,1,,,,,,,4,2,,,,,,,,,,,,,1,5,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,9,9,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,3,3,1,1,1,1,,1,,,1,1,,1,2,1,0,3,4,4,2,2,2,1,4,1,1,,,1,1,,,,,,,,,2,1,1,1,1,1,2,,,,2,,,2,,5,,5,,,,,2,2,,,,,,2,1,3,,,2,1,3,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,6,,4,1,1,1,2,,,,,,,,,,,,,,,,,,,,,1,7," <7:Or someone else? (specify)>:the government",1,9," <5:Or something else? {specify}>:9|<",9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,2,2,1,,,,99,60,,,8,,,,,,,,,2,,,,,2,,1,,,,,,,,,,,,,,,,,,,,2,,2,,9,9,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,9,2,2,2,2,1,2,2,9,9,1,1,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,3,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,76,99,,99,,,,,,99,1,"mb","020321",3,1,2,3,1,2,5000,0,0,912.5443725585938,0,0,0,0,0,0,0,0,0,5912.54443359375,.8307514786720276,1141.09814453125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,25,,25,2,0,1,0,0,0,0,1,0,1,2,1278.1285400390625,1278.1285400390625,1278.1285400390625,0,3,0,1,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,0,0,0,0,0,0,0,0,0,0,0,,,,14630,21945,1,58520,0,0,46438.2578125,47,0,1,1,1,0,4,1.3333333730697632,1,1,0,0,1,,1,1,1,0,1,0,1,2,0,0,0,,0,0,1,1,1,1,2,1,0,1,0,1,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,13376,,,,,99,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,-9,-9,,-9,-9,,-9,-9,,1,5000,5000,70.71067810058594,0,0,0,5000,0,5000,70.71067810058594,0,0,1,1,1,0,,0,0,0,1,1,0,0,25,625,1,,1,1,1,0,0,0,0,,41.4865608215332,25,625,0,0,0,0,0,0,0,0,11,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,1,0,,1,,1,,1,0,0,0,0,0,0,0,0,,1,0 -"9543","020613",1,1,1,,,,,97,,1,3,1,1,2,1,1,1,2,2,3,2,5,97,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,5,1,1,3,1,1,1,2,1,4,3,1,6,4,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,31,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,450,,12,5400,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,1,2,2,2,2,2,2,,2,1,,,2,,,,,,,1,7200,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,112,1344,1,,,,,,,2,,2,,1,2,,2,,,1,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,1,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,2,5,1,,,,1,,1,,,1,"ddb","020613",1,1,0,1,1,0,0,0,0,0,7200,1344,0,0,0,0,0,0,0,7200,2.4658584594726562,3387.037841796875,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,2,0,1,0,0,97,,97,5,0,0,0,0,1,0,1,1,0,1,11053.162109375,11053.162109375,11053.162109375,0,4,0,0,1,0,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,328,0,0,1,1,1,4,4,1,1,1,1,0,,,0,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13377,,,,,1,0,0,0,7200,7200,84.85281372070312,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1344,1344,36.660606384277344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,41.28620147705078,9409,0,,1,0,0,0,0,1,0,,41.4865608215332,97,9409,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020317",1,2,2,1,,,,18,,3,2,3,3,3,3,8,2,2,1,1,1,1,43,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,16,1,1,,1,,,11,1,1,,1,,,11,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,99,9,6,,,,,2,7,,,,5,2,3,2,,,,,,,,,,,,,2,,,,,,,1,1,,,,,,2,,,,,,,2,,1,,2,,100,2,8,2,2,,,,,,,8,,,,,,,,,,,,,,,,1,2,1,,,,,,,,,,,,,,,,,,,,,,,,3,3,,,,,,,,,2,0,2,2,1,2,,,,,1,2,,,,3,,,,,2,,,,,,,,,2,2,,,,,,,,,,,2,2," tutorial sevice",,,,,,,,,,,,,,2,,,2,2,3,,,9,,5,3,1,1,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,1000,,12,12000,1,,2,,,,,,,,,,,,,,,1,1,1,2,1,1,,1,1,,12,40,11,40,3,,,500,,12,6000,1,,,,,,,,,,,1,500,,,,11,22000,2,40000,,,,,,,,,,1,1,2,,8,1,2,,,,,,,1,2000,0,,,,,,,8,,1,1,6500,,,,,,,2,2,2,2,1,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,5000,1,11,55000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,8,8,,2,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,2,2,1,1,1," <1:Yes (Specify)>:the progam is for busines",3,2,2,2,,,,,,,,,,,,,,,1,1,1,1,1,9,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:emotional",8,2,,,,3,1,2,1,1,2,3,,6,99,97," <5:OTHER (SPECIFY)>:hongkong",1,,,,,,1980,1,"ea","020317",4,1,3,5,2,3,40000,5999.99951171875,0,0,0,0,0,0,54999.99609375,0,0,0,0,100999.9921875,.5974047183990479,820.5792846679688,1,2,1,3,3,2,7,0,0,0,0,0,0,1,0,4,0,0,0,1,43,41.53856658935547,42.269283294677734,3,0,0,1,0,0,1,0,0,1,4,1519.734375,759.8671875,1519.734375,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,,,,,,,,,,,,,,,,4,1250,1,0,0,0,0,0,0,1,2000,0,2000,0,1,1,1,0,1,20670,31005,0,82680,1,1,36847.08984375,33,1,,,0,,5,1.25,1,0,1,0,0,1,0,0,,0,0,,1,2,0,0,0,1,0,0,0,2,0,2,2,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,13378,44,,,,44,0,0,0,0,0,0,0,0,0,0,0,0,55000,55000,234.52078247070312,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,6000,6000,77.45966339111328,40000,40000,200,40000,6000,40000,200,6000,77.45966339111328,0,0,,0,1,1,0,0,1,1,0,0,43,1849,1,1,0,1,1,0,0,.4996632933616638,41.4865608215332,,41.4865608215332,41.53856658935547,1725.4525146484375,0,1,0,0,0,0,1.4989898204803467,0,11,40,1,1,1,0,0,43,1849,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,2,1,,,,,8,,3,2,4,1,3,2,2,4,2,2,8,5,5,28,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,3,1,3,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:oxford",,,,,,,,1,,7,,," <7:or another type of government program? {specify}>:oxford",2,,,2,,,,,2,2,1,2,,,,,,,2,1,3,2,2,,,,,,,,,,,,1,4,3,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,4,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,725,,12,8700,1,,1,,,,,,,,,,,,,,,2,,2,,1,2,1,,,,8,22,,,1,200,,,,8,6400,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,500000,,,,,,,,,2,,,,,,,,,2,,1,1,5000,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,150,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,1,2,7,,,,,,,,2,2,2,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,2," <7:ANOTHER GROUP (SPECIFY)>:triniad",6,73,11," <5:OTHER (SPECIFY)>:trininad",1,,,,,,1992,1,"ss","020314",2,1,1,2,1,1,6400,0,0,150,0,0,0,0,0,0,0,0,0,6550,.8832159638404846,1213.1619873046875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,28,,28,2,0,1,0,0,0,0,1,0,1,2,1400.5042724609375,1400.5042724609375,1400.5042724609375,1,2,1,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,1,2,2,,,1.6666666269302368,1,,,,4,,,4,500000,1,1,1,0,0,0,0,0,0,0,0,0,1,1,0,,0,11610,17415,1,46440,0,0,42400,354,0,1,0,1,1,4,2,1,0,0,1,1,,1,1,,0,0,1,1,2,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,13384,11,,,,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,150,12.247448921203613,0,0,0,0,0,0,0,0,0,1,6400,6400,80,0,0,0,6400,0,6400,80,0,0,1,1,1,0,1,1,0,0,1,0,0,0,28,784,1,,1,1,0,0,0,0,0,,41.4865608215332,28,784,0,0,0,0,0,0,0,0,8,22,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020325",1,2,1,,,,,33,,1,1,1,2,2,1,2,1,2,2,2,3,5,33,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1100,,12,13200,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,9,,,,,,,,1,5000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,200,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,1,,2,2,2,2,,2,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,69,1,,,,5," <5:OTHER (SPECIFY)>:italy",99,,,1,"mb","020325",1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.8710405826568604,3943.585205078125,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,1,1,0,0,0,33,,33,2,0,1,0,0,0,0,1,1,0,1,7256.24658203125,7256.24658203125,7256.24658203125,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,5000,0,5000,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,98,0,1,1,1,1,4,4,1,1,1,1,0,,,0,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13385,,,5,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,0,0,1,33,1089,0,,1,1,0,0,0,1,0,,41.4865608215332,33,1089,0,0,0,1,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020420",1,2,3,1,,,,14,,3,2,2,2,4,4,3,3,2,2,1,5,2,34,2,1,2,,1,34,1,7,,1,26,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,12,1,1,,1,,,9,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,99,9,1,2,,,,2,1,2,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,1,1,,,,,,1,,4,,,,,2,,2,,,,,8,8,2,2,,,,,,,2,,,,,,,,,,,,,,,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,2,2,,,,,,,,,2,0,2,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,14,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,950,,12,11400,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,98,,,,,,,,,,,,,,,,,,,8,,,,,,,,,8,,,,,,,,,8,,8,,8,8,,,,,,,,2,,,,,,,,,2,,8,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,3,2,3,1,1,10,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:sarceed to fly",2,2,,,,2,3,2,3,3,1,4,,2,67,8," <5:OTHER (SPECIFY)>:mexico",1,,,,,,1988,2,"ak","020420",5,3,2,4,2,2,16279.728515625,0,0,0,0,0,0,0,0,0,0,0,0,16279.728515625,.8709921836853027,1196.371826171875,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,34,34,34,2,0,1,0,0,0,1,0,0,1,4,3627.29248046875,1813.646240234375,1209.0975341796875,1,1,0,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,,,,,,,,,,,,,,,4,,,,,0,0,0,0,0,0,0,0,0,0,1,0,,,17650,26475,1,70600,0,0,37000,85,0,1,1,1,1,5,1,1,1,0,1,0,1,1,0,,0,0,0,1,2,0,0,0,1,0,0,0,2,0,2,2,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,13391,8,,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,1,1,0,0,0,0,0,0,34,1156,0,1,0,0,0,0,2,1,34,34,41.4865608215332,34,1156,0,0,0,0,0,0,2,0,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,2,1,,,,,52,,1,1,1,1,2,1,2,2,2,2,3,4,5,54,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,13,2,5,,,,1,11,2,5,,,,1,9,1,5,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,9,1,1,2,,,,2,,,,,,,5,1,2,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,2,2,1,2,,,,,,,2,,,,,3,3,3,2,3,3,2,2,2,2,1,1,4,4,,1,,,4,1,,2,2,1,0,9,3,4,2,2,2,1,4,0,,,,3,3,,,,,,,,,2,0,2,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,32,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,8,,,3,,,643,,12,7716,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,1,2,2,,2,2,2,1,12,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:stress",1,1,1,,,,3,1,1,1,2,,,,,,,,,,,,1,2,1,1,2,1,4,,6,47,3,,,,,,,,1957,1,"ss","020314",9,1,8,4,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.90010005235672,1236.353515625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,54,,54,4,0,0,0,1,0,0,1,0,1,2,2835.142333984375,2835.142333984375,2835.142333984375,0,4,0,0,1,0,1,0,1,0,0,0,1,1,0,0,0,1,1,1,1,2,1,1,1.3333333730697632,0,0,0,0,,2,4,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,17650,26475,1,70600,0,0,37000,69,0,1,1,1,1,5,.5555555820465088,0,1,1,1,1,,1,1,1,1,1,1,1,3,0,1,0,0,0,0,0,2,0,2,2,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,13408,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,0,54,2916,0,,1,0,0,0,0,0,0,,41.4865608215332,54,2916,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020325",1,2,6,1,,,,3,,1,1,2,2,1,2,3,2,2,2,2,5,5,27,2,1,11,,1,28,1,11,,1,28,1,11,,1,28,1,11,,2,28,1,11,,2,25,1,11,,2,27,,,,,,,,,,,,,2,,1,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,1,1,600,1,,2,,50,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,3,,8,2,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,10000,,10000,1,,2,,,,,,,,,,,,,,,1,1,1,4,1,1,,,,,10,32,,,4,,,,22000,,22000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,1,8,2,,2,2,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,300,2,,,,,,,,,,,,,,,,,700,250,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,2,1,,2,75,1,,,,97," <5:OTHER (SPECIFY)>:germany",97," <5:OTHER (SPECIFY)>:germany",,1,"ypc","020325",7,7,0,1,1,0,22000.001953125,0,300.0000305175781,249.99998474121094,0,0,0,0,0,0,0,0,0,22550.001953125,1.6845537424087524,2313.8583984375,0,4,1,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,27,,27,2,0,1,0,0,0,0,1,1,0,1,3034.398193359375,3034.398193359375,433.4854431152344,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,15000,1,1,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,370,1,,,1,,8,1.1428571939468384,1,1,1,1,1,,,1,,1,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13417,,,36,36,1,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,0,0,0,250,250,15.81138801574707,0,0,0,0,0,0,0,0,0,1,22000,22000,148.323974609375,0,0,0,22000,0,22000,148.323974609375,0,0,0,0,,0,0,0,0,0,1,1,1,0,27,729,1,,1,1,1,1,0,0,0,,41.4865608215332,27,729,0,1,0,0,0,0,0,0,10,32,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020329",1,4,3,1,,,,50,,1,3,1,3,3,1,8,4,2,2,3,1,1,80,2,1,1,,1,76,1,5,,2,53,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,4,,,,,2,5,2,,2,1,2,1,1,2,3,2,2,1,1,1,5,,,,,,1,5,,,,,,,,,,,,2,,,1,,2,,37000,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,21,,6,1,2,2,1,2,,,,,,,,,,,,,,,,,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,9,,,,,,,,1,8,0,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,999999,2,,,,,,,2,,9,,,,,,,,,,,,,,,,,,9,,,,,,,,,,9,9,9,,9,9,9,9,,9,9,9,9,,,,,,,,,,,,,,,9,9,9,,,,,,,,,,,,,,,,,,,9,9,,99,99,99,,,,,,,,99,1,"cr","020329",3,3,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9866235256195068,2728.7734375,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,,,,,,80,76,78,5,0,0,0,0,1,1,0,1,0,3,6453.17529296875,3226.587646484375,2151.058349609375,0,4,0,0,1,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,,1,,0,,0,0,0,0,0,0,11610,17415,1,46440,0,0,42400,315,0,1,1,1,1,6,2,1,1,0,1,1,1,,1,,1,0,,0,4,0,0,1,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13423,,,,,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,1,0,0,0,80,6400,0,0,1,1,0,0,2,0,76,76,41.4865608215332,80,6400,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020421",1,2,2,1,,,,42,,2,3,1,1,2,8,2,2,2,2,8,1,1,42,2,1,1,,1,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,16,2,1,,1,,,14,2,1,,1,,,13,2,1,,1,,,11,2,1,,1,,,10,1,1,,1,,,8,1,1,,1,,,5,1,1,,1,,,3,2,1,,1,,,0,2,1,,1,,,2,6,8,1,4,,,,,2,98,,,,,2,2,2,,,,,,,,,,,,,1,4,,,,,,1,4,,,,,,1,,4,,,,2,,,2,,,,,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,2,1,4,3,1,1,4,0,,1,,,2,3,,1,2,1,0,25,3,4,2,2,2,1,4,0,,,,7,0,0,,,,,,,,6,3,4,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,5,,,3,,,14,,6,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,7,,1,1,,8,,,,,,,,,8,,,,,,,,,,,,,,,2,,1,2,2,2,2,1,1,,,,12,35,,,,,,,,,,,,,,,,,,,9,,,,,,,,,9,,,,,,,,,8,,8,,9,9,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,600,7200,1,,12,9,,,99,2,,8,,1,2,,2,,2,2,2,,2,,,,3,,,,,,,,,1,2,,,,,,,,,,,,,,2,1,2,1,1,1,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,59,1,,,,97," <5:OTHER (SPECIFY)>:germany",1,,,1,"SF","020623",10,2,8,10,2,8,20783.37890625,0,0,0,0,7200,445.281982421875,0,0,0,0,0,0,21228.66015625,.7208048105239868,990.078369140625,1,2,0,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,42,45,43.5,3,0,0,1,0,0,1,0,0,1,4,1131.6492919921875,565.8246459960938,565.8246459960938,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,0,0,0,0,0,0,0,0,1,1,1,0,1,1,35770,53655,1,143080,0,0,27370.8203125,6,0,1,1,1,1,6,.6000000238418579,0,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,0,0,1,2,3,2,4,6,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,13425,,,36,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,7200,84.85281372070312,-5,107.74469757080078,10.380014419555664,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,3,1,,0,0,0,0,0,1,0,0,0,42,1764,0,1,0,1,1,0,2,1,45,45,41.4865608215332,45,2025,1,0,0,1,1,0,8,1,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,2.8076109886169434,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020318",1,4,5,1,,,,1,,2,3,2,1,1,2,2,1,2,2,3,5,5,22,2,1,3,,2,42,1,7,,1,21,1,7,,2,21,1,7,,2,18,1,9," <14:OTHER, SPECIFY>:cousin",1,21,2,,,,,,,,,,,,,,,,,,,,,2,12,2,7,,,,1,8,1,8," <9:OTHER (SPECIFY)>:guardian",,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,12,2,7,,,,5,1,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,6,,,,2,1,1200,2,,,,,2,1,1,2,2,2,2,2,2,2,2,,,,,1,3,3,2,3,3,1,1,2,2,1,1,3,1,,1,,,7,1,,2,1,1,0,7,4,4,2,2,2,2,4,0,,,,2,2,,,,,,,,,2,0,2,1,2,2,,,,,2,,,2,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,1,1,3,,,1,,6,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1150,,12,13800,1,,1,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,12,50,,,4,,,,30000,,30000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,9,2,,2,1,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,2000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,18000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,7," <7:ANOTHER GROUP (SPECIFY)>:caribean",6,79,11," <5:OTHER (SPECIFY)>:trinidad",11," <5:OTHER (SPECIFY)>:trinidad",,,,,2000,1,"mb","020318",14,6,8,3,1,2,30000,0,2000,0,0,0,0,0,0,0,0,0,0,32000,.8488831520080566,1166.00341796875,0,2,0,,3,2,7,0,0,0,0,0,0,1,0,4,0,0,0,1,22,,22,1,1,0,0,0,0,0,1,0,1,2,2787.076416015625,2787.076416015625,464.5127258300781,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,2,1,1,1.3333333730697632,0,0,0,0,,4,4,4,6000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,14630,21945,0,58520,0,1,46438.2578125,236,0,1,1,1,1,6,.4285714328289032,0,1,1,1,1,,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,2,0,2,2,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,13428,11,11,,,11,0,0,0,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,30000,30000,173.205078125,0,0,0,30000,0,30000,173.205078125,0,0,0,0,,0,1,1,0,0,1,1,0,0,22,484,1,,1,1,1,0,0,0,0,,41.4865608215332,22,484,0,1,0,0,0,0,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020319",1,2,2,1,,,,22,,2,3,2,1,3,1,3,2,2,2,3,5,5,31,2,1,9,,2,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,12,2,6,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,12,2,7,,,,5,1,,,,,,,3,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,1,,6,,,,2,1,8,2,,,,,2,2,2,2,2,2,2,2,2,2,2,,,,,3,2,3,3,3,3,1,2,3,4,1,1,1,2,,1,,,7,1,,2,1,2,0,10,4,4,1,2,2,3,3,2,1,,,1,1,,,,,,,,,1,0,1,1,1,2,,,,,1,2,,,,,,,,,,,1,,,,2,,,1,,,2,,,,,,,,,2,,,2,2,,,1,40,,,,12,1920,2,1200,2,,,1,2,1,,2,3,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,900,,12,10800,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,35,,,4,,,,45000,,45000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,15000,,,,,,,,,2,,,,,,,,,1,2,,1,5000,,,,,,,2,2,2,1,2,2,1,2,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,2000,0,,,,,,,5,,,,,,,,,,,,,,,,,,,,,2,,2,3000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,2,,6,68,97," <5:OTHER (SPECIFY)>:grenada",1,,,,,,1980,1,"rm","020319",10,2,8,2,1,1,45000,0,722.6444702148438,0,0,0,0,0,0,0,0,0,0,45722.64453125,1.1748600006103516,1613.756591796875,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,31,,31,2,0,1,0,0,0,0,1,0,1,2,1807.546875,1807.546875,903.7734375,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,0,2,1,1,1,1,1.3333333730697632,0,0,0,0,,2,4,4,15000,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,11610,17415,0,46440,0,1,42400,100,1,,,1,,4,.4000000059604645,0,1,1,1,1,,1,1,0,1,0,0,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,13429,39,,,,39,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,45000,45000,212.1320343017578,0,0,0,45000,0,45000,212.1320343017578,0,0,0,0,1,0,1,1,0,0,1,1,0,0,31,961,1,,1,1,1,0,0,0,0,,41.4865608215332,31,961,0,1,0,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020405",1,5,1,,,,,22,,1,1,1,2,1,2,3,1,2,2,2,5,5,30,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,40,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,50,,,4,,,,62000,,62000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,10000,,,,,,,,,1,3000,0,,,,,,,1,8,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,8,300,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,1,2,2,2,2,,3,2,2,1,8,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:depression",1,2,,,,,1,1,1,,,,,,,,,,,,,,,,,,,1,4,,8,71,1,,,,1,,97," <5:OTHER (SPECIFY)>:cuba",,1,"agh","020405",1,1,0,1,1,0,61999.99609375,0,546.9095458984375,300.0000305175781,0,0,0,0,0,0,0,0,0,62846.90625,.944076657295227,1296.7586669921875,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,30,,30,2,0,1,0,0,0,0,1,1,0,1,3804.369384765625,3804.369384765625,3804.369384765625,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,10000,1,1,0,0,0,0,0,1,3000,0,3000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,318,1,,,1,,3,3,1,1,1,1,1,,,1,,1,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13431,,,,30,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,0,0,0,0,0,0,1,62000,62000,248.99798583984375,0,0,0,62000,0,62000,248.99798583984375,0,0,0,0,,1,0,0,0,0,1,0,0,1,30,900,1,,1,1,0,0,0,1,0,,41.4865608215332,30,900,0,1,0,1,0,0,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,4,3,1,,,,54,,1,1,1,2,4,1,1,1,2,2,2,1,1,54,2,1,1,,1,55,1,5,,1,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,4,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,17,,8,1,2,2,1,2,,,,,,,,,,,,,,,,,250000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,3,1,1,,1,1,,12,35,10,35,4,,,,25000,,25000,1,,,,,,,,,,,4,,,,35000,,35000,1,,,,,,,,,,,1,1,1,1,0,,,,,,,,,1,5000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,35000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,48,1,,,,1,,1,,,1,"sf","020315",3,3,0,2,2,0,35000,24999.998046875,0,0,0,0,0,0,0,0,0,0,0,60000,4.20166540145874,5771.29638671875,1,3,1,2,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,54,55,54.5,4,0,0,0,1,0,1,0,1,0,3,2877.070556640625,1438.5352783203125,959.0234985351562,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,250000,0,250000,1,5000,0,5000,1,1,1,1,0,1,11610,17415,0,46440,1,1,42400,56,1,,,1,,8,2.6666667461395264,1,1,1,1,1,1,,1,,1,0,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13436,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,25000,25000,158.11387634277344,35000,35000,187.08287048339844,35000,25000,35000,187.08287048339844,25000,158.11387634277344,0,0,,0,0,0,0,0,1,0,0,0,54,2916,1,1,0,1,0,0,2,1,55,55,41.4865608215332,55,3025,0,0,0,1,0,0,0,0,10,35,1,1,0,0,0,54,2916,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020323",1,2,2,1,,,,37,,3,2,4,1,4,3,2,4,2,2,2,4,5,58,2,1,12,,2,47,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,,,,,,,2,,,1,,2,,60,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,25,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,2,,2,,,3,,,255,,12,3060,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,11,35,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,9,8,,,,,,,,2,,,,,,,,,2,,1,1,9,9,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,3,2,1,,,,,,,,,,,,,,,,,,,1,4,,2,44,97," <5:OTHER (SPECIFY)>:nicaragua",,,,,,,1965,2,"jd","020402",2,2,0,1,1,0,16677.583984375,0,0,0,0,0,0,0,0,0,0,0,0,16677.583984375,2.74788761138916,3774.425537109375,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,58,,58,4,0,0,0,1,0,0,1,1,0,1,9880.6875,9880.6875,4940.34375,1,2,1,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,33,0,1,1,1,1,3,1.5,1,0,0,1,1,,,1,,0,0,1,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13441,58,,,,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,1,1,0,0,0,0,0,0,58,3364,1,,1,0,0,0,0,0,0,,41.4865608215332,58,3364,0,0,0,0,0,0,0,0,11,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020324",1,1,2,1,,,,35,,2,3,2,3,3,3,3,3,2,2,3,1,1,42,2,1,1,,1,43,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,1,1,,1,,,6,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,10,1,11,,,,,1,8,,,,,2,4,2,,,,,,,,,,,,,1,3,,,,,,2,,,,,,,1,,3,,,,,1,8,1,,2,,9,1,2,3,2,,,,,,,2,,,,,1,3,3,3,3,3,2,2,2,3,1,1,3,2,,1,,,4,1,,1,2,1,0,30,4,3,1,2,2,3,4,1,7,," <3:Something Else? (SPECIFY)>:no room in school",2,2,,,,,,,,,2,0,2,1,2,2,,,,,2,,,98,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,2," y",,,,,,,,,,,,,,1,98,8,2,2,3,,,5,,5,2,2,2,1,1,2,,,2,,,3,,,2000,,12,24000,1,,,300000,120000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,,1,1,,2,1,,10,40,9,50,4,,,,31000,,31000,1,,,,,,,,,,,4,,,,29000,,29000,1,,,,,,,,,,,1,1,1,8,8,2,,1,,2,1,,,1,1000,0,,,,,,,2,,2,1,2500,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,2,,2,1,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,1,2,2,2,2,,1,1,1,2,,,,,,,,,,,,,,,3,3,1,1,2,,,,,,,,,,,,3,3,1,1,2,1,1,,2,60,3,,,,,,,,1962,1,"jd","020326",4,2,2,4,2,2,30999.998046875,29000.001953125,0,0,0,0,0,0,0,0,0,0,0,60000,.4256257116794586,584.628173828125,1,1,1,3,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,42,43,42.5,3,0,0,1,0,0,1,0,0,1,4,1090.5693359375,545.28466796875,545.28466796875,0,3,0,1,0,1,4,1,0,0,0,1,0,3,0,1,0,1,0,1,1,1,1,1,1,0,0,0,0,,4,4,4,50000,1,1,1,1,300000,120000,180000,1,1000,0,1000,0,0,1,0,0,0,17650,26475,0,70600,0,1,37000,76,1,,,1,,5,1.25,1,1,0,1,1,0,1,0,0,1,0,0,1,2,0,0,0,0,0,0,0,2,1,2,2,1,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,13445,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,31000,31000,176.0681610107422,29000,29000,170.2938690185547,31000,29000,31000,176.0681610107422,29000,170.2938690185547,0,0,,1,0,0,0,0,1,1,1,0,42,1764,1,1,1,1,1,1,2,0,43,43,41.4865608215332,42,1764,0,0,0,0,0,0,0,0,10,40,0,1,1,1,1,43,1849,1,1,1,2,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020407",1,4,2,1,,,,17,,1,1,1,1,2,2,2,1,2,2,3,3,2,57,1,1,2,,2,47,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,4,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,8,,1,,2,,2500,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,11,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,730,,12,8760,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,23000,,23000,1,,,,,,,,,,,4,,,,21000,,21000,1,,,,,,,,,,,1,1,2,,10000,,,,,,,,,2,,,,,,,,,2,,1,1,1700,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,2,44,97," <5:OTHER (SPECIFY)>:colombian",,,,,,,1985,2,"el","020410",2,2,0,2,2,0,23000.001953125,21000.001953125,0,0,0,0,0,0,0,0,0,0,0,44000.00390625,1.0340824127197266,1420.38818359375,1,1,0,2,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,57,47,52,4,0,0,0,1,0,1,0,1,0,3,4923.53759765625,2461.768798828125,2461.768798828125,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,10000,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,11610,17415,0,46440,0,1,42400,95,1,,,1,,3,1.5,1,1,1,1,1,1,,1,,1,1,1,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13449,28,,,,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,23000,23000,151.6575164794922,21000,21000,144.9137725830078,23000,21000,23000,151.6575164794922,21000,144.9137725830078,0,0,,1,1,1,0,0,1,0,0,1,57,3249,1,1,1,1,0,0,1,1,47,47,41.4865608215332,57,3249,0,0,0,1,0,0,0,0,12,40,0,1,0,0,0,47,2209,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020320",1,1,2,1,,,,35,,2,1,1,1,3,1,4,1,2,1,3,1,1,35,1,1,1,,2,34,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,11,2,1,,1,,,9,1,1,,1,,,7,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,7,1,9,,,,,2,11,,,,,2,4,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,2400,1,,2,,100,2,2,2,2,,,,,,,2,,,,,1,2,1,2,3,3,1,2,2,1,1,1,2,3,,1,,,1,3,,1,1,1,10,70,4,3,2,2,2,1,4,0,,,,3,0,0,,,,,,,,3,0,3,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,10,,6,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1500,,12,18000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,2,1,,12,50,1,2,4,,,,10000,,10000,1,,,,,,,,,,,4,,,,100,,100,1,,,,,,,,,,,1,2,1,8,8,2,,1,,1,,2,,1,20000,10000,,,,,,,1,1,,1,20000,,,,,,,2,2,2,9,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,1,,2,2,2,1," <1:Yes (Specify)>:SYNAGOUE",1,2,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,1,2,2,1,1,,4,67,1,,,,10," <5:OTHER (SPECIFY)>:POLAND",1,,,1,"SF","020623",5,2,3,5,2,3,10000,100,0,0,0,0,0,0,0,0,0,0,0,10100,.4256257116794586,584.628173828125,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,3,0,0,1,0,35,34,34.5,2,0,1,0,0,0,1,0,0,1,4,1296.182373046875,648.0911865234375,648.0911865234375,0,3,0,1,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,2,3,2,1,1,2.3333332538604736,1,0,0,0,,4,4,4,375000,1,1,1,0,0,0,0,1,20000,10000,10000,1,1,1,1,0,1,20670,31005,1,82680,0,0,36847.08984375,75,0,1,1,1,1,6,1.2000000476837158,1,1,1,0,1,1,1,1,1,1,0,0,1,2,0,0,0,0,0,0,0,3,0,3,3,0,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,13450,,,10,,1,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,10000,10000,100,100,100,10,10000,100,10000,100,100,10,0,0,,1,0,0,0,0,1,1,1,1,35,1225,1,1,1,1,1,1,1,1,34,34,41.4865608215332,35,1225,0,0,0,1,1,1,3,0,12,50,0,1,1,1,0,34,1156,0,0,0,0,0,.1519336998462677,0,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,1,3,1,,,,24,,2,3,1,1,1,2,3,1,2,2,2,5,5,24,2,1,7,,2,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,9,2,7,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,9,2,8,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,7,,," <7:or another type of government program? {specify}>:ghi",2,1,140,1,,2,,600,2,2,1,2,,,,,,,2,,,,,1,3,1,3,3,3,1,1,1,2,1,1,1,2,,1,,,3,1,,2,1,2,0,20,4,4,1,2,2,2,4,0,,,,1,1,,,,,,,,,1,0,1,1,2,1,,,,,1,2,,,,,,,,,,,2,2,,,,,,,,,,,2,2,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,1,,1,16,,5,3,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,500,,12,6000,1,,2,,,,,,,,,,,,,,,1,2,2,,1,1,,,,,12,70,,,1,400,,,,12,19200,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,8,2,,2,1,,,,,2,,,,,,,,,1,2,,1,7000,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,1800,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,2,2,1,2,,,,,,,,,,,,,,,1,1,2,1,2,,,,,,,,,,,,1,1,1,1,1,1,4,,2,77,1,,,,97," <5:OTHER (SPECIFY)>:Central America",97," <5:OTHER (SPECIFY)>:Central America",,1,"ma","020317",10,2,8,2,1,1,19200.001953125,0,0,500,0,0,0,0,0,0,0,0,0,19700.001953125,.724864661693573,995.6549072265625,0,1,1,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,24,,24,1,1,0,0,0,0,0,1,0,1,2,1364.58447265625,1364.58447265625,682.292236328125,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,0,1,3,1,1,1,1.6666666269302368,1,0,0,0,,4,4,4,6000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,11610,17415,0,46440,0,1,42400,203,0,1,1,0,0,5,.5,0,1,1,1,1,,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,13452,,,97,97,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,1,19200,19200,138.56407165527344,0,0,0,19200,0,19200,138.56407165527344,0,0,0,0,,1,0,0,0,0,1,1,0,0,24,576,1,,1,1,1,0,0,0,0,,41.4865608215332,24,576,0,0,0,0,0,0,0,0,12,70,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020402",1,2,1,,,,,5,,2,1,1,1,1,2,8,3,2,1,1,5,5,29,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,6,,,,,2,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,2,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,1,80,,,,12,3840,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,98,40,,,4,,,,6000,,6000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,2,,2,1,,,,,1,2000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,1," <1:Yes (Specify)>:CHURCH",2,2,2,2,,,,,,,,,,,,,,,2,2,3,,,,,,,,,,,,,,,,,,,1,4,,1,72,97," <5:OTHER (SPECIFY)>:ARGENTINA",,,,,,,1997,1,"JR","020402",1,1,0,1,1,0,5999.99951171875,0,0,0,0,0,0,0,0,0,0,0,0,5999.99951171875,.8065130710601807,1107.804931640625,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,29,,29,2,0,1,0,0,0,0,1,1,0,1,2695.92529296875,2695.92529296875,2695.92529296875,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,1,2000,0,2000,1,1,1,,,,8590,12885,1,34360,0,0,21000.001953125,77,0,1,1,1,1,3,3,1,1,0,0,0,,,0,,1,1,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13457,15,,,,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6000,6000,77.45966339111328,0,0,0,6000,0,6000,77.45966339111328,0,0,0,0,,1,1,1,0,0,1,1,0,1,29,841,1,,1,1,1,0,0,1,0,,41.4865608215332,29,841,0,0,0,1,1,0,0,0,11,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,4,2,1,,,,20,,2,1,2,2,2,2,2,2,2,2,3,1,1,26,2,1,1,,1,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,2,8,,,,,2,8,,,,,2,3,2,,,,,,,,,,,,,1,4,,,,,,1,4,,,,,,1,,4,,,,2,,,2,,,,,2,2,2,2,,,,,,,2,1,3,2,3,,,,,,,,,,,,2,2,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,1,1,1,,1,1,,1,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,12,9000,1,,1,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,8,14,12,30,4,,,,8000,,8000,1,,,,,,,,,,,4,,,,20000,,20000,1,,,,,,,,,,,2,,2,,2000,,,,,,,,,1,8,8,1,2,,,,,8,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,2,2,2,1,1,,,,,,,,1,2,,,,,,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,75,97," <5:OTHER (SPECIFY)>:peru,south america",1,,,,,,1979,1,"wc","020315",3,2,1,3,2,1,20000,8000,0,0,0,0,0,0,0,0,0,0,0,28000,.4049670994281769,556.2520751953125,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,26,25,25.5,2,0,1,0,0,0,1,0,0,1,4,1126.898681640625,563.4493408203125,563.4493408203125,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,,,,,,,,,,,,4,,,3,2000,1,0,0,0,0,0,0,1,,1250,,0,1,1,0,0,0,14630,21945,0,58520,0,1,46438.2578125,173,0,1,1,1,1,1,.3333333432674408,0,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,1,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,13465,63,,,,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8000,8000,89.44271850585938,20000,20000,141.42135620117188,20000,8000,20000,141.42135620117188,8000,89.44271850585938,1,1,,1,1,1,0,0,1,1,0,0,26,676,1,1,0,1,1,0,2,1,25,25,41.4865608215332,25,625,0,0,0,1,1,0,1,1,12,30,1,1,1,1,0,26,676,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,1,2,1,,,,0,6,2,3,1,1,2,1,3,1,2,2,2,5,5,21,1,1,3,,2,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,1,,3,2,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1," <7:Other (not staying w/anyone) {specify}>:mom",,,2,,2,,1,1,,,,,8,40,,,7,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,,50000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,50,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,7," <7:ANOTHER GROUP (SPECIFY)>:indian",6,79,7," <5:OTHER (SPECIFY)>:guyana",,,,,,,1999,1,"kp","020317",2,2,0,1,1,0,16335.982421875,0,0,50,0,0,0,0,0,0,0,0,0,16385.982421875,1.5423635244369507,2118.549560546875,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,4,0,0,0,1,21,,21,1,1,0,0,0,0,0,1,1,0,1,8951.9912109375,8951.9912109375,4475.99560546875,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,50000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,352,0,1,1,1,1,3,1.5,1,1,1,1,0,,,0,,1,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13468,7,,,,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,50,7.071067810058594,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,1,1,0,0,1,1,0,1,21,441,1,,1,1,1,0,0,1,0,,41.4865608215332,21,441,0,0,0,1,1,0,0,0,8,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020325",1,4,4,1,,,,24,,1,1,1,1,1,2,1,1,2,2,3,5,5,24,1,1,3,,2,47,1,7,,1,22,1,4,,1,78,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:GHI",,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,23,,8,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,4400,,4,17600,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,30,,,4,,,,30000,,30000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,10000,,,,,,,,,2,,,,,,,,,1,2,,1,6000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,90000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,2,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2," <7:ANOTHER GROUP (SPECIFY)>:AFRICAN AMERICAN",6,78,1,,,,1,,1,,,1,"JM","020325",4,4,0,1,1,0,30000,0,0,0,0,0,0,0,0,0,0,0,0,30000,2.1514923572540283,2955.23291015625,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,2,0,1,0,0,24,,24,1,1,0,0,0,0,0,1,1,0,1,6612.6201171875,6612.6201171875,1653.155029296875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,10000,1,1,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,214,1,,,1,,8,2,1,1,1,1,1,,,1,,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13470,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,30000,30000,173.205078125,0,0,0,30000,0,30000,173.205078125,0,0,0,0,1,0,0,0,0,0,1,1,1,1,24,576,1,,1,1,1,1,0,1,0,,41.4865608215332,24,576,0,0,0,1,1,1,0,0,12,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020326",1,4,2,1,,,,23,,2,1,2,1,2,1,8,1,2,2,3,1,1,38,1,1,1,,2,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,,,,,,,2,1,360,1,,2,,200,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,4,,5,2,2,2,1,1,2,,,2,,,3,,,1300,,12,15600,1,,,250000,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,1,1,2,,8,8,,,,,,,,1,22000,22000,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,15000,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,1,2,1,9,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:EMOTIONAL",1,2,,,,,1,2,1,,,,,,,,,,,,,,,,,,,2,3,,2,63,7," <5:OTHER (SPECIFY)>:GUYANA",,,,,,,1978,1,"JM","020326",2,2,0,2,2,0,44211.53515625,20716.716796875,1454.2958984375,0,0,0,0,0,0,0,0,0,0,66382.546875,1.6834068298339844,2312.282958984375,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,4,0,0,0,1,38,30,34,2,0,1,0,0,0,1,0,1,0,3,8064.779296875,4032.3896484375,4032.3896484375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,250000,,,1,22000,22000,0,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,330,1,,,1,,5,2.5,1,1,1,1,1,1,,1,,1,1,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13471,7,,,,7,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,,0,1,1,0,0,1,1,0,1,38,1444,1,1,1,1,1,0,1,1,30,30,41.4865608215332,38,1444,0,1,0,1,1,0,0,0,12,40,0,1,1,1,0,30,900,0,0,0,0,0,.1519336998462677,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020320",1,2,2,1,,,,4,,3,3,2,1,1,2,3,1,2,2,3,1,1,34,1,1,1,,2,25,1,1,,2,25,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,1,4,,,,,1,1,2,,,,,,,,,,,,,1,8,,,,,,1,6,,,,," <6:another type of government program? {specify}>:signa",,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,4,,5,2,2,2,1,1,2,,,2,,,9,,,,,,,,,,100000,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,12,40,12,50,2,,30000,,,12,720000,2,30000,,,,,,,,,,1,50,,,,12,2400,1,,,,,,,,,,,1,1,1,1,9,9,,,,,,,,2,,,,,,,,,1,2,,1,2000,,,,,,,2,2,2,8,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,2,,2,68,2,,,,,,,,1997,1,"ss","020321",3,3,0,2,2,0,30000,2400,0,0,0,0,0,0,0,0,0,0,0,32400,1.4431231021881104,1982.235595703125,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,34,25,29.5,2,0,1,0,0,0,1,0,1,0,3,5062.90625,2531.453125,1687.6353759765625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,100000,,,0,0,0,0,1,1,1,1,1,1,11610,17415,0,46440,0,1,42400,371,0,1,1,1,1,5,1.6666666269302368,1,1,1,1,1,1,,1,,0,1,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,1,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13474,,,,,2,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,30000,30000,173.205078125,2400,2400,48.98979568481445,30000,2400,30000,173.205078125,2400,48.98979568481445,0,0,1,0,1,1,0,0,1,1,1,1,34,1156,1,1,1,1,1,1,1,1,25,25,41.4865608215332,34,1156,0,0,0,1,1,1,0,0,12,40,0,1,0,0,0,25,625,0,0,0,0,0,.1519336998462677,0,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020317",1,4,2,1,,,,37,,1,1,1,1,2,1,2,1,2,2,2,5,2,37,2,1,2,,1,38,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,1,11,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,800,1,,2,,150,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,2,,5,1,2,2,1,2,,,,,,,,,,,,,,,,1,80000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,45,12,50,4,,,,80000,,80000,1,,,,,,,,,,,4,,,,91000,,91000,1,,,,,,,,,,,1,1,1,1,7,2,,1,,1,,1,,1,8,5000,,,,,,,1,1,,1,6000,,,,,,,2,2,2,1,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,3000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,5000,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,1," <1:Yes (Specify)>:naacp",4,2,2,2,,,,,,,,,,,,,,,2,3,1,,,,,,,,,,,,,,,,,,,2,2,,6,64,1,,,,2,,1,,,1,"jm","020317",2,2,0,2,2,0,90999.9921875,80000,3000,0,0,0,0,0,0,0,0,0,0,174000,1.1783050298690796,1618.488525390625,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,37,38,37.5,3,0,0,1,0,0,1,0,1,0,3,3248.85302734375,1624.426513671875,1624.426513671875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,175000,1,1,1,1,80000,0,80000,1,,5000,,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,301,1,,,1,,5,2.5,1,1,1,1,1,1,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13480,,,,,1,0,0,0,0,0,0,0,0,0,3000,3000,54.772254943847656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,80000,80000,282.84271240234375,91000,91000,301.66204833984375,91000,80000,91000,301.66204833984375,80000,282.84271240234375,0,0,1,0,0,0,0,0,1,1,1,0,37,1369,1,1,0,1,1,1,2,1,38,38,41.4865608215332,38,1444,0,1,0,1,1,1,0,0,12,50,1,1,1,1,0,37,1369,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020413",1,5,3,1,,,,25,,1,1,1,1,2,1,3,2,2,1,1,5,5,38,1,1,3,,1,55,1,3,,2,52,1,7,,2,27,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,1,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,,,,,,,2,1,300,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,9,,6,1,2,2,1,1,2,,,2,,,3,,,1100,,12,13200,1,,,130000,98,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,12,40,,,4,,,,61000,,61000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,8,,16000,,,,,,,,,1,23000,5000,,,,,,,1,8,,1,700,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,2,2,2,1," <1:Yes (Specify)>:big brother mentor",1,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,5,,6,64,1,,,,2,,2,,,1,"agh","020413",4,4,0,1,1,0,61000,0,1307.490966796875,0,0,0,0,0,0,0,0,0,0,62307.4921875,1.0906156301498413,1498.040771484375,0,2,0,,3,1,3,0,0,1,0,0,0,0,0,4,0,0,0,1,38,,38,3,0,0,1,0,0,0,1,1,0,1,6665.4912109375,6665.4912109375,1666.372802734375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,16000,1,1,0,1,130000,,,1,23000,5000,18000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,25,1,,,1,,6,1.5,1,1,1,0,1,,,1,,1,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13482,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,61000,61000,246.98178100585938,0,0,0,61000,0,61000,246.98178100585938,0,0,0,0,,0,0,0,0,0,1,1,0,1,38,1444,1,,1,1,1,0,0,1,0,,41.4865608215332,38,1444,0,1,0,1,1,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020613",1,2,2,1,,,,30,,1,1,1,1,3,1,8,2,2,2,3,1,1,30,2,1,1,,1,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,7,,,,5,2,1,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,,,,,,,2,1,8,1,,2,,200,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,4,1,2,2,1,1,2,,,2,,,3,,,900,,12,10800,1,,,150000,96000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,50,12,40,4,,,,36000,,36000,1,,,,,,,,,,,4,,,,37000,,37000,1,,,,,,,,,,,1,1,1,2,30000,,,,,,,,,2,,,,,,,,,2,,1,1,25000,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,200,2,,,,,,,,,,,,,,,,,5000,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>:national council for educators",4,1,2,2,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,1,,7,71,1,,,,1,,1,,,1,"el","020613",2,2,0,2,2,0,37000,36000,200,0,0,0,0,0,0,0,0,0,0,73200,2.0333871841430664,2793.0068359375,1,1,0,3,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,30,32,31,2,0,1,0,0,0,1,0,1,0,3,4889.60107421875,2444.800537109375,2444.800537109375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,30000,1,1,1,1,150000,96000,54000,0,0,0,0,0,1,1,1,1,1,11610,17415,0,46440,1,1,42400,66,1,,,1,,4,2,1,1,1,1,1,1,,1,,1,0,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13485,,,,,1,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,36000,36000,189.73666381835938,37000,37000,192.3538360595703,37000,36000,37000,192.3538360595703,36000,189.73666381835938,0,0,,0,0,0,0,0,1,1,1,0,30,900,1,1,0,1,1,0,2,1,32,32,41.4865608215332,32,1024,0,1,0,1,1,0,0,0,12,40,1,1,1,1,0,30,900,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020403",1,4,2,1,,,,35,,2,1,2,1,3,2,2,1,2,2,2,1,1,35,2,1,1,,1,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,8,1,1,,1,,,7,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,7,1,7,,,,5,1,4,,,,,2,1,2,,,,,,,,,,,,,1,1,2,,,,,2,,,,,,,1,,1,2,,,,2,,1,,2,,100,2,2,1,2,,,,,,,2,,,,,1,3,2,3,3,3,1,1,2,2,1,2,1,4,,1,,,2,1,,2,1,1,4,7,4,4,2,2,2,2,4,0,,,,2,2,,,,,,,,,2,0,2,1,2,2,,,,,2,,,97," 0",,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,10,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,35,12,50,4,,,,20000,,20000,1,,,,,,,,,,,4,,,,35000,,35000,1,,,,,,,,,,,1,1,2,,80000,,,,,,,,,1,43000,8,2,,1,1,2,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,1,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,1500,2,,,,,,,,,,,,,,,,,5000,1500,,,,,,,5,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,67,1,,,,5," <5:OTHER (SPECIFY)>:italy",5," <5:OTHER (SPECIFY)>:italy",,1,"agh|.","020403",4,2,2,4,2,2,35000,20000,1499.9998779296875,1499.9998779296875,0,0,0,0,0,0,0,0,0,58000,.9003636240959167,1236.715576171875,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,35,40,37.5,3,0,0,1,0,0,1,0,0,1,4,2065.5322265625,1032.76611328125,1032.76611328125,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,0,,4,4,3,80000,1,1,1,0,0,0,0,1,43000,15000,28000,1,1,1,1,1,1,17650,26475,0,70600,0,1,37000,226,1,,,1,,5,1.25,1,1,1,1,1,0,1,0,1,1,0,1,1,2,0,0,0,0,0,0,0,2,0,2,2,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,13488,,,5,5,1,0,0,0,0,0,0,0,0,0,1500,1500,38.72983169555664,0,0,0,0,0,0,1500,1500,38.72983169555664,0,0,0,0,0,0,0,0,0,2,20000,20000,141.42135620117188,35000,35000,187.08287048339844,35000,20000,35000,187.08287048339844,20000,141.42135620117188,0,0,,0,0,0,0,0,1,1,0,0,35,1225,1,1,0,1,0,0,2,1,40,40,41.4865608215332,40,1600,0,1,0,1,0,0,2,0,12,50,1,1,1,1,0,35,1225,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020320",1,1,2,1,,,,57,,2,2,2,3,3,2,3,2,2,2,1,1,1,57,2,1,1,,1,57,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,2,,5,,,2,4,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,,,,,,,2,2,,1,,2,,50,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7," <7:(VOL) OTHER (SPECIFY)>:TWO FAMILY HOUSE",,10,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,12,9000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,35,,,4,,,,30000,,30000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,9,2,,2,1,,,,,1,17000,15000,,,,,,,1,2,,1,7000,,,,,,,2,1,1,2,2,2,2,2,,2,2,,,2,,,,,,,2,15000,2,,,,,15000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,3,2,,,,,,,,,,,,,,,,,,,2,1,,2,44,1,,,,5," <5:OTHER (SPECIFY)>:ITALY",5," <5:OTHER (SPECIFY)>:ITALY",,1,"GOLDY/FLEX","020320",2,2,0,2,2,0,30000,0,0,0,15000,0,0,15000,0,0,0,0,0,60000,3.1447579860687256,4319.55615234375,1,1,0,1,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,57,57,57,4,0,0,0,1,0,1,0,1,0,3,6460.07470703125,3230.037353515625,3230.037353515625,0,3,0,1,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,1,17000,15000,2000,1,1,1,1,0,1,11610,17415,0,46440,1,1,42400,7,1,,,1,,5,2.5,1,1,1,1,1,1,,1,,1,0,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13501,,,5,5,1,0,0,0,15000,15000,122.4744873046875,15000,15000,122.4744873046875,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,30000,30000,173.205078125,0,0,0,30000,0,30000,173.205078125,0,0,0,0,,0,0,0,0,0,1,0,0,0,57,3249,1,0,1,1,0,0,2,0,57,57,41.4865608215332,57,3249,0,0,1,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,4,4,1,,,,1,,4,2,2,2,2,3,2,3,2,2,1,1,1,38,1,1,1,,2,31,1,3,,1,72,1,3,,2,63,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,5,1,1,,1,,,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,2,1,4,,,,,1,1,2,,,,2,2,2,,,,,,,,,,,,,8,,,,,,,1,4,,,,,,1,,4,,,,,,,1,,2,,200,2,2,2,2,,,,,,,2,2,2,2,3,,,,,,,,,,,,2,4,1,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,2,2,1,1,2,2,2,,,,2,,,1,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,1,2,3,,,1,,6,2,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," one year",1,2,2,,1,1,,2,2,2,6,56,,,4,,,,40000,,40000,2,14000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,30000,,,,,,,,,1,4000,0,,,,,,,1,1,,2,,,,,,,,1,2,2,1,2,2,1,2,2,2,2,1,1,2,350,2,,,,,,,,,,,,,,,,,,150,2,,,,,,,,,,,,,,,,,500,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,40000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,1,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,1,3,2,3,,6,64,7," <5:OTHER (SPECIFY)>:guyana",7," <5:OTHER (SPECIFY)>:guyana",,,,,2001,1,"al","020314",6,4,2,4,2,2,14000,0,150,100,0,0,0,0,0,349.9999694824219,0,0,0,14600,1.6829898357391357,2311.710205078125,1,1,1,1,2,1,2,0,1,0,0,0,0,0,0,4,0,0,0,1,38,31,34.5,2,0,1,0,0,0,1,0,0,1,4,7124.81689453125,3562.408447265625,1781.2042236328125,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,,,,,,,,,,,,3,,,3,30000,1,1,1,0,0,0,0,1,4000,0,4000,1,1,1,0,0,0,17650,26475,1,70600,0,0,37000,101,0,1,1,1,1,6,1,1,1,0,1,,1,1,,,0,1,1,1,2,0,0,0,1,0,1,1,0,1,1,2,1,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,13505,7,7,,,7,350,350,18.70828628540039,0,0,0,0,0,0,150,150,12.247448921203613,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,1,14000,14000,118.32159423828125,0,0,0,14000,0,14000,118.32159423828125,0,0,2,1,,0,1,1,0,0,1,0,0,1,38,1444,1,0,1,1,0,0,1,1,31,31,41.4865608215332,38,1444,0,1,0,1,0,0,2,1,6,56,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,2,2,1,,,,3,,2,3,3,3,2,3,8,2,2,2,1,1,1,30,1,1,1,,2,22,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,1,1,2,,,,2,2,,5,,,2,5,1,1,,,,,,,,,,,,2,,,,,,,1,4,,,,,,1,,4,,,,,,,1,,2,,9,2,2,2,1,,,,,,,2,1,3,2,2,,,,,,,,,,,,1,1,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,1,,2,3,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,457,,12,5484,1,,1,,,,,,,,,,,,,,,1,2,2,,1,1,,2,2,2,10,30,,,4,,,,10000,,10000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,1,2,1,,,,,,,,2,2,2,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,7," <7:ANOTHER GROUP (SPECIFY)>:west indian",5,72,11," <5:OTHER (SPECIFY)>:trinadad",1,,,,,,98,1,"ty","020315",3,2,1,3,2,1,10000,0,0,0,0,0,0,0,0,0,0,0,0,10000,.9324471950531006,1280.7847900390625,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,4,0,0,0,1,30,22,26,2,0,1,0,0,0,1,0,0,1,4,9617.4072265625,4808.70361328125,4808.70361328125,0,4,0,0,1,0,1,0,1,0,0,0,1,2,1,0,0,1,,,,,,,,,,,,4,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,14630,21945,1,58520,0,0,46438.2578125,135,0,1,0,0,0,2,.6666666865348816,0,0,1,1,0,1,1,0,,1,1,,1,2,0,0,0,1,0,1,0,0,0,0,1,0,0,1,0,1,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,13509,11,,,,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,10000,10000,100,0,0,0,10000,0,10000,100,0,0,1,1,,0,1,1,1,0,0,0,0,1,30,900,1,0,1,0,0,0,1,1,22,22,41.4865608215332,30,900,0,0,0,0,0,0,1,1,10,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,2,5,1,,,,7,,3,3,3,2,3,3,2,3,2,2,3,3,5,45,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,15,1,1,,,,,5,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,5,1,11,,,,,2,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,6,,,,,,,2,,,,,2,2,2,2,,,,,,,2,3,3,3,3,,,,,,,,,,,,1,4,0,2,,7," <7:OTHER: specify (SPECIFY)>:not in school now",,,,,,,,,,,,,,,,,,,,2,1,0,,,,,,,,1,1,1,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,5,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,850,,12,10200,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,9,,,99,,,,,,2,,2,,2,,,,,,,2,,2,,,,9,,,,,,,,,3,,,,,9,,,,,,,,,,2,2,5,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4," <7:ANOTHER GROUP (SPECIFY)>:latino",2,56,97," <5:OTHER (SPECIFY)>:ecaudor",1,,,,,,1990,1,"sf|","020630",3,1,2,3,1,2,0,0,0,0,0,230.18162536621094,0,0,0,0,0,0,0,0,.5387037992477417,739.9492797851562,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,45,,45,4,0,0,0,1,0,0,1,0,1,2,995.8291625976562,995.8291625976562,995.8291625976562,1,2,1,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,,1,1,1,,,1,0,,,,2,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,14630,21945,1,58520,0,0,46438.2578125,76,0,1,1,0,1,4,1.3333333730697632,1,0,0,1,0,,1,0,,0,0,1,1,3,0,1,0,1,0,0,1,0,1,1,1,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,13510,6,,,,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,169.98902893066406,13.037983894348145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,1,1,1,0,0,1,1,1,0,45,2025,0,,1,1,1,1,0,0,0,,41.4865608215332,45,2025,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020316",1,2,2,1,,,,58,,1,2,2,3,2,4,4,2,2,2,1,1,1,58,2,1,1,,1,57,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,1,2,,,,2,4,2,,,,,,,,,,,,,1,1,,,,,,1,8,,,,,,,,,,,,2,1,9,1,,2,,8,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,30,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,40,,,1,50,,,,12,2400,8,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,0,,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,1,,,,,,,,,,,,,,,,,,1,2,7,,,,,,,,2,2,5,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,2,,3,42,1,,,,1,,1,,,1,"SF","020623",2,2,0,2,2,0,27791.7890625,0,0,0,0,0,0,0,0,0,0,0,0,27791.7890625,1.5222440958023071,2090.9140625,1,1,0,1,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,58,57,57.5,4,0,0,0,1,0,1,0,1,0,3,4466.5927734375,2233.29638671875,2233.29638671875,0,3,0,1,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,11610,17415,0,46440,0,1,42400,124,0,1,0,0,1,4,2,1,1,1,1,1,1,,1,,1,1,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13512,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,1,0,0,0,0,0,1,0,0,0,58,3364,1,0,1,1,0,0,2,0,57,57,41.4865608215332,58,3364,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020416",1,1,1,,,,,55,,1,1,2,1,3,1,3,2,2,2,1,5,5,55,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,240,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,12,9000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,35,,,4,,,,30000,,30000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,1000,,,,,,,,,2,,,,,,,,,1,2,,1,3000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,47,1,,,,1,,1,,,1,"agh","020416",1,1,0,1,1,0,30000,0,0,0,0,0,0,0,0,0,0,0,0,30000,3.9387917518615723,5410.2197265625,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,55,,55,4,0,0,0,1,0,0,1,1,0,1,5555.9609375,5555.9609375,5555.9609375,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,1000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,319,1,,,0,,4,4,1,1,1,1,1,,,1,,1,0,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13515,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,30000,30000,173.205078125,0,0,0,30000,0,30000,173.205078125,0,0,0,0,,0,0,0,0,0,1,0,0,0,55,3025,1,,1,1,0,0,0,0,0,,41.4865608215332,55,3025,0,0,0,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020414",1,4,2,1,,,,6,,3,3,4,3,4,2,2,2,2,2,8,1,1,40,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,1,1,,1,,,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,0,1,10,,,,,2,10,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,8,,1,,2,,8,8,2,3,2,,,,,,,1,4,3,3,3,,,,,,,,,,,,1,2,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,1,2,2,2,,,,,,,98,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,2," |no child care expenses",,,,,,,,,,,,,,2,,,1,2,1,,2,6,,6,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1100,,12,13200,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,10,40,11,40,4,,,,38000,,38000,1,,,,,,,,,,,4,,,,50000,,50000,1,,,,,,,,,,,2,,1,1,8,2,,2,1,,,,,1,7000,7000,,,,,,,1,2,,1,5000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,2,5,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,1,1,,2,60,97," <5:OTHER (SPECIFY)>:ireland",1,,,,,,1996,1,"agh","020417",3,1,2,4,2,2,50000,38000,0,0,0,0,0,0,0,0,0,0,0,88000,.4256257116794586,584.628173828125,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,40,41.53856658935547,40.769283294677734,3,0,0,1,0,0,1,0,0,1,4,999.6884765625,499.84423828125,999.6884765625,1,2,1,0,0,1,4,1,0,0,0,1,0,3,0,1,0,0,,,,,,,,,,,,1,,,4,6000,1,0,0,0,0,0,0,1,7000,7000,0,1,1,1,0,0,0,17650,26475,0,70600,1,1,37000,219,1,,,1,,6,2,1,0,1,1,1,1,1,1,,0,0,1,1,2,0,0,0,1,0,2,0,0,0,0,2,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,13522,48,,,,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,38000,38000,194.93588256835938,50000,50000,223.60679626464844,50000,38000,50000,223.60679626464844,38000,194.93588256835938,2,1,,1,1,1,0,1,1,1,1,0,40,1600,1,1,0,1,1,1,0,.4996632933616638,41.4865608215332,,41.4865608215332,41.53856658935547,1725.4525146484375,0,0,0,0,0,0,.9993265867233276,0,11,40,1,1,1,1,0,40,1600,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020413",1,1,1,,,,,51,,4,2,1,3,3,1,8,2,2,2,3,3,5,51,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,1,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,1,1,9,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,37,,,4,,,,26000,,26000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,9,9,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3640,9,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,2,1,,,,,,,,2,1,2,2,2,2,2,2,,4,1,9,9,,,,,,,,,,,,,,,9,9,9,,,,,,,,,,,,,,,,,,,9,9,,99,51,1,,,,1,,1,,,1,"cr","020413",1,1,0,1,1,0,25999.998046875,0,0,0,0,0,0,0,0,0,0,0,0,25999.998046875,1.4808872938156128,2034.1075439453125,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,,,,,,51,,51,4,0,0,0,1,0,0,1,1,0,1,6353.287109375,6353.287109375,6353.287109375,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,184,1,,,1,,3,3,1,1,1,1,1,,,1,,0,0,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13524,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,26000,26000,161.24514770507812,0,0,0,26000,0,26000,161.24514770507812,0,0,0,0,0,0,0,0,0,0,1,0,0,1,51,2601,1,,1,1,0,0,0,1,0,,41.4865608215332,51,2601,0,0,0,1,0,0,0,0,12,37,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020403",1,2,2,1,,,,40,,1,1,1,1,2,1,1,1,2,2,2,1,1,40,2,1,1,,1,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,99,2,1,,99,,,99,9,1,,1,,,99,9,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,99,9,8,,,,,2,7,,,,1,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,360,2,1,2,2,,,,,,,2,,,,,,,,,,,,,,,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,0,1,8,2,2,2,1,1,2,,,2,,,8,,,,,,,,,,300000,99,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,,1,1,,1,1,,12,40,12,40,9,,,,,,,,,1,2,1,,1,,,,,4,,,,60000,,60000,1,,,,,,,,,,,1,1,1,8,8,8,,,,,,,,1,4000,0,,,,,,,1,1,,1,5000,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15000,2000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,2,1,1,2,,,,,,,,,,,,1,2,2,2,1,2,1,,2,61,1,,,,1,,1,,,1,"agh","020405",5,2,3,5,2,3,65000,60000,0,2000,0,0,0,0,0,0,0,0,0,127000,.9003636240959167,1236.715576171875,1,1,1,3,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,40,40,40,3,0,0,1,0,0,1,0,0,1,4,2253.308349609375,1126.6541748046875,1126.6541748046875,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,,,,,,,,,,,,,,,4,,,,,1,300000,,,1,4000,0,4000,1,1,1,1,1,1,20670,31005,0,82680,1,1,36847.08984375,43,1,,,1,,8,1.600000023841858,1,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,13525,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,2,65000,65000,254.9509735107422,60000,60000,244.948974609375,65000,60000,65000,254.9509735107422,60000,244.948974609375,0,0,,0,0,0,0,0,1,1,0,0,40,1600,1,1,1,1,1,0,2,0,40,40,41.4865608215332,40,1600,0,0,0,0,0,0,0,0,12,40,0,1,1,1,1,40,1600,1,1,1,3,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020324",1,2,3,1,,,,17,,2,3,2,1,3,2,2,1,2,2,2,3,5,41,2,1,7,,2,43,1,9,,2,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,14,2,6,,,,2,11,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,11,2,8,,,,,1,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,6,,,,,,,1,,2,,300,2,2,1,1,,,,,,,2,,,,,2,3,3,2,3,2,1,2,1,1,1,3,1,3,,1,,,5,1,,2,1,1,30,20,3,4,2,2,2,1,4,0,,,,2,1,0,,,,,,,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,3,,,14,,7,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,500,,12,6000,1,,2,,,,,,,,,,,,,,,2,,1,3,1,1,,,,,8,40,,,2,,700,,,8,11200,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,1,4000,,,,,,,2,2,2,2,2,2,1,2,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000,5000,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,,1,0,1,2,,1,4,2,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,2,2,2,1," <1:Yes (Specify)>:|pta",3,2,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,2,1,2,2,,6,61,97," <5:OTHER (SPECIFY)>:antigua",1,,,,,,1984,1,"dj","020324",5,3,2,2,1,1,11200.0009765625,0,0,5000,0,0,0,0,0,0,0,0,0,16200.0009765625,.4796345829963684,658.8133544921875,0,3,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,41,,41,3,0,0,1,0,0,0,1,0,1,2,709.1398315429688,709.1398315429688,236.37994384765625,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,2,1,2,1.3333333730697632,0,0,0,0,,3,4,2,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,11610,17415,1,46440,0,0,42400,44,0,1,1,1,1,7,1.399999976158142,1,1,1,1,0,,1,0,1,1,0,1,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,13527,14,,,,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,5000,70.71067810058594,0,0,0,0,0,0,0,0,0,1,11200,11200,105.8300552368164,0,0,0,11200,0,11200,105.8300552368164,0,0,0,0,1,0,1,1,0,0,1,1,0,0,41,1681,1,,1,1,1,0,0,0,0,,41.4865608215332,41,1681,0,0,0,0,0,0,0,0,8,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,2,1,,,,,35,,1,1,1,3,3,1,3,4,1,2,2,2,5,70,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,5,1,2,1,1,1,1,1,1,4,4,5,1,2,1,5,,,,,,,,,,,,,,,,,,,2,,,1,,2,,300,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,10,,3,1,1,2,1,2,,,,,,,,,,,,,,,,1,34000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,1,3000,0,,,,,,,2,,1,2,,,,,,,,2,1,2,2,2,2,2,2,,2,2,,,2,,,,,,,1,954,1,12,11448,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,100,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,1,2,2,1,97,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:knee operations",1,1,3,6,4,,1,2,1,,,,,,,,,,,,,,,,,,,2,2,,6,31,1,,,,1,,1,,,1,"ddb","020315",1,1,0,1,1,0,0,0,0,0,11448.0009765625,0,0,0,0,0,0,0,0,11448.0009765625,2.4658584594726562,3387.037841796875,0,1,1,,1,1,1,1,0,0,0,0,0,0,0,2,0,1,0,0,70,,70,5,0,0,0,0,1,0,1,1,0,1,12057.994140625,12057.994140625,12057.994140625,0,4,0,0,1,0,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,34000,0,34000,1,3000,0,3000,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,232,0,1,0,1,0,3,3,1,1,0,0,1,,,1,,1,0,0,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13531,,,,,1,0,0,0,11448,11448,106.99533081054688,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,70,4900,0,,1,0,0,0,0,1,0,,41.4865608215332,70,4900,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020417",1,5,1,,,,,37,,2,3,1,1,1,1,1,1,2,2,3,3,5,37,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,12,2,1,,,,,8,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,12,2,7,,,,1,2,,,,,,,2,1,2,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,2,,1,,2,,600,2,2,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,1,1,1,1,1,1,2,,1,,,6,1,,2,1,1,0,60,4,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,2,0,2,1,2,2,,,,,1,4,,2,,,,,,,2,,2,2,,,,,,,,,,,,,,,,,,1,,,2,2,,,3,,,90,,3,270,2,8,2,,,1,2,3,,,5,,7,1,2,2,1,1,1,1,,2,,,4,,,,11000,,11000,1,,,300000,105000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,9,40,,,4,,,,45000,,45000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,8,2,,2,1,,,,,1,16000,0,,,,,,,1,1,,1,3000,,,,,,,2,1,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,1,4500,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,1,2,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,1,1,2,1,10,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:new group of fears, for example: noises, bridges, planes, tunnels, foreigners (this last is not a joke)",1,2,,,,,1,2,1,1,1,1,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:nightmares, won't sleep in her room, fear of flying",1,1,1,,,1,2,2,1,2,2,1,,2,64,1,,,,1,,1,,,1,"agh","020417",3,1,2,3,1,2,45000,0,0,0,4500,0,0,0,0,0,0,0,0,49500,.5697838664054871,782.6400146484375,0,2,0,,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,37,,37,3,0,0,1,0,0,0,1,0,1,2,888.2265014648438,888.2265014648438,888.2265014648438,1,1,0,0,0,0,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,6000,1,0,0,1,300000,105000,195000,1,16000,0,16000,1,1,1,0,,0,14630,21945,0,58520,0,1,46438.2578125,149,1,,,1,,7,2.3333332538604736,1,1,1,1,1,,1,1,1,1,1,1,1,2,0,0,0,0,0,0,0,2,0,2,2,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,13532,,,,,1,0,0,0,4500,4500,67.08203887939453,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,45000,45000,212.1320343017578,0,0,0,45000,0,45000,212.1320343017578,0,0,0,0,,0,0,0,0,0,1,1,0,0,37,1369,1,,1,1,1,0,0,0,0,,41.4865608215332,37,1369,0,0,1,0,0,0,0,0,9,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020322",1,3,1,,,,,10,,2,1,2,2,2,1,8,1,2,2,3,5,5,28,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,20,1,,2,,500,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,7,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1200,,12,14400,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,38,,,2,,2700,,,12,64800,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,25000,,,,,,,,,2,,,,,,,,,1,1,,1,6000,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,800,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,73,1,,,,1,,1,,,1,"ct","020322",1,1,0,1,1,0,64800,0,800,0,0,0,0,0,0,0,0,0,0,65600,3.9387917518615723,5410.2197265625,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,28,,28,2,0,1,0,0,0,0,1,1,0,1,4991.63720703125,4991.63720703125,4991.63720703125,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,25000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,397,1,,,1,,3,3,1,1,1,1,1,,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13602,,,,,1,0,0,0,0,0,0,0,0,0,800,800,28.284271240234375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,64800,64800,254.55844116210938,0,0,0,64800,0,64800,254.55844116210938,0,0,0,0,,0,0,0,0,0,1,0,0,0,28,784,1,,1,1,0,0,0,0,0,,41.4865608215332,28,784,0,1,0,0,0,0,0,0,12,38,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020409",1,3,2,1,,,,10,,1,1,2,2,2,1,2,1,2,2,3,5,2,39,2,1,2,,1,34,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,2,2,7,,,,2,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,360,1,,2,,300,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,2,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,2800,,12,33600,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,60,4,,,,82000,,82000,1,,,,,,,,,,,4,,,,250000,,250000,1,,,,,,,,,,,1,1,1,1,7,2,,1,,2,1,,,2,,,,,,,,,1,1,,1,20000,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,5000,2,,,,,,,,,,,,,,,,,4000,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,1,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,2,1,,2,62,97," <5:OTHER (SPECIFY)>:england",,,,,,,1992,1,"agh","020409",2,2,0,2,2,0,100000.9921875,82000,5000,500,0,0,0,0,0,0,0,0,0,187501,2.0333871841430664,2793.0068359375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,39,34,36.5,3,0,0,1,0,0,1,0,1,0,3,4698.845703125,2349.4228515625,2349.4228515625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,50000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,167,1,,,1,,3,1.5,1,1,1,1,1,1,,1,,1,1,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13611,33,,,,33,0,0,0,0,0,0,0,0,0,5000,5000,70.71067810058594,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,2,82000,82000,286.3564147949219,250000,250000,500,250000,82000,250000,500,82000,286.3564147949219,0,0,,0,1,1,0,0,1,1,1,0,39,1521,1,1,0,1,1,1,2,1,34,34,41.4865608215332,34,1156,0,1,0,1,1,1,0,0,12,60,1,1,1,1,0,39,1521,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020423",1,3,1,,,,,6,,4,3,3,3,3,3,8,2,2,2,1,5,5,25,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,1,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,1,10000,1000,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,4,,2,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,650,,12,7800,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,42,,,4,,,,21000,,21000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,25000,,,,,,,,,1,4000,0,,,,,,,1,1,,1,3000,,,,,,,2,2,2,2,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,2,2,2,1,8,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:DEPRESSION",1,1,7,8,,,1,2,2,,,,,,,,,,,,,,,,,,,2,2,,2,76,97," <5:OTHER (SPECIFY)>:NIGERIA",,,,,,,1994,1,"|RR2","020423",1,1,0,1,1,0,21000.001953125,0,0,0,0,0,0,0,0,0,0,0,0,21000.001953125,1.0757461786270142,1477.616455078125,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,2,0,1,0,0,25,,25,2,0,1,0,0,0,0,1,1,0,1,3622.875,3622.875,3622.875,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,25000,1,1,1,0,0,0,0,1,4000,0,4000,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,66,1,,,0,,2,2,1,0,1,1,0,,,0,,0,0,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13621,59,,,,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,21000,21000,144.9137725830078,0,0,0,21000,0,21000,144.9137725830078,0,0,0,0,1,0,1,1,0,0,1,1,1,1,25,625,1,,1,1,1,1,0,1,0,,41.4865608215332,25,625,0,0,0,1,1,1,0,0,12,42,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020320",1,3,2,1,,,,26,,2,2,3,3,3,1,3,2,2,2,2,5,5,26,2,1,7,,2,22,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,8,1,5,,,,2,4,2,6,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,4,,,,,2,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,2,,135,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,875,,7,6125,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,1,,,,8,15,,,1,100,,,,8,3200,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,150,50,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,9,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,1,3,2,,,,,,,,,,,,,,,,,,,1,4,,3,75,3,,,,,,,,1975,2,"jd","020501",4,2,2,1,1,0,3200,0,0,50,0,0,0,0,0,0,0,0,0,3250,1.8316645622253418,2515.92578125,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,26,,26,2,0,1,0,0,0,0,1,1,0,1,3701.08056640625,3701.08056640625,1850.540283203125,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,258,0,1,1,1,1,5,1.25,1,0,1,1,0,,,0,,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13622,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,50,7.071067810058594,0,0,0,0,0,0,0,0,0,1,3200,3200,56.56854248046875,0,0,0,3200,0,3200,56.56854248046875,0,0,0,0,,1,0,0,0,0,1,0,0,0,26,676,1,,1,1,0,0,0,0,0,,41.4865608215332,26,676,0,0,0,0,0,0,0,0,8,15,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020703",1,3,1,,,,,25,,1,3,2,2,2,1,8,1,2,2,3,3,5,47,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,1200,1,,2,,60,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,3,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,875,,12,10500,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,55,,,4,,,,80000,,80000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,30000,,,,,,,,,1,2000,0,,,,,,,1,1,,1,19000,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,2,2,1," <1:Yes (Specify)>:BIG BOTHERS OF NYC",4,2,2,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,2,7," <7:ANOTHER GROUP (SPECIFY)>:WHITE/ASIAN",6,55,1,,,,97," <5:OTHER (SPECIFY)>:JAPAN",1,,,1,"SF","020703",1,1,0,1,1,0,80000,0,100,0,0,0,0,0,0,0,0,0,0,80100,1.0906156301498413,1498.040771484375,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,4,0,0,0,1,47,,47,4,0,0,0,1,0,0,1,1,0,1,7720.23583984375,7720.23583984375,7720.23583984375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,30000,1,1,1,0,0,0,0,1,2000,0,2000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,450,1,,,1,,2,2,1,1,1,1,1,,,1,,1,1,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13645,,,52,,1,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,80000,80000,282.84271240234375,0,0,0,80000,0,80000,282.84271240234375,0,0,0,0,,0,0,0,0,0,1,1,0,1,47,2209,1,,1,1,1,0,0,1,0,,41.4865608215332,47,2209,0,1,0,1,1,0,0,0,12,55,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020413",1,3,4,1,,,,54,,4,1,1,3,4,4,3,4,2,2,1,4,1,50,1,1,1,,2,44,1,7,,1,40,1,3,,2,65,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,2,6,,8,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,3,,,2,2,,5,,,2,4,2,,,,,,,,,,,,,2,,,,,,,1,4,,,,,,,,,,,,,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,35,,5,4,1,1,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,600,,12,7200,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,9,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,1,2,2,2,2,2,2,,2,1,,,1,,,,,,,2,960,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,100,1200,1,,12,80,960,1,,2,,2,0,1,2,,2,,,1,1,2,2,,,,3,,,,,,,,,3,,,,,,,,,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,1,8,,,,,,,,,,,,,,,,,,,1,5,,2,48,1,,,,98,,3,,,1,"cr","020413",5,4,1,2,2,0,0,0,0,0,960.0000610351562,1200.0001220703125,960.0000610351562,0,0,0,0,0,0,1920.0001220703125,2.193932056427002,3013.52685546875,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,50,44,47,4,0,0,0,1,0,1,0,1,0,3,13292.0380859375,6646.01904296875,3323.009521484375,0,3,0,1,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11610,17415,1,46440,0,0,42400,25,0,0,0,0,0,5,1,1,1,0,1,0,1,,0,,0,0,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13659,,,,,1,0,0,0,960,960,30.983867645263672,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,1200,34.64101791381836,960,960,30.983867645263672,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,1,50,2500,0,0,1,0,0,0,1,1,44,44,41.4865608215332,50,2500,1,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020401",1,4,6,2,,,,26,,2,3,2,1,2,2,2,1,2,1,3,5,5,26,1,1,7,,1,27,1,11,,2,99,1,11,,2,99,1,11,,1,99,1,11,,1,99,2,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,5,1,2,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,8,,,,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,4,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,0,1,2,,1,1,,1,1,2,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,1,2,1,1,1,2,5,97,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:back,eyes,face pain",1,2,,,,,,1,1,,,,,,,,,,,,,,,,,,,1,1,,2,76,8," <5:OTHER (SPECIFY)>:mexico",,,,,,,1998,2,"jd","020413",6,6,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.469252586364746,4765.2734375,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,26,,26,2,0,1,0,0,0,0,1,1,0,1,17789.25390625,17789.25390625,2964.875732421875,0,4,0,0,1,0,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,210,0,0,0,1,1,4,.6666666865348816,0,1,1,0,0,,,0,,1,1,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13661,8,,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,1,1,0,0,0,0,0,1,26,676,0,,1,0,0,0,0,1,0,,41.4865608215332,26,676,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020423",1,4,2,1,,,,35,,1,3,1,1,2,1,1,1,2,2,2,3,2,99,2,1,9,,1,60,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,11,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,900,1,,2,,245,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,25,,7,1,2,2,1,1,2,,,2,,,4,,,,12000,,12000,1,,,350000,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,1,15000,0,,,,,,,1,1,,2,,,,,,,,2,2,1,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,9,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,99,97," <5:OTHER (SPECIFY)>:ISRAEL",,,,,,,1960,1,"RR2","020423",2,2,0,2,2,0,0,0,916.4279174804688,0,0,0,0,1788.3115234375,0,0,0,0,0,2704.739501953125,2.0333871841430664,2793.0068359375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,41.3242301940918,41.53856658935547,41.431396484375,3,0,0,1,0,0,1,0,1,0,3,4698.845703125,2349.4228515625,2349.4228515625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,350000,,,1,15000,0,15000,1,1,0,0,0,0,11610,17415,1,46440,0,0,42400,367,0,1,1,1,1,7,3.5,1,1,1,1,1,1,,1,,1,1,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13665,49,,,,49,0,0,0,0,0,0,-5,1241.30029296875,35.23208999633789,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,0,0,1,1,1,0,41.28620147705078,1707.6920166015625,0,0,1,1,1,1,0,0,41.4865608215332,,41.4865608215332,42.23152160644531,1783.50146484375,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543","020315",1,2,2,1,,,,30,,1,2,1,1,2,3,1,1,2,2,2,1,1,48,2,1,1,,1,53,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,4,1,1,,1,,,1,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,1,1,2,,1,,,2,1,2,,,,2,1,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,2,,,,,,,1,1200,1,,2,,2500,2,1,3,2,,,,,,,1,1,3,2,3,,,,,,,,,,,,1,1,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,1,2,1,1,2,,,,,,3,,,,1,,1,,,1,,,,2,,,,,,,,1,,,,2,,2,,,,2,2,,,1,150,,,,12,7200,1,,1,5,5,1,1,3,,,9,,5,1,2,2,1,1,2,,,2,,,3,,,1700,,12,20400,1,,,250000,12000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,2,,2900,,,12,69600,2,2900,,,,,,,,,,4,,,,3400,,3400,1,,,,,,,,,,,2,,1,2,7,2,,2,2,,,,,1,10000,3000,,,,,,,1,2,,1,6000,,,,,,,2,2,2,2,1,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,9000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,5000,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,55,99," <5:OTHER (SPECIFY)>:|nc",1,,,,,,1963,1,"ct","020315",4,2,2,4,2,2,3400.000244140625,2899.999755859375,0,0,0,0,0,0,9000,0,0,0,0,15300,.697822093963623,958.5099487304688,1,1,0,1,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,48,53,50.5,4,0,0,0,1,0,1,0,0,1,4,1812.5045166015625,906.2522583007812,906.2522583007812,1,1,0,0,0,1,2,1,0,1,0,0,0,3,0,1,0,0,,,,,,,,,,,,4,,,4,15000,1,1,0,1,250000,12000,238000,1,10000,3000,7000,1,1,1,1,1,1,17650,26475,1,70600,0,0,37000,120,0,1,1,1,1,5,1.25,1,1,1,1,1,1,0,0,,1,1,1,1,3,0,1,0,,0,1,1,0,1,0,2,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,13673,97,,,,99,0,0,0,0,0,0,0,0,0,0,0,0,9000,9000,94.86833190917969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2900,2900,53.851646423339844,3400,3400,58.30952072143555,3400,2900,3400,58.30952072143555,2900,53.851646423339844,2,1,1,0,,0,0,1,1,0,0,0,48,2304,1,1,0,0,0,0,2,1,53,53,41.4865608215332,53,2809,0,1,0,0,0,0,2,1,12,40,1,1,0,0,0,48,2304,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020317",1,2,2,1,,,,50,,2,3,2,2,3,8,2,2,2,2,8,1,1,75,2,1,1,,1,73,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,5,,,1,,2,4,2,,2,2,2,2,1,1,2,4,4,5,6,1,5,,,,,,1,5,,,,,,,,,,,,2,,,1,,2,,2000,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,10,,4,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,495,,12,5940,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,2,,,,,,,,,2,,1,1,1500,,,,,,,1,2,1,2,2,2,2,2,,2,2,,,2,21000,2,,,,,,,,,,,,21000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,1,27,3,,,,,,,,1948,1,"jm","020317",2,2,0,2,2,0,0,0,0,0,0,0,0,21000.001953125,0,21000.001953125,0,0,0,42000.00390625,.8834039568901062,1213.4202880859375,1,1,0,3,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,75,73,74,5,0,0,0,0,1,1,0,1,0,3,3511.78759765625,1755.893798828125,1755.893798828125,0,3,0,1,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,0,0,0,0,11610,17415,0,46440,0,1,42400,40,0,1,1,0,0,4,2,1,1,1,1,1,1,,1,,1,0,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13680,,,,,3,21000,21000,144.9137725830078,0,0,0,21000,21000,144.9137725830078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,1,0,0,0,75,5625,0,0,1,1,0,0,2,0,73,73,41.4865608215332,75,5625,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,4,1,,,,,16,,2,3,3,2,3,3,4,2,2,2,1,5,5,40,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,12,1,1,,,,,11,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,11,2,6,,,,,1,,,,,,,4,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,8,1,,2,,4000,2,2,3,2,,,,,,,2,,,,,2,3,3,3,3,3,1,1,2,4,2,1,1,2,,1,,,6,1,,2,1,1,4,12,4,4,2,2,2,4,4,0,,,,2,2,,,,,,,,,2,0,2,2,2,2,,,,,1,2,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,3,,,0,1,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,2400,,2,4800,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,46,,,4,,,,19000,,19000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,0,,,,,,,,,1,2000,0,,,,,,,2,,8,1,14000,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,1,4,1,1,1,1,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,1,2,2,,2,2,2,2,,2,1,2,1,4,1,,,,,,,1,2,,,,,,1,1,1,1,97,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:NOSE PREOBLEM",1,2,,,,1,2,2,2,2,2,2,,6,98,2,,1,,,,,,1974,1,"KP","020314",3,1,2,3,1,2,19000,0,0,0,0,0,0,0,0,0,0,0,0,19000,.33739498257637024,463.4367980957031,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,40,,40,3,0,0,1,0,0,0,1,0,1,2,1386.4259033203125,1386.4259033203125,1386.4259033203125,0,3,0,1,0,1,3,1,0,0,1,0,0,3,0,1,0,1,1,1,1,1,1,1,1,0,0,0,0,,3,3,4,0,0,0,0,0,0,0,0,1,2000,0,2000,0,0,1,1,,1,14630,21945,1,58520,0,0,46438.2578125,74,0,0,0,1,1,5,1.6666666269302368,1,0,1,1,1,,1,1,0,1,0,0,1,2,0,0,0,1,0,0,0,2,0,2,2,1,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,13681,,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,19000,19000,137.84048461914062,0,0,0,19000,0,19000,137.84048461914062,0,0,0,0,1,0,1,1,0,0,1,1,0,1,40,1600,1,,1,1,1,0,0,1,0,,41.4865608215332,40,1600,0,0,0,1,1,0,2,0,12,46,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020325",1,4,4,1,,,,18,,1,3,2,2,3,3,3,3,2,2,2,5,5,18,2,1,3,,2,98,1,3,,1,30,1,6,,2,70,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,1,,,,,,,1,2,,,,,,,,,,,,,1,8,,,,,,,,,,,,,,,,,,,2,,,8,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,18,,4,1,2,2,1,8,2,,,8,,,8,,,,,,,,,,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,3,50,,,4,,,,1400,,1400,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,1,2000,,,,,,,2,2,2,2,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200,8,,,,,,,4,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,1,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,2,,3,84,1,,,,97," <5:OTHER (SPECIFY)>:aruba",7," <5:OTHER (SPECIFY)>:guyana",,1,"ty","020325",4,4,0,1,1,0,1399.9998779296875,0,0,800.9490356445312,0,0,0,0,0,0,0,0,0,2200.948974609375,3.382920742034912,4646.6904296875,0,2,0,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,18,,18,1,1,0,0,0,0,0,1,1,0,1,7554.65185546875,7554.65185546875,1888.6629638671875,1,1,0,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,,,,0,0,0,0,1,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,237,0,1,1,1,1,4,1,1,1,0,1,1,,,1,,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13682,,,97,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,1400,1400,37.41657257080078,0,0,0,1400,0,1400,37.41657257080078,0,0,0,0,1,0,0,0,0,0,0,0,0,0,18,324,1,,1,0,0,0,0,0,0,,41.4865608215332,18,324,0,0,0,0,0,0,0,0,3,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020316",1,1,2,1,,,,25,,3,1,4,3,3,1,4,2,2,1,1,1,1,31,2,1,1,,1,29,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,13,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,13,1,7,,,,5,1,4,,,,,2,3,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:ghi",1,6,,,,," <6:another type of government program? {specify}>:ghi",1,,7,,," <7:or another type of government program? {specify}>:ghi",2,,,1,,2,,10,2,2,1,2,2,2,2,2,2,2,2,,,,,1,3,2,3,3,3,2,1,4,4,1,1,1,4,,1,,,8,1,,2,2,1,0,5,4,4,2,2,1,3,4,1,7,," <3:Something Else? (SPECIFY)>:graduated",1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,9,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,2,,,,,,,,,,,,,,,2,,1,2,2,2,2,1,1,,,,9,40,,,,,,,,,,,,,,,,,,,2,,30000,,,9,540000,2,30000,,,,,,,,,,1,2,2,,5000,,,,,,,,,1,8000,8000,,,,,,,2,,1,1,3000,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,2,1,,,,,,,,2,1,2,1,1,2,2,1," <1:Yes (Specify)>:share program",2,1,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,1,1,8,2,2,,6,70,1,,,,1,,1,,,1,"ss","020316",3,2,1,3,2,1,30000,0,0,0,0,0,0,0,0,0,0,0,0,30000,.32818517088890076,450.78643798828125,1,2,0,2,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,31,29,30,2,0,1,0,0,0,1,0,0,1,4,743.0584106445312,371.5292053222656,371.5292053222656,1,2,1,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,1,,4,4,4,5000,1,0,0,0,0,0,0,1,8000,8000,0,0,1,1,0,0,0,14630,21945,0,58520,0,1,46438.2578125,210,0,1,1,1,1,4,1.3333333730697632,1,0,1,0,1,1,1,1,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,13685,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,30000,30000,173.205078125,30000,0,30000,173.205078125,0,0,0,0,1,0,0,0,0,0,1,1,0,0,31,961,0,1,0,1,0,0,2,1,29,29,41.4865608215332,29,841,0,0,0,1,0,0,1,0,9,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020323",1,4,2,1,,,,29,,2,1,2,1,3,1,3,3,2,2,2,5,5,29,2,1,7,,1,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,8,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,6,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1000,,3,3000,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,98,,,4,,,,71000,,71000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,,8,,0,,,,,,,,,2,,,,,,,,,2,,1,1,20000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,2,1,,,,,,,,,,,,,,,,,,,1,1,,2,72,1,,,,97," <5:OTHER (SPECIFY)>:colombia",5," <5:OTHER (SPECIFY)>:italy",,1,"ct","020323",2,2,0,1,1,0,71000,0,0,976.196533203125,0,0,0,0,0,0,0,0,0,71976.1953125,1.644592046737671,2258.968017578125,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,29,,29,2,0,1,0,0,0,0,1,1,0,1,3118.033203125,3118.033203125,1559.0166015625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,,,8590,12885,0,34360,1,1,21000.001953125,4,1,,,1,,4,2,1,1,0,1,1,,,1,,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13687,,,28,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,71000,71000,266.458251953125,0,0,0,71000,0,71000,266.458251953125,0,0,0,0,,1,0,0,0,0,1,1,1,0,29,841,1,,1,1,1,1,0,0,0,,41.4865608215332,29,841,0,0,0,0,0,0,0,0,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020321",1,4,2,1,,,,16,,2,1,2,2,2,2,3,2,2,2,2,1,1,35,2,1,1,,1,39,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,5,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,5,1,7,,,,5,2,3,,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,6,,,,,,,1,,2,,1200,8,2,2,2,,,,,,,2,1,3,2,3,,,,,,,,,,,,1,3,2,1,,,,0,1,,1,2,1,0,3,4,4,2,2,2,4,4,,,,,1,1,,,,,,,,,1,1,1,1,2,1,1,2,,,1,3,,,,,,,,,,,2,2,,,,,,,,,,,2,2,,,,,2,2,1,,,,,,,,,,,,,,,2,,,2,2,3,,,0,6,7,1,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,1500,,12,18000,1,,1,,1," 6 MONTHS",2,,1,2,1,1,,1,1,,12,15,12,50,4,,,,3600,,3600,1,,,,,,,,,,,4,,,,30000,,30000,1,,,,,,,,,,,2,,2,,0,,,,,,,,,1,2000,0,,,,,,,1,8,,1,17000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,2,1,2,2,1," <1:Yes (Specify)>:AMBULENCE VOLUNTEER",1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,1,66,1,,,,1,,1,,,1,"JR","020401",3,2,1,3,2,1,30000,3600,0,0,0,0,0,0,0,0,0,0,0,33600,.4501818120479584,618.3577880859375,1,2,0,2,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,35,39,37,3,0,0,1,0,0,1,0,0,1,4,1032.76611328125,516.383056640625,516.383056640625,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,2,1,,,1.3333333730697632,0,0,0,0,4,,,4,0,0,0,0,0,0,0,0,1,2000,0,2000,1,1,1,0,1,1,14630,21945,0,58520,0,1,46438.2578125,43,0,1,1,1,1,7,2.3333332538604736,1,1,1,1,0,0,1,0,0,1,1,0,1,2,0,0,0,0,0,0,1,0,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,13688,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3600,3600,60,30000,30000,173.205078125,30000,3600,30000,173.205078125,3600,60,1,1,,0,0,0,0,0,1,1,0,0,35,1225,1,1,0,1,0,0,2,1,39,39,41.4865608215332,39,1521,0,0,0,1,0,0,1,1,12,50,1,1,1,1,0,35,1225,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020402",1,2,2,1,,,,22,,1,3,3,1,1,3,4,3,2,2,1,4,5,99,2,1,3,,2,43,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,14,1,7,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,7,,,,5,1,,,,,,,3,1,2,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,8,,4,1,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1100,,12,13200,1,,8,,,,,,,,,,,,,,,1,1,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,8,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,2,1,1,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,,," <4:OTHER {SPECIFY}>:mother",12,8,,,99,6,8,,,99,12,8,,,99,2,,2,0,1,2,,2,,,2,1,2,2,,,,3,,,,,,,,,1,3,,,,,,,,,,,,,,2,1,8,1,2,2,2,2,,1,2,1,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,2,57,3,,,,,,,,1969,1,"rm","020402",3,2,1,1,1,0,0,0,0,0,0,79.5330581665039,914.0550537109375,0,0,0,0,2314.69287109375,0,3228.748046875,1.5647685527801514,2149.32470703125,0,1,1,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,41.3242301940918,,41.3242301940918,3,0,0,1,0,0,0,1,1,0,1,3540.993408203125,3540.993408203125,1770.4967041015625,1,2,1,0,0,0,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,289,0,1,0,1,0,4,1.3333333730697632,1,0,0,1,0,,,0,,1,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13691,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,214.38082885742188,14.641749382019043,-5,169.98902893066406,13.037983894348145,-5,107.74469757080078,10.380014419555664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,1,1,0,0,41.28620147705078,1707.6920166015625,0,,1,1,1,0,0,0,0,,41.4865608215332,42.23152160644531,1783.50146484375,1,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0 -"9543","020613",1,2,1,,,,,40,,4,2,4,3,2,4,3,4,2,2,8,1,5,47,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,13,1,5,,,,1,10,1,5,,,,1,9,2,5,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,9,2,1,2,,,,2,,,,,,,5,1,1,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,2,2,3,4,1,1,1,98,,1,,,3,1,,2,1,2,0,7,4,4,2,2,2,1,4,0,,,,3,3,,,,,,,,,2,0,2,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,1,11,,3,4,2,2,2,,,,,,,,,,,,,,,,,,,,,1,8," <7:Or someone else? (specify)>:welfare",2,,,3,,,281,,7,1967,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,2,,,,,,,,,8,,1,2,,,,,,,,2,2,2,2,2,2,8,2,,2,1,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,137,1644,1,,,,,,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,1,2,1,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,6,54,1,,,,1,,1,,,1,"ddb","020613",9,1,8,4,1,3,0,0,0,0,0,1643.9998779296875,0,0,0,0,0,0,0,0,1.567107081413269,2152.53662109375,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,47,,47,4,0,0,0,1,0,0,1,0,1,2,3738.893310546875,3738.893310546875,3738.893310546875,0,4,0,0,1,0,1,0,1,0,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,0,0,0,0,0,0,0,0,0,1,0,0,,0,17650,26475,1,70600,0,0,37000,46,0,1,1,0,1,3,.3333333432674408,0,0,0,1,1,,1,1,1,0,1,0,1,3,0,1,0,0,0,0,0,2,0,2,2,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,13692,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,1644,1644,40.546268463134766,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,47,2209,0,,1,0,0,0,0,0,0,,41.4865608215332,47,2209,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020320",1,2,2,1,,,,7,,2,3,2,1,2,2,8,2,2,2,2,5,2,28,1,1,2,,2,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,,,,,,,,,,,1,2,,850,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,0,10,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1400,,10,14000,1,,2,,,,,,,,,,,,,,,1,2,2,,1,1,,1,1,,12,40,12,40,4,,,,50000,,50000,1,,,,,,,,,,,4,,,,40000,,40000,1,,,,,,,,,,,2,,2,,2000,,,,,,,,,1,500,0,,,,,,,1,2,,1,5000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,1,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,8,73,1,,,,1,,1,,,1,"kj","020320",2,2,0,2,2,0,50000,40000,0,500,0,0,0,0,0,0,0,0,0,90500,2.0333871841430664,2793.0068359375,1,1,1,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,28,25,26.5,2,0,1,0,0,0,1,0,1,0,3,6646.322265625,3323.1611328125,3323.1611328125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,2000,1,0,0,0,0,0,0,1,500,0,500,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,378,1,,,1,,4,2,1,1,1,1,0,0,,0,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13706,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,2,50000,50000,223.60679626464844,40000,40000,200,50000,40000,50000,223.60679626464844,40000,200,0,0,,0,0,0,0,0,1,1,1,1,28,784,1,1,1,1,1,1,1,1,25,25,41.4865608215332,28,784,0,0,0,1,1,1,0,0,12,40,0,1,1,1,0,25,625,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020323",1,1,2,1,,,,15,,3,2,4,3,3,4,4,3,2,2,1,4,5,30,2,1,9,,1,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,1,9,,,,,1,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,1000,1,,2,,350,2,2,1,2,,,,,,,2,3,3,3,3,,,,,,,,,,,,3,1,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,3,,,400,,12,4800,1,,2,,,1,2,1,,2,2,,4,4,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,725,,12,8700,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,40000,,40000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,8,2,,2,1,,,,,1,3000,0,,,,,,,1,2,,1,300,,,,,,,2,2,2,1,2,2,8,2,2,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,2,2,2,,1,2,2,8,,,,,,,,,,,,,,,1,3,1,1,2,,,,,,,,,,,,2,2,2,2,1,1,4,,2,72,4,,1,,,,,,1984,1,"jd","020323",3,2,1,2,1,1,40000,0,1176.745361328125,0,0,0,0,0,0,0,0,0,0,41176.74609375,.7618421912193298,1046.4462890625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,30,,30,2,0,1,0,0,0,0,1,0,1,2,1265.2708740234375,1265.2708740234375,632.6354370117188,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,2,,,2,6000,1,0,0,0,0,0,0,1,3000,0,3000,1,1,1,1,,1,11610,17415,0,46440,0,1,42400,289,0,1,1,0,0,4,1.3333333730697632,1,0,0,1,1,,1,1,,0,0,0,1,2,0,0,0,1,0,1,0,0,0,0,1,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,13710,,,,,4,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,1,40000,40000,200,0,0,0,40000,0,40000,200,0,0,1,1,,1,1,1,0,0,1,1,1,0,30,900,1,,1,1,1,1,0,0,0,,41.4865608215332,30,900,0,1,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,1,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020320",1,4,3,1,,,,33,,1,2,2,1,1,1,1,2,1,2,2,1,1,58,2,1,1,,1,58,1,5,,2,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,1,2,,,,2,5,2,,,,,,,,,,,,,1,3,,,,,,1,3,,,,,,,,,,,,8,1,108,2,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,31,,4,3,2,2,1,2,,,,,,,,,,,,,,,,,250000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,10,44,,,,,,,,,,,,,,,,,,,8,,,,,,,,,2,,,,,1,8,,,2,,2,,0,,,,,,,,,1,6000,8,8,,,,,,1,2,,1,2000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,6,43,97," <5:OTHER (SPECIFY)>:greece",,,,,,,1969,1,"dkj","020320",3,3,0,2,2,0,17193.060546875,0,0,500,0,0,0,0,0,0,0,0,0,17693.060546875,6.7215776443481445,9232.5810546875,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,1,1,0,0,0,58,58,58,4,0,0,0,1,0,1,0,1,0,3,18976.91015625,9488.455078125,6325.63671875,0,4,0,0,1,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,250000,0,250000,1,6000,,,1,1,1,0,0,0,11610,17415,0,46440,0,1,42400,186,0,1,1,0,1,4,1.3333333730697632,1,1,1,0,1,1,,1,,1,1,1,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13716,38,,,,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,1,1,0,0,0,0,0,0,58,3364,0,1,0,0,0,0,2,1,58,58,41.4865608215332,58,3364,0,0,0,0,0,0,0,0,10,44,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020321",1,2,2,1,,,,5,,2,1,2,2,1,2,1,3,2,2,2,5,2,30,1,1,9,,1,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,2,2,,2,,,2,1,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,,,,,,,,,,,2,,,,8,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,3,1,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,98,10,98,55,4,,,,650,,650,1,,,,,,,,,,,8,,,,,,,,,8,,,,,,,,,2,,2,,7,1,1,,,,,,,1,3000,0,,,,,,,1,8,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,300,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,1,2,,5,71,97," <5:OTHER (SPECIFY)>:suden",,,,,,,1989,1,"ct","020321",2,2,0,2,2,0,650,640.6148071289062,0,300.0000305175781,0,0,0,0,0,0,0,0,0,1590.6148681640625,.9284690618515015,1275.3204345703125,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,30,41.53856658935547,35.769283294677734,3,0,0,1,0,0,1,0,1,0,3,3012.3408203125,1506.17041015625,1506.17041015625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,250,1,0,0,0,0,0,0,1,3000,0,3000,1,1,1,0,,,11610,17415,1,46440,0,0,42400,373,0,1,0,1,0,3,1.5,1,1,0,1,0,0,,0,,1,1,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13720,76,,,,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,0,0,0,0,0,0,2,650,650,25.495098114013672,-5,19612.009765625,140.0428924560547,650,-5,650,25.495098114013672,9043.8486328125,95.09915161132812,0,0,,1,1,1,0,0,1,1,1,1,30,900,1,1,1,1,1,1,0,1,41.4865608215332,,41.4865608215332,30,900,0,0,0,1,1,1,0,0,11,10,0,1,0,0,.3509513735771179,41.53856658935547,1725.4525146484375,0,0,0,0,.1519336998462677,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020320",1,4,1,,,,,81,,1,3,1,2,2,2,1,8,1,2,8,2,5,81,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,3,1,2,3,3,2,2,2,2,3,2,2,6,6,1,1,4,,,,,,,,,,,,,,,,,,2,2,,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,29,,5,2,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,500,,12,6000,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,1,,2,1,,,1,9000,4000,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,2,2,,1,2,,,1,,,,,,,,,,,,,,,,,,,,1500,2,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,12,800,9600,1,,,,,,,98,,,,99,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,1,20,1,,,,1,,1,,,1,"*O","020320",1,1,0,1,1,0,0,0,1499.9998779296875,0,0,0,107.74469757080078,0,0,0,0,9600,0,11207.744140625,3.9387917518615723,5410.2197265625,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,81,,81,5,0,0,0,0,1,0,1,1,0,1,5760.75390625,5760.75390625,5760.75390625,1,2,1,0,0,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,50000,1,1,1,0,0,0,0,1,9000,4000,5000,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,24,0,1,1,1,0,5,5,1,1,,0,1,,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13721,,,,,1,0,0,0,0,0,0,0,0,0,1500,1500,38.72983169555664,0,0,0,0,0,0,0,0,0,9600,9600,97.9795913696289,0,0,0,-5,107.74469757080078,10.380014419555664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,0,0,0,81,6561,0,,1,1,0,0,0,0,0,,41.4865608215332,81,6561,1,1,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020330",1,4,3,1,,,,20,,2,8,2,3,2,1,2,2,2,2,8,1,1,50,2,1,1,,1,50,1,9,,2,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,99,,,,,2,99,,,,,2,5,1,2,,,,,,,,,,,,2,,,,,,,1,1,,,,,,,,,,,,,1,8,2,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,10,,4,3,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,8,,,,2,,2,,2,2,2,1,1,,,,12,98,,,,,,,,,,,,,,,,,,,8,,,,,,,,,8,,,,,,,,,1,1,8,,8,9,,,,,,,,2,,,,,,,,,2,,1,1,300,,,,,,,2,2,2,9,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,9,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,1," <1:Yes (Specify)>:church",1,2,1,2,,,,,,,,,,,,,,,2,3,2,,,,,,,,,,,,,,,,,,,1,1,,3,52,4,,,,,,,,1982,2,"jd","020401",3,3,0,2,2,0,23698.88671875,0,0,0,0,0,0,0,0,0,0,0,0,23698.88671875,1.900001049041748,2609.791015625,1,1,0,,,2,,,,,,,,,,3,0,0,1,0,50,50,50,4,0,0,0,1,0,1,0,1,0,3,5069.83056640625,2534.915283203125,1689.9434814453125,0,4,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,1,0,,,11610,17415,0,46440,0,1,42400,323,0,1,1,0,1,4,1.3333333730697632,1,1,1,1,0,1,,0,,1,1,1,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13724,,,,,4,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,1,1,0,0,1,1,0,0,50,2500,0,1,0,0,1,0,2,1,50,50,41.4865608215332,50,2500,0,0,0,0,1,0,0,0,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,2,1,,,,,70,,3,3,3,2,3,2,8,4,2,2,1,4,5,70,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,4,1,1,1,1,2,2,1,2,1,5,4,4,5,1,3,,,,,,,,,,,,,,,,,,,2,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,5,,1,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,176,,12,2112,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,1,2,2,2,2,2,2,,1,2,,,2,,,,,,,1,7000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,12,50,600,2,7000,,,,,,,,,,,1,8,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,1,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,2,31,1,,,,3,,3,,,1,"ma","020314",1,1,0,1,1,0,0,0,0,0,6999.99951171875,0,0,0,0,0,0,6999.99951171875,0,13999.9990234375,1.4163163900375366,1945.4146728515625,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,70,,70,5,0,0,0,0,1,0,1,1,0,1,8381.435546875,8381.435546875,8381.435546875,0,3,0,1,0,0,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,342,0,1,1,1,1,1,1,1,0,0,1,1,,,1,,0,0,,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13726,,,,,1,0,0,0,7000,7000,83.66600036621094,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,7000,83.66600036621094,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,1,0,0,0,0,1,70,4900,0,,1,0,0,0,0,1,0,,41.4865608215332,70,4900,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020323",1,1,1,,,,,32,,2,3,3,3,8,3,4,3,2,2,2,5,5,32,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,12,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,12,1,7,,,,5,1,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,2,,2,,,,,8,8,2,1,2,2,2,2,2,2,1,,,,,1,3,2,3,3,3,1,2,2,3,1,1,3,0,,1,,,6,1,,2,2,1,0,8,4,4,1,2,2,1,4,1,5,," <3:Something Else? (SPECIFY)>:we was noT getting the proper resourses he needed",1,1,,,,,,,,,1,0,1,1,2,2,,,,,1,3,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,1,,,2,2,,,3,,,240,,6,1440,1,,2,,,2,2,1,,1,32,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,6000,,6000,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,37,,,4,,,,35000,,35000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,2500,,,,,,,,,1,12500,7000,,,,,,,1,2,,1,3500,,,,,,,2,2,2,2,2,1,1,2,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3000,2,,,,,1000,200,,,,,,,5,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,1,1,1,2,2,,2,69,1,,,,1,,1,,,1,"jm","020323",2,1,1,2,1,1,35000,0,0,200,0,0,0,0,0,0,3000,0,0,38200,.8307514786720276,1141.09814453125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,32,,32,2,0,1,0,0,0,0,1,0,1,2,1278.1285400390625,1278.1285400390625,1278.1285400390625,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,0,0,1,2,1,1,1,1.3333333730697632,0,0,0,0,,4,4,4,2500,1,0,0,0,0,0,0,1,12500,7000,5500,1,1,1,1,,1,11610,17415,0,46440,0,1,42400,342,0,1,1,0,1,4,2,1,0,0,1,1,,1,1,1,1,,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,13743,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,3000,54.772254943847656,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,1,35000,35000,187.08287048339844,0,0,0,35000,0,35000,187.08287048339844,0,0,0,0,1,0,0,0,0,1,1,1,0,0,32,1024,1,,1,1,1,0,0,0,0,,41.4865608215332,32,1024,0,0,0,0,0,0,0,0,12,37,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,1,2,1,,,,47,,2,2,1,2,2,1,3,1,2,2,2,3,5,47,2,1,5,,2,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,10,1,,2,,2500,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,10,,4,2,2,2,1,1,2,,,2,,,3,,,262,,12,3144,1,,1,100000,31000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,35,,,4,,,,60000,,60000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,8,,150000,,,,,,,,,1,1500,0,,,,,,,2,,1,1,60000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,400,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,500,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,2,2,,6,54,1,,,,1,,1,,,1,"CK","020314",2,2,0,1,1,0,60000,0,0,100,0,0,0,0,0,0,0,0,0,60100,2.087125062942505,2866.819580078125,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,47,,47,4,0,0,0,1,0,0,1,1,0,1,4576.83544921875,4576.83544921875,2288.417724609375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,150000,1,1,1,1,100000,31000,69000,1,1500,0,1500,0,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,63,1,,,1,,4,2,1,1,1,1,1,,,1,,1,1,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13745,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,1,60000,60000,244.948974609375,0,0,0,60000,0,60000,244.948974609375,0,0,0,0,1,0,0,0,0,0,1,1,1,0,47,2209,1,,1,1,1,1,0,0,0,,41.4865608215332,47,2209,0,0,0,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020324",1,4,3,1,,,,25,,1,1,1,2,2,1,8,1,2,2,3,5,5,25,2,1,11,,2,98,1,11,,2,98,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,1,1,28,1,,2,,184,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,3,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,325,,12,3900,1,,2,,,,,,,,,,,,,,,2,,1,3,1,1,,,,,12,30,,,8,,,,,,,,,1,2,2,1,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,9000,,,,,,,,,2,,,,,,,,,2,,1,1,85000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,2,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,2,76,1,,,,3,,3,,,1,"sj","020324",3,3,0,1,1,0,35000,0,0,999.9999389648438,0,0,0,0,0,0,0,0,0,36000,.6714019179344177,922.2198486328125,0,3,0,,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,25,,25,2,0,1,0,0,0,0,1,1,0,1,1272.9315185546875,1272.9315185546875,424.3105163574219,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,9000,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,,0,8590,12885,0,34360,1,1,21000.001953125,441,1,,,1,,5,1.6666666269302368,1,1,1,1,1,,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13753,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,1,35000,35000,187.08287048339844,0,0,0,35000,0,35000,187.08287048339844,0,0,0,0,,1,0,0,0,0,1,1,1,0,25,625,1,,1,1,1,1,0,0,0,,41.4865608215332,25,625,0,0,0,0,0,0,0,0,12,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020324",1,2,1,,,,,50,,2,1,8,1,8,3,8,3,2,2,8,9,5,70,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,8,2,,1,1,1,2,8,1,5,4,4,5,6,1,4,,,,,,,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,0,4,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,2,,,,,,,,,2,,1,9,,,,,,,,9,2,2,2,2,2,2,2,,1,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,12,9,,,99,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,2,,2,2,2,14,,,,,,,3,,,,,1,1,,,,,2,,,,2,2,2,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,3,27,1,,,,1,,1,,,1,"cr","020330",1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,3177.146240234375,0,3177.146240234375,3.382920742034912,4646.6904296875,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,70,,70,5,0,0,0,0,1,0,1,1,0,1,9553.451171875,9553.451171875,9553.451171875,,,,,,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,83,0,1,1,1,1,3,3,1,,0,1,1,,,1,,1,,,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13755,,,,,1,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,214.38082885742188,14.641749382019043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,70,4900,0,,1,0,0,0,0,0,0,,41.4865608215332,70,4900,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,1,0,0 -"9543","020320",1,2,5,1,,,,6,,2,3,2,1,8,3,8,2,2,2,3,4,5,33,1,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,5,,,1,,1,,,,,,,2,2,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,2,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,8,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,10,40,,,9,,,,,,,,,2,,,,,9,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,8,,,,,,,,2,,,,,,,,,1,8,,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,9,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,2,69,97," <5:OTHER (SPECIFY)>:guatemala",,,,,,,1996,2,"jd","020325",1,1,0,1,1,0,23709.533203125,0,0,0,0,0,0,0,0,0,0,0,0,23709.533203125,.40325653553009033,553.9024658203125,0,2,0,,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,33,,33,2,0,1,0,0,0,0,1,1,0,1,1347.962646484375,1347.962646484375,1347.962646484375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,350,1,,,0,,4,4,1,1,1,1,,,,,,1,,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13758,40,,,,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,1,1,0,0,1,1,0,1,33,1089,1,,1,1,1,0,0,1,0,,41.4865608215332,33,1089,0,0,0,1,1,0,0,0,10,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020402",1,2,1,,,,,35,,2,3,2,2,3,2,3,3,2,2,1,3,5,53,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,4,1,2,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,310,1,,2,,200,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,1,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,424,,8,3392,2,99,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,37,,,4,,,,43000,,43000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,10000,,,,,,,,,2,,,,,,,,,1,2,,1,2500,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,134,2,,,,,,,,,,,,,,,,,500,150,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,1,2,1,4,,,,,,,,1,1,9,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,48,11," <5:OTHER (SPECIFY)>:trinidad/tobago",,,,,,,1966,1,"ah","020403",1,1,0,1,1,0,43000,0,134,150,0,0,0,0,0,0,0,0,0,43284,1.793346881866455,2463.293701171875,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,53,,53,4,0,0,0,1,0,0,1,1,0,1,3505.80810546875,3505.80810546875,3505.80810546875,0,3,0,1,0,0,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,10000,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,387,1,,,1,,3,3,1,1,0,1,1,,,1,,1,0,0,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13762,11,,,,11,0,0,0,0,0,0,0,0,0,134,134,11.575837135314941,0,0,0,0,0,0,150,150,12.247448921203613,0,0,0,0,0,0,0,0,0,1,43000,43000,207.36441040039062,0,0,0,43000,0,43000,207.36441040039062,0,0,0,0,1,0,1,1,0,0,1,1,0,0,53,2809,1,,1,1,1,0,0,0,0,,41.4865608215332,53,2809,0,1,0,0,0,0,0,0,12,37,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020424",1,4,2,1,,,,10,,2,1,2,8,4,3,8,3,2,2,2,1,1,22,2,1,1,,1,24,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,1,8,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,2400,1,,2,,300,1,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,1,,1,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1050,,12,12600,1,,2,,,,,,,,,,,,,,,1,2,2,,1,1,,2,2,2,12,35,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,0,,,,,,,,,1,8,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,,,,,,,,,,,,,,,,,,,,2,,8,,1,2,,2,,,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,8,2,2,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,3,,3,80,9," <5:OTHER (SPECIFY)>:china",,,,,,,1993,1,"rm","020424",2,2,0,2,2,0,19528.52734375,0,0,0,0,0,0,0,0,0,0,0,0,19528.52734375,1.1945921182632446,1640.860107421875,1,1,1,3,3,2,7,0,0,0,0,0,0,1,0,4,0,0,0,1,22,24,23,1,1,0,0,0,0,1,0,1,0,3,7113.23876953125,3556.619384765625,3556.619384765625,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,,0,,1,1,1,1,0,1,11610,17415,0,46440,0,1,42400,1,0,1,1,1,0,1,.5,0,1,0,1,1,1,,1,,1,0,,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13763,9,,,,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,1,1,0,0,1,1,0,0,22,484,1,0,1,1,1,0,2,0,24,24,41.4865608215332,22,484,0,0,0,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,2,2,1,,,,80,,3,2,4,1,4,3,2,2,2,2,1,2,5,80,1,1,6,,1,31,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,3,2,,2,8,2,2,2,2,2,3,3,3,3,1,5,,,,,,,,,,,,,,,,,,,1,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,50,,5,2,2,2,1,2,,,,,,,,,,,,,,,,,440000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,1,,,,3,3,,,4,,,,610,,610,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,1,2000,0,,,,,,,1,2,,1,200,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,9,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,1,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,22,1,,,,97," <5:OTHER (SPECIFY)>:england",10," <5:OTHER (SPECIFY)>:poland",,1,"|kp","020314",2,2,0,1,1,0,609.9999389648438,0,0,0,0,0,0,0,0,0,0,0,0,609.9999389648438,2.625349760055542,3606.11083984375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,80,,80,5,0,0,0,0,1,0,1,1,0,1,8551.96484375,8551.96484375,4275.982421875,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,440000,0,440000,1,2000,0,2000,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,123,0,1,1,1,1,5,2.5,1,0,1,1,1,,,1,,0,0,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13764,,,33,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,610,610,24.698177337646484,0,0,0,610,0,610,24.698177337646484,0,0,0,0,,0,0,0,0,0,1,1,1,1,80,6400,1,,1,1,1,1,0,1,0,,41.4865608215332,80,6400,0,0,0,1,1,1,0,0,3,3,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,4,1,,,,,46,,2,3,2,3,3,8,8,2,2,2,3,3,5,80,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,3,2,,1,1,2,1,2,2,1,3,4,6,6,1,1,,,,,,,,,,,,,,,,,,,2,1,8,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,25,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,511,,12,6132,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,2,3,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,1,1,2,2,2,2,2,,2,2,,,2,,,,,,,1,12000,2,,,,,12000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,6,21,97," <5:OTHER (SPECIFY)>:antiga",,,,,,,1956,1,"al","020314",1,1,0,1,1,0,0,0,0,0,12000,0,0,12000,0,0,0,0,0,24000,1.3071956634521484,1795.529296875,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,80,,80,5,0,0,0,0,1,0,1,1,0,1,4103.10205078125,4103.10205078125,4103.10205078125,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,25000,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,301,1,,,1,,3,3,1,1,1,1,1,,,1,,1,0,,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13768,14,,,,14,0,0,0,12000,12000,109.54450988769531,12000,12000,109.54450988769531,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,1,1,0,1,80,6400,0,,1,1,1,0,0,1,0,,41.4865608215332,80,6400,0,0,1,1,1,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020330",1,1,2,1,,,,0,9,4,3,3,3,2,3,3,4,1,2,3,4,5,31,2,1,7,,1,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,3,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,30,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,0,9,3,3,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,9,7200,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,1,300,,,,12,14400,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,8,1,8,,,,,,,1,3000,0,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,14000,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,1,4,,2,70,6," <5:OTHER (SPECIFY)>:ecuador",,,,,,,1989,2,"el","020330",2,2,0,1,1,0,14400,0,0,0,0,0,0,0,0,0,0,0,0,14400,1.8316645622253418,2515.92578125,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,31,,31,2,0,1,0,0,0,0,1,1,0,1,3701.08056640625,3701.08056640625,1850.540283203125,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,3000,0,3000,0,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,391,0,1,1,0,0,3,1.5,1,0,0,0,1,,,1,,0,1,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13777,6,,,,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,14400,14400,120,0,0,0,14400,0,14400,120,0,0,0,0,,1,1,1,0,0,1,0,0,0,31,961,1,,1,1,0,0,0,0,0,,41.4865608215332,31,961,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020323",1,2,2,1,,,,6,,4,1,4,2,2,2,4,2,1,1,2,5,5,39,1,1,5,,2,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,2,2,,3,,,2,,,,,,,5,1,2,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,6,,,,,,,2,,,,,2,2,2,2,2,8,2,2,1,1,2,,,,,1,3,2,2,3,1,2,2,4,4,2,3,1,3,,1,,,11,1,,1,2,2,0,0,2,3,1,2,1,1,1,1,1,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,3,4,1,1,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,689,,6,4134,1,,1,,,,,,,,,,,,,,,1,4,2,,2,1,,,,,4,50,,,1,235,,,,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,,7,1,1,,,,,,,2,,,,,,,,,2,,2,1,500,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,200,1,2,,2,,1,1,1,1,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,1,,2,2,2,2,,2,2,1,1,1,2,5,6,,,,,1,1,1,8,,,,1,1,1,2,,,,,,,,,,,,1,1,2,1,1,1,2,,2,63,97," <5:OTHER (SPECIFY)>:panama",97," <5:OTHER (SPECIFY)>:panama",,,,,1996,1,"ct","020323",3,2,1,2,1,1,8721.177734375,0,0,0,0,0,0,0,0,0,0,0,0,8721.177734375,.8862505555152893,1217.330322265625,0,1,5,,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,39,,39,3,0,0,1,0,0,0,1,0,1,2,6865.953125,6865.953125,3432.9765625,0,4,0,0,1,0,1,0,1,0,0,0,1,2,1,0,0,1,0,1,2,2,1,3,1.6666666269302368,1,0,0,1,,4,3,2,250,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,11610,17415,1,46440,0,0,42400,70,0,0,0,0,0,3,1,1,0,1,0,0,,1,0,1,0,1,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,13785,61,61,,,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,1,1,0,0,0,0,0,1,39,1521,1,,1,0,0,0,0,1,0,,41.4865608215332,39,1521,0,0,0,0,0,0,1,0,4,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,2,3,1,,,,40,,1,1,1,1,2,1,4,1,2,2,8,1,1,58,2,1,1,,1,61,1,5,,2,24,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,12000,1,,2,,8,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,28,,14,1,2,2,1,2,,,,,,,,,,,,,,,,,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,3,2,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,9,,,,,,,,,1,9,,,,,,,,1,1,2,,9,9,,,,,,,,1,20000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,3,1,1,2,2,1," <1:Yes (Specify)>:pro bobo services",4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,7," <7:ANOTHER GROUP (SPECIFY)>:half blacl half white",7,44,1,,,,1,,1,,,1,"ty","020315",3,3,0,2,2,0,51201.9140625,0,1355.6416015625,0,0,0,0,0,0,0,0,0,0,52557.5546875,.6872479915618896,943.985595703125,1,3,0,4,4,2,8,0,0,0,0,0,0,0,1,4,0,0,0,1,58,61,59.5,4,0,0,0,1,0,1,0,1,0,3,2997.0302734375,1498.51513671875,999.0100708007812,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,,1,20000,0,20000,1,1,1,0,1,1,11610,17415,0,46440,1,1,42400,218,1,,,1,,14,4.666666507720947,1,1,1,1,1,1,,1,,1,1,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13789,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,1,1,0,58,3364,0,1,0,1,1,1,2,1,61,61,41.4865608215332,61,3721,0,1,0,1,1,1,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,2,2,1,,,,3,,1,1,2,1,1,2,8,2,2,2,2,5,2,23,1,1,2," <14:OTHER, SPECIFY>:fiance",2,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,2,1,4,,,,,1,1,2,,,,,,,,,,,,,1,3,,,,,,1,3,,,,,,,,,,,,2,2,,2,,,,,8,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,4,2,2,1,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,250,,10,2500,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,2,1,,10,30,12,40,4,,,,8000,,8000,1,,,,,,,,,,,4,,,,74000,,74000,1,,,,,,,,,,,1,1,2,,9,1,2,,,,,,,2,,,,,,,,,1,2,,1,6500,,,,,,,2,2,2,2,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,650,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,5,,5,99,1,,,,97," <5:OTHER (SPECIFY)>:india",97," <5:OTHER (SPECIFY)>:india",,1,"jd","020320",2,2,0,2,2,0,74000.0078125,8000,0,200,0,0,0,0,0,0,0,0,0,82200.0078125,1.6834068298339844,2312.282958984375,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,4,0,0,0,1,23,20,21.5,1,1,0,0,0,0,1,0,1,0,3,7360.0869140625,3680.04345703125,3680.04345703125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,11610,17415,0,46440,1,1,42400,199,1,,,1,,4,2,1,1,1,1,1,1,,1,,1,1,,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13793,,,45,45,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,2,8000,8000,89.44271850585938,74000,74000,272.0294189453125,74000,8000,74000,272.0294189453125,8000,89.44271850585938,0,0,,0,0,0,0,0,1,1,1,1,23,529,1,1,0,1,0,0,1,0,20,20,41.4865608215332,20,400,0,0,0,0,0,0,0,0,12,40,1,1,1,1,1,23,529,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020323",1,4,2,1,,,,20,,2,1,2,1,3,2,8,2,2,2,2,5,2,25,2,1,2,,1,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,7,,,,5,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,2,,1,,2,,20,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,1,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,45,12,50,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,1,1,2,,9,9,,,,,,,,1,8,8,8,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,2,1,,,,,,,,,,,,,,,,,,,2,3,,4,76,97," <5:OTHER (SPECIFY)>:taiwan",,,,,,,1983,1,"jm","020323",2,2,0,2,2,0,41925.3671875,19082.271484375,729.8978881835938,0,0,0,0,0,0,0,0,0,0,61737.53515625,1.6834068298339844,2312.282958984375,1,1,0,3,4,2,8,0,0,0,0,0,0,0,1,4,0,0,0,1,25,25,25,2,0,1,0,0,0,1,0,1,0,3,6595.5400390625,3297.77001953125,3297.77001953125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,,,,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,45,1,,,1,,3,1.5,1,1,1,1,1,1,,1,,1,0,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13796,79,,,,79,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,,0,1,1,0,0,1,1,1,0,25,625,1,1,1,1,1,1,2,0,25,25,41.4865608215332,25,625,0,1,0,0,0,0,0,0,12,45,0,1,1,1,1,25,625,1,1,1,0,.1519336998462677,.1519336998462677,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020324",1,1,2,1,,,,39,,2,8,1,1,1,1,4,1,2,2,1,3,2,39,2,1,2,,1,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,4,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,2,,,,,,,,,,,,2,2,,1,,2,,300,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,5,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,8,,,,,,,,,8,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,16,4,,,,48000,,48000,1,,,,,,,,,,,4,,,,520000,,520000,1,,,,,,,,,,,1,1,1,2,8,2,,1,,2,8,,,1,4000,0,,,,,,,2,,1,1,7000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,2,2,2,1," <1:Yes (Specify)>:national ass of social workers",1,1,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,9,9,,6,99,1,,,,97," <5:OTHER (SPECIFY)>:st thomas",1,,,1,"sj","020324",2,2,0,2,2,0,100000.9921875,48000,0,0,0,0,0,0,0,0,0,0,0,148001,1.6220712661743164,2228.0341796875,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,,,,,,39,36,37.5,3,0,0,1,0,0,1,0,1,0,3,4004.050048828125,2002.0250244140625,2002.0250244140625,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,4000,0,4000,0,1,1,1,0,1,11610,17415,0,46440,1,1,42400,46,1,,,1,,3,1.5,1,1,1,1,1,1,,1,,1,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13799,,,1,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,48000,48000,219.08901977539062,520000,520000,721.1102294921875,520000,48000,520000,721.1102294921875,48000,219.08901977539062,0,0,0,0,0,0,0,0,1,1,1,0,39,1521,1,1,0,1,0,0,2,1,36,36,41.4865608215332,36,1296,0,0,0,1,0,0,0,0,12,16,1,1,1,1,0,39,1521,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020320",1,4,3,1,,,,44,,1,2,1,1,2,1,4,2,2,2,2,1,1,44,2,1,1,,1,44,1,7,,1,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,12,2,1,,1,,,5,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,12,2,4,,,,,2,8,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,10,,,,2,2,,1,,2,,150,2,2,1,2,2,2,2,2,2,2,2,,,,,2,3,3,3,3,3,1,1,1,1,1,1,1,2,,1,,,7,3,,1,1,1,10,25,4,4,2,2,2,1,4,0,,,,2,0,2,2,2,2,,,6000,,2,1,2,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,12,,8,2,2,2,1,1,2,,,2,,,9,,,,,,,,,,300000,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,9,,,,,,,,,9,,,,,,,,,1,1,8,,9,9,,,,,,,,1,2500,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,9,0,1,2,,2,,2,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,1,2,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,1,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,58,1,,,,5," <5:OTHER (SPECIFY)>:italy",1,,,1,"sj","020321",5,3,2,4,2,2,42516.25,0,0,0,0,0,0,0,0,0,0,0,0,42516.25,1.1027157306671143,1514.6611328125,1,1,0,3,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,44,44,44,3,0,0,1,0,0,1,0,0,1,4,2771.964111328125,1385.9820556640625,923.988037109375,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,3,4,4,,,,,1,300000,,,1,2500,0,2500,1,1,1,0,1,1,17650,26475,0,70600,0,1,37000,198,1,,,1,,8,1.600000023841858,1,1,1,1,1,1,1,1,1,1,1,0,1,2,0,0,0,0,0,0,1,1,1,2,2,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,13805,,,5,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,1,1,,0,0,0,0,0,1,0,0,0,44,1936,0,1,0,1,1,0,2,1,44,44,41.4865608215332,44,1936,0,0,0,1,1,0,2,1,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020324",1,4,1,,,,,15,,2,1,2,2,2,2,3,2,2,2,2,5,5,50,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,1000,1,,2,,200,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,18000,,18000,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,35,,,4,,,,60000,,60000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,50000,,,,,,,,,2,,,,,,,,,1,8,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,1000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,51,1,,,,1,,1,,,1,"raa","020324",1,1,0,1,1,0,60000,0,999.9999389648438,0,0,0,0,0,0,0,0,0,0,61000,2.8710405826568604,3943.585205078125,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,1,1,0,0,0,50,,50,4,0,0,0,1,0,0,1,1,0,1,8076.595703125,8076.595703125,8076.595703125,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,50000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,51,1,,,1,,3,3,1,1,1,1,1,,,1,,1,1,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13808,,,,,1,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,60000,60000,244.948974609375,0,0,0,60000,0,60000,244.948974609375,0,0,0,0,,0,0,0,0,0,1,0,0,1,50,2500,1,,1,1,0,0,0,1,0,,41.4865608215332,50,2500,0,1,0,1,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,2,4,1,,,,23,,1,1,1,2,4,4,3,1,2,2,1,1,1,47,2,1,1,,1,52,1,5,,1,19,1,5,,1,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,15,1,1,,1,,,5,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,5,2,1,2,,,,2,1,2,,,,1,1,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,8,,1,,2,,10,2,2,1,2,,,,,,,1,1,3,2,3,,,,,,,,,,,,1,1,2,2,,7," <7:OTHER: specify (SPECIFY)>:JYST STARTED",,,,,,,,,,,,,,,,,,,,2,2,,,,,,,,,1,1,1,1,2,2,1,2,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,2,,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,20,,3,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,330,,12,3960,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,2,1,,1,32,6,40,1,162,,,,1,648,1,,,,,,,,,,,7,,,,,,,,,8,,,,,,,,,2,,2,,7,2,,2,3,,,,,1,2500,0,,,,,,,1,2,,2,,,,,,,,1,2,2,1,2,2,2,2,2,2,2,2,2,2,1468,2,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,1,2,1,1,2,,,,,,,,,,,,2,2,2,8,1,2,2,,6,55,97," <5:OTHER (SPECIFY)>:ANTIGUA",97," <5:OTHER (SPECIFY)>:ANTIGUA",,,,,1979,1,"NR","020613",6,4,2,4,2,2,648.0000610351562,2618.357421875,96.48435974121094,0,0,0,0,0,0,1468,0,0,0,4830.841796875,1.751021385192871,2405.156494140625,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,47,52,49.5,4,0,0,0,1,0,1,0,0,1,4,6148.0361328125,3074.01806640625,1537.009033203125,1,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,0,0,,1,2,1,,,1.3333333730697632,0,,,,4,,,4,25000,1,1,1,0,0,0,0,1,2500,0,2500,1,1,1,0,0,0,17650,26475,1,70600,0,0,37000,88,0,1,1,1,0,3,.5,0,1,1,1,1,1,1,1,,1,0,0,1,3,0,1,0,1,0,0,1,0,1,1,1,1,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,13812,14,14,,,14,1468,1468,38.31448745727539,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,648,648,25.45584487915039,-5,19612.009765625,140.0428924560547,648,-5,648,25.45584487915039,9043.8486328125,95.09915161132812,1,1,1,0,1,1,0,1,0,0,0,0,47,2209,1,1,1,0,0,0,2,0,52,52,41.4865608215332,47,2209,0,1,0,0,0,0,0,0,1,32,0,0,0,0,1,52,2704,0,0,0,2,1,.1519336998462677,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020320",1,1,1,,,,,23,,2,3,2,2,2,2,8,2,2,1,1,5,5,42,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,16,1,1,,,,,12,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,12,2,7,,,,5,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,8,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,1,3,2,2,3,2,2,2,4,4,1,3,1,2,,1,,,6,3,,1,2,1,0,3,3,4,1,1,2,1,4,2,2,,,2,1,1,2,2,2,,,2500,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,1,,1,7,,4,1,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,505,,12,6060,1,,1,,,,,,,,,,,,,,,1,1,2,,1,1,,,,,12,38,,,4,,,,24600,,24600,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,3000,,,,,,,,,2,,,,,,,,,1,2,,1,800,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,2,,2,2,2,,2,,,,,,,,,,,,,,,,,,1,2,1,,,,,,,,2,2,2,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,1,2,2,2,2,,1,59,97," <5:OTHER (SPECIFY)>:barbados",1,,,,,,1974,1,"jd","020320",3,1,2,3,1,2,24600,0,0,0,0,0,0,0,0,0,0,0,0,24600,.8307514786720276,1141.09814453125,0,1,1,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,42,,42,3,0,0,1,0,0,0,1,0,1,2,1339.9267578125,1339.9267578125,1339.9267578125,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,0,1,2,2,1,2,1.6666666269302368,1,0,1,0,,4,4,2,3000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,14630,21945,0,58520,0,1,46438.2578125,93,0,1,1,1,0,4,1.3333333730697632,1,1,1,0,1,,1,1,1,1,1,,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,13814,20,,,,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,24600,24600,156.8438720703125,0,0,0,24600,0,24600,156.8438720703125,0,0,0,0,1,0,1,1,0,0,1,1,0,0,42,1764,1,,1,1,1,0,0,0,0,,41.4865608215332,42,1764,0,0,0,0,0,0,0,0,12,38,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020320",1,1,2,1,,,,18,,2,3,1,1,1,1,1,1,2,2,2,5,5,18,1,1,3,,2,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,3,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,,,,,,,2,2,,2,,,,,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,15,,2,1,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 15",2,,1,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,1,30000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000,4000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,2,1,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,3,2,,,,,,,,,,,,,,,,,,,2,2,,6,83,1,,,,1,,1,,,1,"ea","020320",2,2,0,1,1,0,0,0,0,3999.999755859375,0,0,0,0,0,0,0,0,0,3999.999755859375,.9827009439468384,1349.81201171875,0,2,0,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,18,,18,1,1,0,0,0,0,0,1,1,0,1,3237.6220703125,3237.6220703125,1618.81103515625,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,30000,0,30000,1,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,31,0,1,1,1,1,2,1,1,1,1,1,1,,,1,,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13824,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,4000,63.24555206298828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,18,324,0,,1,1,0,0,0,1,0,,41.4865608215332,18,324,0,0,0,1,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020623",1,2,1,,,,,8,,2,1,4,2,3,2,8,1,2,2,2,5,5,27,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,10,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,8,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,664,,10,6640,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,50,,,4,,,,45000,,45000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,8,9,,,,,,,,2,,,,,,,,,1,8,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,3,1,1,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,2,75,1,,,,1,,1,,,1,"SF","020623",1,1,0,1,1,0,45000,0,0,0,0,0,0,0,0,0,0,0,0,45000,1.3897490501403809,1908.9224853515625,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,27,,27,2,0,1,0,0,0,0,1,1,0,1,5017.07861328125,5017.07861328125,5017.07861328125,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,393,1,,,0,,4,4,1,0,1,1,1,,,1,,1,0,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13825,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,45000,45000,212.1320343017578,0,0,0,45000,0,45000,212.1320343017578,0,0,0,0,1,0,0,0,0,0,1,0,0,1,27,729,1,,1,1,0,0,0,1,0,,41.4865608215332,27,729,0,0,0,1,0,0,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,2,5,1,,,,26,,3,1,3,1,8,2,8,1,2,2,9,5,5,26,2,1,3,,2,47,1,8,,2,98,1,8,,2,98,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,14,1,9," <9:OTHER (SPECIFY)>:cousin",,,2,6,1,7,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,9,,,,,2,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,," yes",,,,,,,,,,,,,,,,,,,3,,,3,,10,1,2,2,1,2,,,,,,,,,,,,,,,,,3500000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,2,1,,,,,2,,,,,,,,,1,2,,1,15000,,,,,,,2,1,2,1,2,2,1,2,,1,2,,,2,,,,,,,8,8,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,3,,,,98,,,,99,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,8,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,1," <1:Yes (Specify)>:naacp",2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,3,76,1,,,,1,,1,,,1,"cd","020315",5,4,1,1,1,0,0,0,503.60943603515625,633.1085205078125,3829.99755859375,0,0,0,0,0,0,523.58984375,0,5490.30517578125,2.9516408443450928,4054.295654296875,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,26,,26,2,0,1,0,0,0,0,1,1,0,1,5815.18896484375,5815.18896484375,1453.7972412109375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,1,3500000,0,3500000,0,0,0,0,1,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,169,0,1,1,1,1,10,2,1,0,1,1,0,,,0,,0,,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13832,,,,,1,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,-5,214.38082885742188,14.641749382019043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,1,0,26,676,0,,1,1,1,1,0,0,0,,41.4865608215332,26,676,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0 -"9543","020417",1,5,2,1,,,,49,,1,1,2,1,2,1,1,2,2,2,3,1,1,49,2,1,1,,1,52,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,4,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,1400,1,,2,,100,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7," <7:(VOL) OTHER (SPECIFY)>:town house",,14,,5,1,2,2,1,1,2,,,2,,,3,,,1200,,12,14400,1,,,220000,110000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,50,4,,,,70000,,70000,1,,,,,,,,,,,4,,,,70000,,70000,1,,,,,,,,,,,1,1,1,2,300000,,,,,,,,,1,38000,8,2,,1,1,2,,1,8,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,1,2,2,1,1,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:nightmares",2,1,9,,,,1,1,2,,,,,,,,,,,,,,,,,,,2,1,,2,53,1,,,,1,,1,,,1,"agh","020419",2,2,0,2,2,0,70000,70000,0,0,0,0,0,0,0,0,0,0,0,140000,1.964072585105896,2697.798095703125,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,49,52,50.5,4,0,0,0,1,0,1,0,1,0,3,5895.59423828125,2947.797119140625,2947.797119140625,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,300000,1,1,1,1,220000,110000,110000,1,38000,15000,23000,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,268,1,,,1,,5,2.5,1,1,1,1,1,1,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13833,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,70000,70000,264.57513427734375,70000,70000,264.57513427734375,70000,70000,70000,264.57513427734375,70000,264.57513427734375,0,0,,0,0,0,0,0,1,1,0,0,49,2401,1,1,1,1,1,0,2,0,52,52,41.4865608215332,49,2401,0,0,0,0,0,0,0,0,12,40,0,1,0,0,1,52,2704,1,0,0,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020329",1,5,2,1,,,,6,,1,1,1,1,2,1,8,1,2,2,8,5,2,26,1,1,2,,1,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,2,,2,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,8,2,,,,,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,2,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1000,,12,12000,1,,2,,,,,,,,,,,,,,,2,,2,,1,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,1,8,8,8,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,1,,3,75,97," <5:OTHER (SPECIFY)>:romania",,,,,,,1995,1,"sf","020329",2,2,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1447579860687256,4319.55615234375,1,1,0,2,2,1,2,0,1,0,0,0,0,0,0,1,1,0,0,0,26,35,30.5,2,0,1,0,0,0,1,0,1,0,3,8437.0458984375,4218.52294921875,4218.52294921875,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,,,,1,1,1,0,0,0,11610,17415,1,46440,0,0,42400,92,0,1,1,1,1,4,2,1,1,1,1,1,1,,1,,1,1,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,1,1,0,2,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13835,65,,,,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,0,0,1,0,0,1,26,676,0,0,1,1,0,0,2,1,35,35,41.4865608215332,26,676,0,0,0,1,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020322",1,3,1,,,,,49,,2,1,2,1,2,2,8,2,2,2,2,2,5,49,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,2,1,8,1,,2,,100,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,18,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,512,,12,6144,1,,1,,,,,,,,,,,,,,,1,1,2,,1,1,,,,,12,37,,,4,,,,39000,,39000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,9,9,,,,,,,,1,9,9,9,,,,,,1,1,,1,9,9,,,,,,2,2,2,9,9,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,9,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,1," <1:Yes (Specify)>:block assocaition",1,1,2,1,1,,,,,,,,2,1,9,,,,,2,1,,,,,,,,,,,,,,,,,,,2,2,,3,53,1,,,,1,,1,,,1,"jm","020322",1,1,0,1,1,0,39000,0,0,0,0,0,0,0,0,0,0,0,0,39000,1.793346881866455,2463.293701171875,0,1,1,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,49,,49,4,0,0,0,1,0,0,1,1,0,1,3824.5185546875,3824.5185546875,3824.5185546875,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,,,,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,177,1,,,1,,4,4,1,1,1,1,1,,,1,,1,1,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13921,,,,,1,0,0,0,0,0,0,0,0,0,-9,-9,,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,39000,39000,197.4841766357422,0,0,0,39000,0,39000,197.4841766357422,0,0,0,0,1,0,0,0,0,0,1,1,0,0,49,2401,1,,1,1,1,0,0,0,0,,41.4865608215332,49,2401,0,0,0,0,0,0,0,0,12,37,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,,1,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,0,0 -"9543","020318",1,3,1,,,,,17,,1,2,4,3,3,4,2,3,2,2,1,4,5,33,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,5,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,1,1300,350,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,13,,4,4,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,675,,6,4050,1,,2,,,,,,,,,,,,,,,2,,2,,2,1,,,,,3,40,,,4,,,,6000,,6000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,4,1,1,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,1,4,,7,68,4,,,,,,,,1984,2,"jd","020429",1,1,0,1,1,0,5999.99951171875,0,0,0,0,0,0,0,0,0,0,0,0,5999.99951171875,1.4163163900375366,1945.4146728515625,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,33,,33,2,0,1,0,0,0,0,1,1,0,1,7262.43115234375,7262.43115234375,7262.43115234375,0,4,0,0,1,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,47,0,1,0,0,0,4,4,1,0,0,1,0,,,0,,1,0,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13926,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6000,6000,77.45966339111328,0,0,0,6000,0,6000,77.45966339111328,0,0,0,0,,1,1,1,0,0,0,0,0,1,33,1089,1,,1,0,0,0,0,1,0,,41.4865608215332,33,1089,0,0,0,0,0,0,0,0,3,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020321",1,3,2,1,,,,3,,1,1,1,2,1,1,8,1,2,2,3,5,2,27,1,1,11,,1,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,9,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,400,1,,2,,10,8,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,4,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,27000,,27000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,50,9,65,4,,,,78000,,78000,1,,,,,,,,,,,4,,,,80000,,80000,1,,,,,,,,,,,1,1,1,1,25000,,,,,,,,,1,8500,0,,,,,,,1,1,,1,55000,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,3000,2,,,,,,,,,,,,,,,,,100000,10000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,3,2,,,,,,,,,,,,,,,,,,,2,1,,1,75,1,,,,1,,1,,,1,"mb","020321",2,2,0,2,2,0,80000,77999.9921875,3000,10000,0,0,0,0,0,0,0,0,0,171000,2.0333871841430664,2793.0068359375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,27,41.53856658935547,34.269283294677734,2,0,1,0,0,0,1,0,1,0,3,6092.46044921875,3046.230224609375,3046.230224609375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,25000,1,1,1,0,0,0,0,1,8500,0,8500,1,1,1,1,0,1,11610,17415,0,46440,1,1,42400,346,1,,,1,,4,2,1,1,1,1,1,1,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13930,,,,,1,0,0,0,0,0,0,0,0,0,3000,3000,54.772254943847656,0,0,0,0,0,0,10000,10000,100,0,0,0,0,0,0,0,0,0,2,78000,78000,279.2847900390625,80000,80000,282.84271240234375,80000,78000,80000,282.84271240234375,78000,279.2847900390625,0,0,,0,0,0,0,0,1,1,1,1,27,729,1,1,0,1,1,1,0,.4996632933616638,41.4865608215332,,41.4865608215332,41.53856658935547,1725.4525146484375,0,1,0,0,0,0,0,0,9,65,1,1,1,1,1,27,729,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020512",1,3,1,,,,,65,,1,1,3,2,3,4,3,1,2,2,1,2,5,65,2,1,5,,2,26,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,5,1,1,3,2,1,2,2,2,2,2,9,6,5,1,5,,,,,,,,,,,,,,,,,,,1,,,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,59,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,550,,12,6600,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,2,,,,,,,,,2,,1,1,9000,,,,,,,2,1,2,2,2,2,2,2,,2,2,,,2,,,,,,,1,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,1,2,,1,8,,2,1,2,2,,,,,,,,,,,,,,,,,,1,2,1,,,,,,,,2,1,2,1,2,2,2,2,,1,2,1,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,6,37,1,,,,1,,1,,,1,"ep","020512",2,2,0,1,1,0,0,0,0,0,2531.253662109375,0,0,0,0,0,0,0,0,2531.253662109375,2.536175489425659,3483.623291015625,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,65,,65,5,0,0,0,0,1,0,1,1,0,1,5140.7109375,5140.7109375,2570.35546875,0,4,0,0,1,0,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,385,0,1,0,1,1,5,2.5,1,0,1,1,1,,,1,,1,0,0,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13935,,,,,1,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,0,65,4225,0,,1,1,1,0,0,0,0,,41.4865608215332,65,4225,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020413",1,3,1,,,,,28,,1,1,1,1,1,1,4,1,2,2,3,5,5,54,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,500,8,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,3,,4,1,2,2,1,1,2,,,2,,,4,,,,13000,,13000,1,,1,400000,264000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,45,,,4,,,,100000,,100000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,500000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,130,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,1,48,1,,,,1,,1,,,1,"rm","020413",1,1,0,1,1,0,99999.9921875,0,130,0,0,0,0,0,0,0,0,0,0,100129.9921875,2.5468058586120605,3498.22509765625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,54,,54,4,0,0,0,1,0,0,1,1,0,1,4680.7060546875,4680.7060546875,4680.7060546875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,500000,1,1,1,1,400000,264000,136000,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,174,1,,,1,,4,4,1,1,1,1,1,,,1,,1,1,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13936,,,,,1,0,0,0,0,0,0,0,0,0,130,130,11.401754379272461,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,100000,100000,316.2277526855469,0,0,0,100000,0,100000,316.2277526855469,0,0,0,0,,0,0,0,0,0,1,1,1,0,54,2916,1,,1,1,1,1,0,0,0,,41.4865608215332,54,2916,0,1,0,0,0,0,0,0,12,45,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020422",1,3,1,,,,,0,6,2,1,2,2,2,3,8,2,2,2,8,5,5,28,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,2000,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,0,6,1,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1200,,6,7200,2,7200,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,55,,,4,,,,45000,,45000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,0,,,,,,,,,2,,,,,,,,,1,2,,1,24000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,1,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,4,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,1,73,97," <5:OTHER (SPECIFY)>:england",,,,,,,2001,1,"nr","020422",1,1,0,1,1,0,45000,0,0,0,0,0,0,0,0,0,0,0,0,45000,2.5468058586120605,3498.22509765625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,28,,28,2,0,1,0,0,0,0,1,1,0,1,4205.28173828125,4205.28173828125,4205.28173828125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,194,1,,,0,,1,1,1,1,1,1,1,,,1,,1,1,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13951,33,,,,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,45000,45000,212.1320343017578,0,0,0,45000,0,45000,212.1320343017578,0,0,0,0,,0,1,1,0,0,1,1,1,0,28,784,1,,1,1,1,1,0,0,0,,41.4865608215332,28,784,0,0,0,0,0,0,0,0,12,55,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020330",1,3,3,1,,,,32,,2,1,2,3,2,2,2,1,2,2,3,1,1,61,1,1,1,,2,51,1,9,,2,31,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,1,2,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,1,4,,,,,,,,,,,,,,,1,,2,,3300,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,10,,3,1,2,2,1,1,2,,,2,,,3,,,253,,12,3036,1,,1,98,22000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,10,60,,,4,,,,37000,,37000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,1,2,,,,,,,1,2000,0,,,,,,,2,,1,1,70000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,1,2,,2,,,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,1,1,1,4,6,,,,,,2,1,7,,,,,1,1,,,,,,,,,,,,,,,,,,,1,4,,2,40,6," <5:OTHER (SPECIFY)>:ecuador",,,,,,,1969,2,"el","020330",3,3,0,2,2,0,37000,0,0,0,0,0,0,0,0,0,0,0,0,37000,1.900001049041748,2609.791015625,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,61,51,56,4,0,0,0,1,0,1,0,1,0,3,11511.244140625,5755.6220703125,3837.081298828125,1,2,1,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,1,,22000,,1,2000,0,2000,0,1,1,0,0,0,11610,17415,0,46440,0,1,42400,175,0,1,0,1,1,3,1,1,1,1,1,0,1,,0,,1,1,1,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,13955,6,,,,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,37000,37000,192.3538360595703,0,0,0,37000,0,37000,192.3538360595703,0,0,0,0,,1,1,1,0,0,0,0,0,1,61,3721,1,0,1,0,0,0,1,1,51,51,41.4865608215332,61,3721,0,0,0,0,0,0,0,0,10,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,4,2,1,,,,2,,1,3,1,3,1,1,2,1,2,2,2,5,5,24,1,1,11,,1,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,2,,,,,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,9000,,9000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,45000,,45000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,8,1,2,,,,,,,2,,,,,,,,,1,2,,1,24000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000,800,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,77,1,,,,1,,1,,,1,"agh","020325",2,2,0,1,1,0,45000,0,0,800,0,0,0,0,0,0,0,0,0,45800,2.625349760055542,3606.11083984375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,24,,24,1,1,0,0,0,0,0,1,1,0,1,6762.6962890625,6762.6962890625,3381.34814453125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,114,1,,,1,,4,2,1,1,1,1,1,,,1,,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13962,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,800,28.284271240234375,0,0,0,0,0,0,0,0,0,1,45000,45000,212.1320343017578,0,0,0,45000,0,45000,212.1320343017578,0,0,0,0,,0,0,0,0,0,1,1,1,1,24,576,1,,1,1,1,1,0,1,0,,41.4865608215332,24,576,0,0,0,1,1,1,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,2,3,1,,,,36,,2,3,3,2,3,3,4,2,2,2,1,5,5,36,2,1,7,,2,27,1,3,,2,62,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,1,,,,,,,4,1,2,,,,,,,,,,,,1,4,,,,,,,,,,,,,,,,,,,1,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,14,,4,3,1,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,107,,12,1284,1,,1,,,,,,,,,,,,,,,1,5,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,2,1,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,134,1608,1,,2,,2,999999,2,,,,,,,2,,2,,,,3,,,,,,,,,1,1,,,,1,1,,,,,2,,,,2,1,2,1,2,2,2,2,,3,2,2,1,10,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:fear",2,2,,,,,2,3,3,,,,,,,,,,,,,,,,,,,1,4,,1,66,1,,,,3,,3,,,1,"ss","020314",3,3,0,1,1,0,0,0,0,0,0,0,1608.0001220703125,0,0,0,0,0,0,1608.0001220703125,13.461845397949219,18490.833984375,0,1,9.5,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,36,,36,3,0,0,1,0,0,0,1,1,0,1,50150.5390625,50150.5390625,16716.845703125,0,3,0,1,0,0,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,406,0,1,1,0,0,4,1.3333333730697632,1,0,1,1,1,,,1,,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13969,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1608,1608,40.099876403808594,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,0,36,1296,0,,1,0,0,0,0,0,0,,41.4865608215332,36,1296,1,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020401",1,5,1,,,,,40,,1,1,1,3,1,1,1,1,2,2,3,4,5,40,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,6,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,6,2,2,,2,,,2,,,,,,,2,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,1,,,,2,2,,2,,,,,2,2,1,2,,,,,,,2,,,,,1,3,2,3,3,3,2,2,1,1,2,1,4,2,1,,,,1,1,,2,1,1,0,10,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,1,0,1,1,2,1,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,1,,,,2,,,,,,2,2,,,3,,,600,,10,6000,1,,2,,,1,2,1,,2,2,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,900,,12,10800,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,99,40,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,8,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,5000,2,,1,2,,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,1,1,,,,,1,7,," <7:or some other reason? (specify)>:i had a zero inmcome and they wanted to know how i was paying my bills.",2,1,2,1,2,2,2,2,,1,2,1,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,61,1,,,,1,,1,,,1,"nr","020401",2,1,1,2,1,1,32212.5546875,0,0,0,0,0,0,0,0,0,0,0,0,32212.5546875,.7410326600074768,1017.86279296875,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,1,1,0,0,0,40,,40,3,0,0,1,0,0,0,1,0,1,2,2829.650146484375,2829.650146484375,2829.650146484375,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,0,,4,3,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,,,11610,17415,0,46440,0,1,42400,85,0,1,0,1,1,3,1.5,1,1,1,1,1,,1,1,1,1,1,1,1,2,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,13989,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,0,0,1,40,1600,1,,1,1,0,0,0,1,0,,41.4865608215332,40,1600,0,0,0,1,0,0,1,0,11,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020319",1,4,1,,,,,46,,2,2,3,1,2,4,8,1,1,2,3,4,5,46,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,8,1,,2,,15,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,10,,3,4,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,650,,12,7800,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,63000,,63000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,8,8,,,,,,,,2,,,,,,,,,1,2,,1,10000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,2,1,,2,56,1,,,,1,,1,,,1,"jd","020321",1,1,0,1,1,0,62999.99609375,0,0,0,0,0,0,0,0,0,0,0,0,62999.99609375,2.8710405826568604,3943.585205078125,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,1,1,0,0,0,46,,46,4,0,0,0,1,0,0,1,1,0,1,8076.595703125,8076.595703125,8076.595703125,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,215,1,,,0,,3,3,1,0,1,0,1,,,1,,1,1,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,13994,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,63000,63000,250.9980010986328,0,0,0,63000,0,63000,250.9980010986328,0,0,0,0,,0,0,0,0,0,1,0,0,1,46,2116,1,,1,1,0,0,0,1,0,,41.4865608215332,46,2116,0,0,0,1,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020324",1,2,2,1,,,,1,,1,2,1,1,2,2,8,1,2,2,3,5,5,31,2,1,11,,2,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,1800,1,,2,,60,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1200,,12,14400,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,55,,,4,,,,75000,,75000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,8,,120000,,,,,,,,,1,6000,0,,,,,,,1,1,,1,2000,,,,,,,2,2,2,1,1,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,5000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,1,,8,70,1,,,,97," <5:OTHER (SPECIFY)>:germany",1,,,1,"agh","020324",2,2,0,1,1,0,74999.9921875,0,100,0,0,0,0,0,5000,0,0,0,0,80099.9921875,3.6017274856567383,4947.2373046875,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,31,,31,2,0,1,0,0,0,0,1,1,0,1,5947.166015625,5947.166015625,2973.5830078125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,120000,1,1,1,0,0,0,0,1,6000,0,6000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,298,1,,,1,,5,2.5,1,1,1,1,1,,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14001,,,36,,1,0,0,0,0,0,0,0,0,0,100,100,10,5000,5000,70.71067810058594,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,75000,75000,273.86126708984375,0,0,0,75000,0,75000,273.86126708984375,0,0,0,0,,0,0,0,0,0,1,1,1,0,31,961,1,,1,1,1,1,0,0,0,,41.4865608215332,31,961,0,1,0,0,0,0,0,0,12,55,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020324",1,1,2,1,,,,19,,8,1,2,1,4,4,4,1,2,2,1,5,5,19,1,1,3,,2,99,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,9,2,7,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,5,,,1,,2,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,2,,,,,2,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,19,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,9,,,,,,,,,,,,,,,2,,2,,1,1,,,,,4,40,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,8,9,9,,,,,,,,2,,,,,,,,,1,2,,1,1500,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,3,99,1,,,,1,,1,,,1,"SF","020421",3,2,1,1,1,0,14319.4052734375,0,0,0,0,0,0,0,0,0,0,0,0,14319.4052734375,2.535856008529663,3483.1845703125,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,19,,19,1,1,0,0,0,0,0,1,1,0,1,6636.552734375,6636.552734375,3318.2763671875,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,195,0,1,1,1,1,4,1.3333333730697632,1,1,1,1,0,,,0,,,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14003,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,1,0,1,19,361,1,,1,1,1,0,0,1,0,,41.4865608215332,19,361,0,0,0,1,1,0,0,0,4,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020330",1,1,2,1,,,,18,,1,3,3,3,3,3,8,1,2,2,1,5,5,18,1,1,3,,2,38,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,1,,,,,,,2,2,,,,,,,,,,,,,8,,,,,,,,8,,,,,,,,,,,,,,,,2,,,,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,1,,3,3,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 18",2,,2,,1,1,,,,,12,24,,,1,280,,,,12,13440,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,8,,8,8,,,,,,,,2,,,,,,,,,1,8,,2,,,,,,,,2,2,2,2,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,1,2,2,1," <1:Yes (Specify)>:general clean-up for the neighbor",2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,2,84,4,,,,,,,,98,1,"mb","020330",2,2,0,1,1,0,13440,0,0,152.9750518798828,0,0,0,0,0,0,0,0,0,13592.974609375,1.9654018878936768,2699.6240234375,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,18,,18,1,1,0,0,0,0,0,1,1,0,1,6475.244140625,6475.244140625,3237.6220703125,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,188,0,1,1,0,1,3,1.5,1,0,1,1,,,,,,1,0,,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14004,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,13440,13440,115.93101501464844,0,0,0,13440,0,13440,115.93101501464844,0,0,0,0,1,0,1,1,0,0,1,0,0,1,18,324,1,,1,1,0,0,0,1,0,,41.4865608215332,18,324,0,0,0,1,0,0,0,0,12,24,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020325",1,4,7,1,,,,4,,2,1,2,2,2,3,3,4,2,2,1,1,1,23,2,1,1,,1,21,1,8,,1,36,1,7,,1,19,1,8,,2,43,1,12,,1,19,2,,,,,,,,,,,,,,,,,,,,,1,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,1,1,8,,,,2,2,,8,,,2,4,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,2,,,,,,,,,,2,,,,2,2,1,2,,,,,,,2,9,3,3,3,,,,,,,,,,,,1,1,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,1,0,4,4,3,1,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,150,,12,1800,1,,1,,,,,,,,,,,,,,,1,3,2,,2,1,,1,1,,12,98,12,48,8,,,,,,,,,8,,,,,,,,,8,,,,,,,,,8,,,,,,,,,2,,2,,8,8,,,,,,,,2,,,,,,,,,2,,8,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,8,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,3,2,1,1,2,,,,,,,,,,,,2,2,1,3,2,1,4,,2,78,8," <5:OTHER (SPECIFY)>:mexico",1,,,,,,2001,2,"jd","020325",7,6,1,3,2,1,19346.142578125,14830.08203125,0,0,0,0,0,0,0,0,0,0,0,34176.2265625,1.4781227111816406,2030.3101806640625,1,1,2,1,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,23,21,22,1,1,0,0,0,0,1,0,0,1,4,5617.8369140625,2808.91845703125,936.30615234375,0,3,0,1,0,1,1,0,1,0,0,0,1,1,0,0,0,1,,,,,,,,,,,,,,,4,,,,,0,0,0,0,0,0,0,0,0,0,1,,1,1,14630,21945,0,58520,0,1,46438.2578125,24,0,1,1,0,0,4,.5714285969734192,0,1,0,1,0,0,0,0,,1,1,0,1,1,1,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14005,8,,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,1,1,,1,1,1,0,0,0,0,0,0,23,529,1,1,1,0,0,0,2,0,21,21,41.4865608215332,23,529,0,0,0,0,0,0,0,0,12,42.29999923706055,0,0,0,0,1,21,441,0,0,0,1,1,.1519336998462677,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,4,4,1,,,,19,,1,1,2,3,1,2,2,2,2,2,1,5,5,19,2,1,3,,1,46,1,7,,1,19,1,3,,2,42,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,15,1,7,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,7,,,,1,1,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,2,,2,,,,,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,13,,4,1,2,2,1,1,2,,,8,,,5,,,,,,,,,,98,98,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,2,40,,,4,,,,7777,,7777,8,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,8,,,,,,,,2,,,,,,,,,1,2,,1,8,2,,1,2,,,2,2,2,2,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,4,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,1,4," <7:ANOTHER GROUP (SPECIFY)>:hispanic",2,82,1,,,,4,,4,,,1,"tc","020316",5,4,1,1,1,0,7201.28857421875,0,0,1872.30615234375,0,0,0,0,0,0,0,0,0,9073.5947265625,2.212916851043701,3039.60400390625,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,19,,19,1,1,0,0,0,0,0,1,1,0,1,4359.37255859375,4359.37255859375,1089.8431396484375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,0,0,0,0,1,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,347,0,1,1,1,1,4,.800000011920929,0,1,1,1,0,,,0,,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14007,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,0,0,0,0,1,1,0,0,19,361,1,,1,1,1,0,0,0,0,,41.4865608215332,19,361,0,0,0,0,0,0,0,0,2,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020617",1,2,3,1,,,,17,,2,1,4,1,3,3,4,2,2,2,3,5,5,22,1,1,8,,2,98,1,8,,1,98,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,1,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,1,20,30,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,17,,4,3,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 17 YEARS",2,,2,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3000,,,,,,,,,2,,,,,,,,,1,1,,1,1000,,,,,,,2,2,2,2,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000,1500,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,,2,35000,1,2,,1,4,,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,2,,8,80,7," <5:OTHER (SPECIFY)>:GUYANA",,,,,,,1986,1,"RR2","020617",3,3,0,1,1,0,0,0,0,1499.9998779296875,0,0,0,0,0,0,0,0,0,1499.9998779296875,2.407115936279297,3306.3505859375,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,22,,22,1,1,0,0,0,0,0,1,1,0,1,7930.5224609375,7930.5224609375,2643.507568359375,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,3000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,46,0,1,1,0,1,4,1.3333333730697632,1,0,1,1,0,,,0,,1,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14011,7,,,,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,1500,38.72983169555664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,1,0,0,1,22,484,0,,1,1,0,0,0,1,0,,41.4865608215332,22,484,0,0,0,1,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,4,3,1,,,,8,,1,3,3,1,1,3,4,4,2,1,2,5,5,24,1,1,3,,1,47,1,3,,2,47,1,4,,2,82,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,1,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,8,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,5,,4,3,1,1,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 24",2,,2,,1,1,,,,,12,30,,,4,,,,30000,,30000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,7,1,1,,,,,,,1,1500,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,1000,,,,,,,4,,,,,,,,,,,,,,,,,,,,,2,,2,70000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,1,,2,2,2,1," <1:Yes (Specify)>:nyc dept of transporation",2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,77,97," <5:OTHER (SPECIFY)>:russian",,,,,,,1994,1,"ct","020315",4,4,0,1,1,0,30000,0,0,999.9999389648438,0,0,0,0,0,0,0,0,0,31000,3.7128050327301025,5099.810546875,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,24,,24,1,1,0,0,0,0,0,1,1,0,1,9563.896484375,9563.896484375,2390.97412109375,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,250,1,0,0,0,0,0,0,1,1500,0,1500,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,155,1,,,0,,4,1,1,0,0,0,1,,,1,,1,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14014,66,,,,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,1,30000,30000,173.205078125,0,0,0,30000,0,30000,173.205078125,0,0,0,0,,0,1,1,0,0,1,1,1,1,24,576,1,,1,1,1,1,0,1,0,,41.4865608215332,24,576,0,0,0,1,1,1,0,0,12,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,4,1,,,,,18,,3,8,3,8,3,8,3,8,2,2,8,5,2,32,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,8,2,1,,8,,,7,1,1,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,99,9,4,,,,,2,98,,,,,8,3,2,,,,,,,,,,,,,1,8,,,,,,1,8,,,,,,1,,6,,,,2,,,2,,,,,8,2,3,2,,,,,,,2,,,,,,,,,,,,,,,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,2,2,,,,,,,,,2,0,2,1,2,2,,,,,2,,,8,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,3,,,250,,12,3000,1,,2,,,1,2,3,,,2,,2,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,450,,98,,,,8,,,,,,,,,,,,,,,2,,2,,1,1,,1,8,,12,40,,,8,,,,,,,,,2,,,,,1,8,,,,,,,,,,,,,,,,,,,,,1,1,2,,8,1,2,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,1,2,2,2,2,2,2,2,,2,1,2,2,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,100,1200,8,99,,,,,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,2,8,,8,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,1,8,1,2,2,2,3,,6,69,97," <5:OTHER (SPECIFY)>:CAMBODIA",1,,,,,,1984,1,"TY","020314",3,1,2,4,2,2,24746.314453125,1643.0234375,0,0,0,696.112548828125,0,0,0,326.3684997558594,0,0,0,26715.70703125,1.1900535821914673,1634.6260986328125,1,1,0,,2,2,6,0,0,0,0,0,1,0,0,4,0,0,0,1,32,41.53856658935547,36.769283294677734,3,0,0,1,0,0,1,0,0,1,4,3052.94482421875,1526.472412109375,3052.94482421875,1,2,1,0,0,1,2,1,0,1,0,0,0,3,0,1,0,1,,,,,,,,,,,,,,,4,1250,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,1,17650,26475,0,70600,0,1,37000,6,0,1,1,1,1,2,.6666666865348816,0,0,,1,1,1,1,1,,0,0,0,1,2,0,0,0,1,0,0,0,2,0,2,2,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14017,26,,,,26,-5,341.67962646484375,18.484577178955078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,169.98902893066406,13.037983894348145,0,0,0,1,-5,30172.58203125,173.7025604248047,-9,-9,,-5,-9,41729.015625,204.2768096923828,-9,,0,0,,0,1,1,0,0,1,0,0,0,32,1024,1,,1,1,0,0,0,0,41.4865608215332,,41.4865608215332,32,1024,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,1,,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 -"9543","020329",1,4,2,1,,,,23,,1,1,2,2,3,2,2,1,2,2,3,5,5,23,1,1,3,,2,49,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,1,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,22,,3,2,2,1,5,,,,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 21",2,,2,,2,1,,,,,1,15,,,8,,,,,,,,,2,,,,,2,,1,,,,,,,,,,,,,,,,,,,,2,,2,,8,1,1,,,,,,,2,,,,,,,,,2,,1,1,2000,,,,,,,2,2,2,2,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,100,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1," <7:ANOTHER GROUP (SPECIFY)>:IRISH/ITALIAN",2,78,1,,,,1,,1,,,1,"SF","020329",2,2,0,1,1,0,5000,0,0,100,0,0,0,0,0,0,0,0,0,5100,2.535856008529663,3483.1845703125,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,23,,23,1,1,0,0,0,0,0,1,1,0,1,6636.552734375,6636.552734375,3318.2763671875,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,250,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,80,0,1,1,1,0,3,1.5,1,1,1,1,0,,,0,,1,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14020,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,1,5000,5000,70.71067810058594,0,0,0,5000,0,5000,70.71067810058594,0,0,0,0,,0,0,0,0,0,1,1,0,1,23,529,1,,1,1,1,0,0,1,0,,41.4865608215332,23,529,0,0,0,1,1,0,0,0,1,15,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020317",1,2,2,1,,,,58,,3,2,2,1,3,3,3,2,2,2,1,1,1,58,1,1,1,,2,46,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,6,,,,,2,2,2,,,,,,,,,,,,,1,1,3,,,,,1,1,,,,,,,,,,,,2,1,1500,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,17,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,8000,,8000,2,9500,1,,,,,,,,,,,,,,,2,,2,,1,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,4,,,,50000,,50000,1,,,,,,,,,,,1,1,1,2,7,8,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,1200,2,,,,,,,,,,,,,,,,,800,40,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>:church organization for the community",1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,44,1,,,,1,,1,,,1,"|jn","020317",2,2,0,2,2,0,50000,0,1200.0001220703125,40,0,0,0,0,0,0,0,0,0,51240,1.431820273399353,1966.7103271484375,1,1,0,3,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,58,46,52,4,0,0,0,1,0,1,0,1,0,3,4601.1953125,2300.59765625,2300.59765625,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,1,0,1,1,11610,17415,0,46440,1,1,42400,284,1,,,1,,3,1.5,1,1,1,1,1,1,,1,,0,0,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14022,,,,,1,0,0,0,0,0,0,0,0,0,1200,1200,34.64101791381836,0,0,0,0,0,0,40,40,6.324555397033691,0,0,0,0,0,0,0,0,0,1,0,0,0,50000,50000,223.60679626464844,50000,0,50000,223.60679626464844,0,0,0,0,1,0,0,0,0,0,1,1,0,1,58,3364,0,1,0,1,1,0,1,0,46,46,41.4865608215332,46,2116,0,1,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,4,1,,,,,27,,2,3,1,3,3,1,3,1,2,2,3,5,5,27,1,1,7,,1,23,1,3,,1,54,1,3,,2,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,10,1,7,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,4,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,2,,,,,1,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,27,,12,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,2000,,1,2000,1,,2,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,3,30,,,2,,1400,,,3,8400,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,700000,,,,,,,,,2,,,,,,,,,1,1,,1,15000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,500000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,2,,3,75,1,,,,97," <5:OTHER (SPECIFY)>:haiti",97," <5:OTHER (SPECIFY)>:haiti",,1,"ka","020315",5,4,1,1,1,0,8400,0,0,0,0,0,0,0,0,0,0,0,0,8400,1.3897490501403809,1908.9224853515625,0,2,0,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,27,,27,2,0,1,0,0,0,0,1,1,0,1,5017.07861328125,5017.07861328125,1254.2696533203125,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,700000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,444,0,1,1,1,1,12,2.4000000953674316,1,1,1,1,1,,,1,,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14025,,,42,42,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,8400,8400,91.6515121459961,0,0,0,8400,0,8400,91.6515121459961,0,0,0,0,1,0,0,0,0,0,1,0,0,1,27,729,1,,1,1,0,0,0,1,0,,41.4865608215332,27,729,0,0,0,1,0,0,0,0,3,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,1,1,,,,,7,,1,2,3,3,1,3,3,2,1,2,1,5,5,22,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,3,1,7,,,,5,1,,,,,,,4,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,1,,,1,,2,,600,2,2,2,2,,,,,,,2,1,3,2,3,,,,,,,,,,,,1,3,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,1,1,1,2,," <4:OTHER (SPECIFY)>:daycare pre prek",,,,,,,,,,,,,,,,,,,,2,2,,,,2,1,1,,,,1,,,,2,1,1,,8,,,,,,,1,,2,,,1,2,1,,2,2,,1,3,1,1,2,,,,,,,,,,,,,,,,,,,,,1,7," <7:Or someone else? (specify)>:government",1,2,,3,,,60,,12,720,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,1,2,2,1,2,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,600,2,,,,,,,,,,,,,1,3,,,,,,,,,,10,130,1300,1,,12,109,1308,1,,2,,1,,1,2,,1,4,2,2,1,2,2,,,,1,8,,,,,,,,1,2,,,,,,,,,,,,,,2,2,2,,2,2,2,2,,1,2,2,1,1,,,,,,,,2,1,2,,,,,1,2,2,2,,,,,,,,,,,,2,2,2,1,2,1,4,,3,79,4,,1,,,,,,1995,1,"al","020314",2,1,1,2,1,1,0,0,0,0,0,1299.9998779296875,1308,0,0,0,600,0,0,1908,.5125567317008972,704.0343627929688,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,22,,22,1,1,0,0,0,0,0,1,0,1,2,884.4981079101562,884.4981079101562,884.4981079101562,0,3,0,1,0,1,3,1,0,0,1,0,1,2,1,0,0,1,,1,2,1,,,1.3333333730697632,0,,,,4,,,4,,,,,0,0,0,0,0,0,0,0,0,1,0,0,,0,11610,17415,1,46440,0,0,42400,335,0,1,0,0,0,1,.5,0,0,1,0,1,,1,1,,1,1,0,1,1,1,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,14035,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,600,24.494897842407227,0,0,0,0,0,0,1300,1300,36.055511474609375,1308,1308,36.166282653808594,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,1,1,1,0,0,1,1,0,0,22,484,0,,1,1,1,0,0,0,0,,41.4865608215332,22,484,1,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020612",1,1,2,1,,,,7,,2,3,1,1,3,3,1,1,2,2,2,1,1,37,1,1,1,,2,37,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,12,2,1,,1,,,7,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,7,1,1,2,,,,2,2,,2,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,2,,,,,,1,,2,,,,2,2,,1,,2,,125,2,1,1,2,,,,,,,2,,,,,1,3,1,3,3,3,2,2,4,4,1,1,4,3,,1,,,1,1,,1,1,1,0,3,3,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,2,0,2,2,2,2,,,,,1,3,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,3,,,2,,6,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,35,,,4,,,,39000,,39000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,15000,,,,,,,,,2,,,,,,,,,1,2,,1,1500,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,8,1,1,4,,7,65,1,,,,3,,3,,,1,"ddb","020612",4,2,2,4,2,2,39000,0,0,0,0,0,0,0,0,0,0,0,0,39000,.4740406572818756,651.1296997070312,1,1,0,2,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,37,37,37,3,0,0,1,0,0,1,0,0,1,4,3292.918212890625,1646.4591064453125,1646.4591064453125,1,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,1,3,1,1,1,1.6666666269302368,1,0,0,0,,4,4,4,15000,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,17650,26475,0,70600,0,1,37000,81,1,,,1,,6,1.5,1,1,1,1,1,1,1,1,1,1,0,1,1,2,0,0,0,0,0,0,0,2,0,2,2,1,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14036,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,39000,39000,197.4841766357422,0,0,0,39000,0,39000,197.4841766357422,0,0,0,0,,1,0,0,0,0,0,0,0,1,37,1369,1,0,1,0,0,0,1,1,37,37,41.4865608215332,37,1369,0,0,0,0,0,0,2,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020317",1,2,2,1,,,,2,,1,3,1,3,4,4,8,2,2,2,3,5,5,50,2,1,7,,2,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,8,,,,,,,8,,,,,,,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,7,,,,5,1,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,4,3,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 2 years",2,,1,2,2,2,1,,,,2,10,,,4,,,,500,,500,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,1,2,,2,,,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,1,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,3,2,,,,,,,,,,,,,,,,,,,2,2,,8,52,97," <5:OTHER (SPECIFY)>:st lucia",,,,,,,99,1,"mb","020317",2,2,0,1,1,0,500,0,0,0,0,0,0,0,0,0,0,0,0,500,1.2680877447128296,1741.8116455078125,0,2,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,50,,50,4,0,0,0,1,0,0,1,1,0,1,2478.980224609375,2478.980224609375,1239.4901123046875,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,399,0,1,1,0,1,4,2,1,1,1,1,0,,,0,,1,0,,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14043,75,,,,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,500,500,22.360679626464844,0,0,0,500,0,500,22.360679626464844,0,0,0,0,1,0,1,1,0,0,1,1,0,0,50,2500,1,,1,1,1,0,0,0,0,,41.4865608215332,50,2500,0,0,0,0,0,0,0,0,2,10,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020323",1,1,1,,,,,18,,1,2,3,2,2,3,3,3,2,2,1,5,5,44,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,2,1,2,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,1,,1,,,,2,1,8,1,,2,,60,1,1,2,2,2,2,2,2,2,2,2,,,,,1,3,3,2,3,3,2,2,1,2,1,1,4,1,,1,,,10,1,,1,2,1,0,3,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,8,,4,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,9,,,,,,,,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,9,9,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,9,2,2,2,2,2,2,2,,2,1,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,50,50,1,,,,,,,2,,2,,2,,,,,,,2,,2,,,,2,2,14,,,,,,,3,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,3,2,2,2,1,4,,6,57,97," <5:OTHER (SPECIFY)>:peru",1,,,,,,1982,2,"ak","020323",2,1,1,2,1,1,20280.244140625,0,0,0,0,50,0,0,0,0,0,0,0,20280.244140625,.90010005235672,1236.353515625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,44,,44,3,0,0,1,0,0,0,1,0,1,2,2447.803466796875,2447.803466796875,2447.803466796875,1,2,1,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,1,1,1,2,1,1,1.3333333730697632,0,0,0,0,,4,4,4,,,,,0,0,0,0,0,0,0,0,1,1,1,1,,1,11610,17415,0,46440,0,1,42400,127,0,1,1,0,0,4,2,1,0,0,1,1,,1,1,1,1,1,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,14045,63,,,,63,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,50,7.071067810058594,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,1,1,0,0,0,0,0,0,44,1936,1,,1,0,0,0,0,0,0,,41.4865608215332,44,1936,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0 -"9543","020314",1,4,1,,,,,51,,1,1,1,1,1,1,4,2,2,2,2,3,5,51,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,15,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,15,1,11,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,400,1,,2,,200,2,1,1,2,2,2,2,2,2,2,2,,,,,3,3,3,3,3,3,2,2,2,2,2,1,2,3,,1,,,9,2,,1,2,2,0,5,4,4,2,2,2,1,3,0,,,,1,0,1,2,2,2,,,8500,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,51,,4,1,2,2,1,2,,,,,,,,,,,,,,,,1,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,9,,,,,,,,,1,2,2,3,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,9,9,,,,,,,,1,10000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,2000,2,,,,,,,,,,,,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,3,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,8,50,1,,,,1,,1,,,1,"wc","020314",2,1,1,2,1,1,54999.99609375,0,2000,708.6011962890625,0,0,0,0,0,0,0,0,0,57708.59765625,.4791485667228699,658.145751953125,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,51,,51,4,0,0,0,1,0,0,1,0,1,2,2366.64794921875,2366.64794921875,2366.64794921875,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,2,3,4,,,,,1,100000,0,100000,1,10000,0,10000,1,1,1,1,,1,11610,17415,0,46440,1,1,42400,278,1,,,1,,4,2,1,1,1,1,1,,1,1,1,1,1,0,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,14048,,,,,1,0,0,0,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,55000,55000,234.52078247070312,0,0,0,55000,0,55000,234.52078247070312,0,0,0,0,,0,0,0,0,0,1,1,1,1,51,2601,1,,1,1,1,1,0,1,0,,41.4865608215332,51,2601,0,1,0,1,1,1,1,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020419",1,2,2,1,,,,77,,8,3,3,2,3,3,4,2,2,2,2,1,1,77,2,1,1,,1,79,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,1,7,,,,5,1,2,2,,2,3,2,2,2,2,1,2,2,5,6,1,5,1,,,,,1,5,1,,,,,,,,,,,2,1,2500,1,,2,,2500,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,51,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,630,,12,7560,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,98,98,,,,,,,,,,,,,,,,,,,4,,,,1800,,1800,1,,,,,,,,,,,2,,2,,9,9,,,,,,,,1,8,0,,,,,,,1,8,,1,200,,,,,,,1,1,1,1,2,2,1,2,2,2,2,,,2,8,,,,,,3,20000,2,,,,,3500,2,,,,,4500,2,,,,,,,,,,,,,,,,,500,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,25,1,,,,97," <5:OTHER (SPECIFY)>:lithuania",97," <5:OTHER (SPECIFY)>:russia",,1,"agh","020419",2,2,0,2,2,0,1800,0,4500,100,20000,0,0,3500,0,51.53145980834961,0,0,0,29951.53125,2.0333871841430664,2793.0068359375,1,1,0,3,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,77,79,78,5,0,0,0,0,1,1,0,1,0,3,5642.99609375,2821.498046875,2821.498046875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,,0,,1,1,1,0,,,11610,17415,0,46440,0,1,42400,259,0,1,1,0,1,4,2,1,0,1,1,1,1,,1,,,0,0,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14052,,,87,66,1,-5,341.67962646484375,18.484577178955078,20000,20000,141.42135620117188,3500,3500,59.160797119140625,4500,4500,67.08203887939453,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,1,0,0,0,1800,1800,42.42640686035156,1800,0,1800,42.42640686035156,0,0,0,0,,0,0,0,0,0,1,1,1,0,77,5929,0,1,0,1,1,0,2,1,79,79,41.4865608215332,79,6241,0,1,1,1,1,0,0,0,11,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 -"9543","020613",1,4,3,1,,,,70,,1,1,1,1,1,2,8,1,2,2,3,1,1,70,1,1,1,,2,60,1,9," <14:OTHER, SPECIFY>:Son in law",1,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,4,,,,,2,3,2,,2,1,1,1,1,2,4,2,5,6,2,1,5,,,,,,1,1,,,,,,,,,,,,2,2,,1,,2,,150,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,22,,5,1,2,2,1,1,2,,,1,7," <7:Or from some other source? (specify)>:City bank",2,,800,,,12,19200,1,,,200000,148000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,2,,900,,,12,21600,1,,,,,,,,,,,1,1,2,,4000,,,,,,,,,1,12000,8000,,,,,,,2,,2,1,1000,,,,,,,2,1,1,1,2,2,2,2,,2,2,,,2,,,,,,,1,12000,2,,,,,35000,2,,,,,100,1,12,1200,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,6,31,1,,,,1,,1,,,1,"ma","020625",3,3,0,2,2,0,21600.001953125,0,1200.0001220703125,0,12000,0,0,35000,0,0,0,0,0,69800,1.7536146640777588,2408.718505859375,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,70,60,65,5,0,0,0,0,1,1,0,1,0,3,5843.00537109375,2921.502685546875,1947.66845703125,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,4000,1,0,0,1,200000,148000,52000,1,12000,8000,4000,0,0,1,0,1,1,11610,17415,0,46440,1,1,42400,311,1,,,1,,5,1.6666666269302368,1,1,1,1,1,1,,1,,1,1,,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,1,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14061,,,,,1,0,0,0,12000,12000,109.54450988769531,35000,35000,187.08287048339844,1200,1200,34.64101791381836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,21600,21600,146.96939086914062,21600,0,21600,146.96939086914062,0,0,0,0,1,0,0,0,0,0,1,1,0,1,70,4900,0,1,0,1,0,0,1,0,60,60,41.4865608215332,60,3600,0,1,1,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020426",1,4,10,1,,,,8,,3,3,3,2,3,2,4,3,2,2,2,5,2,31,1,1,2,,2,27,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,2,4,,,,,1,1,2,,,,,,,,,,,,,1,1,,,,,,2,,,,,,,,,,,,,,1,8,1,,2,,800,8,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,650,,12,7800,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,2,1,12,60,98,4,4,,,,16000,,16000,1,,,,,,,,,,,8,,,,,,,,,2,,,,,2,,1,,1,2,2,,8,8,,,,,,,,2,,,,,,,,,2,,1,1,600,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,4,,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,8,71,2,,,,,,,,1993,1,"agh","020426",2,2,0,2,2,0,15999.9990234375,5000,0,0,0,0,0,0,0,0,0,0,0,21000,1.431820273399353,1966.7103271484375,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,31,27,29,2,0,1,0,0,0,1,0,1,0,3,4133.8466796875,2066.92333984375,2066.92333984375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,1,1,0,1,11610,17415,0,46440,0,1,42400,191,0,1,1,0,1,4,2,1,0,0,1,1,0,,0,,0,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14064,,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16000,16000,126.49110412597656,5000,5000,70.71067810058594,16000,5000,16000,126.49110412597656,5000,70.71067810058594,0,0,1,0,1,1,0,0,1,1,0,1,31,961,1,1,1,1,1,0,1,1,27,27,41.4865608215332,31,961,0,0,0,1,1,0,0,0,12,60,0,1,0,0,0,27,729,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020325",1,5,2,1,,,,46,,1,3,1,1,1,1,2,1,2,2,3,1,1,46,1,1,1,,2,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,11,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,2,,1,,2,,40,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,4,,7,1,2,2,1,2,,,,,,,,,,,,,,,,,300000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,37,12,37,4,,,,77000,,77000,1,,,,,,,,,,,4,,,,65000,,65000,1,,,,,,,,,,,1,1,1,1,9,9,,,,,,,,1,25000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,1,56,1,,,,1,,1,,,1,"jm","020325",2,2,0,2,2,0,77000,65000,3053.74951171875,1539.861572265625,0,0,0,0,0,0,0,0,0,146593.609375,2.0333871841430664,2793.0068359375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,46,45,45.5,4,0,0,0,1,0,1,0,1,0,3,6781.2392578125,3390.61962890625,3390.61962890625,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,300000,0,300000,1,25000,0,25000,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,228,1,,,1,,7,3.5,1,1,1,1,1,1,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14071,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,2,77000,77000,277.4887390136719,65000,65000,254.9509735107422,77000,65000,77000,277.4887390136719,65000,254.9509735107422,0,0,,0,0,0,0,0,1,1,1,1,46,2116,1,1,1,1,1,1,1,1,45,45,41.4865608215332,46,2116,0,1,0,1,1,1,0,0,12,37,0,1,1,1,0,45,2025,0,0,0,0,0,.1519336998462677,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020411",1,2,2,1,,,,20,,2,1,2,1,2,1,3,2,2,2,3,1,1,35,2,1,1,,1,38,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,1,9,,,,,2,2,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,,,,,,,2,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,6,,5,2,2,2,1,1,2,,,2,,,4,,,,16000,,16000,1,,,285000,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,50000,,50000,1,,,,,,,,,,,4,,,,50000,,50000,1,,,,,,,,,,,1,1,2,,30000,,,,,,,,,1,8,5000,,,,,,,1,2,,1,8,2,,1,2,,,2,2,2,2,1,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,7000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,2,,3,65,11," <5:OTHER (SPECIFY)>:TRINIDAD",,,,,,,98,1,"SF","020411",2,2,0,2,2,0,50000,50000,0,0,0,0,0,0,6999.99951171875,0,0,0,0,107000,1.1783050298690796,1618.488525390625,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,35,38,36.5,3,0,0,1,0,0,1,0,1,0,3,3248.85302734375,1624.426513671875,1624.426513671875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,30000,1,1,1,1,285000,,,1,,5000,,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,229,1,,,1,,5,2.5,1,1,1,1,1,1,,1,,1,1,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14072,11,,,,11,0,0,0,0,0,0,0,0,0,0,0,0,7000,7000,83.66600036621094,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,50000,50000,223.60679626464844,50000,50000,223.60679626464844,50000,50000,50000,223.60679626464844,50000,223.60679626464844,0,0,1,0,1,1,0,0,1,1,1,0,35,1225,1,1,1,1,1,1,2,0,38,38,41.4865608215332,35,1225,0,1,0,0,0,0,0,0,12,40,0,1,1,1,1,38,1444,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020412",1,4,2,1,,,,85,,2,1,1,1,2,2,1,1,2,2,2,1,1,85,2,1,1,,1,85,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,4,,,,,2,2,1,2,2,1,2,2,2,2,1,1,3,6,6,1,1,2,,,,,1,1,2,,,,,,,,,,,2,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,50,,5,2,2,2,1,2,,,,,,,,,,,,,,,,,300000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30000,,,,,,,,,1,1000,0,,,,,,,1,1,,2,,,,,,,,2,1,1,1,2,2,2,2,,2,2,,,2,,,,,,,2,8,,,,,,72000,2,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,17,1,,,,97," <5:OTHER (SPECIFY)>:ireland",97," <5:OTHER (SPECIFY)>:ireland",,1,"agh","020412",2,2,0,2,2,0,0,0,6202.8759765625,0,9571.310546875,0,0,72000,0,0,0,0,0,87774.1875,1.964072585105896,2697.798095703125,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,85,85,85,5,0,0,0,0,1,1,0,1,0,3,6112.90478515625,3056.452392578125,3056.452392578125,1,1,0,0,0,0,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,30000,1,1,1,1,300000,0,300000,1,1000,0,1000,1,1,1,0,0,0,11610,17415,0,46440,1,1,42400,55,1,,,1,,5,2.5,1,1,1,1,1,1,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14073,,,48,48,1,0,0,0,-5,995.5078735351562,31.55167007446289,72000,72000,268.3281555175781,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,1,0,0,85,7225,0,0,1,1,1,0,2,0,85,85,41.4865608215332,85,7225,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,2,3,1,,,,3,,1,1,1,1,2,1,8,1,2,2,3,5,5,30,2,1,11,,2,30,1,11,,2,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,2,,2,,,4,,,,7200,,7200,1,,8,,,,,,,,,,,,,,,2,,2,,2,1,,,,,12,44,,,4,,,,33000,,33000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,8,,15000,,,,,,,,,2,,,,,,,,,1,1,,1,4500,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,72,1,,,,1,,1,,,1,"al","020315",3,3,0,1,1,0,33000.00390625,0,0,100,0,0,0,0,0,0,0,0,0,33100.00390625,4.411197185516357,6059.103515625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,30,,30,2,0,1,0,0,0,0,1,1,0,1,7283.7607421875,7283.7607421875,2427.920166015625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,15000,1,1,0,0,0,0,0,0,0,0,0,1,1,0,1,,1,8590,12885,0,34360,0,1,21000.001953125,105,1,,,1,,5,1.6666666269302368,1,1,1,1,0,,,0,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14074,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,1,33000,33000,181.65902709960938,0,0,0,33000,0,33000,181.65902709960938,0,0,0,0,,0,0,0,0,0,1,1,1,0,30,900,1,,1,1,1,1,0,0,0,,41.4865608215332,30,900,0,0,0,0,0,0,0,0,12,44,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020625",1,2,1,,,,,30,,2,1,3,3,3,2,2,2,2,2,2,4,5,74,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,3,1,2,1,2,2,2,2,2,3,1,2,6,6,1,5,,,,,,,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,17,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,500,,12,6000,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,1,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,28,2,,,,,,,,1970,1,"ma","020625",1,1,0,1,1,0,0,0,0,163.3262481689453,0,0,0,5784.642578125,0,0,0,0,0,5947.96875,1.906602144241333,2618.858154296875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,74,,74,5,0,0,0,0,1,0,1,1,0,1,3983.071533203125,3983.071533203125,3983.071533203125,1,2,1,0,0,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,130,0,1,1,1,1,2,2,1,0,1,1,1,,,1,,1,0,1,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14076,,,,,2,0,0,0,0,0,0,-5,1241.30029296875,35.23208999633789,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,1,0,0,0,74,5476,0,,1,1,0,0,0,0,0,,41.4865608215332,74,5476,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543","020314",1,2,2,2,,,,19,,1,3,4,2,4,4,2,2,2,2,1,5,5,19,2,1,3,,1,58,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,15,1,7,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,4,,,,,1,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,19,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,8,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,2,,1,82,1,,,,1,,1,,,1,"jm","020314",3,2,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.6963424682617188,3703.62451171875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,19,,19,1,1,0,0,0,0,0,1,1,0,1,4454.37841796875,4454.37841796875,2227.189208984375,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,381,0,1,1,1,1,4,1.3333333730697632,1,0,1,1,0,,,0,,1,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14079,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,19,361,0,,1,1,0,0,0,0,0,,41.4865608215332,19,361,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020326",1,2,1,,,,,3,,3,2,2,2,8,3,8,1,2,2,2,3,5,61,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,1,,,,,,,4,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,1,8,,1,,2,,8,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,2,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,455,,12,5460,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,10,72,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,8,8,,,,,,,,2,,,,,,,,,1,8,,1,5000,,,,,,,2,1,2,8,2,2,2,2,2,2,2,,,2,,,,,,,1,3000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,3,60,4,,,,,,,,1986,2,"jd","020401",1,1,0,1,1,0,22524.59765625,0,0,0,3000,0,0,0,0,0,0,0,0,25524.59765625,1.9430500268936157,2668.922119140625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,61,,61,4,0,0,0,1,0,0,1,1,0,1,6986.70068359375,6986.70068359375,6986.70068359375,0,3,0,1,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,121,1,,,0,,2,2,1,1,1,1,1,,,1,,0,,,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14085,,,,,4,0,0,0,3000,3000,54.772254943847656,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,1,1,0,0,0,0,0,0,61,3721,1,,1,0,0,0,0,0,0,,41.4865608215332,61,3721,0,0,1,0,0,0,0,0,10,72,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020324",1,2,2,1,,,,25,,2,3,4,2,3,3,4,4,2,1,1,3,1,35,2,1,2,,1,28,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,12,2,1,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,12,2,6,,,,,2,4,,,,,1,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,2,3,3,3,3,2,1,1,2,2,1,1,3,3,,1,,,7,1,,2,2,1,0,1,4,4,2,2,2,1,4,4,1,5," <3:Something Else? (SPECIFY)>:u the parent were happy with t he schoolu the parent were not happy with the school because her grades were dropping.",1,1,,,,,,,,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,2," the hours u work baby sitting was not neccessary.",,,,,,,,,,,,,,2,,,2,2,1,,2,8,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,647,,12,7764,1,,8,,,,,,,,,,,,,,,1,2,2,,1,1,,1,1,,12,40,12,64,4,,,,54000,,54000,1,,,,,,,,,,,4,,,,75000,,75000,1,,,,,,,,,,,1,1,1,8,7000,,,,,,,,,1,37000,37000,,,,,,,2,,1,1,25000,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,1,1,1,2,,,,,,,,,,,,1,2,1,1,1,2,2,,5,66,1,,,,1,,1,,,1,"dj","020324",3,2,1,3,2,1,74999.9921875,54000,0,0,0,0,0,0,0,0,0,0,0,128999.9921875,.6563703417778015,901.5728759765625,1,1,1,2,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,35,28,31.5,2,0,1,0,0,0,1,0,0,1,4,1621.2178955078125,810.6089477539062,810.6089477539062,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,2,1,0,0,0,0,,3,4,4,7000,1,0,0,0,0,0,0,1,37000,37000,0,0,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,67,1,,,1,,5,1.6666666269302368,1,0,0,0,1,1,1,1,1,1,0,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14089,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,54000,54000,232.37899780273438,75000,75000,273.86126708984375,75000,54000,75000,273.86126708984375,54000,232.37899780273438,0,0,1,0,0,0,0,0,1,1,0,0,35,1225,1,1,0,1,0,0,2,1,28,28,41.4865608215332,28,784,0,0,0,1,0,0,1,0,12,64,1,1,1,0,0,35,1225,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020323",1,4,2,1,,,,5,,3,2,2,3,3,2,8,2,2,2,2,4,5,99,1,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,6,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,4,,,,,2,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,5,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,710,,12,8520,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,1,40,,,1,240,,,,6,5760,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,8,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,8,2,,1,2,,2,,,2,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,1," <1:Yes (Specify)>:hermanos unidos de queens united brothers from queens",2,2,2,1,1,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:nightmares",1,2,,,,,3,1,2,,,,,,,,,,,,,,,,,,,1,1,,2,68,6," <5:OTHER (SPECIFY)>:ecuador",,,,,,,1998,2,"dm","020403",2,1,1,1,1,0,5759.99951171875,0,0,0,0,0,0,0,0,0,0,0,0,5759.99951171875,.944076657295227,1296.7586669921875,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,41.3242301940918,,41.3242301940918,3,0,0,1,0,0,0,1,1,0,1,3655.952880859375,3655.952880859375,3655.952880859375,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,382,0,1,1,1,1,3,1.5,1,1,1,1,0,,,0,,0,0,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14115,6,,,,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5760,5760,75.89466094970703,0,0,0,5760,0,5760,75.89466094970703,0,0,0,0,,1,1,1,0,0,1,0,0,1,41.28620147705078,1707.6920166015625,1,,1,1,0,0,0,1,0,,41.4865608215332,42.23152160644531,1783.50146484375,0,0,0,1,0,0,0,0,1,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020407",1,4,2,1,,,,10,,3,3,3,3,3,3,8,2,2,2,2,5,5,99,1,1,4,,2,60,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,2,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,10,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,50,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,9,9,,,,,,,,1,2000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,9,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,3,,7,72,97," <5:OTHER (SPECIFY)>:india",,,,,,,1981,1,"cr","020407",2,2,0,1,1,0,44065.328125,0,0,0,0,0,0,0,0,0,0,0,0,44065.328125,2.173482656478882,2985.438232421875,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,4,0,0,0,1,41.3242301940918,,41.3242301940918,3,0,0,1,0,0,0,1,1,0,1,9605.59765625,9605.59765625,4802.798828125,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,2000,0,2000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,305,1,,,0,,4,2,1,0,1,1,1,,,1,,0,0,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14116,45,,,,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,1,1,0,0,1,1,1,1,41.28620147705078,1707.6920166015625,1,,1,1,1,1,0,1,0,,41.4865608215332,42.23152160644531,1783.50146484375,0,0,0,1,1,1,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020403",1,5,1,,,,,50,,1,1,1,3,1,3,1,3,2,2,3,3,9,99,2,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,4,9,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,9,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,99,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,9,,,9,,,,,,,,,9,,,,,,,,,,,,,,,1,1,2,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,1,100,0,,,,,,,1,2,,9,,,,,,,,9,9,9,9,9,9,9,2,,9,9,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,,9,,1,2,,2,,,2,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,2,2,9,2,2,9,,9,9,2,2,,,,,,,,,,,,,,,2,2,9,,,,,,,,,,,,,,,,,,,2,1,,2,99,1,,,,99,,99,,,1,"agh","020403",1,1,0,1,1,0,800.225830078125,0,0,0,0,0,0,0,0,0,0,0,0,800.225830078125,2.4599897861480713,3378.976806640625,0,1,1,,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,41.3242301940918,,41.3242301940918,3,0,0,1,0,0,0,1,1,0,1,4775.7275390625,4775.7275390625,4775.7275390625,0,3,0,1,0,,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,100,0,100,1,1,,,,,8590,12885,1,34360,0,0,21000.001953125,333,0,1,1,1,1,3,3,1,1,0,1,,,,,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,,,,0,,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14122,,,,,1,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,0,-9,-9,,0,0,0,-9,0,-9,,0,0,0,0,,0,0,0,0,0,1,1,0,0,41.28620147705078,1707.6920166015625,,,1,1,1,0,0,0,0,,41.4865608215332,42.23152160644531,1783.50146484375,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,,0,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,0 -"9543","020319",1,1,1,,,,,36,,3,2,3,1,3,4,3,2,2,2,1,5,5,38,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,,,,,,,2,1,2,,,,,,,,,,,,1,2,,,,,,,,,,,,,,,,,,,2,1,200,2,,,,,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,3,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,1,400,,,,12,19200,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,8,1,2,,,,,,,2,,,,,,,,,1,2,,1,400,,,,,,,1,1,2,2,2,2,2,2,,2,1,,,8,544,1,12,6528,1,,1,987,1,12,11844,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,26,312,1,,,,,,,1,360,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,,,,,,,,,,,2,1,1,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,1,,8,63,3,,,,,,,,1970,1,"ma","020613",1,1,0,1,1,0,19200.001953125,0,0,0,11843.9990234375,311.9999694824219,0,0,0,6527.99951171875,0,0,0,37572,.944076657295227,1296.7586669921875,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,38,,38,3,0,0,1,0,0,0,1,1,0,1,3655.952880859375,3655.952880859375,3655.952880859375,1,1,0,0,0,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,330,1,,,1,,3,3,1,0,1,1,1,,,1,,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14124,,,,,3,6528,6528,80.79603576660156,11844,11844,108.83013916015625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,312,17.66352081298828,-9,-9,,1,19200,19200,138.56407165527344,0,0,0,19200,0,19200,138.56407165527344,0,0,0,0,,1,0,0,0,0,1,0,0,1,38,1444,1,,1,1,0,0,0,1,0,,41.4865608215332,38,1444,0,0,1,1,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,0,0,0,0 -"9543","020320",1,1,1,,,,,12,,1,3,1,1,3,1,3,1,2,2,2,5,5,59,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,14,2,5,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,14,2,8,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,1,1,85,1,,2,,10,2,1,1,2,2,2,2,2,2,2,2,,,,,2,3,3,3,3,3,2,1,3,3,1,1,2,1,,1,,,9,1,,1,1,1,0,0,4,3,2,2,2,2,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,11,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,710,,12,8520,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,60,,,4,,,,58000,,58000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,0,,,,,,,,,1,13000,13000,,,,,,,1,2,,1,10000,,,,,,,2,2,2,2,2,1,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,700,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,1,2,3,3,2,,,,,,,,,,,,2,2,1,2,2,2,2,,2,42,1,,,,1,,98,,,1,"sj","020320",9,1,8,2,1,1,58000,0,0,0,0,0,0,0,0,0,700.0000610351562,0,0,58700,.8307514786720276,1141.09814453125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,59,,59,4,0,0,0,1,0,0,1,0,1,2,1422.6265869140625,1422.6265869140625,1422.6265869140625,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,3,4,4,0,0,0,0,0,0,0,0,1,13000,13000,0,1,1,1,1,,1,11610,17415,0,46440,1,1,42400,287,1,,,1,,3,.3333333432674408,0,1,1,1,1,,1,1,1,1,0,0,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,14125,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,700,26.4575138092041,0,0,0,0,0,0,0,0,0,0,0,0,1,58000,58000,240.83189392089844,0,0,0,58000,0,58000,240.83189392089844,0,0,0,0,1,0,0,0,0,0,1,1,0,0,59,3481,1,,1,1,1,0,0,0,0,,41.4865608215332,59,3481,0,0,0,0,0,0,0,0,12,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020328",1,3,1,,,,,5,,2,2,3,1,2,2,8,2,2,2,8,2,5,68,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,3,2,,3,3,2,2,2,2,1,3,2,5,6,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,5,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,8,,,,,,,,,,,,,,,1,1,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,3,2,3,,,,,,,,,,,,,,,,,,,1,1,,2,44,97," <5:OTHER (SPECIFY)>:espana",,,,,,,1996,2,"jd","020328",1,1,0,1,1,0,0,0,0,948.6865844726562,0,0,0,0,0,0,0,0,0,948.6865844726562,1.1629022359848022,1597.3316650390625,0,1,1,,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,68,,68,5,0,0,0,0,1,0,1,1,0,1,2775.81591796875,2775.81591796875,2775.81591796875,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,257,0,1,1,0,1,4,4,1,0,1,1,0,,,0,,1,1,,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14127,73,,,,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,1,1,0,0,1,1,1,0,68,4624,0,,1,1,1,1,0,0,0,,41.4865608215332,68,4624,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020327",1,3,2,1,,,,3,,1,1,1,1,2,2,3,1,2,2,3,5,5,24,1,1,12,,1,29,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,1,,,,,,,2,2,,,,,,,,,,,,,1,3,,,,,,,,,,,,,,,,,,,2,1,700,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1000,,12,12000,1,,2,,,,,,,,,,,,,,,2,,1,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20000,,,,,,,,,2,,,,,,,,,1,1,,1,25000,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,3,,8,78,97," <5:OTHER (SPECIFY)>:taiwan",,,,,,,1979,1,"rm","020327",2,2,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.086741328239441,1492.7191162109375,0,2,0,,4,1,4,0,0,0,1,0,0,0,0,4,0,0,0,1,24,,24,1,1,0,0,0,0,0,1,1,0,1,4561.07275390625,4561.07275390625,2280.536376953125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,20000,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,263,0,1,1,1,1,5,2.5,1,1,1,1,1,,,1,,1,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14211,79,,,,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,0,0,1,1,1,1,24,576,0,,1,1,1,1,0,1,0,,41.4865608215332,24,576,0,0,0,1,1,1,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020323",1,3,1,,,,,67,,1,1,3,2,1,3,2,1,2,2,3,4,5,74,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,4,1,2,3,1,1,1,2,2,4,2,4,4,8,1,4,,,,,,,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,0,6,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,150,,6,900,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,1,1,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,1,2,2,2,2,2,2,,2,2,,,1,,,,,,,1,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,700,700,1,,2,,2,,1,2,,2,,,2,2,,2,2,,2,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,2,,2,29,1,,,,1,,1,,,1,"TY","020323",1,1,0,1,1,0,0,0,0,0,947.3704223632812,0,700.0000610351562,0,0,0,0,0,0,1647.3704833984375,3.382920742034912,4646.6904296875,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,74,,74,5,0,0,0,0,1,0,1,1,0,1,9553.451171875,9553.451171875,9553.451171875,0,3,0,1,0,0,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,250,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,433,0,1,1,1,1,3,3,1,0,1,1,1,,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14216,,,,,1,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,700,26.4575138092041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,74,5476,0,,1,0,0,0,0,0,0,,41.4865608215332,74,5476,1,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020404",1,3,3,1,,,,16,,3,3,3,2,3,3,1,2,2,2,1,1,1,42,2,1,1,,1,60,1,5,,1,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,13,1,1,,1,,,12,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,12,1,4,,,,,2,4,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,8,,1,,2,,8,8,8,1,2,2,2,2,2,1,2,2,,,,,2,3,2,3,3,3,1,2,4,4,2,1,3,4,,1,,,5,1,,1,2,1,0,2,3,4,2,1,1,1,3,0,,,,2,2,,,,,,,,,1,0,1,2,2,2,,,,,1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,5,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,8,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,98,40,12,98,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,1,1,1,1,8,8,,,,,,,,1,8,2000,,,,,,,1,1,,1,9,1,2,,,,,2,2,2,8,2,2,2,2,,2,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,9,,,99,10,9,,,99,2,,2,9,2,,,,,,,2,,2,,,,3,,,,,,,,,1,3,,,,,,,,,,,,,,2,2,2,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,3,1,2,,,,,,,,,,,,2,3,2,3,2,1,4,,2,60,4,,1,,,,,,1975,2,"jd","020404",5,3,2,4,2,2,20371.603515625,11144.6611328125,0,0,0,248.6968231201172,1152.5357666015625,0,0,0,0,0,0,32668.80078125,.5805788636207581,797.4677124023438,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,42,60,51,4,0,0,0,1,0,1,0,0,1,4,1683.2808837890625,841.6404418945312,561.0936279296875,1,2,1,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,1,1,,3,3,4,,,,,0,0,0,0,1,,2000,,1,1,1,,,,17650,26475,0,70600,0,1,37000,203,0,1,1,1,1,4,.800000011920929,0,0,1,1,1,1,1,1,1,0,0,1,1,2,0,0,0,1,0,0,0,1,0,1,1,1,1,0,0,1,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14221,,,,,4,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,-5,169.98902893066406,13.037983894348145,-5,107.74469757080078,10.380014419555664,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,,1,1,1,0,0,1,0,0,0,42,1764,1,1,1,1,0,0,2,0,60,60,41.4865608215332,42,1764,1,0,0,0,0,0,0,0,11,40,0,1,0,0,1,60,3600,1,0,0,2,.1519336998462677,.1519336998462677,1,1,,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020324",1,3,1,,,,,54,,3,2,2,2,2,3,8,2,2,2,3,3,5,74,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,4,1,1,2,1,1,1,1,1,2,3,3,5,5,1,4,5,,,,,,,,,,,,,,,,,,2,,,1,,2,,41,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,6,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,399,,12,4788,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,1,2,2,2,2,2,2,,2,2,,,2,,,,,,,1,695,1,12,8340,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,8,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,7,28,3,,,,,,,,1947,2,"ak","020330",1,1,0,1,1,0,0,0,0,0,8340,0,0,0,0,0,0,0,0,8340,.8065130710601807,1107.804931640625,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,74,,74,5,0,0,0,0,1,0,1,1,0,1,3111.31640625,3111.31640625,3111.31640625,0,3,0,1,0,0,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,2000,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,176,0,1,1,0,1,4,4,1,1,1,1,1,,,1,,0,1,,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14222,,,,,3,0,0,0,8340,8340,91.32360076904297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,1,0,1,1,0,1,74,5476,0,,1,1,1,0,0,1,0,,41.4865608215332,74,5476,0,0,1,1,1,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020616",1,3,1,,,,,3,,2,3,1,2,8,2,8,2,2,2,8,5,5,31,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,1,1,40,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,0,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1300,,12,15600,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,9,60,,,4,,,,70000,,70000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,5000,,,,,,,,,1,10000,1000,,,,,,,1,8,,1,7000,,,,,,,1,2,2,2,2,2,1,2,,2,2,,,2,4000,1,3,12000,2,4800,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,1,2,2,2,1," <1:Yes (Specify)>:Red Cross",3,2,2,2,,,,,,,,,,,,,,,3,1,2,,,,,,,,,,,,,,,,,,,2,1,,2,70,1,,,,1,,1,,,1,"ma","020616",1,1,0,1,1,0,70000,0,0,200,0,0,0,0,0,4800.00048828125,0,0,0,75000,2.5468058586120605,3498.22509765625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,31,,31,2,0,1,0,0,0,0,1,1,0,1,4205.28173828125,4205.28173828125,4205.28173828125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,5000,1,0,0,0,0,0,0,1,10000,1000,9000,1,1,1,0,,0,8590,12885,0,34360,1,1,21000.001953125,412,1,,,1,,2,2,1,1,1,1,1,,,1,,1,,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14223,,,,,1,4800,4800,69.28203582763672,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,1,70000,70000,264.57513427734375,0,0,0,70000,0,70000,264.57513427734375,0,0,0,0,,0,0,0,0,0,1,1,1,0,31,961,1,,1,1,1,1,0,0,0,,41.4865608215332,31,961,0,0,0,0,0,0,0,0,9,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,3,1,,,,,30,,1,2,1,1,1,1,8,1,2,2,3,2,2,55,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,2,10,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,2,,1,,2,,3000,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,2,,5,1,2,2,1,1,2,,,2,,,3,,,2000,,12,24000,1,,1,750000,400000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,60,12,50,9,,,,,,,,,1,1,,,,,,,,9,,,,,,,,,1,1,,,,,,,,1,1,1,1,9,2,,1,,1,,3,,1,75000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,1,,7,45,1,,,,1,,1,,,1,"SF","020315",1,1,0,2,2,0,99999.9921875,100000,1862.3460693359375,0,0,0,0,0,0,0,0,0,0,201862.34375,1.0166935920715332,1396.50341796875,1,2,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,55,41.53856658935547,48.269283294677734,4,0,0,0,1,0,1,0,1,0,3,3390.61962890625,1695.309814453125,3390.61962890625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,500000,1,1,1,1,750000,400000,350000,1,75000,0,75000,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,111,1,,,1,,5,5,1,1,1,1,1,1,,1,,1,1,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14224,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,100000,100000,316.2277526855469,100000,100000,316.2277526855469,100000,100000,100000,316.2277526855469,100000,316.2277526855469,0,0,,0,0,0,0,0,1,1,1,1,55,3025,1,1,1,1,1,1,0,1,41.4865608215332,,41.4865608215332,55,3025,0,1,0,1,1,1,0,0,12,60,0,1,1,1,.3509513735771179,41.53856658935547,1725.4525146484375,0,0,0,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020330",1,3,2,1,,,,13,,8,2,3,3,2,2,8,3,2,2,1,1,5,41,1,1,11,,1,33,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,4,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,0,7,3,4,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,7,4200,1,,8,,,,,,,,,,,,,,,2,,2,,2,1,,,,,12,40,,,4,,,,16500,,16500,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,,1,1,2,1,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,8,2,2,2,,3,2,1,1,1,,,,,,,,1,2,,,,,,1,1,,,,,,,,,,,,,,,,,,,1,4,,3,61,4,,,,,,,,1988,2,"el","020330",2,2,0,1,1,0,16500.001953125,0,0,0,0,0,0,0,0,0,0,0,0,16500.001953125,2.002973794937134,2751.231689453125,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,41,,41,3,0,0,1,0,0,0,1,1,0,1,9869.94921875,9869.94921875,4934.974609375,0,3,0,1,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,,1,8590,12885,0,34360,0,1,21000.001953125,327,0,0,0,0,1,3,1.5,1,0,0,1,0,,,0,,,1,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14240,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,16500,16500,128.45233154296875,0,0,0,16500,0,16500,128.45233154296875,0,0,0,0,,1,1,1,0,0,0,0,0,1,41,1681,1,,1,0,0,0,0,1,0,,41.4865608215332,41,1681,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020319",1,3,1,,,,,8,,1,1,1,1,2,1,3,1,2,2,3,5,5,38,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,200,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,5,,4,2,2,2,1,1,2,,,2,,,9,,,,,,,,,1,300000,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,9,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,8,9,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,3,,8,99,1,,,,97," <5:OTHER (SPECIFY)>:korea",97," <5:OTHER (SPECIFY)>:korea",,1,"rm","020413",1,1,0,1,1,0,99999.9921875,0,2141.48876953125,0,0,0,0,0,0,0,0,0,0,102141.484375,1.5368843078613281,2111.0234375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,4,0,0,0,1,38,,38,3,0,0,1,0,0,0,1,1,0,1,6792.1845703125,6792.1845703125,6792.1845703125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,300000,,,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,198,1,,,1,,4,4,1,1,1,1,1,,,1,,1,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14245,,,53,53,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,100000,100000,316.2277526855469,0,0,0,100000,0,100000,316.2277526855469,0,0,0,0,,0,0,0,0,0,1,1,1,1,38,1444,1,,1,1,1,1,0,1,0,,41.4865608215332,38,1444,0,1,0,1,1,1,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020510",1,3,2,1,,,,18,,1,1,1,2,2,1,8,1,2,2,3,1,1,72,1,1,1,,2,60,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,10,,,,,1,2,2,,3,3,2,2,2,2,1,3,3,5,6,1,1,5,,,,,1,1,,,,,,,,,,,,2,1,600,1,,2,,3000,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,16,,4,1,2,2,1,1,2,,,2,,,9,,,,,,,,,,99,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,35,,,4,,,,100000,,100000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,8,9,2,,1,,1,,9,,1,20000,9,2,,1,9,,,1,8,,2,,,,,,,,2,1,2,1,1,2,2,2,2,2,2,,,2,,,,,,,1,15000,2,,,,,,,,,,,9,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,29,1,,,,1,,10," <5:OTHER (SPECIFY)>:poland",,1,"RR2","020510",2,2,0,2,2,0,99999.9921875,0,3399.775146484375,0,15000,0,0,0,6300.4755859375,0,0,0,0,124700.2421875,2.0333871841430664,2793.0068359375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,72,60,66,5,0,0,0,0,1,1,0,1,0,3,7031.1953125,3515.59765625,3515.59765625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,1,20000,,,1,1,1,1,0,1,11610,17415,0,46440,1,1,42400,151,1,,,1,,4,2,1,1,1,1,1,1,,1,,1,1,,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14251,,,,10,1,0,0,0,15000,15000,122.4744873046875,0,0,0,-5,2537.25634765625,50.371185302734375,-5,907.7564086914062,30.128995895385742,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,100000,100000,316.2277526855469,0,0,0,100000,0,100000,316.2277526855469,0,0,0,0,,0,0,0,0,0,1,1,1,1,72,5184,1,0,1,1,1,1,1,1,60,60,41.4865608215332,72,5184,0,1,1,1,1,1,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 -"9543","020407",1,3,2,1,,,,5,,1,1,1,1,2,2,2,2,2,2,2,1,1,29,2,1,1,,1,29,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,1,11,,,,,1,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,3000,1,,2,,300,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,2,,4,1,2,2,1,1,2,,,2,,,8,,,,,,,,,1,300000,98,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,60,12,60,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,1,1,1,1,9,9,,,,,,,,1,15000,0,,,,,,,1,2,,1,8,8,,,,,,2,2,2,1,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,1,72,1,,,,1,,1,,,1,"cr","020407",2,2,0,2,2,0,60168.89453125,28056.603515625,501.2546691894531,0,0,0,0,0,0,0,0,0,0,88726.75,2.0333871841430664,2793.0068359375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,29,29,29,2,0,1,0,0,0,1,0,1,0,3,4889.60107421875,2444.800537109375,2444.800537109375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,300000,,,1,15000,0,15000,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,77,1,,,1,,4,2,1,1,1,1,1,1,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14255,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,,0,0,0,0,0,1,1,1,0,29,841,1,1,1,1,1,1,2,0,29,29,41.4865608215332,29,841,0,1,0,0,0,0,0,0,12,60,0,1,1,1,1,29,841,1,1,1,0,.1519336998462677,.1519336998462677,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020325",1,3,1,,,,,30,,1,3,2,1,3,2,3,3,2,2,1,5,5,47,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,8,1,,2,,500,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,3,,4,2,2,2,1,2,,,,,,,,,,,,,,,,1,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,98,,,4,,,,68000,,68000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,8,,8,8,,,,,,,,1,8,0,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,2,,3,54,1,,,,97," <5:OTHER (SPECIFY)>:virgin island",97," <5:OTHER (SPECIFY)>:panama",,1,"jm","020325",1,1,0,1,1,0,68000,0,878.0106811523438,0,0,0,0,0,0,0,0,0,0,68878.0078125,1.4758204221725464,2027.1478271484375,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,47,,47,4,0,0,0,1,0,0,1,1,0,1,3236.31005859375,3236.31005859375,3236.31005859375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,,1,,0,,1,1,1,,,,8590,12885,0,34360,1,1,21000.001953125,360,1,,,1,,4,4,1,1,0,1,1,,,1,,1,0,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14260,,,1,61,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,68000,68000,260.7680969238281,0,0,0,68000,0,68000,260.7680969238281,0,0,0,0,1,0,0,0,0,0,1,1,1,0,47,2209,1,,1,1,1,1,0,0,0,,41.4865608215332,47,2209,0,1,0,0,0,0,0,0,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020406",1,4,2,1,,,,32,,1,3,1,1,1,1,2,1,2,2,2,1,1,32,2,1,1,,1,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,14,1,1,,1,,,11,1,1,,1,,,9,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,11,1,7,,,,5,2,4,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,6,,,,2,1,3900,1,,2,,240,2,2,1,2,,,,,,,2,,,,,1,3,2,2,2,3,1,1,2,2,1,1,5,2,,1,,,4,1,,1,1,1,0,15,4,4,1,2,2,1,2,0,,,,3,3,,,,,,,,,2,0,2,1,2,2,,,,,1,3,,2,,,,,,,2,,1,,,,2,,,,,,,,,,,,,,,2,,,2,2,,,4,,,,2400,,2400,2,1200,2,,,1,2,3,,,6,,4,3,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,900,,12,10800,1,,2,,,,,,,,,,,,,,,1,2,2,,1,1,,1,1,,12,40,12,40,2,,800,,,12,19200,1,,,,,,,,,,,1,450,,,,12,21600,1,,,,,,,,,,,2,,2,,0,,,,,,,,,1,8,10000,,,,,,,1,2,,1,9000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,1,4,2,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,3,1,1,1,1,1,4,,2,70,1,,,,97," <5:OTHER (SPECIFY)>:colombia",97," <5:OTHER (SPECIFY)>:colomboia",,1,"cr","020406",5,2,3,5,2,3,21600.001953125,19200.001953125,0,0,0,0,0,0,0,0,0,0,0,40800.00390625,.4049670994281769,556.2520751953125,1,1,1,2,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,32,36,34,2,0,1,0,0,0,1,0,0,1,4,1229.34375,614.671875,614.671875,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,0,1,2,2,2,1,1.6666666269302368,1,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,1,,10000,,1,1,1,1,1,1,20670,31005,0,82680,0,1,36847.08984375,10,1,,,0,,4,.800000011920929,0,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,0,0,0,0,2,0,2,2,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14264,,,28,28,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,19200,19200,138.56407165527344,21600,21600,146.96939086914062,21600,19200,21600,146.96939086914062,19200,138.56407165527344,0,0,,1,0,0,0,0,1,1,0,0,32,1024,1,1,0,1,0,0,2,1,36,36,41.4865608215332,36,1296,0,0,0,1,0,0,3,0,12,40,1,1,1,1,0,32,1024,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020323",1,4,2,1,,,,10,,3,2,1,1,2,1,1,1,2,2,3,1,1,53,1,1,1,,2,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,8,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,2,1,2,,,,2,7,,,,8,2,1,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,1,8,1,,2,,40,2,1,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,2,2,1,1,4,1,,1,,,3,3,,1,1,1,3,8,4,4,2,2,2,1,4,0,,,,1,0,1,2,2,2,,,2500,,1,0,1,2,2,1,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,,,,8,,,,,,2,2,,,4,,,,3000,,3000,1,,2,,,2,1,3,,,10,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,950,,12,11400,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,5,40,12,40,4,,,,10000,,10000,1,,,,,,,,,,,4,,,,52000,,52000,1,,,,,,,,,,,2,,2,,8,1,2,,,,,,,1,15000,0,,,,,,,1,1,,2,,,,,,,,1,1,2,2,1,2,2,2,,2,2,2,2,2,6500,2,,,,,1,796,1,2,1592,1,,,,,,,,,,,,,,700,1,12,8400,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,1,,1,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,2,1,1,10,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:MORE FEARS",2,2,,,,1,1,2,1,2,1,1,,2,49,97," <5:OTHER (SPECIFY)>:SPAIN",1,,,,,,1991,1,"NR","020401",3,2,1,3,2,1,51999.99609375,10000,0,0,1592.0001220703125,0,0,0,8400,6499.99951171875,0,0,0,78491.9921875,.4049670994281769,556.2520751953125,1,1,0,3,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,53,50,51.5,4,0,0,0,1,0,1,0,0,1,4,1997.9288330078125,998.9644165039062,998.9644165039062,1,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,1250,1,0,0,0,0,0,0,1,15000,0,15000,1,1,1,0,1,1,14630,21945,0,58520,1,1,46438.2578125,7,1,,,1,,4,1.3333333730697632,1,1,1,1,1,1,1,1,1,0,1,1,1,3,0,1,0,1,0,0,0,1,0,1,1,1,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14268,73,,,,73,6500,6500,80.62257385253906,1592,1592,39.89987564086914,0,0,0,0,0,0,8400,8400,91.6515121459961,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,10000,10000,100,52000,52000,228.0350799560547,52000,10000,52000,228.0350799560547,10000,100,0,0,,1,1,1,0,0,0,0,0,1,53,2809,1,1,0,1,1,0,1,0,50,50,41.4865608215332,50,2500,0,1,1,0,0,0,0,0,12,40,1,0,0,0,1,53,2809,0,0,0,1,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,2,2,1,,,,54,,4,1,3,1,4,1,2,4,2,2,3,3,5,54,2,1,5,,2,31,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,2,2,,1,,2,,100,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,29,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,10,32,,,4,,,,52000,,52000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,9,,,,,,,,1,8,15000,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,500,1,12,6000,2,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,3,1,2,2,2,2,,3,1,2,1,1,,,,,,,,2,2,,,,,,1,2,,,,,,,,,,,,,,,,,,,2,1,,2,48,1,,,,1,,1,,,1,"ma","020314",2,2,0,1,1,0,51999.99609375,0,500,0,0,0,0,0,0,0,0,0,0,52499.99609375,1.8008637428283691,2473.61865234375,0,2,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,54,,54,4,0,0,0,1,0,0,1,1,0,1,3309.75927734375,3309.75927734375,1654.879638671875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,,15000,,1,1,1,0,,0,8590,12885,0,34360,1,1,21000.001953125,229,1,,,1,,5,2.5,1,0,0,1,1,,,1,,0,0,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14271,,,,,1,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,52000,52000,228.0350799560547,0,0,0,52000,0,52000,228.0350799560547,0,0,0,0,,0,0,0,0,0,1,1,1,0,54,2916,1,,1,1,1,1,0,0,0,,41.4865608215332,54,2916,0,1,0,0,0,0,0,0,10,32,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020430",1,4,7,1,,,,0,6,2,2,2,2,3,2,8,3,2,2,8,3,5,31,1,1,3,,1,98,1,9,,1,98,1,9,,1,98,1,9,,1,98,1,9,,2,98,1,9,,1,98,,,,,,,,,,,,,2,,1," <11:OTHER (specify)>:<",0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,2,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,0,6,4,2,2,1,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,150,,6,900,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,65,,,3,,,1000,,12,12000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1200,2,8,2,,,,,,,1,2,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,2,2,1,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,7,69,6," <5:OTHER (SPECIFY)>:ECUADOR",,,,,,,2001,2,"jd","020430",7,7,0,1,1,0,12000,0,0,0,0,0,0,0,0,0,0,0,0,12000,2.1338329315185547,2930.976318359375,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,31,,31,2,0,1,0,0,0,0,1,1,0,1,7132.748046875,7132.748046875,1018.9639892578125,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,1,34360,0,0,21000.001953125,182,0,1,0,1,0,4,.5714285969734192,0,1,0,1,0,,,0,,1,0,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14282,6,,,,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,12000,12000,109.54450988769531,0,0,0,12000,0,12000,109.54450988769531,0,0,0,0,,1,1,1,0,0,1,1,0,1,31,961,1,,1,1,1,0,0,1,0,,41.4865608215332,31,961,0,0,0,1,1,0,0,0,12,65,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020321",1,2,1,,,,,25,,4,2,4,3,4,4,3,3,2,2,8,5,5,25,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,1,,,,,,,4,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,1,1,2000,1,,2,,500,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,4,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,550,,12,6600,1,,1,,,,,,,,,,,,,,,1,2,2,,1,1,,,,,4,6,,,7,,,,,,,,,2,,,,,2,,3,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,1,8000,10000,,,,,,,2,,2,1,2500,,,,,,,1,2,2,2,2,2,1,2,2,2,2,,,2,8000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,800,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,2,,,1,1,2,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,1,2,2,2,,1,2,1,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,7," <7:ANOTHER GROUP (SPECIFY)>:caucasian & black",2,76,1,,,,1,,97," <5:OTHER (SPECIFY)>:someplace in europe",,1,"nr","020501",1,1,0,1,1,0,12500,0,0,100,0,0,0,0,0,8000,0,0,0,20600,1.4962199926376343,2055.168212890625,0,1,1,,3,2,7,0,0,0,0,0,0,1,0,4,0,0,0,1,25,,25,2,0,1,0,0,0,0,1,1,0,1,6703.45458984375,6703.45458984375,6703.45458984375,0,3,0,1,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,8000,10000,-2000,0,0,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,15,0,0,0,1,1,3,3,1,0,0,1,1,,,1,,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14284,,,,97,1,8000,8000,89.44271850585938,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,1,12500,12500,111.80339813232422,0,0,0,12500,0,12500,111.80339813232422,0,0,0,0,,0,0,0,0,0,1,1,0,0,25,625,1,,1,1,1,0,0,0,0,,41.4865608215332,25,625,0,0,0,0,0,0,0,0,4,6,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020317",1,4,2,1,,,,15,,1,1,1,2,2,2,3,1,2,2,3,1,1,30,1,1,1,,2,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,2,10,,,,,2,1,2,,,,,,,,,,,,,1,1,2,,,,,1,1,2,,,,,,,,,,,2,1,120,1,,2,,80,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,7,,7,2,2,2,1,1,1,4,,2,,,3,,,1250,,12,15000,1,,,26500,125000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,40,12,10,1,85,,,,12,4080,2,43000,,,,,,,,,,8,,,,,,,,,1,2,2,1,,,,,,1,1,1,1,8,2,,1,,2,2,,,1,25000,0,,,,,,,1,1,,1,30000,,,,,,,2,2,2,1,1,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,15000,2,,,,,10000,2,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,1,4,,3,71,97," <5:OTHER (SPECIFY)>:Barbaos",,,,,,,1988,1,"ma","020317",2,2,0,2,2,0,43000,35000,15000,1974.665283203125,0,0,0,0,10000,0,0,0,0,104974.6640625,.46423453092575073,637.6602172851562,1,2,0,4,4,1,4,0,0,0,1,0,0,0,0,3,0,0,1,0,30,30,30,2,0,1,0,0,0,1,0,1,0,3,1597.1051025390625,798.5525512695312,798.5525512695312,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,70000,1,1,1,1,26500,125000,-98500,1,25000,0,25000,1,1,1,1,0,1,11610,17415,0,46440,1,1,42400,30,1,,,1,,7,3.5,1,1,1,1,1,1,,1,,1,1,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14286,20,,,,20,0,0,0,0,0,0,0,0,0,15000,15000,122.4744873046875,10000,10000,100,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,2,43000,43000,207.36441040039062,35000,35000,187.08287048339844,43000,35000,43000,207.36441040039062,35000,187.08287048339844,0,0,,1,1,1,0,0,1,1,1,1,30,900,1,1,1,1,1,1,1,1,30,30,41.4865608215332,30,900,0,1,0,1,1,1,0,0,12,40,0,1,1,1,0,30,900,0,0,0,0,0,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020630",1,4,2,1,,,,18,,1,3,1,3,1,1,1,4,2,2,3,1,1,42,1,1,1,,2,42,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,10,,,,,2,1,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,12,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,3,,3,,,700,,12,8400,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,40,,,4,,,,28000,,28000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,1,2,,,,,,,1,8,8,1,2,,,,,9,,9,9,,,,,,,,2,9,2,9,9,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,4,,2,59,4,,,,,,,,1981,1,"sf","020630",2,2,0,2,2,0,27999.998046875,0,0,0,0,0,0,0,0,0,0,0,0,27999.998046875,1.6834068298339844,2312.282958984375,1,1,0,4,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,42,42,42,3,0,0,1,0,0,1,0,1,0,3,8114.806640625,4057.4033203125,4057.4033203125,1,1,0,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,0,0,0,0,1,,1250,,,,1,1,0,1,11610,17415,0,46440,0,1,42400,267,0,1,1,1,1,4,2,1,1,0,1,0,0,,0,,1,1,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14289,,,,,4,0,0,0,-9,-9,,0,0,0,-9,-9,,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,28000,28000,167.33200073242188,0,0,0,28000,0,28000,167.33200073242188,0,0,0,0,,0,1,1,0,0,0,0,0,1,42,1764,1,0,1,0,0,0,1,1,42,42,41.4865608215332,42,1764,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,,1,0,0,0,0,,1,0,0,,1,0,0,0,0,0,0,0,0,0 -"9543","020316",1,4,3,1,,,,46,,1,1,1,1,1,1,1,1,2,2,3,1,1,46,2,1,1,,1,44,1,5,,1,24,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,10,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,400,1,,2,,300,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,12,,8,1,2,2,1,1,2,,,2,,,4,,,,12000,,12000,1,,,600000,100000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,3,1,1,,1,1,,12,40,12,40,4,,,,45000,,45000,1,,,,,,,,,,,4,,,,45000,,45000,1,,,,,,,,,,,2,,2,,9,2,,1,,1,,3,,1,5000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,30000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,55,1,,,,1,,1,,,1,"cd","020316",3,3,0,2,2,0,45000,45000,0,0,0,0,0,0,0,0,0,0,0,90000,.8301268815994263,1140.240234375,1,3,0,4,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,46,44,45,4,0,0,0,1,0,1,0,1,0,3,2406.8671875,1203.43359375,802.2890625,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,500000,1,1,1,1,600000,100000,500000,1,5000,0,5000,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,190,1,,,1,,8,2.6666667461395264,1,1,1,1,1,1,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14297,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,45000,45000,212.1320343017578,45000,45000,212.1320343017578,45000,45000,45000,212.1320343017578,45000,212.1320343017578,0,0,,0,0,0,0,0,1,0,0,0,46,2116,1,1,1,1,0,0,2,0,44,44,41.4865608215332,46,2116,0,0,0,0,0,0,0,0,12,40,0,1,1,1,1,44,1936,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020323",1,5,3,1,,,,60,,1,1,2,1,1,1,1,1,2,2,3,1,1,60,2,1,1,,1,51,1,5,,1,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,1,2,11,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,1,1,8,1,,2,,200,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,60,,10,1,2,2,1,1,2,,,2,,,8,,,,,,,,,,98,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,16,12,55,4,,,,10000,,10000,1,,,,,,,,,,,7,,,,,,,,,8,,,,,,,,,2,,2,,8,8,,,,,,,,1,15000,0,,,,,,,1,1,,1,8,8,,,,,,2,2,2,2,1,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>:church",1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,1,42,1,,,,1,,1,,,1,"mb","020323",3,3,0,2,2,0,10000,6492.06103515625,0,0,0,0,0,0,81.6097183227539,0,0,0,0,16573.669921875,2.4903805255889893,3420.720703125,1,1,0,4,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,60,51,55.5,4,0,0,0,1,0,1,0,1,0,3,7220.599609375,3610.2998046875,2406.866455078125,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,1,15000,0,15000,1,1,1,0,1,1,11610,17415,1,46440,0,0,42400,357,0,1,1,1,1,10,3.3333332538604736,1,1,1,1,1,1,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14299,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,-5,907.7564086914062,30.128995895385742,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,10000,10000,100,-5,19612.009765625,140.0428924560547,10000,-5,10000,100,9043.8486328125,95.09915161132812,0,0,,0,0,0,0,0,1,1,0,0,60,3600,1,1,1,1,1,0,2,0,51,51,41.4865608215332,60,3600,0,1,0,0,0,0,0,0,12,16,0,1,1,1,1,51,2601,1,1,1,0,.1519336998462677,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 -"9543","020324",1,5,2,1,,,,34,,1,1,1,1,2,1,8,1,2,2,3,1,1,34,2,1,1,,1,31,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,2,7,,,,5,1,1,2,,,,,,,,,,,,,1,3,,,,,,1,3,,,,,,,,,,,,1,1,4500,1,,2,,200,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,30,,7,1,2,2,1,1,2,,,2,,,4,,,,14000,,14000,1,,,320000,110000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,1,,12,50,7,50,4,,,,130000,,130000,1,,,,,,,,,,,4,,,,35000,,35000,1,,,,,,,,,,,1,1,8,,30000,,,,,,,,,1,28000,25000,,,,,,,1,1,,1,75000,,,,,,,1,1,2,1,1,2,1,2,2,2,2,,,2,4800,2,,,,,2,600,2,,,,,,,,,,,8,,,,,,3500,2,,,,,,,,,,,1000,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>:member of the bar association",3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,67,1,,,,1,,1,,,1,"ck","020427",2,2,0,2,2,0,100000.9921875,35000,355.0669250488281,200,600,0,0,0,3500,4800.00048828125,0,0,0,144456.0625,2.0333871841430664,2793.0068359375,1,1,0,3,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,34,31,32.5,2,0,1,0,0,0,1,0,1,0,3,4889.60107421875,2444.800537109375,2444.800537109375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,30000,1,1,1,1,320000,110000,210000,1,28000,25000,3000,1,1,1,1,0,1,11610,17415,0,46440,1,1,42400,83,1,,,1,,7,3.5,1,1,1,1,1,1,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14304,,,,,1,4800,4800,69.28203582763672,600,600,24.494897842407227,0,0,0,-5,2537.25634765625,50.371185302734375,3500,3500,59.160797119140625,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,2,130000,130000,360.55511474609375,35000,35000,187.08287048339844,130000,35000,130000,360.55511474609375,35000,187.08287048339844,0,0,,0,0,0,0,0,1,1,1,0,34,1156,1,1,1,1,1,1,2,0,31,31,41.4865608215332,34,1156,0,1,1,0,0,0,0,0,12,50,0,1,1,1,1,31,961,1,1,1,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020612",1,4,1,,,,,15,,3,1,3,2,3,2,1,2,2,2,8,3,5,50,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,5,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,1,,,,,,,,,,,,,,,2,,2,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,2,,,,,,,,,2,,1,1,5000,,,,,,,1,2,2,2,2,2,2,2,,2,2,,,2,3000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,1,1,7,8,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:anxiety depression",2,1,7,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,3,,2,52,97," <5:OTHER (SPECIFY)>:Philipines",,,,,,,1987,1,"ddb","020612",1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,3000,3.251485824584961,4466.15478515625,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,4,0,0,0,1,50,,50,4,0,0,0,1,0,0,1,1,0,1,7494.39111328125,7494.39111328125,7494.39111328125,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,409,0,1,1,1,1,3,3,1,0,1,1,0,,,0,,0,0,1,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14317,64,,,,64,3000,3000,54.772254943847656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,0,0,1,0,0,0,50,2500,0,,1,1,0,0,0,0,0,,41.4865608215332,50,2500,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020320",1,4,2,1,,,,25,,1,1,2,2,2,1,8,1,2,2,3,5,5,46,1,1,11,,1,47,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,2,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,40,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,25,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,230,,12,2760,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,35,,,4,,,,30000,,30000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,8,100000,,,,,,,,,1,8000,0,,,,,,,1,1,,1,2000,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,400,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,3,3,,,,,,,,,,,,,,,,,,,2,1,,2,55,1,,,,1,,1,,,1,"ak","020320",2,2,0,1,1,0,30000,0,400,0,0,0,0,0,0,0,0,0,0,30400,2.625349760055542,3606.11083984375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,46,,46,4,0,0,0,1,0,0,1,1,0,1,8247.9453125,8247.9453125,4123.97265625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,100000,1,1,1,0,0,0,0,1,8000,0,8000,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,244,1,,,1,,3,1.5,1,1,1,1,1,,,1,,1,1,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14321,,,,,1,0,0,0,0,0,0,0,0,0,400,400,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,30000,30000,173.205078125,0,0,0,30000,0,30000,173.205078125,0,0,0,0,,0,0,0,0,0,1,1,1,1,46,2116,1,,1,1,1,1,0,1,0,,41.4865608215332,46,2116,0,1,0,1,1,1,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020324",1,4,2,1,,,,47,,1,1,1,1,1,1,2,1,2,2,2,3,5,47,2,1,5,,2,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,1,11,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,8,2,,,,,8,2,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,1,1,1,1,2,4,3,,1,,,10,3,,1,1,1,0,10,4,4,2,2,2,1,3,0,,,,1,0,2,2,2,2,,,8000,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,11,,12,1,2,2,1,2,,,,,,,,,,,,,,,,,700000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,3,1,1,,,,,12,70,,,4,,,,600000,,600000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,7e+06,,,,,,,,,1,60000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,1,1,1," <1:Yes (Specify)>:sority pro bono legal work",1,2,2,2,,,,,,,,,,,,,,,1,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,1,55,1,,,,1,,1,,,1,"sj","020324",3,2,1,2,1,1,100000.9921875,0,485.2619323730469,0,0,0,0,0,0,0,0,0,0,100486.2578125,.32228052616119385,442.6759948730469,0,3,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,47,,47,4,0,0,0,1,0,0,1,0,1,2,619.0797729492188,619.0797729492188,309.5398864746094,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,3,7e+06,1,1,1,1,700000,0,700000,1,60000,0,60000,1,1,1,1,,1,11610,17415,0,46440,1,1,42400,39,1,,,1,,12,4,1,1,1,1,1,,1,1,1,1,1,1,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,14324,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,600000,600000,774.5966796875,0,0,0,600000,0,600000,774.5966796875,0,0,0,0,1,0,0,0,0,0,1,1,1,0,47,2209,1,,1,1,1,1,0,0,0,,41.4865608215332,47,2209,0,1,0,0,0,0,0,0,12,70,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,4,2,1,,,,18,,1,2,1,1,1,2,2,1,2,2,2,5,5,18,2,1,3,,2,52,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,14,2,7,,,,2,10,1,7,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,1,2,,,,1,,,,,,,1,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,18,,3,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,1,2,,3,,,135,,12,1620,1,,1,,,,,,,,,,,,,,,2,,2,,2,1,,,,,9,30,,,4,,,,6000,,6000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,1,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,300,3600,1,,12,345,4140,1,,2,,1,9000,1,2,,1,4,,2,1,2,2,,,,3,,,,,,,,,3,,,,,,,,,,,,,,,2,2,2,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,2,83,1,,,,97," <5:OTHER (SPECIFY)>:columbia",97," <5:OTHER (SPECIFY)>:columbia",,1,"al","020315",4,2,2,1,1,0,5999.99951171875,0,0,0,0,3600,4140.00048828125,0,0,0,0,0,0,10140,2.74788761138916,3774.425537109375,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,18,,18,1,1,0,0,0,0,0,1,1,0,1,8101.42041015625,8101.42041015625,4050.710205078125,1,1,0,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,403,0,1,0,0,0,3,.75,0,1,1,1,1,,,1,,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14330,,,28,28,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,3600,60,4140,4140,64.34283447265625,1,6000,6000,77.45966339111328,0,0,0,6000,0,6000,77.45966339111328,0,0,0,0,,1,0,0,0,0,0,0,0,0,18,324,1,,1,0,0,0,0,0,0,,41.4865608215332,18,324,1,0,0,0,0,0,0,0,9,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,2,3,1,,,,53,,1,2,3,2,4,2,4,2,2,2,2,1,1,58,2,1,1,,1,99,1,3,,2,99,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,4,,,,,2,1,2,,,,,,,,,,,,,2,,,,,,,1,1,,,,,,,,,,,,,1,8,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,30,,11,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,1,8,2,,1,1,,1,1,,12,35,12,35,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,1,1,1,2,9,9,,,,,,,,1,100,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,1,2,,2,,,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,1," <1:Yes (Specify)>:work for the church and also on the school board",2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,99,1,,,,1,,1,,,1,"|kp","020315",3,3,0,2,2,0,35211.55078125,20279.49609375,0,0,0,0,0,0,0,0,0,0,0,55491.046875,1.7536146640777588,2408.718505859375,1,1,,2,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,58,41.53856658935547,49.769283294677734,4,0,0,0,1,0,1,0,1,0,3,5194.36279296875,2597.181396484375,1731.4542236328125,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,100,0,100,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,153,1,,,1,,11,3.6666667461395264,1,0,1,1,0,1,,0,,1,0,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14333,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,1,0,0,0,0,0,1,1,0,0,58,3364,1,1,1,1,1,0,2,0,41.4865608215332,,41.4865608215332,58,3364,0,0,0,0,0,0,0,0,12,35,0,1,0,0,1,41.53856658935547,1725.4525146484375,1,0,0,0,.1519336998462677,.1519336998462677,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020408",1,2,2,1,,,,7,,3,3,1,1,1,2,8,1,2,2,3,1,1,29,2,1,1,,1,29,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5,10,1,1,,1,,,5,2,1,,1,,,4,2,1,,1,,,2,1,1,,1,,,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,10,1,4,,,,,2,4,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,8,8,8,2,2,,,,,,,2,,,,,3,3,3,3,3,3,2,2,2,3,1,1,4,0,,1,,,4,3,,1,1,2,0,98,4,4,1,2,1,1,4,3,1,,,2,0,4,2,1,2,,,8,,5,4,2,1,2,2,2,,,,2,,,1,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,8,2,2,,,6,,6,2,2,2,1,2,,,,,,,,,,,,,,,,1,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,98,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,8,,8,,9,9,,,,,,,,2,,,,,,,,,8,,1,9,,,,,,,,9,9,2,9,9,2,9,2,,9,2,2,2,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,,9,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,9,,,,,,,,,,2,2,9,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,99,99,,99,,,,,,99,1,"SF","020623",7,2,5,7,2,5,26334.619140625,0,0,0,0,0,0,0,0,0,0,0,0,26334.619140625,1.4416096210479736,1980.15673828125,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,29,29,29,2,0,1,0,0,0,1,0,0,1,4,2355.17919921875,1177.589599609375,1177.589599609375,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,0,1,1,1,1,1,1,0,0,0,1,,2,4,4,,,,,1,,0,,0,0,0,0,0,1,1,,0,,26710,40065,1,106840,0,0,33667.30859375,5,0,1,1,1,1,6,.8571428656578064,0,1,1,1,1,1,1,1,1,0,1,,1,2,0,0,0,,0,2,2,1,2,2,5,1,0,1,0,1,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14339,,,,,99,-9,-9,,-9,-9,,0,0,0,-9,-9,,-9,-9,,0,0,0,-9,-9,,-9,-9,,0,0,0,-9,-9,,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,4,1,,0,,0,0,0,1,0,0,0,29,841,1,0,1,1,0,0,2,0,29,29,41.4865608215332,29,841,0,0,0,0,0,0,0,0,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.7547569274902344,.1519336998462677,.1519336998462677,1,0,,1,,1,0,0,,1,,1,,1,0,0,,1,0,0,,1,0 -"9543","020405",1,1,2,1,,,,20,,1,3,3,1,3,3,3,2,2,2,2,1,1,40,1,1,1,,2,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,11,2,1,,1,,,9,2,1,,1,,,4,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,11,2,9,,,,,2,9,,,,,1,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,500,2,2,2,2,,,,,,,2,,,,,2,3,3,2,2,3,1,2,4,4,1,1,1,4,,1,,,5,1,,1,1,1,0,5,4,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,3,1,2,1,2,2,1,1,,,1,2,,3,,,,,,,3,,2,2,,,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,2,,,1,2,1,,2,6,,4,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1000,,12,12000,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,6,25,4,,,,50000,,50000,1,,,,,,,,,,,8,,,,,,,,,8,,,,,,,,,1,1,1,1,0,,,,,,,,,1,8000,0,,,,,,,2,,2,1,10000,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,1,2,,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,1,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,1,2,8,,,,,,,,,,,,2,2,2,2,2,2,2," <7:ANOTHER GROUP (SPECIFY)>:african",6,61,97," <5:OTHER (SPECIFY)>:nigeria",1,,,,,,1982,1,"SF","020501",5,2,3,5,2,3,50000,18788.84375,0,0,0,0,0,0,0,0,0,0,0,68788.84375,.5401546955108643,741.942138671875,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,2,0,1,0,0,40,40,40,3,0,0,1,0,0,1,0,0,1,4,1642.67724609375,821.338623046875,821.338623046875,1,2,1,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,1,2,2,1,1.3333333730697632,0,0,0,0,,3,4,4,0,0,0,0,0,0,0,0,1,8000,0,8000,0,0,1,1,0,1,20670,31005,0,82680,0,1,36847.08984375,45,1,,,0,,4,.800000011920929,0,0,1,1,1,1,1,1,1,1,0,0,1,2,0,0,0,1,0,0,1,2,1,2,3,1,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14351,59,,,,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,50000,50000,223.60679626464844,-5,19612.009765625,140.0428924560547,50000,-5,50000,223.60679626464844,9043.8486328125,95.09915161132812,1,1,1,0,1,1,0,0,1,1,1,1,40,1600,1,1,1,1,1,1,1,1,40,40,41.4865608215332,40,1600,0,0,0,1,1,1,3,1,12,40,0,1,1,1,0,40,1600,0,0,0,0,0,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020320",1,1,2,1,,,,35,,1,3,3,2,2,1,2,1,2,2,2,5,5,54,1,1,3,,2,67,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,1,1,8,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,1,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,134,,6,804,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,10000,,10000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,1,8,,,,,,,2,,,,,,,,,2,,1,1,800,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,10000,1,2,,1,2,,1,5,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,1,2,1,1,10,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:the thought of it reoccuring. fear that it will happen again",2,2,,,,,,1,1,,,,,,,,,,,,,,,,,,,1,4,,2,48,1,,,,1,,1,,,1,"NR","020320",2,2,0,1,1,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,10000,2.002973794937134,2751.231689453125,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,54,,54,4,0,0,0,1,0,0,1,1,0,1,11431.765625,11431.765625,5715.8828125,1,2,1,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,1,1,,1,8590,12885,1,34360,0,0,21000.001953125,70,0,0,,0,1,4,2,1,0,1,1,1,,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14352,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,10000,10000,100,0,0,0,10000,0,10000,100,0,0,0,0,,1,0,0,0,0,0,0,0,1,54,2916,1,,1,0,0,0,0,1,0,,41.4865608215332,54,2916,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020405",1,1,2,1,,,,11,,2,3,1,2,1,3,1,1,2,2,3,1,1,39,2,1,1,,1,39,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,11,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,11,1,8,,,,,2,8,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,2,,,,,,,2,,1,,2,,10,2,1,1,1,,,,,,,2,,,,,1,3,3,3,3,3,1,2,1,1,1,1,1,3,,2,7," <7:OTHER: specify (SPECIFY)>:in the 5th grade",,,,,,,,,,,,,,,,0,,,,1,1,,,,,,,,,1,0,1,2,2,2,,,,,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2," no",,,,,,,,,,,,,,2,,,2,2,3,,,2,,7,1,2,2,1,1,1,2,,2,,,3,,,1500,,12,18000,1,,,501,501,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,1,1,,,,,,,1,100,7,2,,1,1,2,,1,2,,2,,,,,,,,1,2,2,2,2,2,2,2,,2,2,2,1,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,1,2,1,2,,,,,,,,,,,,2,2,2,2,2,1,2,,2,62,4,,1,,,,,,1973,2,"dm","020405",3,2,1,3,2,1,0,0,0,0,0,0,0,0,0,1808.6651611328125,0,0,0,1808.6651611328125,.4049670994281769,556.2520751953125,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,39,39,39,3,0,0,1,0,0,1,0,0,1,4,1082.935546875,541.4677734375,541.4677734375,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,,1,1,1,1,1,1,0,,,,,4,4,4,250,1,0,0,1,501,501,0,1,100,15000,-14900,1,1,1,0,0,0,14630,21945,1,58520,0,0,46438.2578125,245,0,1,0,1,1,7,2.3333332538604736,1,1,1,1,1,1,0,0,,1,1,1,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14363,,,,,4,-5,341.67962646484375,18.484577178955078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,1,1,0,0,1,1,0,0,39,1521,0,0,1,1,1,0,2,0,39,39,41.4865608215332,39,1521,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 -"9543","020324",1,4,1,,,,,4,,2,3,1,1,4,2,8,1,2,2,3,5,5,34,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,1,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,259,1,,2,,60,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,0,4,3,1,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1150,,12,13800,2,99,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,85,,,4,,,,42000,,42000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,9,9,,,,,,,,2,,,,,,,,,1,1,,1,500,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,1,4,,2,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,1,2,,4,1,2,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,1,,7,67,97," <5:OTHER (SPECIFY)>:astrilia",,,,,,,1997,1,"kp","020324",1,1,0,1,1,0,42000,0,0,0,0,0,0,0,0,0,0,0,0,42000,2.5468058586120605,3498.22509765625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,34,,34,2,0,1,0,0,0,0,1,1,0,1,4205.28173828125,4205.28173828125,4205.28173828125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,227,1,,,1,,3,3,1,1,1,1,1,,,1,,1,0,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14365,17,,,,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,42000,42000,204.9390106201172,0,0,0,42000,0,42000,204.9390106201172,0,0,0,0,,0,1,1,0,0,1,1,1,0,34,1156,1,,1,1,1,1,0,0,0,,41.4865608215332,34,1156,0,0,0,0,0,0,0,0,12,85,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,2,1,,,,,1,,3,8,2,1,2,2,8,2,2,2,2,5,5,40,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,1,,,,1,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,1,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,106,,9,954,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,11,50,,,3,,,1500,,8,12000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,1,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,55,660,1,,12,140,1680,1,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,,,,,,,,,,,2,2,5,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,3,61,1,,,,1,,1,,,1,"ty","020315",1,1,0,1,1,0,12000,0,0,0,0,660.0000610351562,1680.0001220703125,0,0,0,0,0,0,13680,1.3897490501403809,1908.9224853515625,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,40,,40,3,0,0,1,0,0,0,1,1,0,1,4821.3505859375,4821.3505859375,4821.3505859375,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,254,0,1,1,1,1,3,3,1,1,1,1,0,,,0,,0,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14369,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,660,25.690465927124023,1680,1680,40.9878044128418,1,12000,12000,109.54450988769531,0,0,0,12000,0,12000,109.54450988769531,0,0,0,0,1,0,0,0,0,0,1,0,0,1,40,1600,1,,1,1,0,0,0,1,0,,41.4865608215332,40,1600,1,0,0,1,0,0,0,0,11,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020420",1,2,3,1,,,,41,,2,3,2,2,2,2,2,1,2,2,2,1,1,41,1,1,1,,2,45,1,4,,2,76,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,7,,,,5,2,2,2,,,,,,,,,,,,,2,,,,,,,1,4,,,,,,,,,,,,,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,30,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,300,,12,3600,1,,1,,,,,,,,,,,,,,,2,,2,,2,1,,2,2,1,12,40,5,20,7,,,,,,,,,2,,,,,1,1,,,7,,,,,,,,,2,,,,,2,,1,,2,,2,,8,1,1,,,,,,,2,,,,,,,,,8,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6,100,600,1,,,,,,,2,,2,0,1,2,,1,3,,2,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,61,1,,,,1,,1,,,1,"pg","020420",3,3,0,2,2,0,17500,5000,0,0,0,600,0,0,0,0,0,0,0,22500,1.7536146640777588,2408.718505859375,1,1,0,3,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,41,45,43,3,0,0,1,0,0,1,0,1,0,3,6865.82421875,3432.912109375,2288.608154296875,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,250,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,11610,17415,0,46440,0,1,42400,256,0,1,1,0,1,4,1.3333333730697632,1,1,1,1,0,1,,0,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14373,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,600,24.494897842407227,0,0,0,2,17500,17500,132.28756713867188,5000,5000,70.71067810058594,17500,5000,17500,132.28756713867188,5000,70.71067810058594,0,0,1,0,0,0,0,0,1,0,0,1,41,1681,1,1,1,1,0,0,1,1,45,45,41.4865608215332,41,1681,0,0,0,1,0,0,0,0,12,40,0,1,1,1,0,45,2025,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,2,2,1,,,,15,,2,1,2,3,3,3,3,4,2,1,1,1,1,31,2,1,1,,1,42,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,10,1,2,,1,,,8,2,1,,1,,,6,2,1,,1,,,0,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,4,0,2,2,,2,,,2,6,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,2,,,,,,,1,,4,6,,,,1,2000,1,,2,,1200,2,2,1,2,,,,,,,2,3,3,3,3,,,,,,,,,,,,1,1,98,,,,,,,,,,,,,,,,,,,,,,,,3,3,,,,,,,,,4,1,3,1,2,2,2,,,,1,4,,4,,,,,,,3,,1,,,,2,,,,,,,,,,,,,,,2,,,2,2,,,1,80,,,,12,3840,1,,2,,,1,2,1,,2,16,,4,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,687,,12,8244,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,90,12,60,4,,,,16000,,16000,1,,,,,,,,,,,4,,,,22000,,22000,1,,,,,,,,,,,2,,2,,8,8,,,,,,,,2,,,,,,,,,1,1,,1,2000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,3,2,2,2,2,,7,66,7," <5:OTHER (SPECIFY)>:guyana",1,,,,,,1986,1,"sf","020315",6,2,4,6,2,4,22000.001953125,15999.9990234375,0,0,0,0,0,0,0,0,0,0,0,38000,.6563703417778015,901.5728759765625,1,1,0,3,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,31,42,36.5,3,0,0,1,0,0,1,0,0,1,4,1564.87890625,782.439453125,782.439453125,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,,,,,,,,,,,2,,,4,,,,,0,0,0,0,0,0,0,0,1,1,1,1,1,1,23690,35535,0,94760,0,1,26400,11,1,,,1,,4,.6666666865348816,0,1,0,0,1,0,1,0,,1,0,0,1,2,0,0,0,1,0,1,0,3,1,3,4,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14386,7,,,,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16000,16000,126.49110412597656,22000,22000,148.323974609375,22000,16000,22000,148.323974609375,16000,126.49110412597656,1,1,1,0,1,1,0,0,1,0,0,0,31,961,1,1,0,1,1,0,2,1,42,42,41.4865608215332,42,1764,0,0,0,1,1,0,4,1,12,60,1,1,0,0,0,31,961,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020406",1,4,2,1,,,,40,,2,2,2,3,2,3,2,2,2,2,3,1,1,71,2,1,1,,2,71,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,6,,,,,2,1,2,,,,2,4,2,,3,2,2,2,2,2,9,1,1,1,1,1,4,,,,,,1,4,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,8,,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1200,,12,14400,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,1,2000,6000,,,,,,,2,,2,2,,,,,,,,2,1,2,2,2,2,2,2,,1,1,,,2,,,,,,,3,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,,," <4:OTHER {SPECIFY}>:both",12,100,1200,1,,12,200,2400,1,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,3,,,,,,,,,3,,,,,1,1,,,,,2,,,,2,9,9,,9,9,9,2,,9,9,9,9,,,,,,,,,,,,,,,9,9,9,,,,,,,,,,,,,,,,,,,1,4,,99,33,4,,,,,,,,1960,2,"dm","020406",2,2,0,2,2,0,0,0,0,0,4610.01220703125,2400,0,0,0,0,0,1200.0001220703125,0,5810.01220703125,.8834039568901062,1213.4202880859375,1,1,0,1,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,71,71,71,5,0,0,0,0,1,1,0,1,0,3,3511.78759765625,1755.893798828125,1755.893798828125,0,3,0,1,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,2000,6000,-4000,0,0,0,0,0,0,11610,17415,1,46440,0,0,42400,87,0,1,0,0,1,3,1.5,1,1,1,1,1,1,,1,,1,1,1,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14390,,,,,4,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,1200,34.64101791381836,2400,2400,48.98979568481445,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,1,1,0,0,1,1,0,0,71,5041,0,0,1,1,1,0,1,0,71,71,41.4865608215332,71,5041,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020628",1,4,2,1,,,,40,,2,1,1,2,1,1,8,2,2,2,3,1,1,72,1,1,1,,2,68,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,2,2,7,,,,2,2,3,2,,3,2,2,2,2,2,1,3,2,6,6,1,5,,,,,,1,5,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,3,,4,1,2,2,1,2,,,,,,,,,,,,,,,,1,250000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,2,2,2,2,6,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,9,,,,,,,,1,15000,0,,,,,,,2,,1,2,,,,,,,,2,1,9,9,9,2,2,2,,9,2,,,2,,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,9,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,4,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,9,1,,2,29,97," <5:OTHER (SPECIFY)>:Cuba",,,,,,,1962,1,"ma","020628",2,2,0,2,2,0,6847.5712890625,0,0,0,3995.293212890625,0,0,0,0,0,0,0,0,10842.8642578125,1.6220712661743164,2228.0341796875,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,,,,,,72,68,70,5,0,0,0,0,1,1,0,1,0,3,5530.94580078125,2765.472900390625,2765.472900390625,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,250000,0,250000,1,15000,0,15000,0,1,0,0,0,0,11610,17415,1,46440,0,0,42400,234,0,1,1,1,1,4,2,1,1,1,1,1,1,,1,,1,1,,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14396,30,,,,30,0,0,0,-5,995.5078735351562,31.55167007446289,-9,-9,,-9,-9,,-9,-9,,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,0,0,1,1,0,0,1,1,1,1,72,5184,1,0,1,1,1,1,1,1,68,68,41.4865608215332,72,5184,0,0,1,1,1,1,0,0,2,6,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,,1,0,0,0,0,1,0,0,0,,1,,1,0,0,0,0,,1,0 -"9543","020314",1,2,2,1,,,,33,,2,1,1,1,3,1,2,1,2,2,3,1,1,52,2,1,1,,1,61,1,5,,1,26,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,1,4,,,,,2,1,2,,,,,,,,,,,,,1,2,,,,,,2,,,,,,,,,,,,,,1,800,2,,,,,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,26,,6,1,2,2,1,1,2,,,2,,,3,,,800,,12,9600,1,,,350000,80000,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,10,7,12,60,4,,,,32000,,32000,1,,,,,,,,,,,4,,,,40000,,40000,1,,,,,,,,,,,2,,2,,50000,,,,,,,,,1,5000,0,,,,,,,1,8,,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,1,2,2,1," <1:Yes (Specify)>:spiural service",1,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,48,5," <5:OTHER (SPECIFY)>:italy",,,,,,,1966,1,"ejg","020314",3,3,0,2,2,0,40000,32000,0,0,0,0,0,0,0,0,0,0,0,72000,2.4903805255889893,3420.720703125,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,52,61,56.5,4,0,0,0,1,0,1,0,1,0,3,7220.599609375,3610.2998046875,2406.866455078125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,50000,1,1,1,1,350000,80000,270000,1,5000,0,5000,1,1,1,0,1,1,11610,17415,0,46440,1,1,42400,118,1,,,1,,6,2,1,1,1,1,1,0,,0,,1,0,1,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14398,5,,,,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32000,32000,178.88543701171875,40000,40000,200,40000,32000,40000,200,32000,178.88543701171875,0,0,,0,1,1,0,0,1,1,1,0,52,2704,1,1,0,1,0,0,2,1,61,61,41.4865608215332,61,3721,0,0,0,1,0,0,0,0,12,60,1,1,1,1,0,52,2704,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,2,3,1,,,,18,,2,3,2,1,1,3,3,2,2,2,2,5,5,26,2,1,7,,2,24,1,3,,2,46,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,2,,5,3,2,1,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,588,,12,7056,1,,1,,,,,,,,,,,,,,,2,,2,,2,1,,,,,5,25,,,4,,,,5000,,5000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,1,1,7000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,30000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,1,,3,75,3,,,,,,,,1982,1,"RR2","020325",3,3,0,1,1,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,5000,1.9164421558380127,2632.3740234375,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,26,,26,2,0,1,0,0,0,0,1,1,0,1,4136.79833984375,4136.79833984375,1378.9327392578125,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,323,0,1,1,0,0,5,1.6666666269302368,1,1,1,1,0,,,0,,1,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14399,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5000,5000,70.71067810058594,0,0,0,5000,0,5000,70.71067810058594,0,0,0,0,,1,0,0,0,0,1,1,0,0,26,676,1,,1,1,1,0,0,0,0,,41.4865608215332,26,676,0,0,0,0,0,0,0,0,5,25,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020321",1,4,2,1,,,,23,,2,1,2,2,4,2,8,2,2,2,3,1,1,33,1,1,1,,2,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,3,1,2,,3,,,2,4,,,,,2,1,1,1,,,,,,,,,,,,1,4,,,,,,2,,,,,,,1,,4,,,,,,,2,,,,,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,1,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,5,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,580,,12,6960,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,2,1,,,,9,40,,,,,,,,,,,,,,,,,,,8,,,,,,,,,8,,,,,,,,,2,,2,,200,,,,,,,,,2,,,,,,,,,8,,8,1,1000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,2,2,2,2,2,,2,2,2,1,10,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:fear",1,2,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,8,1,4,,2,68,97," <5:OTHER (SPECIFY)>:nicargua",1,,,,,,1980,1,"sj","020321",3,2,1,3,2,1,12446.9658203125,0,0,0,0,0,0,0,0,0,0,0,0,12446.9658203125,.4740406572818756,651.1296997070312,1,1,0,2,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,33,35,34,2,0,1,0,0,0,1,0,0,1,4,3426.596923828125,1713.2984619140625,1713.2984619140625,1,1,0,0,0,0,1,0,1,0,0,0,1,1,0,0,0,1,,1,1,1,,,1,0,,,,4,,,4,200,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14630,21945,1,58520,0,0,46438.2578125,63,0,1,1,1,1,4,1.3333333730697632,1,1,1,1,1,0,1,0,,1,0,,1,2,0,0,0,1,0,0,1,0,1,0,1,0,0,0,0,0,2,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14410,58,,,,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,1,1,,1,1,1,1,0,0,0,0,1,33,1089,0,1,0,1,0,0,1,0,35,35,41.4865608215332,35,1225,0,0,0,0,0,0,0,0,9,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020409",1,2,2,1,,,,30,,1,1,1,2,3,2,3,2,2,2,3,5,5,35,2,1,11,,1,33,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,4,1,2,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,1,2,,1,,1,500,1000,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7," <7:(VOL) OTHER (SPECIFY)>:apartment within house",,0,10,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,2,,2,,,3,,,1100,,10,11000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,6,50,,,3,,,7500,,6,45000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,20000,,,,,,,,,2,,,,,,,,,1,1,,1,150000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000,1500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,,2,1,2,1,2,,2,,,,,,,,,,,,,,,1,2,1,,,,,,,,1,1,2,1,1,2,2,1," <1:Yes (Specify)>:religious",2,1,2,1,97,7,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:paranoia,anxiety and sadness",1,2,,,,,1,2,3,,,,,,,,,,,,,,,,,,,2,2,,1,66,1,,,,2,,2,,,1,"rm","020409",2,2,0,1,1,0,45000,0,0,1499.9998779296875,0,0,0,0,0,0,0,0,0,46500,2.087125062942505,2866.819580078125,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,35,,35,3,0,0,1,0,0,0,1,1,0,1,3951.543212890625,3951.543212890625,1975.7716064453125,0,3,0,1,0,0,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,20000,1,1,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,0,34360,1,1,21000.001953125,217,1,,,1,,5,2.5,1,1,1,1,1,,,1,,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14415,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,1500,38.72983169555664,0,0,0,0,0,0,0,0,0,1,45000,45000,212.1320343017578,0,0,0,45000,0,45000,212.1320343017578,0,0,0,0,1,0,0,0,0,0,1,1,1,0,35,1225,1,,1,1,1,1,0,0,0,,41.4865608215332,35,1225,0,0,0,0,0,0,0,0,6,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020419",1,4,4,1,,,,16,,3,1,2,1,4,4,4,2,2,2,2,1,1,34,1,1,1,,2,36,1,3,,2,65,1,7,,2,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,11,1,6,,6,,2,8,2,1,,1,,,6,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,8,2,4,,,,,2,4,,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,1,1,,,,,,1,,3,,,,,1,8,1,,2,,200,8,1,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,2,4,4,1,1,4,1,,1,,,2,3,,1,1,1,0,5,4,4,2,2,2,2,4,0,,,,3,0,3,2,2,2,,,4000,,3,0,3,1,2,2,,,,,2,,,3,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,8,2,3,,,7,,7,1,2,2,1,1,2,,,2,,,4,,,,15000,,15000,1,,,390000,130000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,60000,,60000,1,,,,,,,,,,,4,,,,35000,,35000,1,,,,,,,,,,,2,,2,,55000,,,,,,,,,1,15000,0,,,,,,,1,1,,1,10000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,50000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,2,2,,2,2,2,2,,3,2,1,1,12,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:stress",1,1,9,,,,1,2,1,2,2,,,,,,,,,,,,2,2,2,1,1,2,7," <7:ANOTHER GROUP (SPECIFY)>:guyanese",6,67,7," <5:OTHER (SPECIFY)>:guyana",1,,,,,,1986,1,"agh","020419",7,4,3,4,2,2,60000,35000,0,0,0,0,0,0,0,0,0,0,0,95000,1.6829898357391357,2311.710205078125,1,1,0,2,2,1,2,0,1,0,0,0,0,0,0,4,0,0,0,1,34,36,35,3,0,0,1,0,0,1,0,0,1,4,6276.2900390625,3138.14501953125,1569.072509765625,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,55000,1,1,1,1,390000,130000,260000,1,15000,0,15000,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,136,1,,,1,,7,1,1,1,1,1,0,1,1,0,1,0,0,0,1,2,0,0,0,1,0,0,0,2,1,2,2,1,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14420,7,,,,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,60000,60000,244.948974609375,35000,35000,187.08287048339844,60000,35000,60000,244.948974609375,35000,187.08287048339844,0,0,,0,1,1,0,0,1,0,0,1,34,1156,1,1,1,1,0,0,1,1,36,36,41.4865608215332,34,1156,0,0,0,1,0,0,2,0,12,40,0,1,0,0,0,36,1296,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020621",1,2,2,1,,,,19,,1,1,1,1,1,2,1,1,2,2,2,5,5,19,1,1,4,,2,73,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,1,,,,,,,2,2,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,12,,6,1,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 11",2,,2,,1,2,1,,,,3,30,,,2,,220,,,3,1320,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,300,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,2,2,,2,2,2,2,,1,2,2,1,4,,,,,,,,2,1,7,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,2,,3,83,1,,,,1,,98,,,1,"db","020621",2,2,0,1,1,0,1319.9998779296875,0,0,300.0000305175781,0,0,0,0,0,0,0,0,0,1619.9998779296875,1.9654018878936768,2699.6240234375,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,19,,19,1,1,0,0,0,0,0,1,1,0,1,6475.244140625,6475.244140625,3237.6220703125,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,316,0,1,1,1,1,6,3,1,1,1,1,,,,,,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14424,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,0,0,0,0,0,0,1,1320,1320,36.33180236816406,0,0,0,1320,0,1320,36.33180236816406,0,0,0,0,1,0,0,0,0,0,1,0,0,1,19,361,1,,1,1,0,0,0,1,0,,41.4865608215332,19,361,0,0,0,1,0,0,0,0,3,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020317",1,1,3,1,,,,13,,2,3,1,2,1,2,1,1,2,2,2,3,2,51,2,1,2,,1,53,1,5,,1,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,2,1,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,2,4,,,,,2,98,,,,,2,3,1,8,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:us health care",2,,,,,,,1,,6,,,,,,,1,,2,,120,2,2,1,2,2,2,2,2,2,2,2,,,,,4,3,8,3,3,3,1,2,1,1,1,1,1,3,,1,,,10,1,,2,2,1,0,2,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,4,,5,2,2,2,1,2,,,,,,,,,,,,,,,,1,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,2,2,12,56,,,4,,,,29000,,29000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,0,,,,,,,,,1,3000,0,,,,,,,1,2,,2,,,,,,,,1,2,2,2,2,2,2,2,,2,2,2,2,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,1,2,,1,2,2,1,2,,2,,,,,,,,,,,,,,,,,,1,2,7,,,,,,,,2,2,2,,1,2,2,2,,1,1,2,1,97,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:panic attacks",2,1,1,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,2,1,2,2,,3,51,2,,2,,,,,,1989,1,"e","020317",4,3,1,3,2,1,29000.001953125,0,0,0,0,0,0,0,0,2166.2880859375,0,0,0,31166.2890625,.85465407371521,1173.93017578125,1,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,51,53,52,4,0,0,0,1,0,1,0,0,1,4,2219.855712890625,1109.9278564453125,739.951904296875,1,2,1,0,0,0,2,1,0,1,0,0,1,1,0,0,0,1,1,1,,1,1,1,1,0,0,0,0,,1,4,4,0,0,0,0,1,,0,,1,3000,0,3000,1,1,1,1,0,1,14630,21945,0,58520,0,1,46438.2578125,259,0,0,1,1,1,5,1.25,1,1,1,1,1,0,1,0,1,1,1,1,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14426,,,,,2,-5,341.67962646484375,18.484577178955078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,29000,29000,170.2938690185547,0,0,0,29000,0,29000,170.2938690185547,0,0,0,0,1,0,1,1,0,0,1,0,0,0,51,2601,1,0,1,1,0,0,2,0,53,53,41.4865608215332,51,2601,0,0,0,0,0,0,0,0,12,56,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 -"9543","020413",1,1,2,1,,,,42,,1,3,1,1,1,1,1,1,2,2,3,1,1,43,2,1,1,,1,56,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,12,1,1,,1,,,8,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,8,1,4,,,,,2,7,,,,5,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,8,8,2,2,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,1,1,1,1,1,3,,1,,,6,3,,1,1,1,2,98,4,4,2,2,2,1,3,0,,,,2,0,2,2,2,2,,,8,,2,0,2,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,10,,98,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,8,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,8,,,,,,,,,,,,,,,,,,,4,,,,50000,,50000,1,,,,,,,,,,,2,,2,,8,1,1,,,,,,,1,8,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,2,2,1,2,,,,,,,,,,,,2,2,2,2,1,1,4,,2,58,3,,,,,,,,1958,1,"ah","020413",4,2,2,4,2,2,50000,0,0,0,0,0,0,0,0,0,0,0,0,50000,.4049670994281769,556.2520751953125,1,1,0,3,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,43,56,49.5,4,0,0,0,1,0,1,0,0,1,4,1374.3931884765625,687.1965942382812,687.1965942382812,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,250,1,0,0,0,0,0,0,1,,0,,1,1,1,0,0,0,17650,26475,0,70600,0,1,37000,104,1,,,1,,,,,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,0,0,0,0,2,0,2,2,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14435,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,50000,50000,223.60679626464844,50000,0,50000,223.60679626464844,0,0,0,0,,1,0,0,0,0,1,0,0,0,43,1849,0,1,0,1,1,0,2,1,56,56,41.4865608215332,56,3136,0,0,0,1,1,0,2,0,12,8,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,3,1,,,,,10,,1,1,2,1,1,1,8,1,2,2,2,5,5,38,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,1200,1,,2,,1500,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,10,,3,2,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,550,,12,6600,1,,1,,,,,,,,,,,,,,,1,2,2,,1,1,,,,,12,50,,,4,,,,165000,,165000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,100000,,,,,,,,,1,7000,0,,,,,,,1,1,,1,7000,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,5000,1,2,10000,2,5000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,2,1,,2,63,1,,,,1,,1,,,1,"TY","020314",1,1,0,1,1,0,100000.9921875,0,5000,0,0,0,0,0,0,0,0,0,0,105000.9921875,1.8564025163650513,2549.9052734375,0,1,1,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,38,,38,3,0,0,1,0,0,0,1,1,0,1,5493.1435546875,5493.1435546875,5493.1435546875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,100000,1,1,1,0,0,0,0,1,7000,0,7000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,386,1,,,1,,3,3,1,1,1,1,1,,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14507,,,,,1,0,0,0,0,0,0,0,0,0,5000,5000,70.71067810058594,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,165000,165000,406.2019348144531,0,0,0,165000,0,165000,406.2019348144531,0,0,0,0,,0,0,0,0,0,1,1,1,1,38,1444,1,,1,1,1,1,0,1,0,,41.4865608215332,38,1444,0,1,0,1,1,1,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020426",1,3,1,,,,,5,,2,1,2,2,2,1,8,1,2,2,3,5,5,31,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,3,,,,,,,,,,,,,,,,,,,1,1,3000,1,,2,,200,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,1200,,12,14400,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,35000,,35000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,10000,,,,,,,,,2,,,,,,,,,1,1,,1,7000,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,500,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,2,1,1,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,1,,2,71,1,,,,1,,1,,,1,"agh","020426",1,1,0,1,1,0,35000,0,500,0,0,0,0,0,0,0,0,0,0,35500,1.8564025163650513,2549.9052734375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,31,,31,2,0,1,0,0,0,0,1,1,0,1,5239.796875,5239.796875,5239.796875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,10000,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,100,1,,,1,,2,2,1,1,1,1,1,,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14525,,,,,1,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,35000,35000,187.08287048339844,0,0,0,35000,0,35000,187.08287048339844,0,0,0,0,,0,0,0,0,0,1,1,1,1,31,961,1,,1,1,1,1,0,1,0,,41.4865608215332,31,961,0,1,0,1,1,1,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020322",1,3,2,1,,,,2,,1,8,2,2,4,2,8,1,2,2,3,5,2,27,2,1,2,,1,29,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,8,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,4,2,2,1,2,,,,,,,,,,,,,,,,,,,,,1,4,,2,,,3,,,1400,,11,15400,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,35,12,40,7,,,,,,,,,2,,,,,1,3,,,7,,,,,,,,,1,2,2,1,,,,,,2,,2,,7,2,,2,3,,,,,1,2000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,200,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,7,99,1,,,,1,,1,,,1,"pg","020322",2,2,0,2,2,0,35000,27500,200,0,0,0,0,0,0,0,0,0,0,62700,2.0333871841430664,2793.0068359375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,27,29,28,2,0,1,0,0,0,1,0,1,0,3,4889.60107421875,2444.800537109375,2444.800537109375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,25000,1,1,1,0,0,0,0,1,2000,0,2000,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,282,1,,,1,,4,2,1,1,1,1,1,1,,1,,1,0,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14531,,,,,1,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,27500,27500,165.83123779296875,35000,35000,187.08287048339844,35000,27500,35000,187.08287048339844,27500,165.83123779296875,0,0,,0,0,0,0,0,1,1,1,0,27,729,1,1,0,1,1,1,2,1,29,29,41.4865608215332,29,841,0,1,0,1,1,1,0,0,12,40,1,1,1,1,0,27,729,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020323",1,3,2,1,,,,4,,2,1,1,1,2,1,8,3,2,2,3,5,2,26,2,1,2,,1,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,1,9,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,196,1,,2,,400,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,30000,,30000,1,,2,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,12,15,12,40,4,,,,5000,,5000,1,,,,,,,,,,,7,,,,,,,,,1,1,,,,,,,,2,,2,,9,2,,1,,1,,3,,2,,,,,,,,,1,2,,1,40000,,,,,,,2,2,2,2,2,2,2,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,1,75,1,,,,1,,1,,,1,"mb","020323",2,2,0,2,2,0,99999.9921875,5000,0,0,0,0,0,0,0,0,0,0,0,104999.9921875,2.0333871841430664,2793.0068359375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,26,32,29,2,0,1,0,0,0,1,0,1,0,3,4889.60107421875,2444.800537109375,2444.800537109375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,500000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,1,1,11610,17415,0,46440,1,1,42400,272,1,,,1,,3,1.5,1,1,0,1,1,1,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14537,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5000,5000,70.71067810058594,100000,100000,316.2277526855469,100000,5000,100000,316.2277526855469,5000,70.71067810058594,0,0,,0,0,0,0,0,1,1,1,0,26,676,1,1,0,1,1,1,2,1,32,32,41.4865608215332,32,1024,0,0,0,1,1,1,0,0,12,40,1,1,1,1,0,26,676,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,3,2,1,,,,13,,1,1,1,2,2,1,8,2,2,2,3,1,1,38,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,13,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,13,2,7,,,,1,1,6,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,40,2,2,1,2,2,2,2,2,2,2,2,,,,,2,3,2,3,3,2,1,1,2,3,1,1,4,0,,1,,,6,2,,1,1,1,0,15,4,4,2,2,2,2,4,3,1,,,1,0,1,2,2,2,,,9,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,6,,6,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,674,,12,8088,1,,1,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,50,12,40,4,,,,55000,,55000,1,,,,,,,,,,,4,,,,42500,,42500,1,,,,,,,,,,,1,1,1,1,9,9,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,800,800,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,1,2,1," <1:Yes (Specify)>:Johova's Witness",1,1,2,2,,,,,,,,,,,,,,,1,2,2,2,2,,,,,,,,,,,,3,2,2,3,3,2,2,,3,64,11," <5:OTHER (SPECIFY)>:trinidad",11," <5:OTHER (SPECIFY)>:Trinidad",,,,,1989,1,"cr","020405",2,1,1,3,2,1,54999.99609375,42500.00390625,1232.935546875,800,0,0,0,0,0,0,0,0,0,99532.9375,.32818517088890076,450.78643798828125,1,2,0,3,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,38,41.53856658935547,39.769283294677734,3,0,0,1,0,0,1,0,0,1,4,714.0701904296875,357.03509521484375,714.0701904296875,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,2,1,1,2,1.3333333730697632,0,0,0,0,,3,4,4,,,,,0,0,0,0,0,0,0,0,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,41,1,,,1,,6,3,1,1,1,1,1,1,1,1,1,1,1,,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14541,11,11,,,11,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,800,800,28.284271240234375,0,0,0,0,0,0,0,0,0,2,55000,55000,234.52078247070312,42500,42500,206.15528869628906,55000,42500,55000,234.52078247070312,42500,206.15528869628906,0,0,1,0,1,1,0,0,1,1,0,0,38,1444,1,1,1,1,1,0,0,0,41.4865608215332,,41.4865608215332,38,1444,0,1,0,0,0,0,0,0,12,50,0,1,1,0,.3509513735771179,41.53856658935547,1725.4525146484375,0,0,0,.3509513735771179,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020324",1,3,3,1,,,,31,,1,3,1,2,1,2,2,1,2,2,3,5,5,31,2,1,3,,1,64,1,3,,2,79,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,60,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,26,,4,1,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 5",2,,2,,1,1,,,,,10,30,,,4,,,,40000,,40000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,30000,,,,,,,,,2,,,,,,,,,1,2,,1,15000,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,150,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,55000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,1,,3,70,1,,,,1,,1,,,1,"kp","020324",3,3,0,1,1,0,40000,0,150,0,0,0,0,0,0,0,0,0,0,40150,4.411197185516357,6059.103515625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,31,,31,2,0,1,0,0,0,0,1,1,0,1,7283.7607421875,7283.7607421875,2427.920166015625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,30000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,0,34360,1,1,21000.001953125,35,1,,,1,,4,1.3333333730697632,1,1,1,1,1,,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14546,,,,,1,0,0,0,0,0,0,0,0,0,150,150,12.247448921203613,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,40000,40000,200,0,0,0,40000,0,40000,200,0,0,0,0,,0,0,0,0,0,1,1,1,0,31,961,1,,1,1,1,1,0,0,0,,41.4865608215332,31,961,0,1,0,0,0,0,0,0,10,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,3,2,1,,,,98,,2,9,1,1,2,3,8,1,2,2,2,2,5,77,2,1,5,,2,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,4,1,1,2,1,1,1,2,1,3,3,5,5,2,1,5,6,,,," <6:another type of government program? {specify}>:gerber life insurance",,,,,,,,,,,,,,1,,,1,,2,,8,2,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,55,,2,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,150,,12,1800,8,1800,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15000,,,,,,,,,2,,,,,,,,,9,,2,2,,,,,,,,2,1,2,1,2,2,2,2,,2,2,,,2,,,,,,,1,14000,2,,,,,,,,,,,20000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,2,2,2,2,,9,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,1,24,97," <5:OTHER (SPECIFY)>:england",,,,,,,1947,1,"jd","020315",2,2,0,1,1,0,0,0,20000,0,14000,0,0,0,0,0,0,0,0,34000,3.6017274856567383,4947.2373046875,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,77,,77,5,0,0,0,0,1,0,1,1,0,1,6863.51220703125,6863.51220703125,3431.756103515625,0,3,0,1,0,0,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,15000,1,1,0,0,0,0,0,0,0,0,0,,0,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,336,1,,,0,,2,1,1,1,1,1,1,,,1,,1,1,,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14550,33,,,,33,0,0,0,14000,14000,118.32159423828125,0,0,0,20000,20000,141.42135620117188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,1,0,1,1,1,0,77,5929,0,,1,1,1,1,0,0,0,,41.4865608215332,77,5929,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020613",1,4,1,,,,,75,,2,2,2,1,3,1,8,8,2,2,8,2,5,75,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,,,,,,,2,2,,1,3,2,2,2,2,4,3,6,1,3,1,4,,,,,,,,,,,,,,,,,,,2,,,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,23,,5,1,2,2,1,2,,,,,,,,,,,,,,,,1,200000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,9,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,1,1,1,2,2,2,2,,2,2,,,2,,,,,,,9,9,,,,,,9,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,,9,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,26,1,,,,97," <5:OTHER (SPECIFY)>:Russia",97," <5:OTHER (SPECIFY)>:Russia",,1,"ddb","020613",1,1,0,1,1,0,0,0,628.86767578125,0,2312.1484375,0,0,4196.89794921875,0,0,0,0,0,7137.9140625,3.9387917518615723,5410.2197265625,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,75,,75,5,0,0,0,0,1,0,1,1,0,1,5760.75390625,5760.75390625,5760.75390625,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,200000,0,200000,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,231,0,1,1,1,1,5,5,1,1,,1,1,,,1,,1,0,,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14566,,,66,66,1,0,0,0,-5,995.5078735351562,31.55167007446289,-5,1241.30029296875,35.23208999633789,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,0,0,0,75,5625,0,,1,1,0,0,0,0,0,,41.4865608215332,75,5625,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543","020414",1,2,5,1,,,,47,,1,1,2,1,1,1,2,2,2,2,3,1,1,47,2,1,1,,1,49,1,5,,1,21,1,5,,1,22,1,5,,2,24,2,,,,,,,,,,,,,,,,,,,,,,,,,,2,11,2,1,,1,,,6,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,6,2,7,,,,1,2,7,,,,2,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,2400,1,,2,,200,1,8,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,1,1,1,1,4,2,1,,,,0,1,,1,1,1,50,98,4,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,2,0,2,1,2,2,,,,,2,,,2,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,3,,,15,,10,1,2,2,1,1,2,,,2,,,8,,,,,,,,,,500000,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300000,,,,,,,,,1,15000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,1,1,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,10000,2,,,,,4000,2,,,,,500,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,25000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,1,1,1,1," <1:Yes (Specify)>:sUNDAY SCHOOL TEACHER",1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,54,1,,,,1,,1,,,1,"CR","020414",7,5,2,4,2,2,0,0,2656.1826171875,500,0,0,0,0,10000,0,3999.999755859375,0,0,17156.181640625,1.473840594291687,2024.4283447265625,1,1,0,4,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,47,49,48,4,0,0,0,1,0,1,0,0,1,4,3782.68701171875,1891.343505859375,756.5374145507812,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,300000,1,1,1,1,500000,,,1,15000,0,15000,1,1,1,0,0,0,17650,26475,1,70600,0,0,37000,185,0,1,1,1,1,10,1.4285714626312256,1,1,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,0,0,0,0,2,1,2,2,1,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14577,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,10000,10000,100,4000,4000,63.24555206298828,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,1,0,0,47,2209,0,0,1,1,1,0,2,0,49,49,41.4865608215332,47,2209,0,1,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020320",1,2,1,,,,,26,,2,3,1,1,8,2,8,1,2,2,8,5,5,70,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,98,,,,,2,,,,,,,4,2,,3,3,8,2,2,1,8,1,2,8,6,1,5,,,,,,,,,,,,,,,,,,,2,,,1,,2,,8,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,13,,5,1,2,2,1,9,8,,,9,,,9,,,,,,,,,,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7,9,,,,,,,,2,,,,,,,,,8,,1,2,,,,,,,,2,1,1,9,2,2,1,2,,2,2,,,2,,,,,,,1,8,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,3,30,7," <5:OTHER (SPECIFY)>:guyana",,,,,,,1974,1,"ct","020320",1,1,0,1,1,0,0,0,0,197.49520874023438,566.6886596679688,0,0,6727.72265625,0,0,0,0,0,7491.90673828125,3.382920742034912,4646.6904296875,0,1,0,,,2,,,,,,,,,,2,0,1,0,0,70,,70,5,0,0,0,0,1,0,1,1,0,1,4868.08056640625,4868.08056640625,4868.08056640625,0,3,0,1,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,0,0,0,0,0,1,0,,,,8590,12885,1,34360,0,0,21000.001953125,193,0,1,1,1,1,5,5,1,1,1,1,1,,,1,,1,,,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14582,7,,,,7,0,0,0,-5,995.5078735351562,31.55167007446289,-5,1241.30029296875,35.23208999633789,-9,-9,,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,-9,0,-9,,0,0,0,0,1,0,1,1,0,0,1,1,0,0,70,4900,,,1,0,1,0,0,0,0,,41.4865608215332,70,4900,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,,0,,1,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543","020329",1,4,2,1,,,,40,,2,1,2,2,2,2,3,2,2,2,2,3,5,40,1,1,5,,2,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,600,1,,2,,25,8,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,15,,7,2,2,2,1,1,2,,,2,,,3,,,716,,12,8592,1,,,200000,80000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200000,,,,,,,,,1,50000,20000,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,5000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,1,2,1,97,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:think about it",2,2,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,2,,3,58,1,,,,1,,1,,,1,"cr","020329",2,2,0,1,1,0,0,0,1583.4281005859375,0,0,0,0,0,0,0,0,0,0,1583.4281005859375,.7606673836708069,1044.83251953125,0,2,0,,4,1,4,0,0,0,1,0,0,0,0,2,0,1,0,0,40,,40,3,0,0,1,0,0,0,1,1,0,1,2461.8193359375,2461.8193359375,1230.90966796875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,200000,1,1,1,1,200000,80000,120000,1,50000,20000,30000,1,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,207,0,1,1,1,1,7,3.5,1,1,1,1,1,,,1,,1,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14585,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,1,1,40,1600,0,,1,1,1,1,0,1,0,,41.4865608215332,40,1600,0,1,0,1,1,1,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020403",1,2,1,,,,,6,,3,2,4,2,3,3,4,4,2,1,1,5,5,28,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,3,1,2,,,,,,,,,,,,1,4,,,,,,,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,6,,3,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,175,,12,2100,1,,1,,,,,,,,,,,,,,,1,5,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2400,,,,,,,,,2,,,,,,,,,2,,2,1,900,,,,,,,2,2,2,2,2,2,2,2,,1,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,12,632,7584,1,,,,,,,,,,,,2,,2,,1,2,,1,4,,2,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,1,2,,2,73,3,,,,,,,,1978,1,"agh","020403",1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,7584.00048828125,0,7584.00048828125,5.6652655601501465,7781.65869140625,0,1,9.5,,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,28,,28,2,0,1,0,0,0,0,1,1,0,1,34859.66796875,34859.66796875,34859.66796875,1,2,1,0,0,0,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,2400,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,432,0,1,1,0,0,3,3,1,0,0,0,1,,,1,,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14594,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7584,7584,87.08616638183594,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,1,28,784,0,,1,0,0,0,0,1,0,,41.4865608215332,28,784,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,2,3,1,,,,57,,1,3,2,1,2,2,2,2,2,2,2,1,1,57,2,1,1,,1,60,1,5,,2,28,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,2,,2,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,214,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,25,,5,2,2,2,1,1,2,,,2,,,5,,,,,,,,,,185000,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,50,12,40,4,,,,16000,,16000,1,,,,,,,,,,,4,,,,40000,,40000,1,,,,,,,,,,,1,1,1,1,5000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,1,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,44,1,,,,1,,1,,,1,"em","020330",3,3,0,2,2,0,40000,15999.9990234375,0,0,0,0,0,0,0,0,0,0,0,56000,3.8515264987945557,5290.3544921875,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,57,60,58.5,4,0,0,0,1,0,1,0,1,0,3,7911.94384765625,3955.971923828125,2637.314697265625,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,5000,1,0,0,1,185000,0,185000,0,0,0,0,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,318,1,,,1,,5,1.6666666269302368,1,1,1,1,1,1,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14603,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16000,16000,126.49110412597656,40000,40000,200,40000,16000,40000,200,16000,126.49110412597656,0,0,,0,0,0,0,0,1,0,0,0,57,3249,1,1,0,1,0,0,2,1,60,60,41.4865608215332,60,3600,0,0,0,1,0,0,0,0,12,40,1,1,0,0,0,57,3249,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020404",1,4,2,1,,,,4,,2,2,2,2,2,3,2,2,2,2,2,1,1,22,2,1,1,,1,29,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,5,1,1,,1,,,3,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,3,2,1,2,,,,2,1,2,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,6,,,,,,,2,,,,,2,2,2,2,,,,,,,2,3,3,3,2,,,,,,,,,,,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,2,2,1,2,2,2,1,1,,,1,1,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,1,1,,,2,2,,,8,,,,,,,1,,2,,,2,2,1,,1,5,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,10,40,98,98,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,2,,2,,8,8,,,,,,,,2,,,,,,,,,1,8,,1,2000,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,82,8," <5:OTHER (SPECIFY)>:mexico",1,,,,,,1998,2,"jd","020405",4,2,2,4,2,2,13940.314453125,11703.521484375,0,393.3034973144531,0,0,0,0,0,0,0,0,0,26037.138671875,.7111620903015137,976.8333740234375,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,22,29,25.5,2,0,1,0,0,0,1,0,0,1,4,2961.671142578125,1480.8355712890625,1480.8355712890625,1,2,1,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,,1,1,2,,,1.3333333730697632,0,,,,2,,,4,,,,,0,0,0,0,0,0,0,0,1,1,1,0,,,17650,26475,1,70600,0,0,37000,229,0,1,1,1,1,3,.75,0,1,1,1,0,0,1,0,,1,1,1,1,1,1,0,0,1,0,0,2,0,2,1,2,1,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14610,8,,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,2,1,,1,1,1,0,0,0,0,0,0,22,484,1,1,1,0,0,0,2,0,29,29,41.4865608215332,22,484,0,0,0,0,0,0,0,0,10,40,0,0,0,0,1,29,841,0,0,0,2,1,.1519336998462677,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,4,2,1,,,,18,,1,3,2,2,3,2,1,2,2,2,2,5,5,18,1,1,3,,2,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,16,1,7,,,,2,16,2,7,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,,3,,,1,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,2,,,,,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,8,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,8,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,1,2,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,8,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4," <7:ANOTHER GROUP (SPECIFY)>:hispanic",2,84,1,,,,97," <5:OTHER (SPECIFY)>:el salvador",3,,,1,"ty","020315",4,2,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.002973794937134,2751.231689453125,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,18,,18,1,1,0,0,0,0,0,1,1,0,1,9373.1875,9373.1875,4686.59375,1,1,0,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,28,0,1,1,1,1,4,1,1,1,1,1,1,,,1,,1,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14612,,,32,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,1,18,324,0,,1,0,0,0,0,1,0,,41.4865608215332,18,324,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020324",1,5,1,,,,,30,,1,1,1,3,1,1,2,1,2,2,3,3,5,38,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,1,4,,,,,1,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,8,1,,2,,75,2,8,2,2,2,2,2,2,1,2,2,,,,,4,3,3,2,2,3,2,2,2,3,2,2,1,6,,1,,,12,1,,2,2,2,0,2,3,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,3,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,825,,12,9900,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,54200,,54200,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,1000,,,,,,,,,1,6000,0,,,,,,,1,1,,1,9454,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,1,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,1,1,2,2,,,,,,,,,,,,8,2,2,1,2,2,1,,7,64,97," <5:OTHER (SPECIFY)>:Slovenia",1,,,,,,1972,1,"nh","020324",2,1,1,2,1,1,54199.99609375,0,0,0,0,0,0,0,0,0,0,0,0,54199.99609375,1.8246091604232788,2506.23486328125,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,38,,38,3,0,0,1,0,0,0,1,0,1,2,1946.5411376953125,1946.5411376953125,1946.5411376953125,1,2,1,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,1,1,2,2,1,1.3333333730697632,0,0,0,0,,1,3,3,1000,1,0,0,0,0,0,0,1,6000,0,6000,1,1,1,1,,1,11610,17415,0,46440,1,1,42400,329,1,,,1,,4,2,1,1,1,1,1,,1,1,1,1,1,1,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,14618,72,,,,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,54200,54200,232.80892944335938,0,0,0,54200,0,54200,232.80892944335938,0,0,0,0,,0,1,1,0,0,1,0,0,0,38,1444,1,,1,1,0,0,0,0,0,,41.4865608215332,38,1444,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020618",1,4,1,,,,,50,,2,3,2,1,2,1,1,2,2,2,3,2,5,84,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,4,2,,3,3,2,2,1,1,4,2,2,6,6,1,3,,,,,,,,,,,,,,,,,,,2,1,600,1,,1,400,1200,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,45,,5,3,2,1,1,2,,,,,,,,,,,,,,,,,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,2,1,,,,,2,,,,,,,,,8,,1,2,,,,,,,,2,2,2,2,2,2,1,2,,1,2,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,400,0,,,,,,,,,1,,,,12,750,9000,1,,,,,,,99,,,,99,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,1,2,7,,,,,,,,2,1,1,1,1,2,1,1," <1:Yes (Specify)>:alp",2,2,1,2,,,,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,2,1,,1,18,97," <5:OTHER (SPECIFY)>:germany",,,,,,,1953,1,"el","020618",1,1,0,1,1,0,0,0,0,0,0,0,360.4075012207031,0,0,0,0,9000,0,9360.4072265625,1.9693958759307861,2705.10986328125,0,2,0,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,84,,84,5,0,0,0,0,1,0,1,1,0,1,2880.376953125,2880.376953125,2880.376953125,0,3,0,1,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,1,,0,,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,340,0,1,1,0,0,5,5,1,1,1,1,1,,,1,,1,1,1,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14622,36,,,,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,9000,94.86833190917969,0,0,0,-5,107.74469757080078,10.380014419555664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,0,0,1,0,0,0,84,7056,0,,1,1,0,0,0,0,0,,41.4865608215332,84,7056,1,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020316",1,2,2,1,,,,99,,1,3,3,1,3,2,3,2,2,2,1,5,5,38,1,1,8,,2,70,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,38,,3,3,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,7,,,9,,,,,,,,,2,,,,,2,,8,,,,,,,,,,,,,,,,,,,,2,,2,,9,9,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,2,2,,7,99,1,,,,1,,11," <5:OTHER (SPECIFY)>:trinidad",,1,"mb","020316",2,2,0,1,1,0,22531.4140625,0,0,0,0,0,0,0,0,0,0,0,0,22531.4140625,1.9654018878936768,2699.6240234375,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,38,,38,3,0,0,1,0,0,0,1,1,0,1,6818.4189453125,6818.4189453125,3409.20947265625,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,448,1,,,0,,3,1.5,1,0,1,1,0,,,0,,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14627,,,,11,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,1,0,0,0,0,0,1,0,0,1,38,1444,1,,1,1,0,0,0,1,0,,41.4865608215332,38,1444,0,0,0,1,0,0,0,0,12,7,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,4,2,1,,,,50,,1,1,1,2,2,1,1,1,2,2,2,1,1,64,2,1,1,,1,62,1,5,,1,19,1,5,,1,21,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,7,,,,5,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,8,1,,2,,5000,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,20,,10,2,1,2,1,2,,,,,,,,,,,,,,,,,250000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,2,2,2,6,40,,,4,,,,4000,,4000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,2,,8,,,,,,1,20000,0,,,,,,,1,8,,2,,,,,,,,2,2,1,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,8,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,3,1,2,2,2,2,,4,2,2,1,98,,,,,,,,2,2,,,,,2,1,3,,,,,,,,,,,,,,,,,,,2,1,,7,37,1,,,,1,,1,,,1,"kp","020315",4,4,0,2,2,0,3999.999755859375,0,41.73711013793945,0,0,0,0,3451.3544921875,0,0,0,0,0,7493.09130859375,2.875643730163574,3949.907958984375,1,1,0,3,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,64,62,63,4,0,0,0,1,0,1,0,1,0,3,7696.703125,3848.3515625,1924.17578125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,250000,0,250000,1,20000,0,20000,1,1,0,0,0,0,11610,17415,1,46440,0,0,42400,22,0,1,1,1,0,10,2.5,1,1,1,1,1,1,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14628,,,,,1,0,0,0,0,0,0,-5,1241.30029296875,35.23208999633789,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4000,4000,63.24555206298828,0,0,0,4000,0,4000,63.24555206298828,0,0,0,0,,0,0,0,0,0,1,1,1,0,64,4096,1,0,1,1,1,1,2,0,62,62,41.4865608215332,64,4096,0,1,1,0,0,0,0,0,6,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543","020324",1,5,1,,,,,63,,2,3,2,2,2,2,3,2,2,2,2,3,5,63,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,180,1,,2,,600,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,23,,7,1,2,2,1,1,2,,,2,,,3,,,900,,12,10800,1,,1,150000,75000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,55,,,4,,,,53000,,53000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,50000,,,,,,,,,1,7000,5000,,,,,,,2,,1,1,7000,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,200,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,3,1,1,2,2,1," <1:Yes (Specify)>:charitable organizations--Make A Wish Foundation, Coleman Cancer Association",3,2,2,1,1,2,5,7,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:anxiety",2,1,1,7,8,,,1,2,,,,,,,,,,,,,,,,,,,2,1,,4,38,1,,,,1,,1,,,1,"raa","020324",1,1,0,1,1,0,53000,0,200,0,0,0,0,0,0,0,0,0,0,53200,2.5468058586120605,3498.22509765625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,63,,63,4,0,0,0,1,0,0,1,1,0,1,4680.7060546875,4680.7060546875,4680.7060546875,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,50000,1,1,1,1,150000,75000,75000,1,7000,5000,2000,0,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,259,1,,,1,,7,7,1,1,1,1,1,,,1,,1,1,0,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14634,,,,,1,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,53000,53000,230.21728515625,0,0,0,53000,0,53000,230.21728515625,0,0,0,0,,0,0,0,0,0,1,1,1,0,63,3969,1,,1,1,1,1,0,0,0,,41.4865608215332,63,3969,0,1,0,0,0,0,0,0,12,55,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020322",1,4,2,1,,,,3,,1,1,2,2,2,3,4,1,2,2,2,1,1,35,2,1,1,,1,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,3,1,9,,,,,2,9,,,,,1,4,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,2,,,,,,,,,,1,2,,200,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,3,1,3,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,2,,,,,,2,2,,,3,,,90,,10,900,2,9,2,,,2,2,1,,2,3,,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,630,,12,7560,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,9,,,,,,,,,,,,,,,,,,,4,,,,75000,,75000,1,,,,,,,,,,,2,,2,,100,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,9," <7:ANOTHER GROUP (SPECIFY)>:1",3,67,97," <5:OTHER (SPECIFY)>:europe",97," <5:OTHER (SPECIFY)>:europe",,,,,1999,1,"mb","020322",3,2,1,3,2,1,74999.9921875,0,0,0,0,0,0,0,0,0,0,0,0,74999.9921875,.7435845732688904,1021.3680419921875,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,,,,,,35,35,35,3,0,0,1,0,0,1,0,0,1,4,1499.9068603515625,749.9534301757812,749.9534301757812,0,3,0,1,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,1,1,1,,,1,0,,,,4,,,2,100,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,14630,21945,0,58520,1,1,46438.2578125,112,1,,,0,,3,1,1,1,1,1,0,0,0,0,,1,1,0,1,2,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14635,97,97,,,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,75000,75000,273.86126708984375,75000,0,75000,273.86126708984375,0,0,1,1,0,0,1,1,0,0,1,1,1,0,35,1225,0,1,0,1,1,1,2,1,35,35,41.4865608215332,35,1225,0,0,0,1,1,1,1,1,12,9,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,4,2,1,,,,16,,1,3,3,3,4,3,2,2,2,2,1,1,1,54,1,1,1,,2,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,4,,,,,1,4,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,8,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,4,,3,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,730,,12,8760,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,35,4,,,,30000,,30000,1,,,,,,,,,,,1,450,,,,12,21600,1,,,,,,,,,,,1,1,2,,0,,,,,,,,,2,,,,,,,,,2,,2,1,8,1,2,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,1,2,,2,47,97," <5:OTHER (SPECIFY)>:columbia",,,,,,,1986,2,"jd","020411",2,2,0,2,2,0,30000,21600.001953125,0,0,0,0,0,0,0,0,0,0,0,51600,1.0340824127197266,1420.38818359375,1,1,0,2,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,54,50,52,4,0,0,0,1,0,1,0,1,0,3,9398.892578125,4699.4462890625,4699.4462890625,0,3,0,1,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,11610,17415,0,46440,1,1,42400,223,1,,,0,,3,1.5,1,0,1,1,1,1,,1,,1,0,1,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14640,28,,,,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,30000,30000,173.205078125,21600,21600,146.96939086914062,30000,21600,30000,173.205078125,21600,146.96939086914062,0,0,,1,1,1,0,0,0,0,0,1,54,2916,1,1,1,0,0,0,1,1,50,50,41.4865608215332,54,2916,0,0,0,0,0,0,0,0,12,40,0,1,0,0,0,50,2500,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020408",1,1,1,,,,,22,,3,3,2,2,2,1,3,2,2,2,3,1,5,40,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,12,1,1,,,,,4,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,4,2,7,,,,1,2,,,,,,,3,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,2,2,1,2,,,,,,,2,3,3,3,2,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,2,1,1,1,1,2,2,,,,2,,,1,,1,,,,,,,1,,,,2,,,1,,,2,,,,,,,,,,,,2,2,,,4,,,,2600,,2600,1,,2,,,1,2,1,,1,2,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,1812,,1812,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,18000,,18000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,3000,,,,,,,,,1,2500,0,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,1,2,2,,2,2,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,336,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,2,7,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,61,4,,1,,,,,,1978,1,"NR","020408",3,1,2,3,1,2,18000,0,0,0,0,0,0,0,0,0,336,0,0,18336,.5125567317008972,704.0343627929688,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,40,,40,3,0,0,1,0,0,0,1,0,1,2,931.3744506835938,931.3744506835938,931.3744506835938,1,2,1,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,,1,1,2,,,1.3333333730697632,0,,,,2,,,4,3000,1,0,0,0,0,0,0,1,2500,0,2500,0,1,1,1,,1,14630,21945,1,58520,0,0,46438.2578125,235,0,1,1,1,1,4,1.3333333730697632,1,1,1,1,1,,1,1,,0,1,0,1,2,0,0,0,1,0,0,1,1,1,1,2,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,14642,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,336,18.330303192138672,0,0,0,0,0,0,0,0,0,0,0,0,1,18000,18000,134.16407775878906,0,0,0,18000,0,18000,134.16407775878906,0,0,1,1,,1,1,1,0,0,1,1,0,0,40,1600,1,,1,1,1,0,0,0,0,,41.4865608215332,40,1600,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,1,2,1,,,,28,,3,1,2,1,4,1,4,1,1,1,3,1,1,54,2,1,1,,1,60,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,1,11,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,500,1,,2,,300,2,1,1,2,2,2,2,2,2,2,2,,,,,2,3,3,3,3,3,1,2,2,2,2,1,3,0,,1,,,10,2,,1,1,1,10,50,2,4,2,2,2,1,4,0,,,,1,0,3,2,2,2,,,100,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,25,,10,1,2,2,1,2,,,,,,,,,,,,,,,,,2500000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,12,65,12,35,4,,,,100000,,100000,1,,,,,,,,,,,4,,,,500000,,500000,1,,,,,,,,,,,1,1,8,,4500000,,,,,,,,,1,10000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,1,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,9,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,9,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,1,2,2,2,,,,,,,,,,,,2,2,1,2,2,2,1,,8,76,1,,,,1,,1,,,1,"SF","020329",3,2,1,3,2,1,100000.9921875,100000,3636.071533203125,0,0,0,0,0,8921.3037109375,0,0,0,0,212558.375,.9321386218070984,1280.36083984375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,54,60,57,4,0,0,0,1,0,1,0,0,1,4,2208.474853515625,1104.2374267578125,1104.2374267578125,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,3,3,4,4500000,1,1,1,1,2500000,0,2500000,1,10000,0,10000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,111,1,,,1,,10,3.3333332538604736,1,1,1,0,1,1,1,1,1,0,0,0,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14645,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,-5,907.7564086914062,30.128995895385742,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,100000,100000,316.2277526855469,500000,500000,707.1068115234375,500000,100000,500000,707.1068115234375,100000,316.2277526855469,0,0,,0,0,0,0,0,1,1,1,0,54,2916,1,1,0,1,1,1,2,1,60,60,41.4865608215332,60,3600,0,1,0,1,1,1,1,0,12,35,1,1,1,1,0,54,2916,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 -"9543","020320",1,2,2,1,,,,24,,3,1,1,2,1,3,1,1,2,2,2,1,1,58,1,1,1,,2,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,6,,,,,2,2,,2,,,2,5,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,,,,,,,,,,,2,,,,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,7,,2,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,40,,,4,,,,12000,,12000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,1,1,12000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25000,6000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,1,2,,2,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,1,1,1,,,,,,,,1,1,2,,,,,1,1,,,,,,,,,,,,,,,,,,,2,7," <7:ANOTHER GROUP (SPECIFY)>:arabic",5,44,97," <5:OTHER (SPECIFY)>:alexander",,,,,,,1978,1,"jm","020320",2,2,0,2,2,0,12000,0,0,5999.99951171875,0,0,0,0,0,0,0,0,0,18000,1.1945921182632446,1640.860107421875,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,4,0,0,0,1,58,45,51.5,4,0,0,0,1,0,1,0,1,0,3,8976.53515625,4488.267578125,4488.267578125,0,4,0,0,1,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,11610,17415,0,46440,0,1,42400,327,0,1,1,0,1,2,1,1,1,1,1,0,0,,0,,0,1,1,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14647,97,,,,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,6000,77.45966339111328,0,0,0,0,0,0,0,0,0,1,12000,12000,109.54450988769531,0,0,0,12000,0,12000,109.54450988769531,0,0,0,0,,0,1,1,0,0,1,1,0,1,58,3364,1,0,1,1,1,0,1,1,45,45,41.4865608215332,58,3364,0,0,0,1,1,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020324",1,2,2,1,,,,29,,3,3,3,1,3,2,4,2,2,1,2,5,5,29,2,1,3,,2,64,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,9,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,9,1,7,,,,5,2,,,,,,,1,2,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,1,,1,,,,2,1,1000,1,,2,,200,2,1,1,2,,,,,,,2,,,,,2,3,2,3,3,3,1,1,2,2,1,3,1,4,,1,,,5,3,,2,1,1,0,4,4,4,2,2,2,1,4,1,2,,,1,0,1,2,2,2,,,4000,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,1,,1,15,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,1,8," <5:Or something else? {specify}>:HUD",3,,,142,,12,1704,1,,1,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,12,40,,,4,,,,34000,,34000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,3000,,,,,,,,,2,,,,,,,,,2,,1,1,16000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,6000,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,4,1,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,6,72,1,,,,1,,1,,,1,"NR","020324",3,2,1,2,1,1,34000,0,0,0,0,0,0,0,0,0,0,0,0,34000,.5874300003051758,806.8782958984375,0,2,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,29,,29,2,0,1,0,0,0,0,1,0,1,2,903.7734375,903.7734375,451.88671875,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,0,,3,4,2,3000,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,1,11610,17415,0,46440,0,1,42400,131,0,1,0,1,1,4,1.3333333730697632,1,0,1,0,1,,1,1,1,0,0,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,14653,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,34000,34000,184.39088439941406,0,0,0,34000,0,34000,184.39088439941406,0,0,0,0,1,0,0,0,0,0,1,1,0,0,29,841,1,,1,1,1,0,0,0,0,,41.4865608215332,29,841,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020324",1,2,2,1,,,,27,,2,1,3,2,4,3,8,2,2,2,3,1,1,27,2,1,1,,1,29,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,1,,,1,4,,,,,2,3,2,,,,,,,,,,,,,1,1,3,,,,,2,,,,,,,,,,,,,,1,1800,1,,2,,700,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,10000,,10000,1,,2,,,,,,,,,,,,,,,1,1,2,,1,1,,1,1,,12,35,12,50,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,2,,2,,9,2,,2,9,,,,,1,30000,0,,,,,,,1,8,,1,9,9,,,,,,2,2,2,1,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,1,2,1,,,,,,,,,,,,,,,,,,,2,3,,8,74,1,,,,97," <5:OTHER (SPECIFY)>:Hong Kong",97," <5:OTHER (SPECIFY)>:Hong Kong",,1,"raa","020324",2,2,0,2,2,0,36201.10546875,21749.962890625,841.6065673828125,1121.32568359375,0,0,0,0,0,0,0,0,0,59914,2.596008539199829,3565.80859375,1,1,1,2,2,2,6,0,0,0,0,0,1,0,0,4,0,0,0,1,27,29,28,2,0,1,0,0,0,1,0,1,0,3,8540.5673828125,4270.28369140625,4270.28369140625,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,30000,0,30000,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,376,1,,,0,,3,1.5,1,0,1,1,1,0,,0,,1,0,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14655,,,9,44,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,,0,0,0,0,0,1,0,0,0,27,729,1,1,1,1,0,0,2,0,29,29,41.4865608215332,27,729,0,1,0,0,0,0,0,0,12,35,0,1,0,0,1,29,841,1,0,0,0,.1519336998462677,.1519336998462677,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020327",1,2,1,,,,,0,7,2,1,1,2,2,2,8,2,2,2,3,5,5,30,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,3,,,,,,,,,,,,,,,,,,,1,2,,1,,2,,500,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,0,7,2,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,565,,6,3390,1,,1,,,,,,,,,,,,,,,1,3,2,,1,1,,,,,7,40,,,1,500,,,,7,14000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,1,21000,,,,,,,2,2,2,2,2,2,2,1,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1500,2,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,1,4,,2,1,2,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,2,2,1," <1:Yes (Specify)>:church",1,2,1,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,71,1,,,,1,,1,,,1,"kp","020327",1,1,0,1,1,0,14000,0,0,0,0,0,0,0,0,0,0,0,1500,15500,1.7709845304489136,2432.577392578125,0,1,2,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,30,,30,2,0,1,0,0,0,0,1,1,0,1,3489.113525390625,3489.113525390625,3489.113525390625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,371,0,1,0,1,1,2,2,1,1,1,1,1,,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14671,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,14000,14000,118.32159423828125,0,0,0,14000,0,14000,118.32159423828125,0,0,0,0,1,0,0,0,0,0,1,1,1,0,30,900,1,,1,1,1,1,0,0,0,,41.4865608215332,30,900,0,0,0,0,0,0,0,0,7,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500 -"9543","020323",1,4,3,1,,,,37,,2,2,1,1,3,2,1,1,2,2,3,1,1,51,1,1,1,,2,41,1,5,,2,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,10,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,10,2,8,,,,,2,8,,,,,2,2,2,,,,,,,,,,,,,1,4,,,,,,1,4,,,,,,1,,4,,,,2,,,2,,,,,1,2,3,2,,,,,,,2,,,,,1,3,2,3,3,2,1,1,1,2,1,1,1,1,,1,,,5,1,,2,1,1,0,15,4,4,2,2,1,1,4,0,,,,1,1,,,,,,,,,1,0,1,2,2,2,,,,,1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,1,2,3,,,10,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,5," <5:Or something else? {specify}>:9-11 community fund",3,,,1100,,12,13200,1,,2,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,10,40,12,40,4,,,,35000,,35000,1,,,,,,,,,,,7,,,,,,,,,2,,,,,1,1,,,1,1,2,,8,1,2,,,,,,,1,15000,18000,,,,,,,2,,1,1,20000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,2,1,2,2,,1,2,1,2,,,,,,,,,,,,,,,2,2,1,1,1,98,,,,,,2,2,,,,2,3,1,3,3,1,4,,2,50,4,,1,,,,,,1976,2,"jd","020323",4,3,1,3,2,1,35000,17500,0,0,0,0,0,0,0,0,0,0,0,52500,.4959813952445984,681.2669067382812,1,1,0,3,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,51,41,46,4,0,0,0,1,0,1,0,0,1,4,1734.0067138671875,867.0033569335938,578.0022583007812,1,1,0,0,0,1,3,1,0,0,1,0,0,3,0,1,0,1,1,1,2,1,1,2,1.3333333730697632,0,0,0,1,,4,4,4,1250,1,0,0,0,0,0,0,1,15000,18000,-3000,0,1,1,0,1,1,14630,21945,0,58520,0,1,46438.2578125,197,1,,,1,,4,1,1,1,1,1,1,1,1,1,1,1,0,1,1,3,0,1,0,1,0,0,0,1,0,1,1,1,0,0,0,0,2,1,1,0,1,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14672,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,35000,35000,187.08287048339844,17500,17500,132.28756713867188,35000,17500,35000,187.08287048339844,17500,132.28756713867188,0,0,,1,1,1,0,0,1,1,0,1,51,2601,1,1,1,1,1,0,1,1,41,41,41.4865608215332,51,2601,0,0,0,1,1,0,1,0,10,40,0,1,1,1,0,41,1681,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020613",1,4,4,1,,,,35,,2,3,2,2,3,2,3,2,2,2,2,4,5,49,2,1,3,,2,68,1,9,,2,23,1,5,,2,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,1,2,,1,,2,,100,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,20,,8,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,37,,,4,,,,25000,,25000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,8,2,,2,1,,,,,2,,,,,,,,,1,2,,1,3000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,50000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,1,2,2,2,2,,2,1,2,2,,,,,,,,,,,,,,,1,8,1,,,,,,,,,,,,,,,,,,,2,2,,1,52,1,,,,1,,1,,,1,"el","020613",4,4,0,1,1,0,24999.998046875,0,0,0,0,0,0,0,0,0,0,0,0,24999.998046875,3.813204288482666,5237.71630859375,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,49,,49,4,0,0,0,1,0,0,1,1,0,1,7682.951171875,7682.951171875,1920.73779296875,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,235,1,,,1,,8,2,1,1,1,1,1,,,1,,1,0,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14676,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,25000,25000,158.11387634277344,0,0,0,25000,0,25000,158.11387634277344,0,0,0,0,1,0,0,0,0,0,1,0,0,0,49,2401,1,,1,1,0,0,0,0,0,,41.4865608215332,49,2401,0,0,0,0,0,0,0,0,12,37,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020315",1,2,2,1,,,,53,,2,3,1,1,2,1,1,1,2,2,3,1,1,53,2,1,1,,1,55,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,7,,,,5,2,2,2,,,,,,,,,,,,,1,3,,,,,,1,5,,,,,,,,,,,,2,1,113,1,,2,,10,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,4,,6,1,2,2,1,1,2,,,2,,,3,,,800,,12,9600,1,,,600000,50000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,1,38000,0,,,,,,,1,2,,2,,,,,,,,2,1,1,2,1,2,2,2,,2,2,,,2,,,,,,,2,9,,,,,,9,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,3,,,,,,,,,,,,,,,,,,,2,1,,2,48,1,,,,1,,1,,,1,"wc","020315",2,2,0,2,2,0,0,0,0,0,1763.9481201171875,0,0,1022.7089233398438,428.18243408203125,0,0,0,0,3214.83935546875,1.964072585105896,2697.798095703125,1,1,0,3,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,53,55,54,4,0,0,0,1,0,1,0,1,0,3,6460.07470703125,3230.037353515625,3230.037353515625,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,600000,50000,550000,1,38000,0,38000,1,1,0,0,0,0,11610,17415,1,46440,0,0,42400,122,0,1,1,1,1,6,3,1,1,1,1,1,1,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14682,,,,,1,0,0,0,-5,995.5078735351562,31.55167007446289,-5,1241.30029296875,35.23208999633789,0,0,0,-5,907.7564086914062,30.128995895385742,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,0,0,0,53,2809,0,0,1,1,0,0,2,0,55,55,41.4865608215332,53,2809,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0 -"9543","020411",1,4,2,1,,,,2,,2,3,1,2,1,2,8,1,2,2,3,5,5,21,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,1,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,1,,2,1,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 1",1,3,2,,1,1,,,,,12,40,,,1,200,,,,12,9600,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,,8,1,1,,,,,,,2,,,,,,,,,2,,8,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,1,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,80,10," <5:OTHER (SPECIFY)>:poland",,,,,,,99,1,"sf","020411",1,1,0,1,1,0,9600,0,0,0,0,0,0,0,0,0,0,0,0,9600,4.726550102233887,6492.263671875,0,1,2,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,21,,21,1,1,0,0,0,0,0,1,1,0,1,5466.5654296875,5466.5654296875,5466.5654296875,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,250,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,1,8590,12885,1,34360,0,0,21000.001953125,361,0,1,1,1,1,2,2,1,1,1,1,0,,,0,,1,1,,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14691,10,,,,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,9600,9600,97.9795913696289,0,0,0,9600,0,9600,97.9795913696289,0,0,0,0,,0,1,1,0,0,1,0,0,0,21,441,1,,1,1,0,0,0,0,0,,41.4865608215332,21,441,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,5,1,,,,,26,,1,1,2,1,1,2,1,1,2,2,3,4,5,26,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,11,1,1,,,,,8,1,1,,,,,7,1,1,,,,,3,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,7,1,1,1,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,5,3,,,,,,,,,,,,1,,3,,,,2,2,,2,,,,,2,8,2,2,,,,,,,2,,,,,1,3,2,3,3,2,2,2,3,4,1,1,1,2,,1,,,1,1,,1,1,2,0,8,4,4,1,2,2,1,2,0,,,,3,3,,,,,,,,,4,1,3,1,2,2,1,1,,,1,1,,1,,,,,,,3,,1,,,,2,,,,,,,,,,,,,,2,2,,,2,2,,,4,,,,100,,100,1,,2,,,1,2,1,,1,5,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,312,,12,3744,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,3,20,,,3,,,640,,3,1920,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1200,500,,,,,,,,,,,,,,,,,,6,363,2178,1,,6,127,762,1,,2,,1,,2,,,,,,,2,,2,,,,1,2,1,,,,,,,3,,,,,,,,,,,,,,,2,1,1,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,1,1,2,2,,2,75,1,,,,1,,1,,,1,"al","020314",5,1,4,5,1,4,1920.0001220703125,0,0,500,0,2178,762,0,0,0,0,0,0,3182,.8832159638404846,1213.1619873046875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,26,,26,2,0,1,0,0,0,0,1,0,1,2,1400.5042724609375,1400.5042724609375,1400.5042724609375,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,0,1,2,1,1,2,1.3333333730697632,0,0,0,0,,4,4,4,1000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,20670,31005,1,82680,0,0,36847.08984375,23,0,1,1,1,1,3,.6000000238418579,0,1,1,1,1,,1,1,1,1,1,1,1,2,0,0,0,0,0,0,1,3,1,3,4,1,0,0,1,1,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,14694,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,2178,2178,46.66904830932617,762,762,27.604347229003906,1,1920,1920,43.817806243896484,0,0,0,1920,0,1920,43.817806243896484,0,0,1,1,1,0,0,0,0,0,1,0,0,0,26,676,1,,1,1,0,0,0,0,0,,41.4865608215332,26,676,1,0,0,0,0,0,0,0,3,20,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.4038054943084717,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020327",1,4,3,1,,,,7,,1,2,2,1,1,3,8,2,2,2,2,5,5,24,1,1,11,,1,20,1,11,,1,27,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,4,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,2,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,8,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,1,4,,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,3,1,2,,,,,,,,,,,,,,,,,,,1,1,,2,76,8," <5:OTHER (SPECIFY)>:mexico",,,,,,,1996,2,"jd","020327",3,3,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.453131914138794,3369.556884765625,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,24,,24,1,1,0,0,0,0,0,1,1,0,1,11479.763671875,11479.763671875,3826.587890625,0,3,0,1,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,277,0,1,1,0,1,2,.6666666865348816,0,1,1,1,0,,,0,,1,1,,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14695,8,,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,1,1,0,0,0,0,0,1,24,576,0,,1,0,0,0,0,1,0,,41.4865608215332,24,576,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020405",1,2,1,,,,,51,,2,3,3,2,3,3,8,2,2,2,3,5,5,51,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,3,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,504,1,,2,,20,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,24,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,574,,12,6888,1,,1,,,,,,,,,,,,,,,2,,2,,2,1,,,,,12,40,,,4,,,,24000,,24000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,8,1,8,,,,,,,2,,,,,,,,,1,1,,1,9,1,2,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,9,,,,,,,,,,2,1,1,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,3,51,1,,,,1,,1,,,1,"cr","020405",1,1,0,1,1,0,23999.998046875,0,0,0,0,0,0,0,0,0,0,0,0,23999.998046875,1.906602144241333,2618.858154296875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,51,,51,4,0,0,0,1,0,0,1,1,0,1,3841.4755859375,3841.4755859375,3841.4755859375,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,0,1,,1,8590,12885,0,34360,0,1,21000.001953125,402,1,,,1,,3,3,1,0,1,1,1,,,1,,1,0,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14707,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,24000,24000,154.91932678222656,0,0,0,24000,0,24000,154.91932678222656,0,0,0,0,1,0,0,0,0,0,1,0,0,0,51,2601,1,,1,1,0,0,0,0,0,,41.4865608215332,51,2601,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,5,3,1,,,,41,,2,3,1,1,2,1,1,1,2,2,2,5,5,41,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,8,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,26,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,400,,12,4800,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,35,,,9,,,,,,,,,2,,,,,1,9,,,,,,,,,,,,,,,,,,,,,1,1,2,,9,8,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,2,2,2,1,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,60,1,,,,1,,1,,,1,"mb","020317",1,1,0,1,1,0,34657.1875,0,0,0,0,0,0,0,0,0,0,0,0,34657.1875,2.8710405826568604,3943.585205078125,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,1,1,0,0,0,41,,41,3,0,0,1,0,0,0,1,1,0,1,6973.16650390625,6973.16650390625,6973.16650390625,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,58,1,,,1,,4,4,1,1,1,1,1,,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14713,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,0,0,1,41,1681,1,,1,1,0,0,0,1,0,,41.4865608215332,41,1681,0,0,0,1,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020324",1,4,1,,,,,61,,2,2,2,9,2,2,9,2,2,2,2,5,5,61,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,5,,,2,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,1100,1,,2,,3000,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,35,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,900,,12,10800,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,37,,,4,,,,40000,,40000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,8,,70000,,,,,,,,,1,500,0,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,1,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,40,1,,,,97," <5:OTHER (SPECIFY)>:hungary",1,,,1,"ap","020324",1,1,0,1,1,0,40000,0,0,0,0,0,0,0,0,0,0,0,0,40000,1.7931209802627563,2462.9833984375,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,61,,61,4,0,0,0,1,0,0,1,1,0,1,5723.3916015625,5723.3916015625,5723.3916015625,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,70000,1,1,1,0,0,0,0,1,500,0,500,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,128,1,,,1,,4,4,1,1,1,1,1,,,1,,1,1,,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14716,,,85,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,40000,40000,200,0,0,0,40000,0,40000,200,0,0,0,0,,0,0,0,0,0,1,1,0,1,61,3721,1,,1,1,1,0,0,1,0,,41.4865608215332,61,3721,0,0,0,1,1,0,0,0,12,37,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020320",1,1,2,1,,,,24,,3,3,4,3,4,3,4,2,2,2,1,1,1,24,2,1,1,,1,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,4,2,1,,1,,,2,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,2,2,4,,,,,1,4,,,,,2,3,2,,,,,,,,,,,,,1,4,,,,,,1,4,,,,,,1,,4,,,,2,,,2,,,,,2,2,1,2,,,,,,,2,1,2,3,3,,,,,,,,,,,,1,4,3,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,3,,5,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,45,,,,,,,,,,,,,,,,,,,4,,,,35000,,35000,1,,,,,,,,,,,1,1,2,,0,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,1,2,1,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000,2000,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,1,2,1," <1:Yes (Specify)>:hippy",1,2,2,2,,,,,,,,,,,,,,,1,2,2,1,2,,,,,,,,,,,,2,2,1,1,2,1,4,,2,77,8," <5:OTHER (SPECIFY)>:mexico",1,,,,,,1981,1,"jn","020320",4,2,2,4,2,2,35000,0,0,2000,0,0,0,0,0,0,0,0,0,37000,.4740406572818756,651.1296997070312,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,24,20,22,1,1,0,0,0,0,1,0,0,1,4,1126.8992919921875,563.4496459960938,563.4496459960938,1,2,1,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,17650,26475,0,70600,0,1,37000,180,1,,,0,,5,1.25,1,0,1,1,1,1,1,1,,0,0,0,1,1,1,0,0,1,0,1,1,0,1,0,2,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14720,8,,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,1,0,0,0,35000,35000,187.08287048339844,35000,0,35000,187.08287048339844,0,0,2,1,,1,1,1,0,0,1,0,0,0,24,576,0,1,0,1,0,0,2,1,20,20,41.4865608215332,20,400,0,0,0,1,0,0,2,1,12,45,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020320",1,2,2,1,,,,36,,3,3,3,3,3,3,4,3,2,2,1,4,5,36,2,1,5,,1,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,16,1,1,,,,,13,2,1,,,,,12,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,13,2,3,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,8,2,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,2,1,1,1,1,1,6,,1,,,8,1,,2,1,1,0,12,4,4,2,2,2,3,4,0,,,,3,3,,,,,,,,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,2,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,2,1,,,,,4,4,,,7,,,,,,,,,2,,,,,2,,1,,,,,,,,,,,,,,,,,,,,2,,2,,8,8,,,,,,,,2,,,,,,,,,1,1,,1,400,,,,,,,2,2,2,2,2,2,2,2,,2,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,380,4560,1,,12,519,6228,1,,2,,8,1000,1,2,,2,,2,2,2,,2,,,,3,,,,,,,,,1,2,4,5,,,,,,,,,,,,2,1,2,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,65,1,,,,1,,98,,,1,"ejg","020322",5,2,3,4,1,3,5000,0,0,0,0,4560,6228,0,0,0,0,0,0,11228,1.2490559816360474,1715.670166015625,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,36,,36,3,0,0,1,0,0,0,1,0,1,2,1903.3447265625,1903.3447265625,951.67236328125,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,0,0,0,0,0,0,0,0,1,1,0,0,,0,17650,26475,1,70600,0,0,37000,137,0,1,1,1,1,4,.800000011920929,0,0,0,1,1,,1,1,0,0,0,0,1,2,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,14722,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4560,4560,67.52777099609375,6228,6228,78.91767883300781,1,5000,5000,70.71067810058594,0,0,0,5000,0,5000,70.71067810058594,0,0,0,0,1,0,0,0,0,0,1,0,0,0,36,1296,1,,1,1,0,0,0,0,0,,41.4865608215332,36,1296,1,0,0,0,0,0,0,0,4,4,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543","020314",1,2,2,1,,,,4,,3,1,3,1,2,8,2,3,2,2,3,1,1,59,2,1,1,,1,64,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,1,2,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,,,,,,,,,,,1,2,,120,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,3,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,575,,12,6900,8,99,8,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,54,12,42,4,,,,10000,,10000,1,,,,,,,,,,,4,,,,12500,,12500,1,,,,,,,,,,,2,,2,,8,9,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,8,,,,,,,,,,2,2,5,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,2,1,,,,,,,,,,,,,,,,,,,2,2,,3,43,7," <5:OTHER (SPECIFY)>:guayana",,,,,,,1997,1,"jn","020317",2,2,0,2,2,0,12500,10000,100,0,0,0,0,0,0,0,0,0,0,22600,2.7009470462799072,3709.94921875,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,59,64,61.5,4,0,0,0,1,0,1,0,1,0,3,10713.18359375,5356.591796875,5356.591796875,1,2,1,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,1,1,1,1,11610,17415,0,46440,0,1,42400,293,0,1,1,1,1,3,1.5,1,0,0,1,0,0,,0,,0,1,1,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14728,7,,,,7,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,10000,10000,100,12500,12500,111.80339813232422,12500,10000,12500,111.80339813232422,10000,100,0,0,1,0,1,1,0,0,0,0,0,0,59,3481,1,1,0,0,0,0,2,1,64,64,41.4865608215332,64,4096,0,1,0,0,0,0,0,0,12,42,1,0,0,0,0,59,3481,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020421",1,3,3,1,,,,2,,2,3,2,1,8,2,2,1,2,2,3,5,5,23,2,1,10,,2,23,1,12," <14:OTHER, SPECIFY>:roommate's borfrend",1,22,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,1,2,,2,,,,,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,9,,,,,,,,,1,2,2,9,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,9,9,,,,,,,,2,,,,,,,,,1,1,,1,9,9,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,3,,6,79,1,,,,97," <5:OTHER (SPECIFY)>:india",97," <5:OTHER (SPECIFY)>:india",,1,"ck","020421",3,3,0,1,1,0,33757.67578125,0,0,911.4345092773438,0,0,0,0,0,0,0,0,0,34669.109375,3.6519556045532227,5016.2294921875,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,4,0,0,0,1,23,,23,1,1,0,0,0,0,0,1,1,0,1,8966.50390625,8966.50390625,2988.834716796875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,84,1,,,1,,4,1.3333333730697632,1,1,1,1,1,,,1,,1,,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14805,,,45,45,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,1,1,0,23,529,1,,1,1,1,1,0,0,0,,41.4865608215332,23,529,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020416",1,3,2,1,,,,35,,1,1,1,1,1,1,3,1,2,2,3,1,1,58,2,1,1,,1,60,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,11,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,4000,1,,2,,1000,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,3,,5,1,2,2,1,1,2,,,2,,,9,,,,,,,,,1,99,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,50,12,65,9,,,,,,,,,1,2,1,,9,,,,,9,,,,,,,,,9,,,,,,,,,1,1,2,,9,9,,,,,,,,1,8,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,1,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,2,1,,4,43,1,,,,1,,1,,,1,"RR2","020416",2,2,0,2,2,0,62259.0234375,27449.0703125,1134.4835205078125,0,0,0,0,0,4130.35107421875,0,0,0,0,94972.9296875,1.0166935920715332,1396.50341796875,1,2,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,58,60,59,4,0,0,0,1,0,1,0,1,0,3,2721.1953125,1360.59765625,1360.59765625,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,1,,0,,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,364,1,,,1,,5,2.5,1,1,1,1,1,1,,1,,1,1,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14809,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,-5,907.7564086914062,30.128995895385742,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,,0,0,0,0,0,1,1,1,0,58,3364,1,1,1,1,1,1,2,0,60,60,41.4865608215332,58,3364,0,1,0,0,0,0,0,0,12,50,0,1,1,1,1,60,3600,1,1,1,0,.1519336998462677,.1519336998462677,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 -"9543x","020418",1,3,1,,,,,30,,1,3,1,1,2,2,8,1,2,2,1,5,5,35,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,2,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,3708,1,,2,,15,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,2,,2,2,2,2,1,2,,,,,,,,,,,,,,,,1,850000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,3,1,1,,,,,12,70,,,4,,,,450000,,450000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,1,250000,,,,,,,,,1,95000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,1,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,300000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,2,2,2,1," <1:Yes (Specify)>:NNFA",3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,9,,99,99,99,,,,,,,,99,1,"SF","020420",1,1,0,1,1,0,100000.9921875,0,100,0,0,0,0,0,100000.9921875,0,0,0,0,200101.984375,.28255191445350647,388.1058044433594,0,3,0,,4,1,4,0,0,0,1,0,0,0,0,3,0,0,1,0,35,,35,3,0,0,1,0,0,0,1,1,0,1,879.9981079101562,879.9981079101562,879.9981079101562,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,250000,1,1,1,1,850000,0,850000,1,95000,0,95000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,144,1,,,1,,2,2,1,1,1,1,1,,,1,,1,1,,0,2,0,0,0,,0,0,0,0,0,0,0,0,1,0,0,1,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14812,,,,,99,0,0,0,0,0,0,0,0,0,100,100,10,300000,300000,547.7225341796875,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,450000,450000,670.8203735351562,0,0,0,450000,0,450000,670.8203735351562,0,0,0,0,,1,,0,0,0,1,1,1,1,35,1225,1,,1,1,1,1,0,1,0,,41.4865608215332,35,1225,0,1,0,1,1,1,0,0,12,70,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020418",1,3,3,1,,,,3,,1,1,1,2,2,1,8,1,2,2,2,5,5,26,1,1,11,,1,26,1,11,,2,26,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,4,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,1,300,0,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,3,,1,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,9,,,,,,,,,1,2,2,9,,,,,,,,,,,,,,,,,,,,,,,,8,,8,,9,9,,,,,,,,2,,,,,,,,,1,8,,1,9,2,,1,8,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,3,2,2,1,4,,,,,,,,2,1,7,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,1,,4,76,1,,,,1,,1,,,1,"sf","020418",3,3,0,1,1,0,46291.25390625,0,1366.7476806640625,756.1132202148438,0,0,0,0,0,0,0,0,0,48414.11328125,3.215383529663086,4416.5654296875,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,26,,26,2,0,1,0,0,0,0,1,1,0,1,9075.59765625,9075.59765625,3025.19921875,0,3,0,1,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,192,1,,,1,,1,.3333333432674408,0,1,1,1,1,,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14815,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,1,1,1,26,676,1,,1,1,1,1,0,1,0,,41.4865608215332,26,676,0,1,0,1,1,1,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020424",1,3,1,,,,,55,,1,1,1,1,1,1,1,1,2,2,3,3,5,55,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,5000,1,,2,,9000,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,10,,5,1,2,2,1,2,,,,,,,,,,,,,,,,1,850000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,12,60,,,4,,,,350000,,350000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1e+06,,,,,,,,,1,23000,18000,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,2000,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,47,1,,,,1,,1,,,1,"RR2","020424",1,1,0,1,1,0,100000.9921875,0,944.6893920898438,0,0,0,0,0,0,0,0,0,0,100945.6796875,1.2734029293060303,1749.112548828125,0,2,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,55,,55,4,0,0,0,1,0,0,1,1,0,1,2340.35302734375,2340.35302734375,2340.35302734375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,1e+06,1,1,1,1,850000,0,850000,1,23000,18000,5000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,133,1,,,1,,5,5,1,1,1,1,1,,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14817,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,350000,350000,591.6079711914062,0,0,0,350000,0,350000,591.6079711914062,0,0,0,0,,0,0,0,0,0,1,1,1,0,55,3025,1,,1,1,1,1,0,0,0,,41.4865608215332,55,3025,0,1,0,0,0,0,0,0,12,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020430",1,3,1,,,,,30,,8,3,8,2,8,2,8,8,2,2,8,5,5,70,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,4,2,,3,3,1,2,2,2,1,2,3,5,6,1,1,5,,,,,,,,,,,,,,,,,,2,2,,1,,2,,88,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,5,,3,2,2,1,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,546,,12,6552,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,30,,,2,,600,,,12,14400,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,12500,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,1,2,1,2,2,2,2,,2,2,,,2,,,,,,,1,6000,2,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,4,,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,1,,98,32,97," <5:OTHER (SPECIFY)>:CUBA",,,,,,,1968,2,"ar","020430",1,1,0,1,1,0,14400,0,991.4641723632812,0,5999.99951171875,0,0,0,0,0,0,0,0,21391.462890625,1.4163163900375366,1945.4146728515625,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,70,,70,5,0,0,0,0,1,0,1,1,0,1,8381.435546875,8381.435546875,8381.435546875,0,3,0,1,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,12500,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,140,1,,,1,,3,3,1,,,1,1,,,1,,,,,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14822,30,,,,30,0,0,0,6000,6000,77.45966339111328,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,14400,14400,120,0,0,0,14400,0,14400,120,0,0,0,0,,1,1,1,0,0,0,0,0,1,70,4900,1,,1,0,0,0,0,1,0,,41.4865608215332,70,4900,0,1,1,0,0,0,0,0,12,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020504",1,3,1,,,,,38,,1,1,1,1,1,2,3,1,2,2,2,4,5,38,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,9,1,1,,,,,5,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,9,1,8,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,1,,2,,,,2,1,700,1,,2,,30,2,1,2,2,,,,,,,2,,,,,2,3,2,3,3,3,2,1,1,2,1,4,2,2,,1,,,2,3,,2,2,2,0,2,4,4,2,2,1,1,4,1,7,," <3:Something Else? (SPECIFY)>:graduation from kindegarten",2,1,1,2,2,2,,,3000,,2,1,2,1,1,1,1,2,,,1,2,,1,,1,,1,,,1,,1,,,,2,,,1,,,2,,1,,,,2,,2,2,,,2,2,,,4,,,,650,,650,2,700,2,,,1,2,1,,2,27,,7,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,6000,,6000,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,37,,,4,,,,35000,,35000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,10000,,,,,,,,,1,7000,0,,,,,,,1,2,,1,2000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,6,64,1,,,,1,,1,,,1,"SF","020504",3,1,2,3,1,2,35000,0,0,0,0,0,0,0,0,0,0,0,0,35000,.8307514786720276,1141.09814453125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,38,,38,3,0,0,1,0,0,0,1,0,1,2,1228.266357421875,1228.266357421875,1228.266357421875,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,1,,3,4,1,10000,1,1,0,0,0,0,0,1,7000,0,7000,1,1,1,1,,1,14630,21945,0,58520,0,1,46438.2578125,243,0,1,1,0,1,7,2.3333332538604736,1,1,1,1,1,,1,1,1,1,1,0,1,2,0,0,0,0,0,0,1,1,1,2,2,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,14828,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,35000,35000,187.08287048339844,0,0,0,35000,0,35000,187.08287048339844,0,0,1,1,1,0,0,0,0,0,1,1,0,0,38,1444,1,,1,1,1,0,0,0,0,,41.4865608215332,38,1444,0,0,0,0,0,0,0,0,12,37,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020417",1,3,2,1,,,,3,,2,2,1,2,1,1,3,1,2,2,3,5,2,26,2,1,2,,1,27,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,1,11,,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1550,,12,18600,1,,2,,,,,,,,,,,,,,,1,3,2,,1,1,,1,1,,9,45,7,30,4,,,,32000,,32000,1,,,,,,,,,,,4,,,,30000,,30000,1,,,,,,,,,,,2,,2,,14000,,,,,,,,,2,,,,,,,,,1,2,,1,100000,,,,,,,2,2,2,2,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3500,900,,,,,,,3,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,3,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,3,2,1,,,,,,,,,,,,,,,,,,,2,1,,7,75,1,,,,1,,1,,,1,"RR2","020417",2,2,0,2,2,0,32000,30000,0,900,0,0,0,0,0,0,0,0,0,62900,2.4400646686553955,3351.608154296875,1,1,2,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,26,27,26.5,2,0,1,0,0,0,1,0,1,0,3,5867.521484375,2933.7607421875,2933.7607421875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,14000,1,1,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,11610,17415,0,46440,1,1,42400,168,1,,,1,,2,1,1,1,1,1,0,0,,0,,1,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14837,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,900,30,0,0,0,0,0,0,0,0,0,2,32000,32000,178.88543701171875,30000,30000,173.205078125,32000,30000,32000,178.88543701171875,30000,173.205078125,0,0,,0,0,0,0,0,1,1,1,0,26,676,1,1,1,1,1,1,2,0,27,27,41.4865608215332,26,676,0,0,0,0,0,0,0,0,9,45,0,1,1,1,1,27,729,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020514",1,3,2,1,,,,12,,3,2,4,1,3,4,4,2,2,2,2,1,1,44,2,1,1,,1,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,12,1,1,,1,,,10,1,1,,1,,,9,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,12,1,7,,,,5,2,98,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,20,2,,,,,2,2,2,2,2,2,2,2,2,2,2,,,,,4,3,3,3,3,3,2,2,1,1,1,1,1,1,,1,,,7,1,,2,2,1,0,3,4,4,2,2,2,4,4,0,,,,3,3,,,,,,,,,3,0,3,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,10,,3,4,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,733,,12,8796,1,,2,,,,,,,,,,,,,,,2,,2,,9,9,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,9,,,,,,,,1,8,8,8,,,,,,1,8,,2,,,,,,,,8,8,9,9,9,9,9,9,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,2,2,2,2,2,,1,2,1,2,,,,,,,,,,,,,,,3,2,3,2,2,,,,,,,,,,,,2,2,3,2,8,1,4,,2,99,99,,99,,,,,,99,2,"ak|","020514",5,2,3,5,2,3,178.71206665039062,20.026323318481445,0,0,0,0,0,0,0,0,0,0,0,198.73838806152344,.4049670994281769,556.2520751953125,1,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,44,45,44.5,3,0,0,1,0,0,1,0,0,1,4,1082.935546875,541.4677734375,541.4677734375,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,1,4,4,,,,,0,0,0,0,1,,,,1,1,,,,,20670,31005,1,82680,0,0,36847.08984375,36,0,1,1,0,1,3,.6000000238418579,0,0,1,1,1,1,1,1,0,0,0,0,1,2,0,0,0,,0,0,0,3,0,3,3,0,0,0,0,0,1,1,1,,,,,,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14838,,,,,99,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,0,0,0,0,0,0,0,0,0,0,-9,-9,,-9,-9,,-9,-9,-9,,-9,,0,0,,1,,0,0,0,1,1,0,0,44,1936,,,-9,.8445630669593811,.5830553770065308,.33022013306617737,2,.4996632933616638,45,45,41.4865608215332,,,0,0,0,.41627752780914307,.2888592481613159,.17478318512439728,1.4989898204803467,.12608405947685242,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,,,,1,,1,0,0,,1,0,0,,1,,1,,1,,1,0,0,-9 -"9543x","020427",1,3,1,,,,,5,,2,2,4,3,2,3,3,3,2,2,1,5,5,38,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,4,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,1200,1,,2,,100,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,3,3,2,1,2,,,,,,,,,,,,,,,,,,,,,1,2,,2,,,3,,,832,,12,9984,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,37,,,4,,,,40000,,40000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,5000,,,,,,,,,2,,,,,,,,,1,1,,1,2000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,3,2,2,1,9,10,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:emotional problems; just a lot of fears",1,2,,,,,2,1,3,,,,,,,,,,,,,,,,,,,2,3,,6,64,97," <5:OTHER (SPECIFY)>:japan",,,,,,,1997,1,"AGH","020427",1,1,0,1,1,0,40000,0,0,0,0,0,0,0,0,0,0,0,0,40000,2.108457565307617,2896.121337890625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,4,0,0,0,1,38,,38,3,0,0,1,0,0,0,1,1,0,1,5451.17431640625,5451.17431640625,5451.17431640625,0,3,0,1,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,5000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,379,1,,,0,,3,3,1,0,0,1,1,,,1,,1,1,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14839,52,,,,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,40000,40000,200,0,0,0,40000,0,40000,200,0,0,0,0,,0,1,1,0,0,1,1,1,0,38,1444,1,,1,1,1,1,0,0,0,,41.4865608215332,38,1444,0,0,0,0,0,0,0,0,12,37,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020515",1,3,1,,,,,40,,2,1,2,3,3,3,2,2,2,2,8,5,5,75,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,4,1,2,1,1,1,1,2,2,2,3,4,5,4,1,4,5,,,,,,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,1,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,250,,12,3000,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,1,1,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,1,2,2,2,2,2,2,,2,1,,,2,,,,,,,1,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,80,960,1,,,,,,,2,,2,,1,2,,2,,,2,1,2,2,,,,1,2,12,," <12:OTHER (specify)>:I WAS SICK DID NOT FEEL LIKE GOING",,,,,3,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,99,1,,,,1,,1,,,1,"RR2","020515",1,1,0,1,1,0,0,0,0,0,2835.41796875,960.0000610351562,0,0,0,0,0,0,0,2835.41796875,3.382920742034912,4646.6904296875,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,75,,75,5,0,0,0,0,1,0,1,1,0,1,9553.451171875,9553.451171875,9553.451171875,0,3,0,1,0,0,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,250,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,294,0,1,0,1,1,1,1,1,1,1,1,1,,,1,,1,0,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14849,,,,,1,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,960,30.983867645263672,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,75,5625,0,,1,0,0,0,0,0,0,,41.4865608215332,75,5625,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020422",1,3,1,,,,,2,,1,1,1,1,2,2,8,2,2,2,3,3,5,80,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,2,2,,3,3,1,1,2,2,4,2,4,6,4,1,5,3,2,,,,,,,,,,,,,,,,,2,1,8,1,,2,,2000,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,2,,1,,8,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,1,1,1,2,2,2,2,,2,2,,,2,,,,,,,1,16000,2,,,,,17000,2,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,8,3,,1,2,2,1," <1:Yes (Specify)>:JEWISH WOMEN'S COUNSEL",3,2,2,2,,,,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,21,1,,,,10," <5:OTHER (SPECIFY)>:POLAND",10," <5:OTHER (SPECIFY)>:POLAND",,1,"JR","020422",1,1,0,1,1,0,0,0,4661.30908203125,0,15999.9990234375,0,0,17000,0,0,0,0,0,37661.30859375,3.9387917518615723,5410.2197265625,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,80,,80,5,0,0,0,0,1,0,1,1,0,1,5760.75390625,5760.75390625,5760.75390625,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,0,34360,1,1,21000.001953125,276,1,,,1,,3,3,1,1,1,1,1,,,1,,1,1,,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14852,,,10,10,1,0,0,0,16000,16000,126.49110412597656,17000,17000,130.38404846191406,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,0,0,0,80,6400,0,,1,1,0,0,0,0,0,,41.4865608215332,80,6400,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020430",1,3,3,1,,,,20,,1,1,4,2,4,4,3,3,2,2,1,1,1,41,2,1,1,,1,44,1,5,,1,21,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,11,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,1,2,,1,,2,,3000,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,12,,5,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1086,,12,13032,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,30,12,30,4,,,,80000,,80000,1,,,,,,,,,,,4,,,,54000,,54000,1,,,,,,,,,,,2,,1,1,20000,,,,,,,,,1,30000,30000,,,,,,,2,,1,1,2000,,,,,,,2,2,2,1,1,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,400,2,,,,,2000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,1," <1:Yes (Specify)>:DOMINICAN TEACHERS ASSOC",3,1,1,2,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,1,1,,8,61,4,,,,,,,,1979,1,"RR2","020629",3,3,0,2,2,0,80000,54000,400,0,0,0,0,0,2000,0,0,0,0,136400,1.137137770652771,1561.9422607421875,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,41,44,42.5,3,0,0,1,0,0,1,0,1,0,3,3017.22412109375,1508.612060546875,1005.7413940429688,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,20000,1,1,0,0,0,0,0,1,30000,30000,0,0,1,1,0,0,0,11610,17415,0,46440,1,1,42400,52,1,,,0,,5,1.6666666269302368,1,0,0,1,1,1,,1,,1,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14854,,,,,4,0,0,0,0,0,0,0,0,0,400,400,20,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,80000,80000,282.84271240234375,54000,54000,232.37899780273438,80000,54000,80000,282.84271240234375,54000,232.37899780273438,0,0,,1,1,1,0,0,1,1,1,0,41,1681,1,1,1,1,1,1,2,0,44,44,41.4865608215332,41,1681,0,1,0,0,0,0,0,0,12,30,0,1,1,1,1,44,1936,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020427",1,3,1,,,,,8,,2,3,2,3,1,1,3,1,2,2,3,5,5,37,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,1200,1,,2,,250,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,8,,1,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1200,,12,14400,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,100000,,100000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,8,,8,2,,1,,1,,1,,1,10000,0,,,,,,,1,1,,1,5000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20000,5000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,8,65,1,,,,97," <5:OTHER (SPECIFY)>:turkey",1,,,1,"agh","020427",1,1,0,1,1,0,99999.9921875,0,0,5000,0,0,0,0,0,0,0,0,0,104999.9921875,1.8564025163650513,2549.9052734375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,37,,37,3,0,0,1,0,0,0,1,1,0,1,5035.38134765625,5035.38134765625,5035.38134765625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,175000,1,1,1,0,0,0,0,1,10000,0,10000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,321,1,,,1,,1,1,1,1,1,1,1,,,1,,1,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14855,,,89,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,5000,70.71067810058594,0,0,0,0,0,0,0,0,0,1,100000,100000,316.2277526855469,0,0,0,100000,0,100000,316.2277526855469,0,0,0,0,,0,0,0,0,0,1,1,1,1,37,1369,1,,1,1,1,1,0,1,0,,41.4865608215332,37,1369,0,0,0,1,1,1,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020601",1,2,2,1,,,,6,,2,3,3,2,3,2,2,2,2,2,8,1,1,32,2,1,1,,1,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,7,1,1,,1,,,5,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,7,1,4,,,,,1,4,,,,,2,4,2,,,,,,,,,,,,,1,4,,,,,,2,,,,,,,1,,7,,," <7:or another type of government program? {specify}>:health blus",,,,2,,,,,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,2,3,2,1,1,1,5,,1,,,1,1,,2,2,1,0,15,4,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,2,1,2,2,2,2,1,2,,,1,2,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,2,,,2,2,3,,,6,,2,3,2,2,1,1,2,,,2,,,3,,,560,,12,6720,1,,,98,50000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,4,30,12,50,1,165,,,,4,2640,1,,,,,,,,,,,7,,,,,,,,,2,,,,,1,1,,,2,,2,,8,2,,2,8,,,,,1,10000,2000,,,,,,,1,8,,2,,,,,,,,2,2,2,1,2,2,2,2,1,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,200,2,,,,,,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,3,,7,99,9," <5:OTHER (SPECIFY)>:china",9," <5:OTHER (SPECIFY)>:china",,,,,1995,3,"mother com","020606",4,2,2,4,2,2,17500,2640.000244140625,200,0,0,0,0,0,0,0,0,0,0,20340,1.1900535821914673,1634.6260986328125,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,4,0,0,0,1,32,35,33.5,2,0,1,0,0,0,1,0,0,1,4,3176.881103515625,1588.4405517578125,1588.4405517578125,0,3,0,1,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,1,,50000,,1,10000,2000,8000,1,1,1,0,1,1,17650,26475,1,70600,0,0,37000,220,0,1,1,0,1,2,.5,0,0,1,1,1,0,1,0,1,1,0,1,1,2,0,0,0,1,0,0,1,1,1,2,2,1,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14868,9,9,,,9,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2640,2640,51.38093185424805,17500,17500,132.28756713867188,17500,2640,17500,132.28756713867188,2640,51.38093185424805,1,1,,0,1,1,0,0,1,0,0,0,32,1024,1,1,0,1,0,0,2,1,35,35,41.4865608215332,35,1225,0,1,0,1,0,0,2,1,12,50,1,1,0,0,0,32,1024,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020424",1,2,1,,,,,34,,2,2,3,1,3,3,3,3,2,2,2,5,5,34,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,9,1,1,,,,,5,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,5,2,8,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,6,,,,2,1,3120,2,,,,,1,2,2,2,,,,,,,2,4,3,3,3,,,,,,,,,,,,1,1,5,2,,5," <7:OTHER: specify (SPECIFY)>:NOT OF AGE",,,,,,,,,,,,,,,,,,,,2,1,0,,,,,,,,2,1,2,1,1,1,2,,,,2,,,2,,1,,1,,,,,1,,,,2,,,1,,,2,,1,,,,2,,,,,,2,2,,,1,115,,,,12,5520,1,,2,,,1,1,1,,2,2,,3,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,895,,12,10740,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,32,,,2,,1500,,,12,36000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,8,8,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,4,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,1,4," <7:ANOTHER GROUP (SPECIFY)>:PUERTO RICAN",6,67,1,,,,3,,3,,,1,"JR","020424",3,1,2,3,1,2,36000,0,0,0,0,0,0,0,0,0,0,0,0,36000,.5125567317008972,704.0343627929688,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,34,,34,2,0,1,0,0,0,0,1,0,1,2,969.184326171875,969.184326171875,969.184326171875,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,,1,1,1,,,1,0,,,,1,,,4,,,,,0,0,0,0,0,0,0,0,0,1,1,0,,0,14630,21945,0,58520,0,1,46438.2578125,272,0,1,0,1,0,3,1,1,0,0,1,1,,1,1,,1,0,0,1,2,0,0,0,0,0,0,1,1,1,2,2,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,14869,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,36000,36000,189.73666381835938,0,0,0,36000,0,36000,189.73666381835938,0,0,1,1,,1,0,0,0,0,1,1,0,0,34,1156,1,,1,1,1,0,0,0,0,,41.4865608215332,34,1156,0,0,0,0,0,0,0,0,12,32,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020422",1,2,1,,,,,28,,2,1,1,3,3,1,2,2,2,2,3,5,5,28,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,1,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,300,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,4,,3,1,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 4 YEARS",1,1,2,,1,1,,,,,10,40,,,4,,,,45000,,45000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,10000,,,,,,,,,1,12000,12000,,,,,,,1,2,,1,6000,,,,,,,2,2,2,1,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,600,2,,,,,,,,,,,,,,,,,10000,2000,,,,,,,6,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,1,4,,2,1,1,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,6,74,1,,,,2,,97," <5:OTHER (SPECIFY)>:BARBADOS",,1,"JR","020422",1,1,0,1,1,0,45000,0,600,2000,0,0,0,0,0,0,0,0,0,47600,1.4758204221725464,2027.1478271484375,0,1,1,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,28,,28,2,0,1,0,0,0,0,1,1,0,1,3171.922119140625,3171.922119140625,3171.922119140625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,10000,1,1,0,0,0,0,0,1,12000,12000,0,1,1,1,0,,0,8590,12885,0,34360,1,1,21000.001953125,260,1,,,1,,3,3,1,1,1,1,1,,,1,,1,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14874,,,,20,1,0,0,0,0,0,0,0,0,0,600,600,24.494897842407227,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,1,45000,45000,212.1320343017578,0,0,0,45000,0,45000,212.1320343017578,0,0,0,0,1,0,0,0,0,0,1,1,1,0,28,784,1,,1,1,1,1,0,0,0,,41.4865608215332,28,784,0,1,0,0,0,0,0,0,10,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020425",1,4,1,,,,,1,,1,3,1,1,2,1,2,1,2,2,3,5,5,24,1,1,3,,1,53,1,3,,2,49,1,7,,2,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,2,2,,,,,,,2,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,,,,,,,2,1,75,2,,,,,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,11,,2,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,900,,12,10800,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,50000,,50000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,8,,8,1,9,,,,,,,1,30000,15000,,,,,,,1,8,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,150,2,,,,,,,,,,,,,,,,,500,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,100000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,3,,2,78,97," <5:OTHER (SPECIFY)>:Philipines",,,,,,,1996,1,"ddb","020505",4,4,0,1,1,0,50000,0,150,0,0,0,0,0,0,0,0,0,0,50150,3.0737686157226562,4222.046875,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,4,0,0,0,1,24,,24,1,1,0,0,0,0,0,1,1,0,1,12900.66015625,12900.66015625,3225.1650390625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,30000,15000,15000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,313,1,,,1,,2,.5,0,1,1,1,1,,,1,,1,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14877,64,,,,64,0,0,0,0,0,0,0,0,0,150,150,12.247448921203613,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,50000,50000,223.60679626464844,0,0,0,50000,0,50000,223.60679626464844,0,0,0,0,,0,1,1,0,0,1,1,1,1,24,576,1,,1,1,1,1,0,1,0,,41.4865608215332,24,576,0,1,0,1,1,1,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020420",1,4,3,1,,,,59,,2,1,2,1,3,1,8,1,2,2,8,1,1,59,2,1,1,,1,60,1,5,,1,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,600,1,,2,,300,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,6,,6,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1000,,12,12000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,35,12,35,4,,,,52000,,52000,1,,,,,,,,,,,4,,,,95000,,95000,1,,,,,,,,,,,1,1,2,,8,2,,1,,1,,3,,1,15000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,10000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,1,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,43,1,,,,97," <5:OTHER (SPECIFY)>:ireland",97," <5:OTHER (SPECIFY)>:ireland",,1,"|ty","020420",3,3,0,2,2,0,95000,51999.99609375,10000,0,0,0,0,0,0,0,0,0,0,157000,2.4903805255889893,3420.720703125,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,59,60,59.5,4,0,0,0,1,0,1,0,1,0,3,6665.53955078125,3332.769775390625,2221.846435546875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,500000,1,1,1,0,0,0,0,1,15000,0,15000,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,217,1,,,0,,6,2,1,1,1,1,1,1,,1,,1,0,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14890,,,48,48,1,0,0,0,0,0,0,0,0,0,10000,10000,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,52000,52000,228.0350799560547,95000,95000,308.220703125,95000,52000,95000,308.220703125,52000,228.0350799560547,0,0,,0,0,0,0,0,1,1,1,0,59,3481,1,1,0,1,1,1,2,1,60,60,41.4865608215332,60,3600,0,1,0,1,1,1,0,0,12,35,1,1,1,1,0,59,3481,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020501",1,5,2,1,,,,27,,1,2,2,1,1,2,2,2,2,2,2,1,1,27,2,1,1,,1,28,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,1,11,,,,,2,2,2,,,,,,,,,,,,,1,1,2,,,,,1,1,2,,,,,,,,,,,2,1,8,1,,2,,200,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,3,,7,2,2,2,1,1,2,,,2,,,3,,,2000,,12,24000,1,,,350000,220000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,1,,10,40,12,80,4,,,,36000,,36000,1,,,,,,,,,,,4,,,,65000,,65000,1,,,,,,,,,,,1,1,1,8,0,,,,,,,,,2,,,,,,,,,1,1,,1,60000,,,,,,,1,2,2,2,2,2,1,2,1,2,2,,,2,10000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000,2000,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,1,1,2,1,2,2,,3,1,1,2,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,1,,2,74,1,,,,1,,1,,,1,"rm","020501",2,2,0,2,2,0,65000,36000,0,2000,0,0,0,0,0,10000,0,0,0,113000,2.0333871841430664,2793.0068359375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,27,28,27.5,2,0,1,0,0,0,1,0,1,0,3,4889.60107421875,2444.800537109375,2444.800537109375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,350000,220000,130000,0,0,0,0,1,1,1,0,1,1,11610,17415,0,46440,1,1,42400,43,1,,,1,,7,3.5,1,1,1,1,1,1,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14896,,,,,1,10000,10000,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,2,36000,36000,189.73666381835938,65000,65000,254.9509735107422,65000,36000,65000,254.9509735107422,36000,189.73666381835938,0,0,,0,0,0,0,0,1,1,1,0,27,729,1,1,0,1,1,1,2,1,28,28,41.4865608215332,28,784,0,0,0,1,1,1,0,0,12,80,1,1,1,1,0,27,729,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020502",1,4,1,,,,,50,,1,1,1,1,1,1,8,1,2,2,2,1,1,53,1,1,1,,2,52,1,7,,1,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,9,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,2,,1,,2,,10,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,32,,12,1,2,2,1,2,,,,,,,,,,,,,,,,,580000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,2,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,9,,,,,,,,,9,,,,,,,,,1,1,1,1,9,9,,,,,,,,1,10000,0,,,,,,,1,1,,2,,,,,,,,2,2,1,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,60000,2,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,4,1,2,2,2,2,,1,2,2,1,1,,,,,,,,1,2,,,,,,1,2,,,,,,,,,,,,,,,,,,,1,1,,2,99,1,,,,1,,1,,,1,"ep|0","020502",3,3,0,2,2,0,55326.49609375,0,5040.60693359375,0,0,0,0,60000,0,0,0,0,0,120367.1015625,.5685688853263855,780.9711303710938,1,2,0,4,4,1,4,0,0,0,1,0,0,0,0,3,0,0,1,0,53,52,52.5,4,0,0,0,1,0,1,0,1,0,3,2177.18505859375,1088.592529296875,725.7283325195312,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,580000,0,580000,1,10000,0,10000,1,1,1,0,1,1,11610,17415,0,46440,1,1,42400,51,1,,,1,,12,4,1,1,1,1,1,1,,1,,1,1,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,1,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14901,,,,,1,0,0,0,0,0,0,60000,60000,244.948974609375,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,0,0,0,0,1,1,1,1,53,2809,0,1,0,1,1,1,1,0,52,52,41.4865608215332,52,2704,0,1,1,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020510",1,1,1,,,,,25,,1,1,1,2,1,1,1,1,2,2,3,5,5,43,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,8,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,3,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,901,,12,10812,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,7,,,,,,,,,1,2,2,3,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,7,2,,2,1,,,,,2,,,,,,,,,1,2,,1,7,1,2,,,,,2,2,2,2,8,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,58,1,,,,97," <5:OTHER (SPECIFY)>:ANTIGUA",4," <5:OTHER (SPECIFY)>:DOMINICA",,1,"PG","020510",1,1,0,1,1,0,54999.99609375,0,0,0,0,0,0,0,0,0,0,0,0,54999.99609375,1.793346881866455,2463.293701171875,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,43,,43,3,0,0,1,0,0,0,1,1,0,1,3026.841796875,3026.841796875,3026.841796875,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,396,1,,,1,,3,3,1,1,1,1,1,,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14919,,,14,4,1,0,0,0,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,55000,55000,234.52078247070312,0,0,0,55000,0,55000,234.52078247070312,0,0,0,0,1,0,0,0,0,0,1,1,0,0,43,1849,1,,1,1,1,0,0,0,0,,41.4865608215332,43,1849,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,0,0 -"9543x","020420",1,4,1,,,,,4,,1,1,1,1,2,1,1,1,2,2,3,1,1,58,1,1,1,,2,46,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,98,,,,,2,98,,,,,2,1,2,,,,,,,,,,,,,1,3,,,,,,1,3,,,,,,,,,,,,1,1,2000,2,,,,,8,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,3,2,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,600,,12,7200,1,,1,,1," 2 years",2,,2,,1,1,,1,1,,12,40,12,48,8,,,,,,,,,2,,,,,1,1,,,8,,,,,,,,,2,,,,,1,1,,,2,,2,,8,1,2,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,50,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,1,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,7," <7:ANOTHER GROUP (SPECIFY)>:east indian and black",6,44,98,,,,,,,,1999,1,"ty","020420",2,2,0,2,2,0,17500,17500,0,50,0,0,0,0,0,0,0,0,0,35050,2.03406023979187,2793.93115234375,1,1,0,,,1,,,,,,,,,,4,0,0,0,1,58,46,52,4,0,0,0,1,0,1,0,1,0,3,10650.1123046875,5325.05615234375,5325.05615234375,1,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,11610,17415,0,46440,0,1,42400,221,0,1,1,1,1,3,1.5,1,1,1,1,1,1,,1,,1,1,1,0,3,0,1,0,,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14923,,,,,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,50,7.071067810058594,0,0,0,0,0,0,0,0,0,2,17500,17500,132.28756713867188,17500,17500,132.28756713867188,17500,17500,17500,132.28756713867188,17500,132.28756713867188,0,0,,0,1,1,0,0,1,1,0,1,58,3364,1,1,1,0,1,0,1,1,46,46,41.4865608215332,58,3364,0,0,0,0,1,0,0,0,12,40,0,1,1,1,0,46,2116,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020516",1,5,2,1,,,,43,,1,2,3,1,4,3,2,2,2,2,1,1,1,43,1,1,1,,2,41,1,8,,1,58,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,1,5,,,1,,2,4,,,,,2,2,2,,,,,,,,,,,,,1,1,3,,,,,1,1,3,,,,,1,,1,3,,,2,2,,1,,2,,0,8,2,1,2,,,,,,,8,4,8,8,8,,,,,,,,,,,,1,4,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,6,,4,2,2,2,1,1,2,,,2,,,9,,,,,,,,,,180000,98,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,1,1,,2,1,,12,40,12,50,8,,,,,,,,,1,2,8,,,,,,,8,,,,,,,,,8,,,,,,,,,1,1,2,,8,8,,,,,,,,1,4500,0,,,,,,,1,2,,1,3000,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,999999,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,5,1,1,2,1,2,,2,1,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,59,1,,,,1,,1,,,1,"RM","020516",4,3,1,3,2,1,88030.28125,27591.443359375,100000.9921875,0,0,0,0,0,0,0,0,0,0,215622.71875,1.1027157306671143,1514.6611328125,1,1,1,2,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,43,41,42,3,0,0,1,0,0,1,0,0,1,4,3115.0888671875,1557.54443359375,1038.3629150390625,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,,,,,,,,,,,,,1,,,4,,,,,1,180000,,,1,4500,0,4500,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,178,1,,,1,,4,1,1,0,1,1,1,1,1,1,,1,0,1,1,2,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,1,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14924,,,,,1,0,0,0,0,0,0,0,0,0,999999,999999,999.99951171875,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,1,1,,0,0,0,0,0,1,1,0,1,43,1849,1,1,1,1,1,0,1,1,41,41,41.4865608215332,43,1849,0,1,0,1,1,0,1,1,12,40,0,1,0,0,0,41,1681,0,0,0,0,0,.1519336998462677,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020702",1,2,3,1,,,,11,,1,3,1,1,1,1,3,1,2,2,3,1,1,22,2,1,1,,1,26,1,7,,2,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,6,1,6,,6,,2,6,1,6,,6,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,8,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,1,2,,1,,2,,120,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,18,,6,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,600,,12,7200,1,,2,,,,,,,,,,,,,,,1,1,2,,1,1,,1,1,,12,30,12,45,4,,,,20000,,20000,1,,,,,,,,,,,4,,,,32000,,32000,1,,,,,,,,,,,1,1,1,1,8,2,,2,7,,,,75000,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,9,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,1,1,1,,,,,,,,2,2,,,,,,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,79,11," <5:OTHER (SPECIFY)>:trinadad",,,,,,,1990,1,"sf","020702",5,3,2,2,2,0,32000,20000,583.9996337890625,0,0,0,0,0,0,0,0,0,0,52584,1.7536146640777588,2408.718505859375,1,1,1,3,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,22,26,24,1,1,0,0,0,0,1,0,1,0,3,4465.5478515625,2232.77392578125,1488.5159912109375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,75000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,1,1,11610,17415,0,46440,1,1,42400,249,1,,,1,,6,1.2000000476837158,1,1,1,1,1,1,,1,,1,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14927,11,,,,11,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,20000,20000,141.42135620117188,32000,32000,178.88543701171875,32000,20000,32000,178.88543701171875,20000,141.42135620117188,0,0,1,0,1,1,0,0,1,1,0,0,22,484,1,1,0,1,1,0,2,1,26,26,41.4865608215332,26,676,0,1,0,1,1,0,0,0,12,45,1,1,1,1,0,22,484,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020429",1,4,2,1,,,,5,,3,1,3,3,3,3,2,3,2,2,1,1,1,28,2,1,1,,1,48,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,7,1,1,,1,,,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,7,1,1,1,,,,2,98,,,,,2,2,2,,,,,,,,,,,,,1,4,,,,,,1,4,,,,,,1,,4,,,,2,,,2,,,,,2,2,2,2,,,,,,,2,,,,,1,3,3,2,3,2,2,2,4,4,1,1,5,1,,1,,,1,1,,1,1,1,0,0,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,2,1,1,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,8,0,6,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,6,3600,1,,2,,,,,,,,,,,,,,,1,1,2,,2,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,8,,,,,,,,,2,,,,,8,,,,2,,2,,8,2,,2,8,,,,,2,,,,,,,,,8,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,110,440,8,110,,,,,,2,,1,,1,2,,2,,2,2,2,,2,1,8,2,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,3,8,3,8,3,1,4,,2,74,4,,4,,,,,,1997,2,"ak","020502",4,2,2,4,2,2,30733.697265625,0,0,0,0,110,0,0,0,0,0,0,0,30733.697265625,.4740406572818756,651.1296997070312,1,1,1,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,28,48,38,3,0,0,1,0,0,1,0,0,1,4,1294.49755859375,647.248779296875,647.248779296875,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,1,1,2,1,2,1.3333333730697632,0,0,0,0,,4,4,4,,,,,0,0,0,0,0,0,0,0,0,1,1,0,1,1,17650,26475,0,70600,0,1,37000,42,0,1,1,1,1,4,1,1,0,0,1,1,1,1,1,1,0,0,1,1,2,0,0,0,1,0,1,0,1,0,1,2,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14929,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,110,10.488088607788086,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,1,1,,1,1,1,0,0,1,0,0,0,28,784,0,1,0,1,1,0,2,1,48,48,41.4865608215332,48,2304,0,0,0,1,1,0,2,1,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020412",1,4,4,1,,,,22,,2,1,1,2,1,2,2,2,2,2,2,5,5,22,1,1,3,,2,42,1,3,,1,52,1,7,,2,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,13,1,7,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,4,,,,,1,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,2,,,,,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,5,,6,1,2,2,1,1,2,,,2,,,3,,,3000,,12,36000,1,,,450000,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,26000,,26000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,2,,2,1,,,,,1,25000,24000,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,9,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,2,79,1,,,,3,,4,,,1,"RR2","020412",5,4,1,1,1,0,25999.998046875,0,0,0,0,0,0,0,0,0,0,0,0,25999.998046875,1.888153314590454,2593.517333984375,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,22,,22,1,1,0,0,0,0,0,1,1,0,1,6943.89306640625,6943.89306640625,1735.9732666015625,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,1,450000,,,1,25000,24000,1000,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,68,1,,,1,,6,1.2000000476837158,1,1,1,1,1,,,1,,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14931,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,26000,26000,161.24514770507812,0,0,0,26000,0,26000,161.24514770507812,0,0,0,0,,1,0,0,0,0,1,0,0,1,22,484,1,,1,1,0,0,0,1,0,,41.4865608215332,22,484,0,0,0,1,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020430",1,4,3,1,,,,4,,3,3,3,2,4,2,2,2,2,2,1,5,5,33,2,1,3,,2,54,1,3,,1,52,1,7,,1,38,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,2,1,2,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,2,4,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,270,,4,1080,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,48,,,1,208,,,,12,9984,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,1,2,,,,,,,2,,,,,,,,,2,,1,1,1000,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,10000,1,2,,2,,,2,1,1,1,,,,,,,,,,,,,,,,,,1,1,,,,,2,,,,2,2,2,,2,2,2,2,,4,2,2,1,1,,,,,,,,1,2,,,,,,1,2,,,,,,,,,,,,,,,,,,,1,1,,2,68,97," <5:OTHER (SPECIFY)>:peru",,,,,,,1992,2,"el","020508",4,4,0,1,1,0,9984,0,100,0,0,0,0,0,0,0,0,0,0,10084,2.590364933013916,3558.056640625,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,33,,33,2,0,1,0,0,0,0,1,1,0,1,5234.12060546875,5234.12060546875,1308.5301513671875,1,1,0,0,0,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,1,8590,12885,1,34360,0,0,21000.001953125,87,0,1,0,0,0,2,.5,0,0,1,1,0,,,0,,0,0,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14939,63,,,,63,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,9984,9984,99.91996765136719,0,0,0,9984,0,9984,99.91996765136719,0,0,0,0,,1,1,1,0,0,1,0,0,0,33,1089,1,,1,1,0,0,0,0,0,,41.4865608215332,33,1089,0,1,0,0,0,0,0,0,12,48,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020413",1,2,1,,,,,56,,1,3,1,1,1,2,8,2,2,2,3,5,5,56,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,2,1,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,5,,1,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,5," <5:Or something else? {specify}>:SERVICES FOR THE UNDERSERVED",3,,,189,,98,,,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,1,1,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,1,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,12,632,7584,8,99,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,45,1,,,,1,,1,,,1,"RR2","020413",1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,2479.3388671875,0,2479.3388671875,1.906602144241333,2618.858154296875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,56,,56,4,0,0,0,1,0,0,1,1,0,1,3841.4755859375,3841.4755859375,3841.4755859375,1,1,0,0,0,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,250,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,59,0,1,1,1,1,1,1,1,1,1,1,0,,,0,,1,1,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14941,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,214.38082885742188,14.641749382019043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,56,3136,0,,1,1,0,0,0,0,0,,41.4865608215332,56,3136,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 -"9543x","020411",1,1,1,,,,,12,,1,3,2,3,1,1,2,1,2,2,2,5,5,49,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,3,1,8,,,,,2,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,2,,,,,,,,,,2,,,,2,2,2,2,,,,,,,2,4,3,2,3,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,3,,,300,,12,3600,1,,1,4,3,1,2,1,,2,0,6,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,500,,6,3000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,32,,,4,,,,15000,,15000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,1,8,1,1,,,,,,,2,,,,,,,,,2,,1,1,4000,,,,,,,2,2,2,2,2,2,2,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,1,2,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,1,2,2,,,,,,,,,,,,,,,2,1,2,1,2,,,,,,,,,,,,2,2,2,2,2,1,2,,2,73,4,,1,,,,,,1989,1,"RR2","020411",2,1,1,2,1,1,15000,0,0,0,0,0,0,0,0,0,0,0,0,15000,.5125567317008972,704.0343627929688,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,49,,49,4,0,0,0,1,0,0,1,0,1,2,1078.7550048828125,1078.7550048828125,1078.7550048828125,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,,1,2,1,,,1.3333333730697632,0,,,,1,,,4,250,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,,0,11610,17415,1,46440,0,0,42400,172,0,1,0,1,1,3,1.5,1,1,1,1,0,,0,0,,1,1,1,1,3,0,1,0,1,0,0,1,0,1,0,1,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,14948,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,15000,15000,122.4744873046875,0,0,0,15000,0,15000,122.4744873046875,0,0,1,1,,1,1,1,0,0,1,1,0,0,49,2401,1,,1,1,1,0,0,0,0,,41.4865608215332,49,2401,0,0,0,0,0,0,0,0,12,32,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020414",1,1,3,1,,,,15,,2,2,4,3,4,3,4,4,2,2,1,5,5,42,1,1,3,,2,69,1,7,,2,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,2,1,2,,,,,,,,,,,,1,2,,,,,,,,,,,,,,,,,,,2,1,8,1,,2,,3500,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,4,,4,1,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,1,,1," 4",2,,2,,1,1,,,,,12,35,,,9,,,,,,,,,2,,,,,9,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,8,9,,,,,,,,1,3000,0,,,,,,,2,,1,1,30000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,9,2,,2,,,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,2,1,2,1,8,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:DEPRESSION",1,2,,,,,1,1,1,,,,,,,,,,,,,,,,,,,1,1,,2,59,4,,,,,,,,1986,1,"RR2","020414",3,3,0,1,1,0,35594.25390625,0,0,0,0,0,0,0,0,0,0,0,0,35594.25390625,1.4681828022003174,2016.656982421875,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,3,0,0,1,0,42,,42,3,0,0,1,0,0,0,1,1,0,1,4572.6044921875,4572.6044921875,1524.2015380859375,1,1,0,0,0,0,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,3000,0,3000,0,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,380,1,,,1,,4,1.3333333730697632,1,0,0,1,1,,,1,,1,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14949,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,1,1,0,0,1,1,1,1,42,1764,1,,1,1,1,1,0,1,0,,41.4865608215332,42,1764,0,0,0,1,1,1,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020425",1,1,2,1,,,,37,,2,1,1,1,2,2,2,1,2,2,2,1,1,37,1,1,1,,2,34,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,3,2,1,,1,,,2,1,1,,1,,,1,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,1,2,11,,,,,2,11,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,3500,1,,2,,1500,2,1,2,2,,,,,,,2,2,3,3,3,,,,,,,,,,,,1,4,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,3,3,0,1,1,1,2,,,,,,,1,,3,,1,,,,,2,2,,,,,,1,,,2,,1,,,,2,,,,,,2,2,,,1,500,,,,12,24000,1,,2,,,1,2,1,,2,4,,8,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,3100,,12,37200,1,,1,,,,,,,,,,,,,,,2,,1,2,1,1,,2,2,2,12,40,,,9,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,9,2,,1,,1,,3,,1,30000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,4,1,2,2,2,1," <1:Yes (Specify)>:charitable organization",1,2,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,64,1,,,,97," <5:OTHER (SPECIFY)>:england",97," <5:OTHER (SPECIFY)>:germany",,1,"rm","020425",5,2,3,5,2,3,99999.9921875,0,3815.78369140625,982.3756713867188,0,0,0,0,0,0,0,0,0,104798.1484375,.4660693109035492,640.180419921875,1,2,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,37,34,35.5,3,0,0,1,0,0,1,0,0,1,4,1187.91015625,593.955078125,593.955078125,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,,,,,,,,,,,,3,,,4,500000,1,1,1,0,0,0,0,1,30000,0,30000,1,1,1,1,0,1,20670,31005,0,82680,1,1,36847.08984375,28,1,,,1,,8,1.600000023841858,1,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,0,0,2,1,0,1,0,3,1,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14951,,,33,36,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,100000,100000,316.2277526855469,0,0,0,100000,0,100000,316.2277526855469,0,0,3,1,,0,0,0,0,0,1,1,1,1,37,1369,1,0,1,1,1,1,1,1,34,34,41.4865608215332,37,1369,0,1,0,1,1,1,3,1,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020425",1,1,2,1,,,,32,,3,2,3,3,2,3,3,2,2,2,1,3,5,51,2,1,5,,1,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,2,1,2,,,,2,,,,,,,4,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,1,,,2,,,,,8,2,1,2,2,2,2,2,2,2,2,,,,,2,3,2,2,3,3,2,1,1,4,1,1,1,1,,1,,,10,1,,1,2,2,0,0,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,10,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,2,,3,,,529,,12,6348,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,1,2,,1,5000,,,,,,,2,2,2,2,2,2,2,1,,2,1,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,12,90,1080,1,,,,,,,2,,2,0,1,1,4,2,,1,1,1,2,2,,,,3,,,,,,,,,3,,,,,1,1,,,,,2,,,,2,2,2,,2,2,2,2,,1,2,1,1,1,10,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:fear",1,2,,,,,,3,1,1,2,,,,,,,,,,,,2,2,2,3,2,1,4,,2,51,4,,1,,,,,,1979,2,"ak","020507",3,2,1,2,1,1,0,0,0,0,0,1080,0,0,0,0,0,0,26.99055290222168,26.99055290222168,1.2729337215423584,1748.468017578125,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,51,,51,4,0,0,0,1,0,0,1,0,1,2,4009.498291015625,4009.498291015625,2004.7491455078125,0,3,0,1,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,1,2,2,1,1,1.6666666269302368,1,0,0,0,,3,4,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,11610,17415,1,46440,0,0,42400,141,0,0,0,0,1,4,1.3333333730697632,1,0,1,1,1,,1,1,1,0,1,0,1,3,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,14955,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,1080,32.86335372924805,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,1,1,0,0,0,0,0,0,51,2601,0,,1,0,0,0,0,0,0,,41.4865608215332,51,2601,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5 -"9543x","020425",1,4,2,1,,,,77,,1,2,1,2,1,1,1,2,2,2,2,1,1,77,2,1,1,,1,82,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,7,,,,5,2,4,2,,2,1,1,2,1,1,3,4,5,4,6,1,5,,,,,,1,5,,,,,,,,,,,,2,,,2,,,,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,35,,6,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,2,,,,,,,,,2,,2,1,9,9,,,,,,2,1,1,1,2,2,2,2,,2,2,,,2,,,,,,,3,9,,,,,,9,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,1,,4,25,1,,,,1,,1,,,1,"RM","020425",2,2,0,2,2,0,0,0,592.4050903320312,0,2292.186279296875,0,0,4134.16845703125,0,0,0,0,0,7018.759765625,1.964072585105896,2697.798095703125,1,1,0,3,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,77,82,79.5,5,0,0,0,0,1,1,0,1,0,3,6698.1923828125,3349.09619140625,3349.09619140625,0,3,0,1,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11610,17415,1,46440,0,0,42400,142,0,1,1,1,1,6,3,1,1,1,1,1,1,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14964,,,,,1,0,0,0,-5,995.5078735351562,31.55167007446289,-5,1241.30029296875,35.23208999633789,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,0,0,0,77,5929,0,0,1,1,0,0,2,0,82,82,41.4865608215332,77,5929,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543x","020424",1,1,1,,,,,65,,3,2,2,2,2,2,3,1,2,2,2,5,5,66,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,3,2,,3,3,2,2,2,2,1,3,4,6,6,1,1,,,,,,,,,,,,,,,,,,,2,1,720,2,,,,,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,40,,5,2,2,2,1,2,,,,,,,,,,,,,,,,,290000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,800000,,,,,,,,,1,8000,0,,,,,,,1,1,,2,,,,,,,,2,2,1,1,1,2,2,2,,2,2,,,2,,,,,,,,,,,,,,36000,2,,,,,30000,2,,,,,12000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,35,1,,,,1,,97," <5:OTHER (SPECIFY)>:GERMANY",,1,"RR2","020424",1,1,0,1,1,0,0,0,30000,0,0,0,0,36000,12000,0,0,0,0,78000,1.8564025163650513,2549.9052734375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,66,,66,5,0,0,0,0,1,0,1,1,0,1,6047.1513671875,6047.1513671875,6047.1513671875,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,800000,1,1,1,1,290000,0,290000,1,8000,0,8000,1,1,0,0,,0,8590,12885,0,34360,1,1,21000.001953125,60,1,,,1,,5,5,1,1,1,1,1,,,1,,0,1,0,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14970,,,,36,1,0,0,0,0,0,0,36000,36000,189.73666381835938,30000,30000,173.205078125,12000,12000,109.54450988769531,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,1,1,1,66,4356,0,,1,1,1,1,0,1,0,,41.4865608215332,66,4356,0,1,1,1,1,1,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020414",1,4,2,1,,,,32,,2,3,1,2,2,1,2,1,2,2,2,1,1,75,1,1,1,,2,64,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,9,,,,,2,3,2,,3,3,2,2,2,2,1,1,2,6,6,1,1,,,,,,1,1,,,,,,,,,,,,2,1,8,1,,2,,360,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,28,,6,1,2,2,1,2,,,,,,,,,,,,,,,,1,200000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,50,,,,,,,,,,,,,,,,,,,4,,,,50000,,50000,1,,,,,,,,,,,2,,2,,8,2,,1,,1,,1,,2,,,,,,,,,1,1,,2,,,,,,,,2,1,2,1,2,2,2,2,,2,2,,,2,,,,,,,1,14000,2,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,1,1,1,2,2,1," <1:Yes (Specify)>:JACKSON HGTS BEAUTIFICATION GROUP",1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,26,1,,,,10," <5:OTHER (SPECIFY)>:POLAND",10," <5:OTHER (SPECIFY)>:POLAND",,1,"RR2","020414",2,2,0,2,2,0,50000,0,1070.1995849609375,0,14000,0,0,0,0,0,0,0,0,65070.19921875,2.0333871841430664,2793.0068359375,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,75,64,69.5,5,0,0,0,0,1,1,0,1,0,3,6900.0439453125,3450.02197265625,3450.02197265625,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,175000,1,1,1,1,200000,0,200000,0,0,0,0,1,1,1,0,1,1,11610,17415,0,46440,1,1,42400,4,1,,,1,,6,3,1,1,1,1,1,1,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,1,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,14974,,,10,10,1,0,0,0,14000,14000,118.32159423828125,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,50000,50000,223.60679626464844,50000,0,50000,223.60679626464844,0,0,0,0,,0,0,0,0,0,1,1,0,1,75,5625,0,1,0,1,1,1,1,0,64,64,41.4865608215332,64,4096,0,1,1,0,0,0,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020503",1,2,3,1,,,,18,,3,3,2,1,1,1,1,1,2,2,3,1,1,43,2,1,1,,1,46,1,3,,2,68,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,16,2,1,,1,,,15,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,15,2,4,,,,,2,4,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,500,2,2,2,1,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,1,1,2,1,1,3,1,,1,,,9,1,,1,1,1,0,20,4,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,18,,10,2,2,2,1,2,,,,,,,,,,,,,,,,,250000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,9,25,12,40,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,1,1,8,,9,9,,,,,,,,1,2000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,1,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,59,1,,,,1,,1,,,1,"agh","020503",5,3,2,4,2,2,26977.791015625,12338.3486328125,0,0,0,0,0,0,0,0,0,0,0,39316.140625,1.765604019165039,2425.186767578125,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,43,46,44.5,3,0,0,1,0,0,1,0,0,1,4,2771.964111328125,1385.9820556640625,923.988037109375,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,1,250000,0,250000,1,2000,0,2000,1,1,1,0,1,1,17650,26475,0,70600,0,1,37000,175,1,,,1,,10,2,1,1,1,1,1,1,1,1,1,0,1,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14975,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,,0,0,0,0,0,1,0,0,0,43,1849,1,1,1,1,0,0,2,0,46,46,41.4865608215332,43,1849,0,0,0,0,0,0,0,0,9,25,0,1,0,0,1,46,2116,1,0,0,2,.1519336998462677,.1519336998462677,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020418",1,2,2,1,,,,28,,1,3,1,1,8,2,8,3,2,2,8,1,1,28,2,1,1,,1,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,6,2,1,,1,,,5,1,1,,1,,,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,2,1,7,,,,5,2,98,,,,,9,1,2,,,,,,,,,,,,,1,8,,,,,,9,,,,,,,1,,9,,," <7:or another type of government program? {specify}>:9",,,,1,,9,,0,9,9,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,5,0,,,,,,,,,,,,,,,,,,,,,,,,2,0,0,,,,,,,,3,2,2,9,9,9,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,7,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,9,,,9,,,9,,,,,,,,,9,,,,,,,,,,,,,,,9,,2,,1,1,,9,9,,99,99,,,3,,,200,,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,,2,,0,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,8,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,73,1,,,,97," <5:OTHER (SPECIFY)>:europe",97," <5:OTHER (SPECIFY)>:belgium",,1,"mb","020428",5,2,3,5,2,3,31433.19140625,3118.0205078125,0,0,0,0,0,0,0,0,0,0,0,34551.2109375,.9003636240959167,1236.715576171875,1,1,,,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,28,32,30,2,0,1,0,0,0,1,0,0,1,4,2236.322021484375,1118.1610107421875,1118.1610107421875,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,,,20670,31005,0,82680,0,1,36847.08984375,31,0,1,1,1,1,5,1,1,1,0,1,1,,1,,,1,,,1,2,0,0,0,0,0,1,1,1,2,2,3,,0,0,0,0,1,1,1,1,,1,,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14977,,,97,84,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,-9,-9,,-5,-9,41729.015625,204.2768096923828,-9,,2,1,,0,0,0,0,0,1,1,0,0,28,784,1,,1,1,1,0,2,0,32,32,41.4865608215332,28,784,0,0,0,0,0,0,0,0,11,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,1,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020424",1,4,2,1,,,,40,,3,3,2,2,2,2,3,1,2,8,1,1,1,99,1,1,1,,2,99,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,99,1,1,,1,,,99,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,99,1,7,,,,2,1,11,,,,,2,4,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,9,1,,2,,8,2,9,1,2,,,,,,,2,,,,,,,,,,,,,,,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,,,10,,99,2,2,2,9,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,99,40,99,40,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,1,1,1,8,9,9,,,,,,,,1,8,0,,,,,,,2,,1,2,,,,,,,,2,2,2,1,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,1,1,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,9,,99,99,1,,,,1,,1,,,1,"agh","020503",4,2,2,4,2,2,56584.078125,24491.0703125,2179.58837890625,0,0,0,0,0,0,0,0,0,0,83254.734375,.7435845732688904,1021.3680419921875,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,,,,,,41.3242301940918,41.53856658935547,41.431396484375,3,0,0,1,0,0,1,0,0,1,4,1868.8900146484375,934.4450073242188,934.4450073242188,0,3,0,1,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,,,,4,,,,,,,,,1,,0,,0,1,1,,,,17650,26475,0,70600,1,1,37000,186,1,,,1,,,,,1,1,,1,1,1,1,,0,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14978,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,0,0,0,0,0,0,1,1,1,1,41.28620147705078,1707.6920166015625,1,1,1,1,1,1,1,1,41.4865608215332,,41.4865608215332,42.23152160644531,1783.50146484375,0,1,0,1,1,1,2,0,11,40,0,1,1,1,0,41.53856658935547,1725.4525146484375,0,0,0,0,0,.1519336998462677,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020422",1,4,1,,,,,68,,2,2,2,2,2,9,2,1,2,2,9,2,5,70,2,1,9,,1,35,1,3,,2,94,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,2,2,,3,3,2,2,2,2,1,1,1,6,5,1,1,,,,,,,,,,,,,,,,,,,2,2,,2,,,,,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,37,,12,1,2,2,1,2,,,,,,,,,,,,,,,,,350000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,3,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,1,8,0,,,,,,,2,,2,2,,,,,,,,2,2,1,9,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,9,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,1,1," <1:Yes (Specify)>:community board",2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,3,,2,99,2,,,,,,,,1940,1,"ep","020422",3,3,0,1,1,0,0,0,0,0,0,0,0,4428.14453125,0,0,0,0,0,4428.14453125,.6714019179344177,922.2198486328125,0,3,0,,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,70,,70,5,0,0,0,0,1,0,1,1,0,1,1469.06640625,1469.06640625,489.6888122558594,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,350000,0,350000,1,,0,,0,0,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,2,0,1,1,1,1,12,4,1,1,1,1,1,,,1,,1,1,1,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14979,,,,,2,0,0,0,0,0,0,-5,1241.30029296875,35.23208999633789,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,1,1,0,0,1,1,1,0,70,4900,0,,1,1,1,1,0,0,0,,41.4865608215332,70,4900,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543x","020426",1,4,1,,,,,10,,3,1,2,2,3,2,3,2,2,2,3,1,1,45,1,1,1,,2,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,13,2,1,,1,,,10,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,13,2,9,,,,,2,4,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,30,1,,2,,15000,2,1,2,2,2,2,2,2,2,2,2,,,,,2,2,2,2,2,2,1,1,4,1,1,2,2,1,,1,,,10,1,,2,1,1,3,5,4,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,1,0,1,2,2,2,,,,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,3,,,10,,4,2,2,2,1,1,2,,,2,,,3,,,1000,,12,12000,1,,,98,50000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,40,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,9,,,,,,,,1,2000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,3,,8,56,9," <5:OTHER (SPECIFY)>:China",1,,,,,,1984,1,"ep","020426",4,2,2,4,2,2,37409.921875,0,0,0,0,0,0,0,0,0,0,0,0,37409.921875,.7717018127441406,1059.9891357421875,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,4,0,0,0,1,45,40,42.5,3,0,0,1,0,0,1,0,0,1,4,3144.94677734375,1572.473388671875,1572.473388671875,1,2,1,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,2,2,2,2,2,2,1,0,0,0,,3,4,3,,,,,1,,50000,,1,2000,0,2000,1,1,1,1,0,1,17650,26475,0,70600,0,1,37000,83,1,,,1,,4,1,1,1,1,1,1,1,1,1,1,0,0,0,1,3,0,1,0,1,0,0,0,1,0,1,1,1,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,14983,9,,,,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,1,1,0,0,1,1,1,1,45,2025,1,0,1,1,1,1,1,1,40,40,41.4865608215332,45,2025,0,0,0,1,1,1,2,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020418",1,2,1,,,,,56,,2,1,1,1,2,1,2,1,2,2,2,2,5,79,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,3,2,,3,2,2,2,2,2,1,1,2,6,6,1,5,,,,,,,,,,,,,,,,,,,2,,,1,,2,,400,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,22,,3,1,2,2,1,2,,,,,,,,,,,,,,,,1,5400,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,1,2,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,1,2,2,2,2,1,2,,1,2,,,2,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,1,,,,12,700,8400,1,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,2,1,1,2,1,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,3,23,1,,,,1,,1,,,1,"tmb","020418",1,1,0,1,1,0,0,0,0,249.0359344482422,4296.06494140625,0,0,0,0,0,0,8400,0,12945.1005859375,1.793346881866455,2463.293701171875,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,79,,79,5,0,0,0,0,1,0,1,1,0,1,3635.03125,3635.03125,3635.03125,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,1,5400,0,5400,0,0,0,0,1,1,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,364,0,1,1,1,1,3,3,1,1,1,1,1,,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,14992,,,,,1,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,8400,8400,91.6515121459961,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,79,6241,0,,1,1,1,0,0,0,0,,41.4865608215332,79,6241,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020415",1,2,2,1,,,,49,,1,3,2,3,2,1,2,1,2,2,2,1,1,49,2,1,1,,1,49,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,9,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,50,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,9,,5,2,2,2,1,1,2,,,2,,,3,,,1400,,12,16800,1,,,500000,162000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,35,12,35,4,,,,50000,,50000,1,,,,,,,,,,,4,,,,80000,,80000,1,,,,,,,,,,,2,,2,,8,2,,1,,2,1,,,2,,,,,,,,,1,1,,1,8000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20000,20000,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,8300,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,3,3,2,,,,,,,,,,,,,,,,,,,2,1,,8,52,1,,,,1,,1,,,1,"RR2","020415",2,2,0,2,2,0,80000,50000,0,20000,0,0,0,0,0,0,0,0,0,150000,2.0333871841430664,2793.0068359375,1,1,0,4,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,49,49,49,4,0,0,0,1,0,1,0,1,0,3,5895.59423828125,2947.797119140625,2947.797119140625,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,50000,1,1,1,1,500000,162000,338000,0,0,0,0,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,349,1,,,1,,5,2.5,1,1,1,1,1,1,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15001,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20000,20000,141.42135620117188,0,0,0,0,0,0,0,0,0,2,50000,50000,223.60679626464844,80000,80000,282.84271240234375,80000,50000,80000,282.84271240234375,50000,223.60679626464844,0,0,,0,0,0,0,0,1,1,0,0,49,2401,1,1,0,1,1,1,2,1,49,49,41.4865608215332,49,2401,0,0,0,1,1,1,0,0,12,35,1,1,1,1,0,49,2401,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020420",1,4,2,1,,,,44,,1,3,1,2,1,1,2,2,2,2,3,1,1,44,2,1,1,,1,47,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,1000,1,,2,,605,8,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,16,,6,2,2,2,1,1,2,,,2,,,4,,,,13200,,13200,1,,1,239000,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,12,35,12,35,4,,,,40000,,40000,1,,,,,,,,,,,4,,,,82000,,82000,1,,,,,,,,,,,2,,1,2,175000,,,,,,,,,1,27500,20000,,,,,,,1,1,,1,20000,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,3000,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,57,1,,,,1,,1,,,1,"SF","020420",2,2,0,2,2,0,82000,40000,3241.15966796875,500,0,0,0,0,0,0,0,0,0,125741.15625,2.0333871841430664,2793.0068359375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,44,47,45.5,4,0,0,0,1,0,1,0,1,0,3,5442.390625,2721.1953125,2721.1953125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,175000,1,1,1,1,239000,,,1,27500,20000,7500,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,136,1,,,1,,6,3,1,1,1,1,1,1,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15002,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,2,40000,40000,200,82000,82000,286.3564147949219,82000,40000,82000,286.3564147949219,40000,200,0,0,,0,0,0,0,0,1,1,1,0,44,1936,1,1,0,1,1,1,2,1,47,47,41.4865608215332,47,2209,0,1,0,1,1,1,0,0,12,35,1,1,1,1,0,44,1936,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020425",1,1,4,1,,,,6,,1,1,3,2,2,3,1,2,2,2,3,1,1,61,1,1,1,,2,53,1,5,,2,24,1,5,,1,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,150,1,,2,,250,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,25,,5,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,637,,12,7644,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,30,12,30,9,,,,,,,,,9,,,,,,,,,4,,,,24000,,24000,1,,,,,,,,,,,1,1,2,,9,2,,2,2,,,,,1,14000,12000,,,,,,,1,2,,1,9,2,,2,,,,2,2,1,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,4000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,2,3,,5,40,97," <5:OTHER (SPECIFY)>:india",,,,,,,1975,1,"nr","020425",4,4,0,2,2,0,23999.998046875,16368.99609375,0,0,0,0,0,3999.999755859375,0,0,0,0,0,44368.9921875,2.3806967735290527,3270.06201171875,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,4,0,0,0,1,61,53,57,4,0,0,0,1,0,1,0,1,0,3,12936.0322265625,6468.01611328125,3234.008056640625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,15000,1,1,0,0,0,0,0,1,14000,12000,2000,1,1,1,0,0,0,11610,17415,0,46440,0,1,42400,171,1,,,0,,5,1.25,1,0,1,1,1,1,,1,,1,1,1,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15017,45,,,,45,0,0,0,0,0,0,4000,4000,63.24555206298828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,24000,24000,154.91932678222656,24000,-5,24000,154.91932678222656,9043.8486328125,95.09915161132812,0,0,,0,1,1,0,0,1,1,1,1,61,3721,1,1,0,1,1,1,1,0,53,53,41.4865608215332,53,2809,0,0,1,0,0,0,0,0,12,30,1,1,1,1,1,61,3721,1,1,1,0,.1519336998462677,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020512",1,2,2,1,,,,44,,2,1,3,1,3,3,8,2,2,2,1,2,2,44,2,1,2,,1,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,7,,,,2,2,3,1,2,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,2,,1,,2,,1600,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,12,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,2,,,,,,,,,,,,,,,1,1,2,,1,1,,1,1,,12,40,12,40,4,,,,30000,,30000,1,,,,,,,,,,,8,,,,,,,,,1,2,2,1,,,,,,1,1,2,,8,2,,1,,2,1,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,8,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,2,,2,1,2,1,99,,,,,,,,1,2,,,,,2,3,1,,,,,,,,,,,,,,,,,,,2,2,,1,57,1,,,,1,,1,,,1,"RR2","020513",2,2,0,2,2,0,35000,30000,1410.40869140625,957.9928588867188,0,0,0,0,0,0,0,0,0,67368.3984375,1.1783050298690796,1618.488525390625,1,1,1,4,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,44,45,44.5,3,0,0,1,0,0,1,0,1,0,3,3839.34130859375,1919.670654296875,1919.670654296875,1,2,1,0,0,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,50000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,241,1,,,1,,4,2,1,0,1,1,1,1,,1,,1,0,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15026,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,2,30000,30000,173.205078125,35000,35000,187.08287048339844,35000,30000,35000,187.08287048339844,30000,173.205078125,0,0,1,0,0,0,0,0,1,0,0,0,44,1936,1,1,0,1,1,1,2,1,45,45,41.4865608215332,45,2025,0,1,0,1,1,1,0,0,12,40,1,1,0,0,0,44,1936,0,0,0,0,0,.1519336998462677,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020420",1,3,2,1,,,,28,,1,1,1,1,3,2,3,2,2,2,3,1,1,35,2,1,1,,1,34,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,1,9,,,,,1,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,220,1,,2,,1000,8,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,2,1,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,2,2,,,,,,,,,,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,,,,2,2,,,3,,,200,,9,1800,1,,2,,,8,2,2,,,3,,5,1,2,2,1,1,2,,,2,,,9,,,,,,,,,1,430000,100000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,4,50,12,50,4,,,,40000,,40000,1,,,,,,,,,,,4,,,,200000,,200000,1,,,,,,,,,,,1,1,1,2,500000,,,,,,,,,1,6000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,30000,5000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,1," <1:Yes (Specify)>:church",3,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,9,9,2,1,,2,66,1,,,,5," <5:OTHER (SPECIFY)>:italy",5," <5:OTHER (SPECIFY)>:italy",,1,"nr","020420",3,2,1,3,2,1,100000.9921875,40000,4797.80810546875,5000,0,0,0,0,0,0,0,0,0,149798.796875,.9321386218070984,1280.36083984375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,35,34,34.5,2,0,1,0,0,0,1,0,0,1,4,1984.1573486328125,992.0786743164062,992.0786743164062,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,500000,1,1,1,1,430000,100000,330000,1,6000,0,6000,1,1,1,0,1,1,14630,21945,0,58520,1,1,46438.2578125,260,1,,,1,,5,1.6666666269302368,1,1,1,1,1,1,1,1,,1,0,0,1,2,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15118,,,5,5,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,5000,5000,70.71067810058594,0,0,0,0,0,0,0,0,0,2,40000,40000,200,200000,200000,447.2135925292969,200000,40000,200000,447.2135925292969,40000,200,1,1,,0,0,0,0,0,1,1,1,0,35,1225,1,1,0,1,1,1,2,1,34,34,41.4865608215332,34,1156,0,1,0,1,1,1,1,1,12,50,1,1,1,1,0,35,1225,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020420",1,3,1,,,,,3,,1,1,1,2,2,1,8,1,2,2,3,5,5,29,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,1,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1100,,6,6600,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,65,,,4,,,,80000,,80000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,25000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,5000,2,,,,,,,,,,,,,,,,,10000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,72,1,,,,1,,1,,,1,"ddb","020420",1,1,0,1,1,0,80000,0,5000,999.9999389648438,0,0,0,0,0,0,0,0,0,86000,1.8564025163650513,2549.9052734375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,29,,29,2,0,1,0,0,0,0,1,1,0,1,5239.796875,5239.796875,5239.796875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,25000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,99,1,,,1,,3,3,1,1,1,1,1,,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15127,,,,,1,0,0,0,0,0,0,0,0,0,5000,5000,70.71067810058594,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,1,80000,80000,282.84271240234375,0,0,0,80000,0,80000,282.84271240234375,0,0,0,0,,0,0,0,0,0,1,1,1,1,29,841,1,,1,1,1,1,0,1,0,,41.4865608215332,29,841,0,1,0,1,1,1,0,0,12,65,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020426",1,3,2,1,,,,25,,1,2,1,2,2,2,1,2,2,1,2,1,1,54,2,1,1,,1,54,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,16,2,1,,1,,,12,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,16,2,11,,,,,2,11,,,,,2,3,2,,,,,,,,,,,,,1,3,,,,,,1,3,,,,,,1,,3,,,,2,1,8,1,,2,,3600,1,8,1,2,2,2,2,2,2,2,2,,,,,4,3,3,3,3,3,1,2,2,3,2,3,4,0,,1,,,11,1,,1,1,1,2,30,4,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,1,0,1,2,1,2,,,,,2,,,,,,,,,,,,,,,,,,,1,,,2,,,,,,,,,,,,2,2,,,3,,,900,,12,10800,2,2000,2,,,8,2,3,,,2,,6,1,2,1,1,1,2,,,2,,,8,,,,,,,,,,9999999,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,11,35,12,72,4,,,,80000,,80000,1,,,,,,,,,,,7,,,,,,,,,1,1,,,,,,,,1,2,1,2,9999999,,,,,,,,,1,45000,0,,,,,,,2,,1,2,,,,,,,,2,2,2,2,1,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,70000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,1,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,48,97," <5:OTHER (SPECIFY)>:israel",1,,,,,,1978,1,"ap","020426",4,2,2,4,2,2,99999.9921875,80000,0,0,0,0,0,0,70000,0,0,0,0,250000,.9321386218070984,1280.36083984375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,54,54,54,4,0,0,0,1,0,1,0,0,1,4,2208.474853515625,1104.2374267578125,1104.2374267578125,1,2,1,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,1,3,2,9999999,1,1,1,1,9999999,,,1,45000,0,45000,0,1,1,0,1,1,17650,26475,0,70600,1,1,37000,36,1,,,1,,6,1.5,1,1,1,0,1,1,1,1,1,1,1,1,1,3,0,1,0,1,0,0,0,1,0,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15128,49,,,,49,0,0,0,0,0,0,0,0,0,0,0,0,70000,70000,264.57513427734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,80000,80000,282.84271240234375,100000,100000,316.2277526855469,100000,80000,100000,316.2277526855469,80000,282.84271240234375,0,0,,0,1,1,0,0,1,1,1,0,54,2916,1,1,0,1,1,1,2,1,54,54,41.4865608215332,54,2916,0,1,0,1,1,1,2,0,12,72,1,1,1,1,0,54,2916,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020628",1,3,1,,,,,4,,3,3,2,2,3,2,8,1,2,2,3,3,5,48,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,2,,120,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,4,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,26000,,26000,1,,2,,,,,,,,,,,,,,,2,,1,2,2,1,,,,,9,45,,,4,,,,75000,,75000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,50000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,9,9,,1,54,97," <5:OTHER (SPECIFY)>:CANADA",,,,,,,1997,1,"RR2","020628",1,1,0,1,1,0,74999.9921875,0,1610.6876220703125,0,0,0,0,0,0,0,0,0,0,76610.6796875,1.0158175230026245,1395.300048828125,0,2,0,,4,2,8,0,0,0,0,0,0,0,1,,,,,,48,,48,4,0,0,0,1,0,0,1,1,0,1,1840.990478515625,1840.990478515625,1840.990478515625,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,50000,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,0,34360,1,1,21000.001953125,102,1,,,1,,3,3,1,1,1,1,0,,,0,,0,0,,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15132,27,,,,27,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,75000,75000,273.86126708984375,0,0,0,75000,0,75000,273.86126708984375,0,0,0,0,0,0,1,1,0,0,1,1,1,0,48,2304,1,,1,1,1,1,0,0,0,,41.4865608215332,48,2304,0,1,0,0,0,0,0,0,9,45,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020425",1,3,1,,,,,0,6,1,1,2,2,2,1,2,1,2,2,2,1,1,32,2,1,1,,1,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,1,1,60,1,,2,,600,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,0,6,5,1,2,2,1,1,2,,,2,,,3,,,5500,,6,33000,1,,1,700000,630000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,60,12,80,4,,,,85000,,85000,1,,,,,,,,,,,4,,,,130000,,130000,1,,,,,,,,,,,1,1,1,1,10000,,,,,,,,,2,,,,,,,,,1,2,,1,100000,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,4,2,2,1,1,,,,,,,,1,2,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,3,,8,69,97," <5:OTHER (SPECIFY)>:Hong Kong",,,,,,,1989,1,"ep","020425",2,2,0,2,2,0,100000.9921875,85000.0078125,100,0,0,0,0,0,0,0,0,0,0,185101,1.6834068298339844,2312.282958984375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,4,0,0,0,1,32,32,32,2,0,1,0,0,0,1,0,1,0,3,6595.5400390625,3297.77001953125,3297.77001953125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,10000,1,1,0,1,700000,630000,70000,0,0,0,0,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,74,1,,,1,,5,2.5,1,1,1,1,1,1,,1,,1,1,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15136,44,,,,44,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,85000,85000,291.547607421875,130000,130000,360.55511474609375,130000,85000,130000,360.55511474609375,85000,291.547607421875,0,0,,0,1,1,0,0,1,1,1,0,32,1024,1,1,0,1,1,1,2,1,32,32,41.4865608215332,32,1024,0,1,0,1,1,1,0,0,12,80,1,1,1,1,0,32,1024,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020426",1,3,1,,,,,41,,1,2,3,1,3,4,2,1,2,2,2,2,5,64,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,1,2,,,,,,,,,,,,,1,5,,,,,,,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,18,,3,3,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,539,,12,6468,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,1,1,5000,,,,,,,2,1,1,2,2,2,2,2,,1,1,,,2,,,,,,,1,350,1,12,4200,1,,260,1,12,3120,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,12,260,3120,1,,12,130,1560,1,,,,,,,2,,2,,1,2,,2,,,2,1,2,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,1,2,,,,,,,,,,,,,,,3,3,3,,,,,,,,,,,,,,,,,,,1,4,,2,37,4,,,,,,,,1958,2,"ak","020429",1,1,0,1,1,0,0,0,0,0,4199.99951171875,1559.9998779296875,0,3120,0,0,0,3120,0,10440,.8065130710601807,1107.804931640625,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,64,,64,4,0,0,0,1,0,0,1,1,0,1,3000.7109375,3000.7109375,3000.7109375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,9,0,1,0,0,0,3,3,1,0,1,1,1,,,1,,1,0,1,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15138,,,,,4,0,0,0,4200,4200,64.80740356445312,3120,3120,55.85696029663086,0,0,0,0,0,0,0,0,0,0,0,0,3120,3120,55.85696029663086,1560,1560,39.49683380126953,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,1,1,0,0,1,1,0,1,64,4096,0,,1,1,1,0,0,1,0,,41.4865608215332,64,4096,0,0,1,1,1,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020508",1,3,1,,,,,99,,1,3,1,2,1,3,1,1,2,2,2,5,5,99,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,2,,,,,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,30,,1,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,8000,,8000,1,,1,,,,,,,,,,,,,,,1,1,2,,1,1,,,,,12,35,,,4,,,,70000,,70000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,99,1,,,,1,,1,,,1,"tmb","020508",1,1,0,1,1,0,70000,0,0,0,0,0,0,0,0,0,0,0,0,70000,1.0757461786270142,1477.616455078125,0,1,1,,4,1,4,0,0,0,1,0,0,0,0,2,0,1,0,0,41.3242301940918,,41.3242301940918,3,0,0,1,0,0,0,1,1,0,1,3798.0419921875,3798.0419921875,3798.0419921875,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,439,1,,,0,,1,1,1,1,1,1,1,,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15139,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,70000,70000,264.57513427734375,0,0,0,70000,0,70000,264.57513427734375,0,0,0,0,1,0,0,0,0,0,1,1,1,1,41.28620147705078,1707.6920166015625,1,,1,1,1,1,0,1,0,,41.4865608215332,42.23152160644531,1783.50146484375,0,0,0,1,1,1,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020423",1,3,2,1,,,,43,,1,1,1,1,1,2,2,1,2,2,3,1,1,43,2,1,1,,1,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,8,2,1,,1,,,1,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,8,2,7,,,,5,2,11,,,,,2,2,2,,,,,,,,,,,,,1,3,,,,,,1,3,,,,,,1,,3,,,,2,1,8000,1,,2,,8,8,2,1,2,,,,,,,2,,,,,2,3,1,3,3,2,2,1,1,1,1,2,4,0,,1,,,3,2,,1,1,1,0,20,4,4,2,2,2,2,4,0,,,,1,0,1,2,1,2,,,9,,2,1,1,1,1,2,2,,,,2,,,2,,2,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,,,,2,2,,,8,,,,,,,1,,2,,,8,2,1,,2,10,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,25000,,25000,1,,,,,,,,,,,7,,,,,,,,,8,,,,,,,,,2,,2,,8,2,,1,,8,,,,1,8,8,2,,1,2,,,1,2,,1,8,2,,1,2,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,58,1,,,,1,,1,,,1,"JR","020424",4,2,2,4,2,2,24999.998046875,15636.8505859375,724.3765258789062,0,0,0,0,0,0,0,0,0,0,41361.2265625,.9321386218070984,1280.36083984375,1,1,0,4,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,43,45,44,3,0,0,1,0,0,1,0,0,1,4,2065.5322265625,1032.76611328125,1032.76611328125,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,3,1,1,2,1.6666666269302368,1,0,0,0,,3,4,3,,,,,0,0,0,0,1,,7500,,1,1,1,1,1,1,17650,26475,0,70600,0,1,37000,140,1,,,1,,5,1.25,1,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,0,0,1,0,1,0,1,2,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15142,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,25000,25000,158.11387634277344,-5,19612.009765625,140.0428924560547,25000,-5,25000,158.11387634277344,9043.8486328125,95.09915161132812,1,1,,0,0,0,0,0,1,1,0,0,43,1849,1,1,1,1,1,0,2,0,45,45,41.4865608215332,43,1849,0,1,0,0,0,0,0,0,12,40,0,1,1,1,1,45,2025,1,1,1,2,1,.1519336998462677,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020505",1,3,2,1,,,,5,,1,3,1,2,1,1,2,1,2,2,3,5,5,28,2,1,7,,2,27,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,400,1,,2,,100,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,2300,,12,27600,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,4,40,,,4,,,,37000,,37000,2,12000,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,8,2,,2,1,,,,,1,15000,5000,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,300,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,1," <1:Yes (Specify)>:alumni network",1,1,2,2,,,,,,,,,,,,,,,2,3,2,,,,,,,,,,,,,,,,,,,2,1,,2,75,1,,,,1,,1,,,1,"AGH","020505",2,2,0,1,1,0,12000,0,0,300.0000305175781,0,0,0,0,0,0,0,0,0,12300,3.6017274856567383,4947.2373046875,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,28,,28,2,0,1,0,0,0,0,1,1,0,1,5947.166015625,5947.166015625,2973.5830078125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,1,15000,5000,10000,1,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,369,0,1,1,1,1,3,1.5,1,1,1,1,1,,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15143,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,0,0,0,0,0,0,1,12000,12000,109.54450988769531,0,0,0,12000,0,12000,109.54450988769531,0,0,0,0,,0,0,0,0,0,1,1,1,0,28,784,1,,1,1,1,1,0,0,0,,41.4865608215332,28,784,0,0,0,0,0,0,0,0,4,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020418",1,3,1,,,,,78,,2,1,1,8,3,1,1,2,2,2,3,2,5,78,2,1,12," <14:OTHER, SPECIFY>:aides",2,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,2,1,2,1,8,2,1,2,2,3,2,4,5,4,1,5,,,,,,,,,,,,,,,,,,,2,,,1,,2,,8,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,14,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,8,,3,,,380,,12,4560,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7,2,,2,1,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,1,2,1,2,2,2,2,,8,2,,,2,,,,,,,1,8,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,1,1," <1:Yes (Specify)>:senior center",4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,23,1,,,,10," <5:OTHER (SPECIFY)>:poland",10," <5:OTHER (SPECIFY)>:poland",,1,"tmb","020418",2,2,0,1,1,0,0,0,267.1509704589844,0,1708.751220703125,0,0,0,0,0,0,0,0,1975.9022216796875,5.5702924728393555,7651.2060546875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,78,,78,5,0,0,0,0,1,0,1,1,0,1,8146.93603515625,8146.93603515625,4073.468017578125,1,1,0,0,0,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,106,0,1,1,1,1,3,1.5,1,1,1,1,1,,,1,,1,0,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15144,,,10,10,1,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,0,0,0,78,6084,0,,1,1,0,0,0,0,0,,41.4865608215332,78,6084,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,1,0 -"9543x","020419",1,3,1,,,,,15,,1,3,3,3,3,3,1,2,2,2,2,1,1,28,2,1,1,,1,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,2,8,,,,,2,9,,,,,1,2,2,,,,,,,,,,,,,1,2,1,,,,,1,2,1,,,,,1,,2,1,,,2,2,,1,,2,,10,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,2,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,2,2,,,,,,,,,,,,,,,,1,,,,2,,,1,,,2,,,,,,,,,,,,2,2,,,8,,,,,,,1,,2,,,1,2,1,,2,3,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,747,,12,8964,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,30,12,40,4,,,,25000,,25000,1,,,,,,,,,,,4,,,,41000,,41000,1,,,,,,,,,,,2,,2,,8,2,,2,1,,,,,1,8,8,2,,2,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,3,2,1,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,8,2,1,4,,2,74,4,,1,,,,,,1985,1,"ep","020419",3,2,1,3,2,1,41000.00390625,24999.998046875,0,0,0,0,0,0,0,0,0,0,0,66000,.4256257116794586,584.628173828125,1,1,0,4,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,28,30,29,2,0,1,0,0,0,1,0,0,1,4,1126.898681640625,563.4493408203125,563.4493408203125,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,6000,1,0,0,0,0,0,0,1,,3500,,1,1,1,0,1,1,14630,21945,0,58520,1,1,46438.2578125,27,1,,,1,,5,1.6666666269302368,1,0,1,1,1,1,1,1,,1,0,1,1,2,0,0,0,1,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15147,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,25000,25000,158.11387634277344,41000,41000,202.4845733642578,41000,25000,41000,202.4845733642578,25000,158.11387634277344,1,1,,1,1,1,0,0,1,1,0,0,28,784,1,1,0,1,1,1,2,1,30,30,41.4865608215332,30,900,0,0,0,1,1,1,1,1,12,40,1,1,1,1,0,28,784,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020421",1,3,2,1,,,,25,,1,3,2,3,3,2,8,3,2,2,3,1,1,52,2,1,1,,1,49,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,4,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,8,1,,2,,1000,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,11,,5,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,8791,,8791,1,,1,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,35,12,40,4,,,,61000,,61000,1,,,,,,,,,,,4,,,,25000,,25000,1,,,,,,,,,,,1,1,1,1,200000,,,,,,,,,2,,,,,,,,,1,1,,1,2000,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,1,50,1,,,,1,,1,,,1,"ck","020421",2,2,0,2,2,0,61000,24999.998046875,100,0,0,0,0,0,0,0,0,0,0,86100,1.0166935920715332,1396.50341796875,1,2,0,2,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,52,49,50.5,4,0,0,0,1,0,1,0,1,0,3,2947.797119140625,1473.8985595703125,1473.8985595703125,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,200000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,275,1,,,0,,5,2.5,1,1,0,1,1,1,,1,,1,0,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15149,,,,,1,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,61000,61000,246.98178100585938,25000,25000,158.11387634277344,61000,25000,61000,246.98178100585938,25000,158.11387634277344,0,0,,0,0,0,0,0,1,1,1,0,52,2704,1,1,1,1,1,1,2,0,49,49,41.4865608215332,52,2704,0,1,0,0,0,0,0,0,12,35,0,1,0,0,1,49,2401,1,0,0,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020419",1,4,5,1,,,,4,,1,1,2,2,2,3,8,2,2,2,1,1,1,24,1,1,7,,1,18,1,11,,1,31,1,11,,2,23,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,3,,,2,2,,5,,,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,,,,,,,,,,,1,2,,5000,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1000,,12,12000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,2,2,10,40,,,1,270,,,,10,10800,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,20000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,1,2,1,2,,,,,,,,,,,,,,,2,2,3,,,,,,,,,,,,,,,,,,,1,4,,2,78,6," <5:OTHER (SPECIFY)>:ecuador",,,,,,,1997,2,"ak","020419",4,4,0,2,2,0,10800,0,0,0,0,0,0,0,0,0,0,0,0,10800,2.193932056427002,3013.52685546875,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,24,41.53856658935547,32.769283294677734,2,0,1,0,0,0,1,0,1,0,3,11941.9521484375,5970.97607421875,2985.488037109375,1,2,1,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,20000,1,1,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,11610,17415,1,46440,0,0,42400,5,0,1,1,1,1,3,.75,0,1,1,1,0,0,,0,,1,1,,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15154,6,,,,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,10800,10800,103.92304992675781,0,0,0,10800,0,10800,103.92304992675781,0,0,0,0,,1,1,1,0,0,0,0,0,1,24,576,1,0,1,0,0,0,0,1,41.4865608215332,,41.4865608215332,24,576,0,0,0,0,0,0,0,0,10,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020429",1,2,3,1,,,,2,,2,2,2,1,8,3,8,2,2,2,8,5,2,26,2,1,2,,1,28,1,12,,1,28,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,11,,,,,2,4,1,2,,,,,,,,,,,,2,,,,,,,2,,,,,,,,,,,,,,,,,1,2,,200,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,4,3,2,1,2,,,,,,,,,,,,,,,,,,,,,1,2,,2,,,3,,,1000,,12,12000,1,,8,,,,,,,,,,,,,,,2,,2,,1,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,8,,,,,,,,,1,2,2,1,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,4,2,2,1,8,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:depression",1,2,,,,,2,1,2,,,,,,,,,,,,,,,,,,,2,3,,3,76,97," <5:OTHER (SPECIFY)>:singapore",,,,,,,1999,1,"rm","020429",3,3,0,2,2,0,35000,0,0,651.2761840820312,0,0,0,0,0,0,0,0,0,35651.27734375,2.061743974685669,2831.956787109375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,4,0,0,0,1,26,28,27,2,0,1,0,0,0,1,0,1,0,3,8077.85400390625,4038.927001953125,2692.617919921875,0,3,0,1,0,0,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,11610,17415,0,46440,0,1,42400,47,0,1,1,0,0,4,1.3333333730697632,1,1,1,1,0,0,,0,,1,,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15156,71,,,,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,0,0,0,35000,35000,187.08287048339844,35000,0,35000,187.08287048339844,0,0,0,0,,0,1,1,0,0,1,1,1,0,26,676,0,1,0,1,1,1,2,1,28,28,41.4865608215332,28,784,0,0,0,1,1,1,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020418",1,1,2,1,,,,33,,1,1,1,1,1,1,1,2,2,2,3,5,5,33,1,1,11,,1,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,0,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,2,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,300,,12,3600,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,9,,,,,,,,,1,2,2,1,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,8,8,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,7,68,1,,,,1,,1,,,1,"tmb","020418",2,2,0,1,1,0,35000,0,0,434.9246520996094,0,0,0,0,0,0,0,0,0,35434.92578125,1.9654018878936768,2699.6240234375,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,33,,33,2,0,1,0,0,0,0,1,1,0,1,7095.21923828125,7095.21923828125,3547.609619140625,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,264,1,,,1,,4,2,1,1,1,1,1,,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15157,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,35000,35000,187.08287048339844,0,0,0,35000,0,35000,187.08287048339844,0,0,0,0,1,0,0,0,0,0,1,0,0,1,33,1089,1,,1,1,0,0,0,1,0,,41.4865608215332,33,1089,0,0,0,1,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020429",1,5,3,1,,,,58,,1,1,1,1,2,1,2,1,2,2,2,1,1,58,1,1,1,,2,51,1,5,,2,28,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,2,,2,,,2,3,1,1,,,,,,,,,,,,1,5,1,,,,,1,1,,,,,,,,,,,,2,1,1680,1,,2,,6000,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,5,,8,1,2,2,1,1,2,,,2,,,4,,,,12000,,12000,1,,,800000,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7,9,,,,,,,,1,29000,0,,,,,,,1,1,,2,,,,,,,,2,1,2,1,2,2,2,2,,1,2,,,2,,,,,,,1,12000,2,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,12,999,11988,2,13500,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,3,,,,,,,,,1,5,,,,2,,,,,,,,,,2,1,3,1,1,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,1,,2,45,1,,,,1,,1,,,1,"nr","020429",3,3,0,2,2,0,0,0,3435.760986328125,0,12000,0,0,0,0,0,0,13500,0,28935.76171875,2.4054877758026123,3304.1142578125,1,1,1,2,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,58,51,54.5,4,0,0,0,1,0,1,0,1,0,3,8891.31640625,4445.658203125,2963.772216796875,1,2,1,0,0,0,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,800000,,,1,29000,0,29000,1,1,0,0,0,0,11610,17415,0,46440,0,1,42400,351,0,1,1,1,1,8,2.6666667461395264,1,1,1,1,1,1,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15158,,,,,1,0,0,0,12000,12000,109.54450988769531,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,13500,13500,116.18949890136719,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,1,0,1,1,0,1,58,3364,0,0,1,1,1,0,1,1,51,51,41.4865608215332,58,3364,0,1,1,1,1,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020423",1,4,2,1,,,,56,,1,1,2,1,2,2,8,2,2,2,8,1,1,56,2,1,1,,1,62,1,5,,1,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,4,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,1800,1,,2,,2000,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,26,,6,3,2,2,1,2,,,,,,,,,,,,,,,,,300000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,10,35,,,,,,,,,,,,,,,,,,,4,,,,40000,,40000,1,,,,,,,,,,,1,2,2,,8,2,,1,,1,,1,,1,4000,0,,,,,,,1,1,,2,,,,,,,,2,1,2,2,2,2,2,2,,2,2,,,2,,,,,,,2,2400,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,9,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,1,,3,45,1,,,,97," <5:OTHER (SPECIFY)>:TURKEY",97," <5:OTHER (SPECIFY)>:TURKEY",,1,"JR","020423",3,3,0,2,2,0,40000,0,0,0,2400,0,0,0,0,0,0,0,0,42400,2.4054877758026123,3304.1142578125,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,56,62,59,4,0,0,0,1,0,1,0,1,0,3,7220.599609375,3610.2998046875,2406.866455078125,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,175000,1,1,1,1,300000,0,300000,1,4000,0,4000,1,1,1,0,0,0,11610,17415,0,46440,0,1,42400,255,1,,,0,,6,2,1,1,1,1,1,1,,1,,1,1,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15159,,,89,89,1,0,0,0,2400,2400,48.98979568481445,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,40000,40000,200,40000,0,40000,200,0,0,0,0,,0,0,0,0,0,1,1,0,0,56,3136,0,1,0,1,0,0,2,1,62,62,41.4865608215332,62,3844,0,0,1,1,0,0,0,0,10,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020423",1,2,2,1,,,,10,,2,3,2,3,2,8,4,8,2,2,8,1,1,37,2,1,1,,1,41,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,10,1,1,,1,,,7,1,1,,1,,,5,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,7,1,7,,,,8,2,7,,,,8,2,3,2,,,,,,,,,,,,,1,1,,,,,,2,,,,,,,1,,1,,,,,1,8,1,,2,,8,8,8,2,2,,,,,,,2,,,,,1,3,2,3,3,3,1,2,2,4,1,1,4,98,,1,,,2,1,,1,1,1,0,3,4,4,2,2,2,2,2,1,5,," <3:Something Else? (SPECIFY)>:changed to special advanced program, in another school",3,3,,,,,,,,,3,1,3,1,2,2,1,2,,,2,,,3,,,,,,,,,2,2,,,,,,,,,,,,,,,,,1,,,,2,2,,,4,,,,5000,,5000,1,,2,,,8,2,1,,2,10,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,8,,,,,,,,,,,,,,,2,,2,,1,1,,2,1,,6,26,99,98,2,,500,,,6,6000,1,,,,,,,,,,,8,,,,,,,,,1,8,,,,,,,,2,,2,,8,8,,,,,,,,1,8,8,8,,,,,,8,,1,1,8,8,,,,,,8,2,2,8,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,5,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,2,5,,2,2,2,2,,3,1,8,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,1,,7,64,97," <5:OTHER (SPECIFY)>:russia",1,,,,,,1991,1,"ah","020503",5,2,3,5,2,3,5999.99951171875,3337.441650390625,0,0,0,0,0,0,0,0,0,0,0,9337.44140625,.9003636240959167,1236.715576171875,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,37,41,39,3,0,0,1,0,0,1,0,0,1,4,2065.5322265625,1032.76611328125,1032.76611328125,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,0,,4,4,4,,,,,0,0,0,0,1,,,,0,1,1,0,,,20670,31005,1,82680,0,0,36847.08984375,17,0,1,,0,1,4,.800000011920929,0,1,,1,1,0,1,0,1,1,1,0,1,2,0,0,0,1,0,0,1,2,1,3,3,1,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15167,66,,,,66,-9,-9,,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,6000,6000,77.45966339111328,-5,19612.009765625,140.0428924560547,6000,-5,6000,77.45966339111328,9043.8486328125,95.09915161132812,1,1,,0,1,1,0,0,1,1,0,0,37,1369,1,1,1,1,1,0,2,0,41,41,41.4865608215332,37,1369,0,0,0,0,0,0,0,0,6,26,0,1,1,1,1,41,1681,1,1,1,3,1,.1519336998462677,0,1,,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0 -"9543x","020425",1,2,2,1,,,,38,,1,3,4,2,3,3,3,3,2,2,1,5,5,38,2,1,5,,2,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,13,2,1,,,,,12,2,1,,,,,5,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,12,2,9,,,,,1,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,100,2,,,,,2,1,1,2,2,2,2,2,2,2,2,,,,,1,3,2,3,3,3,2,2,1,2,1,2,1,4,,1,,,7,1,,2,2,1,0,10,4,4,2,2,2,2,2,0,,,,3,2,0,,,,,,,,2,1,2,1,2,1,2,,,,1,2,,1,,,,1,,,2,,2,2,,,,,,,,,,,1,,,,2,,,2,,,2,2,,,1,70,,,,12,3360,1,,2,,,1,2,1,,2,3,,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,650,,12,7800,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,23000,,23000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,5000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,1,2,1,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,300,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,,1,0,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,64,1,,,,1,,1,,,1,"rm","020425",5,2,3,4,1,3,23000.001953125,0,0,300.0000305175781,0,0,0,0,0,0,0,0,0,23300.001953125,.9668415784835815,1328.0279541015625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,38,,38,3,0,0,1,0,0,0,1,0,1,2,1603.5023193359375,1603.5023193359375,801.7511596679688,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,0,,4,4,3,5000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,17650,26475,1,70600,0,0,37000,197,0,1,0,0,1,3,.6000000238418579,0,0,0,1,1,,1,1,1,1,0,0,1,2,0,0,0,0,0,0,1,1,1,2,2,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,15172,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,0,0,0,0,0,0,1,23000,23000,151.6575164794922,0,0,0,23000,0,23000,151.6575164794922,0,0,1,1,1,0,0,0,0,0,1,1,1,0,38,1444,1,,1,1,1,1,0,0,0,,41.4865608215332,38,1444,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020504",1,4,2,1,,,,20,,2,1,2,1,2,2,3,1,2,2,2,1,1,29,1,1,1,,2,28,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,1,7,,,,5,2,7,,,,2,2,3,1,2,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,2000,1,,2,,600,2,2,1,2,,,,,,,2,1,3,1,3,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,1,2,2,,,2,,5,2,2,2,1,1,2,,,2,,,4,,,,6000,,6000,1,,1,150000,65000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,40,12,40,4,,,,40000,,40000,1,,,,,,,,,,,4,,,,60000,,60000,1,,,,,,,,,,,1,1,2,,20000,,,,,,,,,1,4000,0,,,,,,,1,2,,1,15000,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,600,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,4,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,1,,4,72,97," <5:OTHER (SPECIFY)>:spain",1,,,,,,1979,1,"agh","020504",3,2,1,3,2,1,60000,40000,100,100,0,0,0,0,0,0,0,0,0,100200,.2128128558397293,292.3140869140625,1,2,0,4,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,29,28,28.5,2,0,1,0,0,0,1,0,0,1,4,636.002685546875,318.0013427734375,318.0013427734375,1,2,1,0,0,0,3,1,0,0,1,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,20000,1,1,0,1,150000,65000,85000,1,4000,0,4000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,186,1,,,1,,5,1.6666666269302368,1,1,1,1,1,1,1,1,,1,1,0,1,2,0,0,0,1,0,1,0,0,0,0,1,1,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15187,73,,,,73,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,2,40000,40000,200,60000,60000,244.948974609375,60000,40000,60000,244.948974609375,40000,200,1,1,,1,1,1,0,0,1,1,0,1,29,841,1,1,0,1,1,1,1,0,28,28,41.4865608215332,28,784,0,1,0,0,0,0,0,0,12,40,1,1,1,1,1,29,841,1,1,1,1,1,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020427",1,2,3,1,,,,52,,3,2,2,8,3,2,2,2,2,2,2,3,5,52,2,1,5,,1,21,1,9," <14:OTHER, SPECIFY>:DAUGHGTER IN LAW",2,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,0,1,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,400,,1,400,1,,2,,,,,,,,,,,,,,,2,,2,,2,1,,,,,12,48,,,2,,800,,,12,19200,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,5000,,,,,,,,,2,,,,,,,,,2,,1,1,3000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,700,1,2,,2,,,2,1,1,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,49,1,,,,1,,1,,,1,"MG","020427",3,3,0,1,1,0,19200.001953125,0,0,0,0,0,0,0,0,0,0,0,0,19200.001953125,2.5561957359313965,3511.122802734375,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,52,,52,4,0,0,0,1,0,0,1,1,0,1,5605.45361328125,5605.45361328125,1868.4844970703125,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,5000,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,,1,8590,12885,0,34360,0,1,21000.001953125,296,0,1,0,1,1,5,1.6666666269302368,1,1,1,1,0,,,0,,0,0,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15189,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,19200,19200,138.56407165527344,0,0,0,19200,0,19200,138.56407165527344,0,0,0,0,1,0,0,0,0,0,1,1,1,0,52,2704,1,,1,1,1,1,0,0,0,,41.4865608215332,52,2704,0,0,0,0,0,0,0,0,12,48,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020429",1,4,1,,,,,35,,1,1,1,1,1,1,8,2,2,2,3,2,5,36,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,1,,,,,,,1,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,,,,,,,2,1,3000,1,,2,,200,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,5,,5,1,2,2,1,1,2,,,2,,,3,,,1600,,12,19200,1,,,240000,115000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,9,,,,,,,,,1,2,1,,9,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,9,2,,9,,,,,,1,25000,0,,,,,,,1,2,,2,,,,,,,,2,2,1,1,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,4200,2,,,,,3000,2,,,,,,,,,,,,,,,,,9,9,,,,,,,5,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,66,1,,,,1,,1,,,1,"RM","020429",1,1,0,1,1,0,47485.94140625,0,3000,741.8483276367188,0,0,0,4199.99951171875,0,0,0,0,0,55427.7890625,2.5468058586120605,3498.22509765625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,36,,36,3,0,0,1,0,0,0,1,1,0,1,4041.224853515625,4041.224853515625,4041.224853515625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,240000,115000,125000,1,25000,0,25000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,170,1,,,1,,5,5,1,1,1,1,1,,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15194,,,,,1,0,0,0,0,0,0,4200,4200,64.80740356445312,3000,3000,54.772254943847656,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,1,1,0,36,1296,1,,1,1,1,1,0,0,0,,41.4865608215332,36,1296,0,1,1,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020414",1,2,1,,,,,31,,1,3,2,1,1,2,3,1,2,2,3,5,5,31,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,4,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,1,2,,1,,2,,200,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1300,,12,15600,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,9,40,,,4,,,,95000,,95000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,9,,,,,,,,9,,,,,,,,,1,1,,2,,,,,,,,2,2,2,9,9,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,2,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,2,9,,99,99,1,,,,99,,99,,,1,"RR2","020414",1,1,0,1,1,0,95000,0,0,0,0,0,0,0,0,0,0,0,0,95000,1.4808872938156128,2034.1075439453125,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,,,,,,31,,31,2,0,1,0,0,0,0,1,1,0,1,4121.779296875,4121.779296875,4121.779296875,0,3,0,1,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,,,,,1,1,1,0,,0,8590,12885,0,34360,1,1,21000.001953125,236,1,,,1,,3,3,1,1,1,1,1,,,1,,1,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15208,,,,,1,0,0,0,0,0,0,0,0,0,-9,-9,,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,95000,95000,308.220703125,0,0,0,95000,0,95000,308.220703125,0,0,0,0,0,0,0,0,0,0,1,1,1,1,31,961,1,,1,1,1,1,0,1,0,,41.4865608215332,31,961,0,0,0,1,1,1,0,0,9,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,,1,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,0,0 -"9543x","020506",1,2,4,1,,,,35,,1,1,1,1,3,2,8,2,2,2,2,1,1,47,2,1,1,,1,50,1,5,,1,23,1,5,,1,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,17,2,1,,1,,,15,1,1,,1,,,13,1,1,,1,,,11,1,1,,1,,,9,1,1,,1,,,7,1,1,,1,,,5,2,1,,1,,,3,1,1,,1,,,0,1,1,,1,,,2,7,5,2,7,,,,5,2,7,,,,5,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,9,2,,,,,2,9,2,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,0,1,,,,0,3,,1,1,1,0,30,4,4,2,2,2,1,4,,,,,7,0,7,9,9,9,,,9,,6,3,4,1,2,2,2,,,,1,1,2,2,,,,,,,97," NONE",2,9,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,9,,,2,2,3,,,15,,99,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,9,1,,,,12,99,,,,,,,,,,,,,,,,,,,7,,,,,,,,,9,,,,,,,,,2,,2,,9,9,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,9,9,1,1,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,9,0,2,,,,,,,9,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,1,1,2,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,54,1,,,,97," <5:OTHER (SPECIFY)>:GERMANY",1,,,1,"JR","020506",12,4,8,10,2,8,32241.638671875,0,0,0,0,0,0,0,0,0,0,0,0,32241.638671875,1.2733063697814941,1748.9798583984375,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,47,50,48.5,4,0,0,0,1,0,1,0,0,1,4,3383.338134765625,1691.6690673828125,845.8345336914062,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,1,,,1,0,0,0,0,4,,,4,,,,,0,0,0,0,0,0,0,0,1,1,,0,,,35770,53655,1,143080,0,0,27370.8203125,4,1,,,0,,,,,1,1,1,1,1,1,1,1,1,0,,1,3,0,1,0,0,0,1,2,3,2,4,6,1,0,0,0,0,1,1,1,0,,0,,,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15216,,,36,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-9,-9,,-9,-9,,-9,-9,,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,3,1,,0,0,0,0,0,1,1,0,0,47,2209,0,1,0,1,1,0,2,1,50,50,41.4865608215332,50,2500,0,0,0,1,1,0,8,1,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,2.8076109886169434,.1519336998462677,.1519336998462677,1,0,0,0,0,0,,1,0,0,,1,0,0,0,0,0,0,0,0,,1,0 -"9543x","020419",1,2,2,1,,,,4,,3,1,1,3,1,1,1,1,2,2,3,5,5,27,1,1,11,,2,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,1,2,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,8,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,9,30,,,4,,,,20000,,20000,2,15000,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,,8,,0,,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,1,2,2,2,2,2,2,2,,2,2,,,2,2000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,2,1," <7:ANOTHER GROUP (SPECIFY)>:ARIAN",2,74,1,,,,1,,1,,,1,"SF","020419",2,2,0,1,1,0,15000,0,0,0,0,0,0,0,0,2000,0,0,0,17000,2.625349760055542,3606.11083984375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,27,,27,2,0,1,0,0,0,0,1,1,0,1,7410.19091796875,7410.19091796875,3705.095458984375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,104,0,1,1,1,1,3,1.5,1,1,1,1,,,,,,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15217,,,,,1,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,15000,15000,122.4744873046875,0,0,0,15000,0,15000,122.4744873046875,0,0,0,0,,0,0,0,0,0,1,1,1,1,27,729,1,,1,1,1,1,0,1,0,,41.4865608215332,27,729,0,0,0,1,1,1,0,0,9,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020505",1,5,2,1,,,,55,,2,3,2,3,8,1,8,2,2,2,3,1,1,60,2,1,1,,1,70,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,2,6,,,,,2,2,2,,,,,,,,,,,,,1,5,,,,,,1,5,,,,,,,,,,,,2,,,1,,2,,1000,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,2,,7,1,2,2,1,1,2,,,2,,,3,,,700,,12,8400,1,,,250000,98,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,1,8,9,2,,1,2,,,2,,2,2,,,,,,,,2,1,1,8,2,2,2,2,,2,2,,,2,,,,,,,2,8,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,1,2,2,2,2,,8,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,34,3,,,,,,,,1940,1,"ddb","020505",2,2,0,2,2,0,0,0,0,0,2145.163818359375,0,0,2351.965576171875,0,0,0,0,0,4497.12939453125,2.0333871841430664,2793.0068359375,1,1,0,3,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,60,70,65,5,0,0,0,0,1,1,0,1,0,3,5642.99609375,2821.498046875,2821.498046875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,250000,,,1,,7500,,0,0,0,0,0,0,11610,17415,1,46440,0,0,42400,158,0,1,1,1,1,7,3.5,1,1,1,1,1,1,,1,,1,,,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15218,,,,,3,0,0,0,-5,995.5078735351562,31.55167007446289,-5,1241.30029296875,35.23208999633789,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,1,1,0,60,3600,0,0,1,1,1,1,2,0,70,70,41.4865608215332,60,3600,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543x","020511",1,2,2,1,,,,35,,1,1,2,1,1,2,2,1,2,2,2,1,1,35,2,1,1,,1,43,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,2,1,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,2,2,,2,,,1,7,,,,5,1,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,400,1,,2,,2000,2,1,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,2,1,1,1,1,1,1,3,0,,1,,,11,3,,1,1,1,0,20,4,4,2,2,2,3,4,0,,,,1,0,1,2,2,2,,,4000,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,7,,17,1,2,2,1,1,2,,,2,,,3,,,1200,,12,14400,1,,,225000,80000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,10,35,12,40,2,,900,,,10,18000,1,,,,,,,,,,,2,,1400,,,12,33600,1,,,,,,,,,,,1,1,1,1,70000,,,,,,,,,1,7000,0,,,,,,,1,2,,1,7000,,,,,,,2,2,2,1,2,2,1,2,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,9,9,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,1,1,1," <1:Yes (Specify)>:pal,nursing homes church",1,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,66,1,,,,1,,1,,,1,"db","020624",3,2,1,3,2,1,33600,18000,1298.04833984375,914.016845703125,0,0,0,0,0,0,0,0,0,53812.06640625,.6563703417778015,901.5728759765625,1,1,0,3,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,35,43,39,3,0,0,1,0,0,1,0,0,1,4,1564.87890625,782.439453125,782.439453125,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,2,1,0,0,0,0,,4,4,4,70000,1,1,1,1,225000,80000,145000,1,7000,0,7000,1,1,1,0,1,1,14630,21945,0,58520,0,1,46438.2578125,29,1,,,1,,17,5.666666507720947,1,1,1,1,1,1,1,1,0,1,1,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15219,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,2,18000,18000,134.16407775878906,33600,33600,183.3030242919922,33600,18000,33600,183.3030242919922,18000,134.16407775878906,0,0,1,0,0,0,0,0,1,0,0,0,35,1225,1,1,0,1,1,0,2,1,43,43,41.4865608215332,43,1849,0,1,0,1,1,0,1,0,12,40,1,1,0,0,0,35,1225,0,0,0,0,0,.1519336998462677,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020605",1,4,2,1,,,,6,,3,2,3,3,2,2,8,2,2,2,8,1,1,30,2,1,1,,1,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,8,2,1,,1,,,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,8,2,1,2,,,,2,1,2,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,1,3,,,,,,1,,5,,,,,1,8,1,,2,,600,2,8,2,2,,,,,,,2,,,,,1,3,3,3,3,3,2,2,1,4,1,1,3,0,,1,,,2,1,,2,2,1,0,4,4,4,2,2,2,8,4,0,,,,1,1,,,,,,,,,2,1,1,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,6,,1,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,98,,,,,,,,,,,,,,,,,,,7,,,,,,,,,2,,,,,1,1,,,1,2,2,,8,1,2,,,,,,,1,1000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,8,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,1,2,3,,7,99,97," <5:OTHER (SPECIFY)>:Malaysia",1,,,,,,1993,4,"talked to","020605",4,2,2,4,2,2,17500,0,0,0,0,0,0,0,0,0,0,0,0,17500,.9324471950531006,1280.7847900390625,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,4,0,0,0,1,30,36,33,2,0,1,0,0,0,1,0,0,1,4,7619.796875,3809.8984375,3809.8984375,1,2,1,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,1250,1,0,0,0,0,0,0,1,1000,0,1000,1,1,1,0,,,17650,26475,1,70600,0,0,37000,94,0,1,1,1,1,1,.25,0,0,1,1,0,1,1,0,,0,1,,1,2,0,0,0,1,0,1,0,1,0,1,2,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15227,55,,,,55,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,17500,17500,132.28756713867188,17500,0,17500,132.28756713867188,0,0,1,1,,0,1,1,0,0,0,0,0,0,30,900,0,1,0,0,0,0,2,1,36,36,41.4865608215332,36,1296,0,0,0,0,0,0,2,1,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020504",1,4,1,,,,,38,,3,3,1,2,2,3,8,2,2,2,3,4,5,38,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,1,,,2,,,,,,,2,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,,,,,,,2,1,45,1,,2,,200,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,0,9,5,3,2,2,2,,,,,,,,,,,,,,,,,,,,,1,7," <7:Or someone else? (specify)>:EX-HUSBAND",2,,,3,,,400,,9,3600,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,23000,,23000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1000,,,,,,,,,2,,,,,,,,,1,8,,2,,,,,,,,1,2,2,2,2,2,2,2,,2,2,,,2,1600,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,1,4,,2,1,2,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,6,64,1,,,,1,,1,,,1,"SF","020504",1,1,0,1,1,0,23000.001953125,0,0,0,0,0,0,0,0,1600,0,0,0,24600.001953125,1.906602144241333,2618.858154296875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,38,,38,3,0,0,1,0,0,0,1,1,0,1,3316.65087890625,3316.65087890625,3316.65087890625,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,1000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,132,1,,,0,,5,5,1,1,1,1,1,,,1,,0,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15233,,,,,1,1600,1600,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,23000,23000,151.6575164794922,0,0,0,23000,0,23000,151.6575164794922,0,0,0,0,1,0,0,0,0,0,1,0,0,0,38,1444,1,,1,1,0,0,0,0,0,,41.4865608215332,38,1444,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020425",1,4,2,1,,,,10,,1,2,3,3,3,3,3,3,2,2,3,1,1,37,1,1,1,,2,32,1,7,,1,43,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,13,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,13,1,7,,,,5,2,7,,,,8,2,3,2,,,,,,,,,,,,,1,2,,,,,,1,1,,,,,,1,,1,2,,,2,1,300,1,,2,,800,2,1,2,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,2,2,4,4,1,1,5,3,,1,,,8,1,,2,2,2,0,2,3,4,2,2,2,3,3,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,5,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,35,12,35,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,2,,2,,9,9,,,,,,,,1,20000,9,9,,,,,,1,1,,9,,,,,,,,9,9,9,9,9,9,9,9,,9,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,3,1,2,3,2,,,,,,,,,,,,2,3,1,3,2,1,4,,2,65,97," <5:OTHER (SPECIFY)>:peru",97," <5:OTHER (SPECIFY)>:peru",,,,,1992,2,"ak","020502",4,3,1,3,2,1,32406.96484375,14177.2412109375,0,0,0,0,0,0,0,0,0,0,0,46584.20703125,.4959813952445984,681.2669067382812,1,1,0,3,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,37,32,34.5,2,0,1,0,0,0,1,0,0,1,4,1557.882080078125,778.9410400390625,519.2940063476562,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,0,0,0,0,1,20000,,,1,1,1,1,1,1,14630,21945,0,58520,0,1,46438.2578125,13,1,,,1,,2,.5,0,0,0,1,1,1,1,1,0,1,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15239,63,63,,,63,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,,1,1,1,0,0,1,1,0,1,37,1369,1,1,1,1,1,0,1,1,32,32,41.4865608215332,37,1369,0,0,0,1,1,0,1,0,12,35,0,1,1,1,0,32,1024,0,0,0,0,0,.1519336998462677,1,1,,1,,1,0,0,,1,0,0,,1,,1,,1,,1,,1,-9 -"9543x","020425",1,1,1,,,,,6,,1,1,4,3,4,4,2,4,2,2,1,5,5,18,2,1,3,,1,49,1,3,,2,44,1,7,,2,21,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,1,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,6,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,16,,,4,,,,10000,,10000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,1,2,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,1,4,,2,83,4,,,,,,,,1996,1,"ep","020425",4,4,0,1,1,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,10000,2.212916851043701,3039.60400390625,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,18,,18,1,1,0,0,0,0,0,1,1,0,1,4359.37255859375,4359.37255859375,1089.8431396484375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,65,0,1,1,1,1,4,1,1,0,0,1,0,,,0,,1,0,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15244,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,10000,10000,100,0,0,0,10000,0,10000,100,0,0,0,0,,1,1,1,0,0,1,1,0,0,18,324,1,,1,1,1,0,0,0,0,,41.4865608215332,18,324,0,0,0,0,0,0,0,0,12,16,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020420",1,4,2,1,,,,3,,2,3,1,2,2,2,2,1,2,2,3,1,1,29,2,1,1,,1,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,1,5,,,1,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,8,1,,2,,200,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,3,,1,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,8,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,3,20,12,40,3,,,1000,,3,3000,1,,,,,,,,,,,4,,,,30000,,30000,1,,,,,,,,,,,1,1,1,1,50000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,1,2,2,1,2,2,2,2,2,2,2,,,2,10000,2,,,,,,,,,,,,,,,,,,500,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,3,,3,73,11," <5:OTHER (SPECIFY)>:Trinidad",,,,,,,1999,1,"ddb","020420",2,2,0,2,2,0,30000,3000,500,0,0,0,0,0,0,10000,0,0,0,43500,1.1945921182632446,1640.860107421875,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,4,0,0,0,1,29,40,34.5,2,0,1,0,0,0,1,0,1,0,3,7144.7724609375,3572.38623046875,3572.38623046875,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,50000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,1,1,11610,17415,0,46440,0,1,42400,252,1,,,1,,1,.5,0,1,1,1,1,1,,1,,1,1,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15245,11,,,,11,10000,10000,100,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3000,3000,54.772254943847656,30000,30000,173.205078125,30000,3000,30000,173.205078125,3000,54.772254943847656,0,0,,0,1,1,0,0,1,1,0,0,29,841,1,1,0,1,1,0,2,1,40,40,41.4865608215332,40,1600,0,1,0,1,1,0,0,0,12,40,1,1,1,1,0,29,841,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020429",1,1,2,1,,,,10,,2,3,2,1,8,3,3,8,2,2,8,4,5,38,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,10,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,10,1,1,2,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,8,,,,,2,2,1,2,,,,,,,2,,,,,4,3,3,3,3,3,2,1,2,1,1,1,1,2,,1,,,4,1,,1,2,1,0,7,4,4,2,1,2,1,4,0,,,,1,1,,,,,,,,,1,0,1,2,2,2,,,,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,1,98,9,1,2,1,,2,9,,2,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,2,,3,,,100,,12,1200,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,1,,,,2,35,,,1,130,,,,2,1040,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,8,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,98,1176,1,,12,600,7200,1,,2,,2,,1,2,,2,,2,2,1,2,2,,,,3,,,,,,,,,3,,,,,,,,,,,,,,,2,2,5,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,1,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,64,4,,1,,,,,,1989,2,"ak","020429",2,1,1,2,1,1,1040,0,0,0,0,1176.0001220703125,7200,0,0,0,0,0,0,8240,.90010005235672,1236.353515625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,38,,38,3,0,0,1,0,0,0,1,0,1,2,2447.803466796875,2447.803466796875,2447.803466796875,1,2,1,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,1,0,,1,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,11610,17415,1,46440,0,0,42400,103,0,1,0,0,1,2,1,1,1,,1,1,,1,1,1,1,,0,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,15250,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1176,1176,34.2928581237793,7200,7200,84.85281372070312,1,1040,1040,32.24903106689453,0,0,0,1040,0,1040,32.24903106689453,0,0,0,0,,1,1,1,0,0,0,0,0,0,38,1444,1,,1,0,0,0,0,0,0,,41.4865608215332,38,1444,1,0,0,0,0,0,0,0,2,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020419",1,1,1,,,,,10,,2,1,4,3,2,4,1,2,2,2,1,4,5,27,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,7,2,1,,,,,5,1,1,,,,,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,5,1,1,2,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,2,2,2,2,,,,,,,2,2,2,3,2,,,,,,,,,,,,1,8,2,1,,,,0,1,,2,2,1,0,7,4,4,2,2,2,1,2,,,,,2,2,,,,,,,,,3,2,2,1,1,2,2,,,,2,,,2,,2,,,,,,,1,,,,2,,,1,,,2,,,,,,,,,,,,2,2,,,1,60,,,,2,480,1,,1,9,2,2,2,1,,2,7,,3,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,115,,12,1380,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,7,,,,,,,,,2,,,,,8,,,,,,,,,,,,,,,,,,,,,,8,,2,,7,1,2,,,,,,,2,,,,,,,,,2,,2,1,7,2,,2,,,,2,2,2,2,2,2,2,2,,2,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,320,3840,1,,12,280,3360,1,,2,,2,,2,,,,,,,1,1,2,,,,3,,,,,,,,,3,,,,,,,,,,,,,,,2,2,2,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,8,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,74,4,,1,,,,,,1992,1,"pg","020419",4,1,3,4,1,3,8192.9345703125,0,0,0,0,3840.000244140625,3360,0,0,0,0,0,0,11552.9345703125,.90010005235672,1236.353515625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,27,,27,2,0,1,0,0,0,0,1,0,1,2,2547.173583984375,2547.173583984375,2547.173583984375,1,2,1,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,1,2,1,2,,,1.6666666269302368,1,0,0,0,3,,,4,1250,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,1,17650,26475,1,70600,0,0,37000,148,0,1,0,1,0,3,.75,0,0,1,1,1,,1,1,1,1,1,1,1,2,0,0,0,1,0,1,1,1,1,2,3,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,15262,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3840,3840,61.967735290527344,3360,3360,57.96550750732422,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,2,1,,1,1,1,0,0,0,0,0,0,27,729,1,,1,0,0,0,0,0,0,,41.4865608215332,27,729,1,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020625",1,4,3,1,,,,26,,3,2,2,2,2,2,4,3,2,2,2,5,2,26,2,1,3,,2,49,1,3,,1,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,4,2,1,1,,,,2,5,,,2,,1,2,2,,,,,,,,,,,,,1,4,,,,,,2,,,,,,,1,,4,,,,,,,2,,,,,2,2,2,2,,,,,,,2,1,2,2,3,,,,,,,,,,,,1,4,3,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,1,2,,,,,,,,,,,,,,,,2,2,,,,,,1,,,2,,1,,,,1,1,,,,,1,2,,,4,,,,500,,500,1,,1,2,5,1,2,1,,2,4,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,250,,12,3000,1,,2,,,,,,,,,,,,,,,1,3,1,2,2,2,1,1,1,,6,16,8,60,4,,,,8000,,8000,1,,,,,,,,,,,4,,,,15000,,15000,1,,,,,,,,,,,2,,2,,25000,,,,,,,,,2,,,,,,,,,2,,1,1,10000,,,,,,,2,2,2,2,2,2,1,2,2,2,1,1,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000,1000,,,,,,,,,,,,,,,,,,3,109,327,1,,3,58,174,1,,2,,1,99999,2,,,,,,,2,,2,,,,1,2,7,," <12:OTHER (specify)>:nolonger needed",,,,,1,3,4,,,,,,,,,,,,,2,1,2,2,2,2,2,2,,3,2,1,2,,,,,,,,,,,,,,,1,1,1,1,8,,,,,,,,,,,,1,1,1,1,8,2,2,,3,76,1,,,,1,,1,,,1,"jd","020625",4,3,1,3,2,1,15000,8000,0,999.9999389648438,0,327,173.99998474121094,0,0,0,0,0,0,24174,.9646635055541992,1325.0362548828125,1,2,2,3,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,26,41.53856658935547,33.769283294677734,2,0,1,0,0,0,1,0,0,1,4,1196.6297607421875,598.3148803710938,398.8765869140625,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,,2,2,1,,,1.6666666269302368,1,,,,4,,,4,25000,1,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,14630,21945,0,58520,0,1,46438.2578125,79,0,1,1,1,1,4,1,1,1,0,1,1,0,1,0,,0,1,0,1,2,0,0,0,0,0,0,1,0,1,0,1,1,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15265,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,327,327,18.083141326904297,174,174,13.190905570983887,2,8000,8000,89.44271850585938,15000,15000,122.4744873046875,15000,8000,15000,122.4744873046875,8000,89.44271850585938,1,1,1,0,0,0,0,0,1,0,0,0,26,676,1,1,0,1,1,0,0,.4996632933616638,41.4865608215332,,41.4865608215332,41.53856658935547,1725.4525146484375,1,0,0,0,0,0,.4996632933616638,0,8,60,1,1,0,0,0,26,676,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020423",1,4,1,,,,,4,,2,3,2,2,2,3,3,3,2,2,2,5,5,27,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,11,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,11,1,7,,,,5,2,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,6,,,,,,,2,,,,,2,2,3,1,,,,,,,2,,,,,2,3,3,2,2,2,2,1,1,2,1,1,3,0,,1,,,4,1,,1,1,1,0,2,4,4,1,2,1,2,4,1,1,," <3:Something Else? (SPECIFY)>:MIGRATION",1,1,,,,,,,,,1,0,1,1,2,2,,,,,1,1,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,3,,,1,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,6,12,,,4,,,,8000,,8000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,1,1500,0,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1000,1,,1,2,,1,2,2,1,1,1,1,,,,,,,,,,,,,,,,,,1,2,1,2,4,,,,,,1,2,2,,2,1,2,2,,2,2,1,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,73,2,,2,,,,,,1997,1,"JR","020423",2,1,1,2,1,1,8000,0,0,0,0,0,0,0,0,0,0,0,0,8000,.8307514786720276,1141.09814453125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,27,,27,2,0,1,0,0,0,0,1,0,1,2,1278.1285400390625,1278.1285400390625,1278.1285400390625,1,2,1,0,0,1,3,1,0,0,1,0,0,3,0,1,0,1,0,1,1,2,2,2,1.3333333730697632,0,0,0,1,,3,4,4,0,0,0,0,0,0,0,0,1,1500,0,1500,0,1,1,0,,0,11610,17415,1,46440,0,0,42400,365,0,0,0,1,1,4,2,1,1,0,1,0,,1,0,1,1,1,0,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,15271,,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,8000,8000,89.44271850585938,0,0,0,8000,0,8000,89.44271850585938,0,0,0,0,1,0,1,1,0,0,1,1,0,0,27,729,1,,1,1,1,0,0,0,0,,41.4865608215332,27,729,0,0,0,0,0,0,0,0,6,12,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020428",1,4,2,1,,,,37,,1,1,2,1,4,2,3,1,2,1,1,1,1,44,1,1,1,,2,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,17,1,1,,1,,,16,1,1,,1,,,13,2,1,,1,,,12,1,1,,1,,,11,2,1,,1,,,10,2,1,,1,,,9,2,1,,1,,,8,2,1,,1,,,7,1,1,,1,,,2,4,12,1,3,,,,,2,1,2,,,,2,4,1,2,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:VETERANS ADMN HEALTHCARE",1,4,,,,,,1,,4,7,," <7:or another type of government program? {specify}>:METRO PLUS",2,,,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,2,3,3,3,3,3,1,1,3,4,1,1,1,2,,1,,,7,1,,2,1,1,0,10,4,4,2,2,2,2,3,0,,,,9,9,,,,,,,,,6,0,6,2,2,2,,,,,1,1,,,,,,,,,3,,,,,,,,,,,,,,,,,,,,,2,2," LEFT OUT A CHILD OF FIVE YEAR OLD THAT IN WHICH RESP HAD EXPENSES, THIS WAS NOT ON THE LIST HE GAVE ME ORIGINALLY",,,,,,,,,,,,,,2,,,2,2,1,,1,4,,7,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,1,5," <5:Or something else? {specify}>:ASSISTANCE FROM WELFARE (NOT SURE IF IT IS JIGGETS",3,,,400,,12,4800,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,10,8,,,4,,,,7000,,7000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,1,4000,2000,,,,,,,1,1,,2,,,,,,,,1,2,2,2,2,2,2,2,,2,2,2,1,1,28000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,700,8400,1,,2,,1,,2,,,,,,,5,,2,,,,3,,,,,,,,,1,2,,,,8,,,,,,,,,,2,1,5,2,2,2,2,1," <1:Yes (Specify)>:DISABLED VETERANS OF AMERICA",2,2,2,1,97,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:POST TRAUMATIC EXERIENCE DUES TO VETERANS EXPERIENCES",1,1,3,,,,1,1,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,6,58,1,,,,1,,1,,,1,"RR2","020428",10,2,8,10,2,8,6999.99951171875,0,0,0,0,0,8400,0,0,27999.998046875,0,0,0,43399.99609375,.697822093963623,958.5099487304688,1,1,0,1,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,44,40,42,3,0,0,1,0,0,1,0,0,1,4,2274.833984375,1137.4169921875,1137.4169921875,0,3,0,1,0,0,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,3,4,4,0,0,0,0,0,0,0,0,1,4000,2000,2000,1,1,1,0,0,0,35770,53655,1,143080,0,0,27370.8203125,3,1,,,1,,7,.699999988079071,0,1,1,0,1,1,1,1,1,1,0,0,1,2,0,0,0,0,0,0,0,6,0,6,6,1,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15276,,,,,1,28000,28000,167.33200073242188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8400,8400,91.6515121459961,1,7000,7000,83.66600036621094,0,0,0,7000,0,7000,83.66600036621094,0,0,0,0,1,0,0,0,0,0,1,0,0,1,44,1936,1,0,1,1,0,0,1,1,40,40,41.4865608215332,44,1936,1,0,0,1,0,0,8,0,10,8,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,2.8076109886169434,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020430",1,2,2,1,,,,1,,2,3,2,1,1,3,2,2,2,2,3,1,1,32,2,1,1,,1,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,2,1,,1,,,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,0,1,10,,,,,1,11,,,,,1,2,2,,,,,,,,,,,,,1,1,3,5,,,,1,1,3,5,,,,1,,3,,,,2,1,252,2,,,,,2,1,2,2,,,,,,,2,4,8,3,3,,,,,,,,,,,,1,3,1,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,1,1,2,2,,,,,,,2,,2,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,,,,2,2,,,4,,,,5000,,5000,1,,2,,,1,1,1,,2,1,,4,2,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,7," <7:Other (not staying w/anyone) {specify}>:NOT STAYING WITH ANYONE",,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,21000,,21000,1,,,,,,,,,,,4,,,,21000,,21000,1,,,,,,,,,,,2,,2,,25000,,,,,,,,,1,16000,11000,,,,,,,1,8,,1,700,,,,,,,2,2,2,2,2,2,2,2,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,5,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,1,4,2,1,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,4,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,2,67,97," <5:OTHER (SPECIFY)>:BURKINAFASO",1,,,,,,1986,1,"JR","020430",4,2,2,4,2,2,21000.001953125,21000.001953125,0,0,0,0,0,0,0,0,0,0,0,42000.00390625,.5401546955108643,741.942138671875,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,32,40,36,3,0,0,1,0,0,1,0,0,1,4,1318.3564453125,659.17822265625,659.17822265625,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,,,,,,,,,,,,1,,,4,25000,1,1,1,0,0,0,0,1,16000,11000,5000,1,1,1,1,1,1,17650,26475,0,70600,0,1,37000,224,1,,,1,,4,1,1,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,1,0,2,0,0,0,0,2,1,0,1,0,1,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15277,25,,,,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,21000,21000,144.9137725830078,21000,21000,144.9137725830078,21000,21000,21000,144.9137725830078,21000,144.9137725830078,2,1,1,0,1,1,0,0,1,1,1,0,32,1024,1,1,1,1,1,1,2,0,40,40,41.4865608215332,32,1024,0,0,0,0,0,0,0,0,12,40,0,1,1,1,1,40,1600,1,1,1,2,1,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020503",1,4,2,1,,,,50,,2,3,1,2,2,1,8,1,2,2,3,1,1,99,1,1,1,,2,99,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,8,2,,,,,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,6,,3,1,2,2,1,1,2,,,2,,,9,,,,,,,,,2,99,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,50,12,40,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,1,1,1,1,9,9,,,,,,,,1,8,0,,,,,,,1,1,,9,,,,,,,,9,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,9,,99,50,1,,,,1,,1,,,1,"rm","020503",2,2,0,2,2,0,61420.640625,24833.841796875,0,0,0,0,0,0,0,0,0,0,0,86254.484375,1.6220712661743164,2228.0341796875,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,,,,,,41.3242301940918,41.53856658935547,41.431396484375,3,0,0,1,0,0,1,0,1,0,3,4605.544921875,2302.7724609375,2302.7724609375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,1,,0,,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,72,1,,,1,,3,1.5,1,1,1,1,1,1,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15280,,,,,1,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,0,0,0,0,0,0,1,1,1,1,41.28620147705078,1707.6920166015625,1,1,1,1,1,1,1,1,41.4865608215332,,41.4865608215332,42.23152160644531,1783.50146484375,0,0,0,1,1,1,0,0,12,50,0,1,1,1,0,41.53856658935547,1725.4525146484375,0,0,0,0,0,.1519336998462677,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0 -"9543x","020422",1,2,2,1,,,,6,,3,3,2,2,2,2,8,2,2,2,3,5,5,30,1,1,2,,2,26,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,," PARTNER",,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,3,,,,,,,,,,,,,,,,,,,2,1,8400,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,3,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,45,,,1,50,,,,12,2400,9,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,,9,9,,,,,,,,1,15000,7000,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,1,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,1,,8,72,97," <5:OTHER (SPECIFY)>:RUSSIA",,,,,,,1996,1,"JR","020422",2,2,0,1,1,0,43285.4375,0,1063.241943359375,0,0,0,0,0,0,0,0,0,0,44348.6796875,2.625349760055542,3606.11083984375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,30,,30,2,0,1,0,0,0,0,1,1,0,1,7410.19091796875,7410.19091796875,3705.095458984375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,15000,7000,8000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,52,1,,,1,,4,2,1,1,1,1,1,,,1,,0,1,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15281,66,,,,66,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,1,1,0,0,1,1,1,1,30,900,1,,1,1,1,1,1,1,26,26,41.4865608215332,30,900,0,1,0,1,1,1,0,0,12,45,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020420",1,4,4,1,,,,7,,2,1,1,2,1,2,3,3,2,2,2,5,2,26,1,1,11,,1,32,1,11,,1,25,1,11,,1,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,1,1,9,,,,,2,2,2,,,,,,,,,,,,,1,4,,,,,,1,4,,,,,,,,,,,,2,,,1,,2,,100,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,6,,2,3,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,6,12,12,40,1,120,,,,6,2880,1,,,,,,,,,,,1,400,,,,12,19200,1,,,,,,,,,,,2,,2,,500,,,,,,,,,1,1500,0,,,,,,,1,2,,1,4000,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,2,2,2,2,2,,1,2,2,1,9,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:mental problems",2,2,,,,,2,1,2,,,,,,,,,,,,,,,,,,,2,3,,5,75,97," <5:OTHER (SPECIFY)>:Bangladesh",,,,,,,1995,1,"ma","020420",4,4,0,2,2,0,19200.001953125,2880,0,0,0,0,0,0,0,0,0,0,0,22080.001953125,2.3806967735290527,3270.06201171875,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,4,0,0,0,1,26,41.53856658935547,33.769283294677734,2,0,1,0,0,0,1,0,1,0,3,11405.322265625,5702.6611328125,2851.33056640625,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,500,1,0,0,0,0,0,0,1,1500,0,1500,1,1,1,0,1,1,11610,17415,0,46440,0,1,42400,109,0,1,0,0,0,2,.5,0,1,0,1,1,1,,1,,1,1,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15286,19,,,,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2880,2880,53.66563034057617,19200,19200,138.56407165527344,19200,2880,19200,138.56407165527344,2880,53.66563034057617,0,0,,0,1,1,0,0,1,1,0,1,26,676,1,1,0,1,1,1,0,.4996632933616638,41.4865608215332,,41.4865608215332,41.53856658935547,1725.4525146484375,0,0,0,0,0,0,0,0,12,40,1,1,1,1,1,26,676,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020423",1,4,4,1,,,,33,,2,1,1,1,2,1,2,1,2,2,3,1,1,55,1,1,1,,2,52,1,3," <14:OTHER, SPECIFY>:mother in law",2,85,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,11,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,5000,1,,2,,2000,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,18,,9,1,2,2,1,1,2,,,2,,,4,,,,12000,,12000,1,,,500000,100000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,50,8,20,4,,,,300000,,300000,1,,,,,,,,,,,4,,,,30000,,30000,1,,,,,,,,,,,2,,1,2,700000,,,,,,,,,1,32000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,25000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,1,2,2,1," <1:Yes (Specify)>:organization that provides civil legal service to the poor",1,2,2,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,2,1,,4,45,1,,,,10," <5:OTHER (SPECIFY)>:poland",10," <5:OTHER (SPECIFY)>:poland",,1,"nr","020429",3,3,0,2,2,0,100000.9921875,30000,24999.998046875,0,0,0,0,0,0,0,0,0,0,155000.984375,1.2451902627944946,1710.3603515625,1,2,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,55,52,53.5,4,0,0,0,1,0,1,0,1,0,3,4152.64501953125,2076.322509765625,1384.2149658203125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,700000,1,1,1,1,500000,100000,400000,1,32000,0,32000,1,1,1,1,0,1,11610,17415,0,46440,1,1,42400,79,1,,,1,,9,3,1,1,1,1,1,1,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15288,,,10,10,1,0,0,0,0,0,0,0,0,0,25000,25000,158.11387634277344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,300000,300000,547.7225341796875,30000,30000,173.205078125,300000,30000,300000,547.7225341796875,30000,173.205078125,0,0,,0,0,0,0,0,1,1,1,1,55,3025,1,1,1,1,1,1,1,1,52,52,41.4865608215332,55,3025,0,1,0,1,1,1,0,0,12,50,0,1,1,1,0,52,2704,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020508",1,1,1,,,,,0,8,1,1,2,1,8,2,8,1,2,2,3,4,5,57,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,250,1,,2,,100,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,0,8,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1700,,8,13600,1,,2,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,12,45,,,4,,,,110000,,110000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,1,600000,,,,,,,,,1,14000,0,,,,,,,1,1,,1,1000,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,44,1,,,,1,,97," <5:OTHER (SPECIFY)>:germany",,1,"tmb","020508",1,1,0,1,1,0,100000.9921875,0,2001.388916015625,0,0,0,0,0,0,0,0,0,0,102002.3828125,.9282012581825256,1274.95263671875,0,2,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,57,,57,4,0,0,0,1,0,0,1,1,0,1,2916.0888671875,2916.0888671875,2916.0888671875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,600000,1,1,1,0,0,0,0,1,14000,0,14000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,156,1,,,1,,4,4,1,1,1,1,1,,,1,,1,,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15289,,,,36,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,110000,110000,331.6624755859375,0,0,0,110000,0,110000,331.6624755859375,0,0,0,0,,0,0,0,0,0,1,1,1,1,57,3249,1,,1,1,1,1,0,1,0,,41.4865608215332,57,3249,0,1,0,1,1,1,0,0,12,45,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020422",1,5,1,,,,,2,,1,3,2,8,8,8,8,1,2,2,8,2,5,79,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,4,1,1,3,3,2,2,2,2,1,1,5,5,6,1,1,3,4,,,,,,,,,,,,,,,,,2,1,360,1,,2,,22,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,8,,,,,,,,,,,,,,,1,1,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,,,,,,,,,2,,,,,,,,,1,8,,2,,,,,,,,2,1,1,8,2,2,2,2,,2,2,,,2,,,,,,,1,8,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,1,1,,2,23,1,,,,97," <5:OTHER (SPECIFY)>:Cisely",97," <5:OTHER (SPECIFY)>:Cisely",,1,"ep","020422",1,1,0,1,1,0,0,0,0,0,3960.32470703125,0,0,1151.7081298828125,0,0,0,0,0,5112.03271484375,1.4163163900375366,1945.4146728515625,0,1,1,,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,79,,79,5,0,0,0,0,1,0,1,1,0,1,9143.3837890625,9143.3837890625,9143.3837890625,0,3,0,1,0,0,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,500,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,186,0,1,1,1,1,2,2,1,1,1,1,1,,,1,,1,,,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15291,,,5,5,1,0,0,0,-5,995.5078735351562,31.55167007446289,-5,1241.30029296875,35.23208999633789,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,1,0,0,0,0,1,79,6241,0,,1,0,0,0,0,1,0,,41.4865608215332,79,6241,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543x","020425",1,1,1,,,,,19,,2,3,3,1,1,3,2,3,2,2,1,3,5,49,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,14,1,1,,,,,9,1,4,,,,,7,1,4,,,,,4,1,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,4,4,1,1,2,,,,1,,,,,,,4,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,1,4,,,,2,,2,,,,,2,2,3,2,,,,,,,1,1,2,1,3,,,,,,,,,,,,1,1,3,,,,,,,,,,,,,,,,,,,,,,,,3,3,,,,,,,,,3,1,2,2,2,2,1,8,,,1,2,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,1,9,3,1,2,1,,1,14,,6,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,190,,12,2280,1,,1,,,,,,,,,,,,,,,1,1,2,,1,2,1,,,,12,50,,,4,,,,7000,,7000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,2,8,1,1,,,,,,,2,,,,,,,,,2,,1,1,20000,,,,,,,2,2,2,2,2,1,1,2,2,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,120,1,12,1440,1,,3000,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,1,2,2,2,5,,1,,,,,,,,,,,,,,,,,,1,1,,,,,1,7,," <7:or some other reason? (specify)>:I applied on behalf of my adopted children, and because they were adopted I was turned down.",2,2,2,,2,2,2,2,,1,2,2,1,2,8,11,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:nervousness, being worried a lot, depression",1,2,,,,,1,1,1,1,1,1,97,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:easily surprised,assumes there's trouble whenever he sees a lot of smoke",1,1,1,,,,1,1,1,1,1,4," <7:ANOTHER GROUP (SPECIFY)>:HISPANIC",2,52,6," <5:OTHER (SPECIFY)>:ECUADOR",1,,,,,,1985,2,"ar","020425",5,1,4,5,1,4,6999.99951171875,0,0,500,0,0,0,0,0,0,1439.9998779296875,0,0,8939.9990234375,.90010005235672,1236.353515625,0,1,1,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,49,,49,4,0,0,0,1,0,0,1,0,1,2,3092.883056640625,3092.883056640625,3092.883056640625,0,3,0,1,0,1,1,0,1,0,0,0,0,3,0,1,0,0,,2,3,1,,,2,1,,,,4,,,4,250,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,1,20670,31005,1,82680,0,0,36847.08984375,13,0,1,,1,0,6,1.2000000476837158,1,0,0,1,0,,1,0,,1,1,1,1,3,0,1,0,1,0,0,1,2,1,2,3,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,15294,6,,,,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1440,1440,37.947330474853516,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,1,7000,7000,83.66600036621094,0,0,0,7000,0,7000,83.66600036621094,0,0,1,1,,1,1,1,0,1,0,0,0,0,49,2401,1,,1,0,0,0,0,0,0,,41.4865608215332,49,2401,0,0,0,0,0,0,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.4038054943084717,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020412",1,2,1,,,,,16,,1,1,1,1,2,2,1,1,2,2,2,3,5,34,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,,,,,,,2,1,700,1,,2,,100,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,10,,15,2,2,2,1,1,2,,,2,,,3,,,1500,,12,18000,1,,,450000,150000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,,,,8,30,,,4,,,,70000,,70000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,100000,,,,,,,,,1,6000,0,,,,,,,1,1,,2,,,,,,,,1,2,2,1,1,2,2,2,,2,2,,,2,8000,2,,,,,,,,,,,,,,,,,,1000,2,,,,,18000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,1,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,7,67,4,,,,,,,,1967,1,"RR2","020412",1,1,0,1,1,0,70000,0,999.9999389648438,0,0,0,0,0,18000,8000,0,0,0,97000,1.8564025163650513,2549.9052734375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,34,,34,2,0,1,0,0,0,0,1,1,0,1,5239.796875,5239.796875,5239.796875,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,100000,1,1,1,1,450000,150000,300000,1,6000,0,6000,1,1,0,0,,0,8590,12885,0,34360,1,1,21000.001953125,325,1,,,1,,15,15,1,1,1,1,1,,,1,,1,1,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15296,,,,,4,8000,8000,89.44271850585938,0,0,0,0,0,0,1000,1000,31.62277603149414,18000,18000,134.16407775878906,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,70000,70000,264.57513427734375,0,0,0,70000,0,70000,264.57513427734375,0,0,0,0,,0,1,1,0,0,1,1,1,1,34,1156,1,,1,1,1,1,0,1,0,,41.4865608215332,34,1156,0,1,0,1,1,1,0,0,8,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020424",1,2,1,,,,,43,,1,3,1,1,1,1,8,1,2,2,3,5,5,70,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,1,2,,3,3,2,2,2,2,1,1,1,6,6,1,5,,,,,,,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,43,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,7,,,9,,,,,,,,,1,2,9,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,9,9,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,1,2,1,2,2,2,2,,2,2,,,2,,,,,,,1,8,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,1," <1:Yes (Specify)>:Service club",1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,1,99,97," <5:OTHER (SPECIFY)>:United Kingdom",,,,,,,1959,1,"ep","020424",1,1,0,1,1,0,13340.263671875,0,404.05072021484375,0,2456.695068359375,0,0,0,0,0,0,0,0,16201.009765625,3.9387917518615723,5410.2197265625,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,70,,70,5,0,0,0,0,1,0,1,1,0,1,5760.75390625,5760.75390625,5760.75390625,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,346,0,1,1,1,1,3,3,1,1,1,1,1,,,1,,1,1,,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,1,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15305,33,,,,33,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,1,1,0,0,1,0,0,0,70,4900,1,,1,1,0,0,0,0,0,,41.4865608215332,70,4900,0,1,1,0,0,0,0,0,12,7,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020418",1,2,3,1,,,,3,,2,3,2,1,8,2,8,2,2,2,8,5,5,23,1,1,3,,2,53,1,7,,2,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,1,,,,,,,1,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,,,,,,,2,,,2,,,,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,3,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,840,,12,10080,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,27,,,4,,,,9500,,9500,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2000,,,,,,,,,2,,,,,,,,,1,2,,1,4000,,,,,,,2,2,2,2,2,2,2,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,,,,,,,,,,,,,,,,,,,,2,,2,36000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,78,97," <5:OTHER (SPECIFY)>:BEL ARUS",,,,,,,1999,1,"PF","020418",3,3,0,1,1,0,9500,0,0,0,0,0,0,0,0,0,0,0,0,9500,4.972787857055664,6830.48974609375,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,1,1,0,0,0,23,,23,1,1,0,0,0,0,0,1,1,0,1,11469.990234375,11469.990234375,3823.330078125,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,2000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,220,0,1,1,1,1,4,1.3333333730697632,1,1,1,1,1,,,1,,1,,,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15316,21,,,,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,9500,9500,97.46794128417969,0,0,0,9500,0,9500,97.46794128417969,0,0,0,0,,0,1,1,0,0,1,0,0,1,23,529,1,,1,1,0,0,0,1,0,,41.4865608215332,23,529,0,0,0,1,0,0,0,0,12,27,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020425",1,1,2,1,,,,12,,3,1,3,2,3,4,3,2,2,2,2,1,1,40,2,1,1,,1,47,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,10,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,10,2,1,2,,,,2,1,2,,,,2,4,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,6,,,,,,,2,,,,,8,2,3,2,,,,,,,2,,,,,1,3,3,3,3,2,2,1,4,1,1,1,2,0,,1,,,5,1,,2,1,1,0,10,4,4,2,2,2,3,2,0,,,,1,1,,,,,,,,,1,0,1,2,2,2,,,,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,12,,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,8,,,,,,,,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,1,280,,,,12,13440,2,12000,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,3,2,2,1,8,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:DEPRESSION",2,1,9,,,,1,2,2,2,2,,,,,,,,,,,,2,1,2,2,2,1,2,,2,61,97," <5:OTHER (SPECIFY)>:HONDURAS",97," <5:OTHER (SPECIFY)>:HONDURAS",,,,,1998,2,"ar","020425",3,2,1,3,2,1,12000,0,0,0,0,0,0,0,0,0,0,0,0,12000,.7111620903015137,976.8333740234375,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,40,47,43.5,3,0,0,1,0,0,1,0,0,1,4,2846.130859375,1423.0654296875,1423.0654296875,0,3,0,1,0,1,1,0,1,0,0,0,0,3,0,1,0,1,1,1,1,1,1,2,1,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,14630,21945,1,58520,0,0,46438.2578125,176,0,1,1,0,1,3,1,1,0,1,1,0,0,1,0,0,0,0,0,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15324,43,43,,,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,12000,12000,109.54450988769531,12000,0,12000,109.54450988769531,0,0,0,0,,1,1,1,0,0,0,0,0,0,40,1600,0,1,0,0,0,0,2,1,47,47,41.4865608215332,47,2209,0,0,0,0,0,0,1,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020430",1,3,1,,,,,10,,2,3,3,3,3,3,8,2,2,2,9,5,5,28,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,2,,200,9,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,9,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,8,98,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,9,,,,,,,,2,,,,,,,,,1,9,,2,,,,,,,,2,2,2,9,9,2,9,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,2,,1,4,,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,9,2,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,8,99,1,,,,1,,1,,,1,"ep","020430",1,1,0,1,1,0,20188.25390625,0,0,0,0,0,0,0,0,0,0,0,0,20188.25390625,1.3897490501403809,1908.9224853515625,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,28,,28,2,0,1,0,0,0,0,1,1,0,1,5017.07861328125,5017.07861328125,5017.07861328125,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,117,0,1,1,1,1,3,3,1,0,1,1,0,,,0,,1,0,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15327,,,,,1,0,0,0,0,0,0,0,0,0,-9,-9,,-9,-9,,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,1,0,0,0,0,0,1,0,0,1,28,784,1,,1,1,0,0,0,1,0,,41.4865608215332,28,784,0,0,0,1,0,0,0,0,8,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,,1,,1,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,0,0 -"9543x","020505",1,3,1,,,,,71,,1,8,1,2,1,1,2,8,1,2,1,2,5,71,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,5,1,1,1,1,1,1,2,1,4,5,6,8,2,1,5,1,,,,,,,,,,,,,,,,,,2,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,5,,2,4,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,424,,12,5088,1,,2,,,,,,,,,,,,,,,1,8,2,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,2,,,,,,,,,2,,2,1,2000,,,,,,,2,1,1,2,2,2,2,2,,2,2,,,2,,,,,,,1,8,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,1,2,,,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,4,8,2,1,97,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:state of shock over how something like this could happen in this country",2,2,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,2,,2,30,1,,,,1,,1,,,1,"agh","020505",1,1,0,1,1,0,0,0,0,0,3260.39990234375,0,0,1357.1710205078125,0,0,0,0,0,4617.57080078125,2.4658584594726562,3387.037841796875,0,1,,,1,1,1,1,0,0,0,0,0,0,0,2,0,1,0,0,71,,71,5,0,0,0,0,1,0,1,1,0,1,11500.2314453125,11500.2314453125,11500.2314453125,0,4,0,0,1,0,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,358,0,1,1,0,0,2,2,1,1,,0,1,,,1,,1,1,1,0,4,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15418,,,,,1,0,0,0,-5,995.5078735351562,31.55167007446289,-5,1241.30029296875,35.23208999633789,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,71,5041,0,,1,0,0,0,0,1,0,,41.4865608215332,71,5041,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543x","020421",1,3,1,,,,,5,,1,3,1,1,2,2,8,1,2,2,2,5,5,31,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,8,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,2,,2,2,2,2,1,1,2,,,2,,,4,,,,12000,,12000,1,,1,200000,130000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,45,,,4,,,,62000,,62000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,2,,1,,1,,9,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,9000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,1,70,1,,,,1,,1,,,1,"CK","020421",1,1,0,1,1,0,61999.99609375,0,9000,0,0,0,0,0,0,0,0,0,0,71000,2.5468058586120605,3498.22509765625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,31,,31,2,0,1,0,0,0,0,1,1,0,1,4205.28173828125,4205.28173828125,4205.28173828125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,200000,130000,70000,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,447,1,,,1,,2,2,1,1,1,1,1,,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15430,,,,,1,0,0,0,0,0,0,0,0,0,9000,9000,94.86833190917969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,62000,62000,248.99798583984375,0,0,0,62000,0,62000,248.99798583984375,0,0,0,0,,0,0,0,0,0,1,1,1,0,31,961,1,,1,1,1,1,0,0,0,,41.4865608215332,31,961,0,1,0,0,0,0,0,0,12,45,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020501",1,3,2,1,,,,20,,1,1,1,1,1,1,1,1,2,2,3,1,1,44,2,1,1,,1,46,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,9,,,,,2,9,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,1,1,8,1,,2,,100,2,2,1,2,,,,,,,2,2,3,3,3,,,,,,,,,,,,1,4,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,2,2,,,,,,,,,,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,,,,2,2,,,1,30,,,,12,1440,1,,2,,,2,2,2,,,7,,5,1,2,2,1,2,,,,,,,,,,,,,,,,1,700000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,60,,,,,,,,,,,,,,,,,,,4,,,,200000,,200000,1,,,,,,,,,,,2,,2,,9999999,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,40000,300,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,1,58,1,,,,97," <5:OTHER (SPECIFY)>:Germany",97," <5:OTHER (SPECIFY)>:S.A.",,1,"ep","020502",3,2,1,3,2,1,100000.9921875,0,2233.891357421875,300.0000305175781,0,0,0,0,0,0,0,0,0,102534.8828125,.9321386218070984,1280.36083984375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,44,46,45,4,0,0,0,1,0,1,0,0,1,4,2208.474853515625,1104.2374267578125,1104.2374267578125,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,3,,,4,9999999,1,1,1,1,700000,0,700000,0,0,0,0,1,1,1,0,1,1,14630,21945,0,58520,1,1,46438.2578125,99,1,,,1,,5,1.6666666269302368,1,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15442,,,36,97,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,0,0,0,0,0,0,1,0,0,0,200000,200000,447.2135925292969,200000,0,200000,447.2135925292969,0,0,1,1,,0,0,0,0,0,1,1,1,0,44,1936,0,1,0,1,1,1,2,1,46,46,41.4865608215332,46,2116,0,1,0,1,1,1,1,1,12,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020530",1,3,1,,,,,73,,3,2,3,1,2,4,2,4,2,2,1,2,5,74,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,5,1,1,3,2,1,1,2,2,5,4,6,4,1,1,4,5,,,,,,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,44,,4,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,3,27,1,,,,1,,1,,,1,"ep","020530",1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.906602144241333,2618.858154296875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,74,,74,5,0,0,0,0,1,0,1,1,0,1,3983.071533203125,3983.071533203125,3983.071533203125,0,4,0,0,1,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,208,0,1,1,0,0,4,4,1,0,0,1,1,,,1,,0,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15443,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,74,5476,0,,1,1,0,0,0,0,0,,41.4865608215332,74,5476,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020628",1,3,3,1,,,,24,,1,1,1,1,1,1,1,1,2,2,3,1,1,49,2,1,1,,1,49,1,5,,1,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,9,,,,,2,3,1,2,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,,,,,,,2,2,,1,,2,,2000,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,4,,5,1,2,2,1,1,2,,,2,,,4,,,,60000,,60000,1,,1,3e+06,700000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,30,12,45,4,,,,400000,,400000,1,,,,,,,,,,,4,,,,400000,,400000,1,,,,,,,,,,,2,,2,,1e+06,,,,,,,,,1,30000,8,2,,1,1,8,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,1," <1:Yes (Specify)>:tribeca soho partnership",3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,52,1,,,,10," <5:OTHER (SPECIFY)>:poland",10," <5:OTHER (SPECIFY)>:poland",,1,"RR2","020628",3,3,0,2,2,0,100000.9921875,100000.9921875,2309.19287109375,0,0,0,0,0,0,0,0,0,0,202311.171875,1.2451902627944946,1710.3603515625,1,2,0,4,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,49,49,49,4,0,0,0,1,0,1,0,1,0,3,3610.2998046875,1805.14990234375,1203.4332275390625,1,2,1,0,0,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,1e+06,1,1,1,1,3e+06,700000,2300000,1,30000,,,1,1,1,0,1,1,11610,17415,0,46440,1,1,42400,215,1,,,1,,5,1.6666666269302368,1,1,1,1,1,1,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15450,,,10,10,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,400000,400000,632.4555053710938,400000,400000,632.4555053710938,400000,400000,400000,632.4555053710938,400000,632.4555053710938,0,0,,0,0,0,0,0,1,0,0,0,49,2401,1,1,1,1,0,0,2,0,49,49,41.4865608215332,49,2401,0,1,0,0,0,0,0,0,12,30,0,1,1,1,1,49,2401,1,1,1,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020422",1,3,1,,,,,6,,1,1,1,1,2,2,8,2,2,2,3,5,2,29,2,1,2,,1,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,9,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,1,1,8,1,,2,,660,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,6,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,3000,,12,36000,1,,1,,,,,,,,,,,,,,,2,,2,,1,2,2,1,1,,,,12,75,,,,,,,,,,,,,,,,,,,8,,,,,,,,,1,1,,,,,,,,2,,2,,8,1,1,,,,,,,1,10000,0,,,,,,,1,2,,1,200000,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,1000,400,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,1,1,2,2,1," <1:Yes (Specify)>:Church",2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,1,73,1,,,,1,,1,,,1,"ep","020422",2,2,0,2,2,0,99999.9921875,0,967.2508544921875,400,0,0,0,0,0,0,0,0,0,101367.2421875,2.0333871841430664,2793.0068359375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,29,30,29.5,2,0,1,0,0,0,1,0,1,0,3,4889.60107421875,2444.800537109375,2444.800537109375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,250,1,0,0,0,0,0,0,1,10000,0,10000,1,1,1,0,1,1,11610,17415,0,46440,1,1,42400,207,1,,,1,,4,2,1,1,1,1,1,1,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15452,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,400,400,20,0,0,0,0,0,0,0,0,0,1,0,0,0,100000,100000,316.2277526855469,100000,0,100000,316.2277526855469,0,0,0,0,,0,0,0,0,0,1,1,1,0,29,841,0,1,0,1,1,1,2,1,30,30,41.4865608215332,30,900,0,1,0,1,1,1,0,0,12,75,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020421",1,3,1,,,,,33,,2,1,2,2,2,3,4,2,2,2,1,5,2,33,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,9,1,1,,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,9,1,9,,,,,2,4,,,,,2,2,2,,,,,,,,,,,,,1,1,2,3,,,,2,,,,,,,1,,1,2,3,,,1,210,1,,2,,14,2,1,2,2,,,,,,,2,,,,,1,1,2,2,2,3,2,1,2,2,2,2,3,1,,1,,,4,1,,1,2,1,0,2,4,4,2,1,2,4,2,1,2,,,1,1,,,,,,,,,1,0,1,1,2,1,,,,,2,,,,,,,,,,,,1,,,,2,,,,,,,,2,2,,,,,,,,,2,2,,,4,,,,200,,200,2,500,2,,,8,2,1,,1,6,,3,2,2,1,2,,,,,,,,,,,,,,,,,,,,,1,3,,2,,,3,,,476,,12,5712,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,38,4,,,,28000,,28000,1,,,,,,,,,,,8,,,,,,,,,2,,,,,2,,2,,1,1,1,2,1000,,,,,,,,,2,,,,,,,,,1,2,,1,50000,,,,,,,2,2,2,2,2,1,1,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,600,2,,,,,1000,400,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,2,1,,,,,,,,2,1,2,1,2,1,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,1,1,2,2,,,,,,,,,,,,1,2,1,2,2,2,2,,3,69,1,,,,1,,1,,,1,"mm","020421",2,1,1,3,2,1,27999.998046875,7500,0,400,0,0,0,0,0,0,600,0,0,36500,.5401546955108643,741.942138671875,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,33,41.53856658935547,37.269283294677734,3,0,0,1,0,0,1,0,0,1,4,1428.140380859375,714.0701904296875,1428.140380859375,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,3,2,2,2,1,2.3333332538604736,1,0,1,0,,4,3,3,1000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,14630,21945,0,58520,0,1,46438.2578125,10,0,1,1,1,0,3,1.5,1,1,1,1,1,0,1,0,0,1,1,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15453,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,600,24.494897842407227,400,400,20,0,0,0,0,0,0,0,0,0,2,28000,28000,167.33200073242188,7500,7500,86.6025390625,28000,7500,28000,167.33200073242188,7500,86.6025390625,0,0,1,0,0,0,0,0,1,1,1,0,33,1089,1,1,1,1,1,1,0,0,41.4865608215332,,41.4865608215332,33,1089,0,0,0,0,0,0,0,0,12,40,0,1,0,0,.3509513735771179,41.53856658935547,1725.4525146484375,0,0,0,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020502",1,4,2,1,,,,22,,3,2,2,1,2,2,2,1,2,2,3,3,5,45,2,1,10,,1,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,15,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,15,1,1,2,,,,2,,,,,,,3,2,,,,,,,,,,,,,2,4,,,,,,,,,,,,,2,,,,,,,,,,2,,,,2,8,2,1,2,2,2,2,8,2,2,,,,,4,3,3,3,3,3,2,2,2,4,2,1,1,12,,1,,,9,1,,2,2,1,0,0,1,2,1,2,2,8,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,2,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,850,,12,10200,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,7,40,,,1,300,,,,7,8400,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,,8,,0,,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,5,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,1,2,2,2,,,,,,,,,,,,2,2,2,1,2,1,4,,2,50,97," <5:OTHER (SPECIFY)>:columbia'",1,,,,,,1979,2,"ak","020502",3,2,1,2,1,1,8400,0,0,0,0,0,0,0,0,0,0,0,0,8400,1.2729337215423584,1748.468017578125,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,45,,45,4,0,0,0,1,0,0,1,0,1,2,4009.498291015625,4009.498291015625,2004.7491455078125,1,2,1,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,0,1,1,1,1,1,1,0,1,0,0,,1,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,,0,11610,17415,1,46440,0,0,42400,242,0,1,,0,1,2,.6666666865348816,0,1,1,1,0,,0,0,,0,1,1,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,15456,28,,,,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,8400,8400,91.6515121459961,0,0,0,8400,0,8400,91.6515121459961,0,0,0,0,,1,1,1,0,0,0,0,0,0,45,2025,1,,1,0,0,0,0,0,0,,41.4865608215332,45,2025,0,0,0,0,0,0,0,0,7,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020505",1,2,1,,,,,38,,3,2,4,2,1,1,1,2,2,2,3,3,5,38,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,5,,,2,,2,,,,,,,5,1,1,,,,,,,,,,,,1,5,,,,,,,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,5,,2,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,550,,12,6600,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,1,2,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,1,1,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,700,90,,,,,,,,,1,,,,12,784,9408,1,,12,135,1620,1,,,,,,,1,300,2,,1,2,,1,3,,2,2,,2,,,,3,,,,,,,,,1,5,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,4,1,2,1,97,8,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:Depression back problems",1,1,3,,,,1,1,2,,,,,,,,,,,,,,,,,,,2,1,,2,64,1,,,,5," <5:OTHER (SPECIFY)>:Italy",5," <5:OTHER (SPECIFY)>:Italy",,1,"ddb","020505",1,1,0,1,1,0,0,0,0,89.99999237060547,0,1619.9998779296875,0,0,0,0,0,9407.9990234375,0,9497.9990234375,1.7931209802627563,2462.9833984375,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,38,,38,3,0,0,1,0,0,0,1,1,0,1,4941.45849609375,4941.45849609375,4941.45849609375,0,4,0,0,1,0,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,107,0,1,1,1,1,2,2,1,0,1,1,1,,,1,,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15461,,,5,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,90,9.486832618713379,9408,9408,96.99484252929688,1620,1620,40.24922180175781,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,1,0,1,1,0,1,38,1444,0,,1,1,1,0,0,1,0,,41.4865608215332,38,1444,0,0,0,1,1,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020418",1,1,2,1,,,,34,,2,2,3,2,2,3,2,4,2,1,1,2,5,65,2,1,5,,2,33,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,1,5,,,,2,8,1,5,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,4,,,,,2,,,,,,,2,1,2,2,3,2,2,2,2,2,1,1,4,4,1,5,,,,,,,,,,,,,,,,,,,2,8,,2,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,10,,4,2,1,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,725,,12,8700,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,1,1,2,2,2,2,2,2,,2,2,,,2,8,,,,,,1,400,1,12,4800,2,8000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,40000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,1,2,2,1,1,2,97,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:cryin alot",2,2,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,1,,2,36,97," <5:OTHER (SPECIFY)>:espana",,,,,,,1955,2,"jd","020418",4,2,2,1,1,0,0,0,0,0,8000,0,0,0,0,5499.93017578125,0,0,0,13499.9296875,1.8316645622253418,2515.92578125,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,65,,65,5,0,0,0,0,1,0,1,1,0,1,4271.34765625,4271.34765625,2135.673828125,1,1,0,0,0,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,348,0,1,1,1,0,4,1,1,0,0,0,1,,,1,,1,1,1,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15463,73,,,,73,-5,341.67962646484375,18.484577178955078,8000,8000,89.44271850585938,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,1,1,0,0,1,0,0,0,65,4225,0,,1,1,0,0,0,0,0,,41.4865608215332,65,4225,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 -"9543x","020426",1,2,2,1,,,,60,,2,1,2,1,8,1,2,1,2,2,2,2,5,68,2,1,5,,1,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,2,2,,3,3,2,2,2,2,1,3,2,5,6,1,5,,,,,,,,,,,,,,,,,,,2,,,1,,2,,200,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,30,,6,3,2,2,1,1,2,,,2,,,3,,,800,,12,9600,1,,,180000,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,1,2,1,2,2,1,2,,2,2,,,2,,,,,,,1,9,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,1,2,,2,,,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,34,1,,,,97," <5:OTHER (SPECIFY)>:ireland",1,,,1,"rm","020426",2,2,0,1,1,0,0,0,782.486572265625,753.0696411132812,783.6249389648438,0,0,0,0,0,0,0,0,2319.18115234375,3.4789507389068604,4778.5947265625,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,68,,68,5,0,0,0,0,1,0,1,1,0,1,7435.05908203125,7435.05908203125,3717.529541015625,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,180000,,,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,197,0,1,1,0,1,6,3,1,1,1,1,1,,,1,,1,,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15465,,,48,,1,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,1,0,0,68,4624,0,,1,1,1,0,0,0,0,,41.4865608215332,68,4624,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020425",1,4,1,,,,,8,,2,1,2,2,3,2,2,2,2,2,3,5,2,18,1,1,3,,2,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,1,2,,,,2,3,2,,,,,,,,,,,,,1,5,,,,,,2,,,,,,,,,,,,,,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,7,,5,2,2,1,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 7 yrs",2,,2,,2,2,1,2,2,2,98,98,,,1,98,,,,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,8,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,300,600,1,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,2,1,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,3,,3,83,97," <5:OTHER (SPECIFY)>:Hong Kong",,,,,,,1994,1,"ep","020425",2,2,0,2,2,0,15734.9013671875,0,0,0,0,600,0,0,0,0,0,0,0,15734.9013671875,2.596008539199829,3565.80859375,1,1,0,1,2,1,2,0,1,0,0,0,0,0,0,4,0,0,0,1,18,41.53856658935547,29.769283294677734,2,0,1,0,0,0,1,0,1,0,3,11380.6572265625,5690.32861328125,5690.32861328125,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,,0,,11610,17415,1,46440,0,0,42400,2,0,1,1,1,0,5,2.5,1,1,1,1,1,0,,0,,1,0,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15472,44,,,,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,600,24.494897842407227,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,1,1,0,0,1,0,0,1,18,324,1,0,1,1,0,0,0,1,41.4865608215332,,41.4865608215332,18,324,0,0,0,1,0,0,0,0,11,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020511",1,2,3,1,,,,4,,3,1,3,2,1,4,3,2,2,2,8,5,2,30,2,1,2,,1,35,1,10,,1,98,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,1,,,2,98,,,,,2,4,2,,,,,,,,,,,,,2,,,,,,,8,,,,,,,,,,,,,,,,,1,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,3,,4,4,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,650,,12,7800,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,8,12,35,,,7,,,,,,,,,2,,,,,2,,3,,,,,,,,,,,,,,,,,,,,2,,2,,7,1,2,,,,,,,2,,,,,,,,,8,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,4,2,2,1,7,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:anxiety",1,2,,,,,2,8,1,,,,,,,,,,,,,,,,,,,2,2,,1,71,97," <5:OTHER (SPECIFY)>:ST. LUCIA",,,,,,,1998,1,"PG","020511",3,3,0,2,2,0,12500,1183.9454345703125,0,0,0,0,0,0,0,0,0,0,0,13683.9453125,1.8643606901168823,2560.83642578125,1,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,30,35,32.5,2,0,1,0,0,0,1,0,1,0,3,4914.7978515625,2457.39892578125,1638.2659912109375,0,3,0,1,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,11610,17415,1,46440,0,0,42400,306,0,1,1,0,0,4,1.3333333730697632,1,0,1,1,0,,,0,,0,1,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15473,75,,,,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,12500,12500,111.80339813232422,-9,-9,,12500,-9,12500,111.80339813232422,-9,,0,0,1,0,1,1,0,0,1,0,0,0,30,900,1,,1,1,0,0,2,0,35,35,41.4865608215332,30,900,0,0,0,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020420",1,2,2,1,,,,54,,2,1,1,1,2,2,8,2,2,2,3,1,1,54,2,1,1,,1,51,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,11,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,8,1,,2,,1000,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,25,,7,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1000,,4,4000,2,11200,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,70000,,70000,1,,,,,,,,,,,4,,,,70000,,70000,1,,,,,,,,,,,1,1,1,1,8,2,,1,,2,2,,,1,8,0,,,,,,,1,8,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,58,1,,,,1,,1,,,1,"NR","020420",2,2,0,2,2,0,70000,70000,1340.9366455078125,0,0,0,0,0,0,0,0,0,0,141340.9375,1.1783050298690796,1618.488525390625,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,54,51,52.5,4,0,0,0,1,0,1,0,1,0,3,3762.95068359375,1881.475341796875,1881.475341796875,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,70000,1,1,1,0,0,0,0,1,,0,,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,244,1,,,1,,7,3.5,1,1,1,1,1,1,,1,,1,1,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15474,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,70000,70000,264.57513427734375,70000,70000,264.57513427734375,70000,70000,70000,264.57513427734375,70000,264.57513427734375,0,0,1,0,0,0,0,0,1,1,1,0,54,2916,1,1,1,1,1,1,2,0,51,51,41.4865608215332,54,2916,0,1,0,0,0,0,0,0,12,40,0,1,1,1,1,51,2601,1,1,1,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020502",1,4,2,1,,,,30,,2,1,1,2,2,1,8,1,2,2,8,1,1,64,1,1,1,,2,67,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,1,2,,,,2,5,1,1,,,,,,,,,,,,1,5,,,,,,1,5,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,19,,98,3,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,250,,12,3000,1,,1,,1," 19",2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,1,,,,,1,1,,,2,1,2,1,2,2,2,2,,2,2,2,1,11,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:very nervouw Im diabetic and has a bad effect",1,2,,,,,3,3,2,,,,,,,,,,,,,,,,,,,2,2,,2,37,97," <5:OTHER (SPECIFY)>:haita",,,,,,,1951,1,"ak","020502",2,2,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7009470462799072,3709.94921875,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,2,0,1,0,0,64,67,65.5,5,0,0,0,0,1,1,0,1,0,3,12851.82421875,6425.912109375,6425.912109375,0,4,0,0,1,0,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11610,17415,1,46440,0,0,42400,352,0,1,1,0,1,,,,1,1,1,1,1,,1,,1,1,,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15475,42,,,,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,1,64,4096,0,0,1,0,0,0,1,1,67,67,41.4865608215332,64,4096,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020412",1,1,4,1,,,,14,,1,1,2,1,1,2,3,2,2,2,3,3,5,44,2,1,3,,2,70,1,7,,1,38,1,7,,1,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,1,8,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,8,1,,2,,50,2,2,1,2,2,1,2,2,1,2,2,,,,,1,3,2,3,3,3,1,2,4,4,3,2,1,3,,1,,,9,1,,2,2,1,0,0,3,3,1,2,1,2,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,10,,7,1,2,2,1,1,1,7," <7:or Someone else? (specify)>:tenant",2,,,8,,,,,,,,,,250000,90000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,1,1,,,,,12,61,,,4,,,,46000,,46000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,90000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,1,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,1000,2,,,,,5000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,1,58,2,,2,,,,,,1987,1,"nr","020413",5,4,1,2,1,1,46000,0,999.9999389648438,0,0,0,0,0,5000,0,0,0,0,52000,1.8125487565994263,2489.6689453125,0,2,1,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,44,,44,3,0,0,1,0,0,0,1,0,1,2,1339.9267578125,1339.9267578125,334.981689453125,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,0,1,2,1,1,1,1.3333333730697632,0,0,0,1,,4,2,3,90000,1,1,1,1,250000,90000,160000,0,0,0,0,1,1,1,1,,1,11610,17415,0,46440,1,1,42400,356,1,,,1,,7,1.399999976158142,1,1,1,1,1,,1,1,1,1,1,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,15480,,,,,2,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,5000,5000,70.71067810058594,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,46000,46000,214.47610473632812,0,0,0,46000,0,46000,214.47610473632812,0,0,0,0,1,0,1,1,0,0,1,1,0,0,44,1936,1,,1,1,1,0,0,0,0,,41.4865608215332,44,1936,0,1,0,0,0,0,0,0,12,61,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020427",1,2,2,1,,,,24,,2,1,3,2,4,4,4,4,2,2,1,1,1,62,2,1,9," <14:OTHER, SPECIFY>:STEP SON",1,30,1,9," <14:OTHER, SPECIFY>:STEP DAUGHTER",2,29,1,1,,1,65,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,6,1,9," <9:OTHER (SPECIFY)>:STEP GRANDSON",5,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,98,,,,,2,5,2,,,,,,,,,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,8,1,,2,,560,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,20,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,502,,12,6024,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,8,,,,,,,,,1,2,2,1,,,,,,1,1,8,,8,1,1,,,,,,,1,500,0,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,1,2,,1,4,,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,8,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,40,2,,,,,,,,1978,1,"GOLDY/FLEX","020427",4,4,0,2,2,0,35000,0,0,0,0,0,0,0,0,0,0,0,0,35000,3.819715738296509,5246.66015625,1,1,0,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,62,65,63.5,4,0,0,0,1,0,1,0,1,0,3,15150.73046875,7575.365234375,3787.6826171875,0,4,0,0,1,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,250,1,0,0,0,0,0,0,1,500,0,500,0,1,1,0,1,1,11610,17415,0,46440,0,1,42400,375,0,1,0,0,1,4,1,1,0,0,1,0,1,,0,,1,0,0,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15486,,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,35000,35000,187.08287048339844,35000,0,35000,187.08287048339844,0,0,0,0,1,0,1,1,0,0,0,0,0,0,62,3844,0,1,0,1,1,0,2,1,65,65,41.4865608215332,65,4225,0,0,0,1,1,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020426",1,2,3,1,,,,6,,2,2,2,1,2,3,2,2,2,2,8,1,1,47,2,1,1,,1,50,1,5," <14:OTHER, SPECIFY>:daughter",2,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,12,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,12,1,1,2,,,,2,1,2,,,,2,4,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,6,,,,,,,2,,,,,2,2,2,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,2,2,1,1,1,3,1,,1,,,6,1,,1,2,1,0,8,4,4,2,2,2,1,4,2,1,,,1,1,,,,,,,,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,6,,5,2,2,2,1,1,2,,,2,,,4,,,,16800,,16800,1,,,98,168000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,2,98,,,,,,,,,,,,,,,,,,,3,,,1000,,12,12000,1,,,,,,,,,,,2,,2,,8,2,,1,,8,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,1,1,1,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,300,2,,,,,1300,1,12,15600,1,,200,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,3,,7,55,9," <5:OTHER (SPECIFY)>:china",9," <5:OTHER (SPECIFY)>:china",,,,,1995,4,"mother com","020606",4,3,1,3,2,1,12000,0,300.0000305175781,0,0,0,0,0,15600.0009765625,0,200,0,0,28100.001953125,1.142009973526001,1568.6346435546875,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,4,0,0,0,1,47,50,48.5,4,0,0,0,1,0,1,0,0,1,4,10387.361328125,5193.6806640625,3462.453857421875,0,3,0,1,0,1,1,0,1,0,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,1,,168000,,0,0,0,0,0,1,1,0,0,0,14630,21945,0,58520,0,1,46438.2578125,58,0,1,1,1,1,5,1.25,1,1,1,1,0,0,1,0,1,1,1,1,1,3,0,1,0,1,0,0,0,1,0,1,1,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15499,9,9,,,9,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,15600,15600,124.89996337890625,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,12000,12000,109.54450988769531,12000,0,12000,109.54450988769531,0,0,0,0,,0,1,1,0,0,0,0,0,0,47,2209,0,1,0,0,0,0,2,1,50,50,41.4865608215332,50,2500,0,1,0,0,0,0,1,0,2,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020411",1,1,1,,,,,60,,2,3,2,2,3,1,2,1,2,2,3,5,5,60,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,100,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,30,,4,1,2,2,1,2,,,,,,,,,,,,,,,,1,50000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,1,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,500,2,,,,,2500,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,8,42,1,,,,97," <5:OTHER (SPECIFY)>:HUNGARY",1,,,1,"RR2","020411",1,1,0,1,1,0,0,0,2500,0,0,0,0,500,0,0,0,0,0,3000,2.8710405826568604,3943.585205078125,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,1,1,0,0,0,60,,60,4,0,0,0,1,0,0,1,1,0,1,8076.595703125,8076.595703125,8076.595703125,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,300000,1,1,1,1,50000,0,50000,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,233,0,1,1,1,1,4,4,1,1,1,1,1,,,1,,1,0,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15501,,,85,,1,0,0,0,0,0,0,500,500,22.360679626464844,2500,2500,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,0,0,1,60,3600,0,,1,1,0,0,0,1,0,,41.4865608215332,60,3600,0,1,1,1,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020419",1,4,1,,,,,60,,3,2,2,1,2,1,2,4,2,2,1,1,1,60,2,1,1,,1,60,1,5,,2,21,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,1,3,,,,,,1,5,,,,,,,,,,,,2,1,500,1,,2,,10,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,30,,6,3,2,2,1,2,,,,,,,,,,,,,,,,,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,9,,,,,,,,,9,,,,,,,,,2,,2,,9,9,,,,,,,,1,8,0,,,,,,,1,1,,2,,,,,,,,2,2,2,9,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,9,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,1,1,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,42,1,,,,97," <5:OTHER (SPECIFY)>:Germany",10," <5:OTHER (SPECIFY)>:Poland",,1,"ep","020419",3,3,0,2,2,0,46338.2265625,0,0,0,0,0,0,0,0,0,0,0,0,46338.2265625,2.4903805255889893,3420.720703125,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,60,60,60,4,0,0,0,1,0,1,0,1,0,3,6665.53955078125,3332.769775390625,2221.846435546875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,,1,,0,,1,1,1,0,1,1,11610,17415,0,46440,0,1,42400,91,1,,,0,,6,2,1,1,0,1,1,1,,1,,0,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15502,,,36,10,1,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,1,1,0,60,3600,0,1,0,1,1,1,2,1,60,60,41.4865608215332,60,3600,0,0,0,1,1,1,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020422",1,1,2,1,,,,22,,2,1,2,1,1,3,2,2,2,2,2,5,2,22,2,1,2,,1,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,2,1,2,,,,2,4,,,,,2,2,2,,,,,,,,,,,,,1,4,,,,,,2,,,,,,,1,,4,,,,,,,2,,,,,2,2,1,2,,,,,,,2,1,3,3,8,,,,,,,,,,,,4,1,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,2," YES",,,,,,,,,,,,,,2,,,2,2,1,,2,4,,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,6000,,6000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,30,12,40,4,,,,32000,,32000,1,,,,,,,,,,,4,,,,40000,,40000,1,,,,,,,,,,,1,1,1,1,8,2,,2,2,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,8,,,,,,,,,,2,1,1,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,80,1,,,,3,,3,,,1,"JR","020422",3,2,1,3,2,1,40000,32000,0,0,0,0,0,0,0,0,0,0,0,72000,.4740406572818756,651.1296997070312,1,1,0,2,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,22,32,27,2,0,1,0,0,0,1,0,0,1,4,2961.671142578125,1480.8355712890625,1480.8355712890625,1,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,1,15000,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,14630,21945,0,58520,1,1,46438.2578125,132,1,,,0,,3,1,1,1,1,1,1,0,1,0,,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15508,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32000,32000,178.88543701171875,40000,40000,200,40000,32000,40000,200,32000,178.88543701171875,1,1,,1,0,0,0,0,0,0,0,0,22,484,1,1,0,1,0,0,2,1,32,32,41.4865608215332,32,1024,0,0,0,1,0,0,1,1,12,40,1,0,0,0,0,22,484,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020418",1,4,2,1,,,,1,,1,3,2,2,2,1,1,2,2,2,3,1,1,27,2,1,1,,1,28,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,7,,,,5,2,8,,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,4,,,,,,,2,,,,,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,1,4,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,2,,,,,,1,2,,,1,120,,,,1,480,1,,2,,,2,2,1,,2,0,5,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,2,2,1,1,1,,10,35,12,40,9,,,,,,,,,9,,,,,,,,,8,,,,,,,,,8,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,8,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,1,1,5,,,,,,,2,2,,,,,,3,3,1,2,,,,,,,,,,,,2,2,3,3,2,1,4,,2,74,97," <5:OTHER (SPECIFY)>:guatemala",1,,,,,,2001,2,"jd","020511",3,2,1,3,2,1,20975.896484375,12057.4091796875,0,0,0,0,0,0,0,0,0,0,0,33033.3046875,.4049670994281769,556.2520751953125,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,27,28,27.5,2,0,1,0,0,0,1,0,0,1,4,1126.898681640625,563.4493408203125,563.4493408203125,1,2,1,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,14630,21945,0,58520,0,1,46438.2578125,218,0,1,1,1,1,2,.6666666865348816,0,1,1,1,0,0,1,0,,1,1,1,1,2,0,0,0,1,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15509,40,,,,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,1,1,,1,1,1,0,0,1,1,0,0,27,729,1,1,1,1,1,0,2,0,28,28,41.4865608215332,27,729,0,0,0,0,0,0,0,0,10,35,0,1,1,1,1,28,784,1,1,1,1,1,.1519336998462677,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020425",1,2,3,1,,,,21,,3,2,3,2,3,2,3,2,2,2,2,5,5,21,2,1,8,,2,36,2,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,13,1,9," <9:OTHER (SPECIFY)>:cousin",,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,7,,,,5,2,,,,,,,3,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,,,,,,,1,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,20,,3,4,1,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,200,,12,2400,1,,2,,,,,,,,,,,,,,,2,,2,,2,1,,,,,11,35,,,4,,,,10000,,10000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,1,1,3000,,,,,,,1,2,2,2,2,2,2,2,,2,2,,,2,600,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,1,2,,2,,,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,1,1,97,8,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:women's thyroid problem and depression",1,1,7,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,65,1,,,,1,,1,,,1,"rm","020426",3,3,0,1,1,0,10000,0,0,0,0,0,0,0,0,600,0,0,0,10600,3.106167793273926,4266.5498046875,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,21,,21,1,1,0,0,0,0,0,1,1,0,1,4978.77880859375,4978.77880859375,1659.5928955078125,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,164,0,1,0,0,0,3,1,1,0,1,1,1,,,1,,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15510,,,,,1,600,600,24.494897842407227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,10000,10000,100,0,0,0,10000,0,10000,100,0,0,0,0,1,0,0,0,0,0,1,1,0,0,21,441,1,,1,1,1,0,0,0,0,,41.4865608215332,21,441,0,0,0,0,0,0,0,0,11,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020415",1,2,1,,,,,30,,1,3,2,1,3,3,2,2,2,2,1,2,5,70,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,2,2,,3,3,2,2,2,2,1,2,2,5,6,1,5,,,,,,,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,25,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7,2,,2,2,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,1,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,500,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,31,1,,,,1,,1,,,1,"nr","020429",1,1,0,1,1,0,0,0,0,100,0,0,0,3632.649169921875,0,0,0,0,0,3732.649169921875,1.906602144241333,2618.858154296875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,70,,70,5,0,0,0,0,1,0,1,1,0,1,3983.071533203125,3983.071533203125,3983.071533203125,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,15000,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,157,0,1,1,1,1,4,4,1,1,1,1,1,,,1,,1,0,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15519,,,,,1,0,0,0,0,0,0,-5,1241.30029296875,35.23208999633789,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,70,4900,0,,1,1,0,0,0,0,0,,41.4865608215332,70,4900,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543x","020503",1,2,6,1,,,,8,,3,3,2,2,2,3,8,2,2,2,3,5,5,27,1,1,3,,2,66,1,3,,1,66,1,7,,1,38,1,12,,2,32,1,12,,1,32,2,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,1,2,,1,,1,300,200,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,3,,6,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,1,75,,,,12,3600,1,,2,,,,,,,,,,,,,,,2,,1,4,1,1,,,,,12,60,,,4,,,,30000,,30000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,5000,,,,,,,,,2,,,,,,,,,1,1,,1,15000,,,,,,,2,2,2,2,1,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,400,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,150000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,2,2,1," <1:Yes (Specify)>:religoiys xchurch org",2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,9,9,,1,74,11," <5:OTHER (SPECIFY)>:trinidad",,,,,,,1994,1,"rm","020503",6,6,0,1,1,0,30000,0,0,0,0,0,0,0,400,0,0,0,0,30400,.9068546295166016,1245.6314697265625,0,4,0,,3,1,3,0,0,1,0,0,0,0,0,,,,,,27,,27,2,0,1,0,0,0,0,1,1,0,1,2476.983154296875,2476.983154296875,412.8305358886719,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,5000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,181,1,,,1,,6,1,1,1,1,1,1,,,1,,0,1,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15521,11,,,,11,0,0,0,0,0,0,0,0,0,0,0,0,400,400,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,30000,30000,173.205078125,0,0,0,30000,0,30000,173.205078125,0,0,0,0,0,0,1,1,0,0,1,1,0,1,27,729,1,,1,1,1,0,0,1,0,,41.4865608215332,27,729,0,1,0,1,1,0,0,0,12,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020421",1,4,2,1,,,,30,,3,2,4,2,3,4,4,3,2,2,2,3,5,38,2,1,3,,2,61,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,16,2,1,,,,,14,2,1,,,,,8,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,8,2,7,,,,5,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,70,1,,2,,300,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,2,1,4,4,1,1,1,3,,1,,,3,1,,2,1,1,0,1,4,4,2,2,2,2,4,0,,,,3,3,,,,,,,,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,2," my mother watches them for me while I'm at work.",,,,,,,,,,,,,,2,,,1,2,3,,,15,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,35,,,4,,,,27000,,27000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,,1,1,8,8,,,,,,,,1,5000,3000,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,0,1,2,,2,,2,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,1,1,1,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,63,4,,1,,,,,,1972,1,"mm","020421",5,2,3,4,1,3,27000.001953125,0,0,0,0,0,0,0,0,0,0,0,0,27000.001953125,.724864661693573,995.6549072265625,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,38,,38,3,0,0,1,0,0,0,1,0,1,2,1317.1627197265625,1317.1627197265625,658.5813598632812,1,2,1,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,0,0,0,0,1,5000,3000,2000,1,1,1,1,,1,17650,26475,0,70600,0,1,37000,66,0,1,1,1,1,5,1,1,0,0,1,1,,1,1,1,0,0,0,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,15525,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,27000,27000,164.3167724609375,0,0,0,27000,0,27000,164.3167724609375,0,0,0,0,,1,1,1,0,0,1,1,0,0,38,1444,1,,1,1,1,0,0,0,0,,41.4865608215332,38,1444,0,0,0,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020419",1,4,2,1,,,,53,,1,2,2,1,2,2,1,2,2,2,2,1,1,53,2,1,1,,1,67,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,11,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,5,,,,,,,,,,,,2,1,3700,1,,2,,8,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,31,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,1,,,,,,,,,,,,,,,1,1,1,2,1,1,,1,1,,12,20,12,40,7,,,,,,,,,1,2,2,3,,,,,,7,,,,,,,,,1,1,,,,,,,,1,1,1,1,7,2,,1,,1,,3,,1,30000,0,,,,,,,1,1,,2,,,,,,,,2,1,2,1,2,2,2,2,,2,2,,,2,,,,,,,2,21000,2,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,1,1,8,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:depression",1,2,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,,4,49,1,,,,1,,1,,,1,"pg","020419",2,2,0,2,2,0,99999.9921875,54999.99609375,4178.74365234375,0,21000.001953125,0,0,0,0,0,0,0,0,180178.734375,2.21824049949646,3046.916259765625,1,2,1,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,53,67,60,4,0,0,0,1,0,1,0,1,0,3,2968.576416015625,1484.2882080078125,1484.2882080078125,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,500000,1,1,1,0,0,0,0,1,30000,0,30000,1,1,1,0,1,1,11610,17415,0,46440,1,1,42400,178,1,,,1,,5,2.5,1,1,1,1,1,1,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15526,,,,,1,0,0,0,21000,21000,144.9137725830078,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,55000,55000,234.52078247070312,100000,100000,316.2277526855469,100000,55000,100000,316.2277526855469,55000,234.52078247070312,0,0,,0,0,0,0,0,1,1,1,0,53,2809,1,1,0,1,1,1,2,1,67,67,41.4865608215332,67,4489,0,1,1,1,1,1,0,0,12,40,1,1,1,1,0,53,2809,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020511",1,2,1,,,,,38,,3,8,3,1,3,3,3,2,2,2,2,5,5,38,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,38,,4,4,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,409,,12,4908,1,,8,,,,,,,,,,,,,,,2,,2,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,1,8,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,98,,,,121,12,9,,,99,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,3,,,,,,,,,,,,,,,,,,,2,2,,2,65,1,,,,1,,1,,,1,"ddb","020511",1,1,0,1,1,0,0,0,0,0,0,99.0558853149414,47.80518341064453,0,0,0,0,0,0,47.80518341064453,2.4658584594726562,3387.037841796875,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,2,0,1,0,0,38,,38,3,0,0,1,0,0,0,1,1,0,1,9203.818359375,9203.818359375,9203.818359375,1,1,0,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,247,0,1,1,0,0,4,4,1,0,1,1,0,,,0,,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15529,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,169.98902893066406,13.037983894348145,-5,107.74469757080078,10.380014419555664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,38,1444,0,,1,0,0,0,0,1,0,,41.4865608215332,38,1444,1,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020420",1,5,5,1,,,,14,,2,8,2,8,2,1,2,1,2,2,8,1,1,52,1,1,1,,2,49,1,5,,1,21,1,5,,1,19,1,5,,1,26,2,,,,,,,,,,,,,,,,,,,,,,,,,,1,14,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,14,2,8,,,,,2,8,,,,,2,1,2,,,,,,,,,,,,,1,3,,,,,,1,3,,,,,,1,,6,,,,2,1,200,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,8,3,3,3,3,3,1,2,1,1,1,1,8,98,,1,,,9,1,,1,1,2,0,98,4,4,2,2,2,2,4,3,1,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,0,7,6,1,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,400,,12,4800,1,,1,,1," 7 months",2,,2,,1,1,,2,2,2,12,40,,,4,,,,10000,,10000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,2,,2,9,,,,,1,1500,0,,,,,,,1,2,,1,8,2,,1,1,1,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,0,2,,,,,,,1,2,2,2,,2,,,,,,,,,,,,,,,8,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,1,8,,,,,,,,,,,,,,,3,1,1,1,2,,,,,,,,,,,,8,2,2,8,1,2,3,,5,50,97," <5:OTHER (SPECIFY)>:Pakistan",1,,,,,,98,1,"ddb","020420",6,5,1,3,2,1,10000,0,0,0,0,0,0,0,0,0,0,0,0,10000,.8658648133277893,1189.3289794921875,1,1,0,3,3,1,3,0,0,1,0,0,0,0,0,4,0,0,0,1,52,49,50.5,4,0,0,0,1,0,1,0,0,1,4,5759.4599609375,2879.72998046875,1151.8919677734375,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,,4,4,,,,,0,0,0,0,1,1500,0,1500,1,1,1,1,0,1,14630,21945,1,58520,0,0,46438.2578125,8,0,1,0,1,1,6,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15533,60,,,,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,10000,10000,100,0,0,0,10000,0,10000,100,0,0,0,0,,0,1,1,0,0,1,1,0,1,52,2704,1,0,1,1,1,0,1,1,49,49,41.4865608215332,52,2704,0,0,0,1,1,0,1,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020411",1,1,1,,,,,31,,1,1,1,1,1,1,2,1,2,2,3,5,5,31,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,13,1,1,,,,,9,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,13,1,1,1,,,,2,,,,,,,4,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:HEALTH PLUS",,,,,,,,1,,6,,,,2,,,1,,2,,8,2,8,2,2,2,1,1,1,1,2,2,,,,,4,1,3,2,2,3,2,2,4,4,4,1,1,2,,1,,,7,1,,2,2,2,0,3,3,3,2,2,2,4,2,1,2,,,2,2,,,,,,,,,1,0,1,1,2,1,,,,,1,4,,,,,,,,,,,2,2,,,,,,,,,,,2,1,2,,,,,2,2," BECAUSE ITS A COMMUNITY CENTER AND DON'|TT HAVE TO PAY",,,,,,,,,,,,,,2,,,1,2,1,,1,6,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,1,1,2,,2,1,,,,,12,35,,,9,,,,,,,,,1,2,2,1,,,,,,,,,,,,,,,,,,,,,,,,2,,1,1,9,1,2,,,,,,,2,,,,,,,,,1,2,,1,6000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,1,4,2,2,1,2,2,,,,,,,,,,,,,,,,,,1,2,1,,,,,,,,2,1,2,2,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,2,2,1,1,2,1,2,,2,70,1,,,,1,,1,,,1,"RR2","020411",3,1,2,3,1,2,35000,0,0,0,0,0,0,0,0,0,0,0,0,35000,.5999813675880432,824.1184692382812,0,1,1,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,31,,31,2,0,1,0,0,0,0,1,0,1,2,1158.52392578125,1158.52392578125,1158.52392578125,0,3,0,1,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,3,1,2,2,1,2,1,0,0,0,,1,1,4,1250,1,0,0,0,0,0,0,0,0,0,0,1,1,0,1,,1,14630,21945,0,58520,0,1,46438.2578125,157,0,1,0,1,1,5,1.6666666269302368,1,1,1,1,1,,1,1,0,1,1,1,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,15536,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,35000,35000,187.08287048339844,0,0,0,35000,0,35000,187.08287048339844,0,0,0,0,,1,0,0,0,0,1,0,0,0,31,961,1,,1,1,0,0,0,0,0,,41.4865608215332,31,961,0,0,0,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020418",1,4,3,1,,,,30,,2,1,1,1,2,2,2,1,2,2,3,1,2,34,1,1,1,,2,31,1,4,,2,73,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,7,2,1,,1,,,3,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,7,2,7,,,,2,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,1200,1,,2,,500,1,2,1,2,,,,,,,2,,,,,1,2,1,3,2,1,1,1,1,2,1,4,4,2,,1,,,2,2,,1,1,1,0,5,4,4,2,2,2,1,2,2,4,," <3:Something Else? (SPECIFY)>:the other child was also going to school",1,0,2,2,2,2,,,7200,,2,1,1,1,2,1,2,,,,2,,,4,,,,99,,,,,2,2,,,,,,,,,,,2,2,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,3,,,7,,8,1,2,2,1,1,2,,,2,,,3,,,1400,,12,16800,1,,,231000,135000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,3,1,1,,2,1,,12,60,6,30,4,,,,100000,,100000,1,,,,,,,,,,,4,,,,20000,,20000,1,,,,,,,,,,,1,2,1,1,500000,,,,,,,,,1,10000,0,,,,,,,1,2,,1,25000,,,,,,,2,2,2,1,1,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,200,2,,,,,20000,2,,,,,,,,,,,500,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,2,,6,67,97," <5:OTHER (SPECIFY)>:Panama",1,,,,,,1971,1,"ep","020418",5,3,2,4,2,2,99999.9921875,20000,200,200,0,0,0,0,20000,0,0,0,0,140400,.17376098036766052,238.67347717285156,1,3,0,4,4,1,4,0,0,0,1,0,0,0,0,3,0,0,1,0,34,31,32.5,2,0,1,0,0,0,1,0,0,1,4,529.164306640625,264.5821533203125,176.3881072998047,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,2,3,1,2,3,2,1,0,0,0,,4,4,1,500000,1,1,1,1,231000,135000,96000,1,10000,0,10000,1,1,1,1,0,1,17650,26475,0,70600,1,1,37000,74,1,,,1,,8,1.600000023841858,1,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,1,0,0,1,1,1,1,2,1,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15538,61,,,,61,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,20000,20000,141.42135620117188,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,2,100000,100000,316.2277526855469,20000,20000,141.42135620117188,100000,20000,100000,316.2277526855469,20000,141.42135620117188,1,1,,1,1,1,0,0,1,1,1,1,34,1156,1,1,1,1,1,1,1,1,31,31,41.4865608215332,34,1156,0,1,0,1,1,1,2,1,12,60,0,1,1,1,0,31,961,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020412",1,1,4,1,,,,14,,3,2,3,1,4,4,4,3,2,2,1,4,5,35,2,1,3,,2,50,1,3,,1,52,1,7,,1,38,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,6,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,6,1,9,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,480,2,,,,,2,2,2,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,4,4,1,1,1,2,1,,,,1,2,,1,2,1,0,4,4,4,2,2,2,2,4,2,7,2," <3:Something Else? (SPECIFY)>:my income was too high and they did not have the patience they should have.",1,0,1,1,1,2,,,0,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,1,2,3,,,4,,5,1,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 2 years",2,,2,,1,1,,,,,12,37,,,4,,,,35000,,35000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,8,2,,2,4,,,,,1,8000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,1,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,4000,2,,,,,,,,,,,4800,2,,,,,1000,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,70000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,2,2,1,1,9,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:emotional problkems",1,2,,,,2,2,2,1,2,2,2,,1,67,97," <5:OTHER (SPECIFY)>:england",1,,,,,,1985,1,"nr","020413",5,4,1,2,1,1,35000,0,3999.999755859375,500,0,0,0,0,0,0,4800.00048828125,0,0,44300,1.3673205375671387,1878.115234375,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,35,,35,3,0,0,1,0,0,0,1,0,1,2,2267.69482421875,2267.69482421875,566.9237060546875,1,2,1,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,35000,1,1,1,0,0,0,0,1,8000,0,8000,1,1,1,1,,1,11610,17415,0,46440,0,1,42400,237,1,,,1,,5,1,1,0,0,1,1,,1,1,1,0,0,0,1,2,0,0,0,1,0,0,0,1,1,1,1,1,0,1,0,1,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,15540,33,,,,33,0,0,0,0,0,0,0,0,0,4000,4000,63.24555206298828,0,0,0,4800,4800,69.28203582763672,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,1,35000,35000,187.08287048339844,0,0,0,35000,0,35000,187.08287048339844,0,0,0,0,1,0,1,1,0,0,1,1,1,0,35,1225,1,,1,1,1,1,0,0,0,,41.4865608215332,35,1225,0,1,0,0,0,0,0,0,12,37,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020420",1,4,1,,,,,7,,2,3,1,2,1,1,8,1,2,2,3,5,5,43,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,8,2,,,,,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,7,,2,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,720,,12,8640,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,50,,,4,,,,45000,,45000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,,2,,15000,,,,,,,,,1,5000,2500,,,,,,,1,2,,1,8000,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,58,1,,,,1,,10," <5:OTHER (SPECIFY)>:POLAND",,1,"SF","020420",1,1,0,1,1,0,45000,0,100,0,0,0,0,0,0,0,0,0,0,45100,2.5468058586120605,3498.22509765625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,43,,43,3,0,0,1,0,0,0,1,1,0,1,4041.224853515625,4041.224853515625,4041.224853515625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,15000,1,1,0,0,0,0,0,1,5000,2500,2500,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,151,1,,,1,,2,2,1,1,1,1,1,,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15541,,,,10,1,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,45000,45000,212.1320343017578,0,0,0,45000,0,45000,212.1320343017578,0,0,0,0,,0,0,0,0,0,1,1,1,0,43,1849,1,,1,1,1,1,0,0,0,,41.4865608215332,43,1849,0,1,0,0,0,0,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020412",1,4,2,1,,,,4,,1,1,1,1,1,1,1,1,2,2,3,5,5,33,2,1,3,,2,64,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,1,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,2,,0,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,4,,2,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,700,,12,8400,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,1,,,,98,30,,,4,,,,9000,,9000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,8,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,8,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,1,,2,2,2,2,,4,2,2,1,97,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:saddness shock",1,2,,,,,1,1,2,,,,,,,,,,,,,,,,,,,2,1,,5,68,97," <5:OTHER (SPECIFY)>:ugoslavia",,,,,,,1999,1,"al","020412",2,2,0,1,1,0,9000,0,0,0,0,0,0,0,0,0,0,0,0,9000,3.4789507389068604,4778.5947265625,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,33,,33,2,0,1,0,0,0,0,1,1,0,1,6442.404296875,6442.404296875,3221.2021484375,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,279,0,1,1,1,1,2,1,1,1,1,1,0,,,0,,1,1,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15542,80,,,,80,0,0,0,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,9000,9000,94.86833190917969,0,0,0,9000,0,9000,94.86833190917969,0,0,0,0,,0,1,1,0,0,1,1,0,0,33,1089,1,,1,1,1,0,0,0,0,,41.4865608215332,33,1089,0,0,0,0,0,0,0,0,11,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,0,0 -"9543x","020419",1,1,1,,,,,72,,1,1,1,1,1,1,2,3,2,2,2,2,5,72,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,1,2,,3,3,2,2,2,2,1,2,2,4,6,1,5,,,,,,,,,,,,,,,,,,,2,,,1,,2,,700,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,36,,5,1,2,2,1,2,,,,,,,,,,,,,,,,1,75000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,2,,1,,1,,2,,2,,,,,,,,,1,1,,2,,,,,,,,2,1,1,1,2,2,2,2,,2,2,,,2,,,,,,,1,12000,2,,,,,70000,2,,,,,30000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,1,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,3,3,,,,,,,,,,,,,,,,,,,2,1,,2,29,1,,,,1,,5," <5:OTHER (SPECIFY)>:Italy",,1,"ak","020419",1,1,0,1,1,0,0,0,30000,0,12000,0,0,70000,0,0,0,0,0,112000,2.5468058586120605,3498.22509765625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,72,,72,5,0,0,0,0,1,0,1,1,0,1,4853.236328125,4853.236328125,4853.236328125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,375000,1,1,1,1,75000,0,75000,0,0,0,0,1,1,0,0,,0,8590,12885,0,34360,1,1,21000.001953125,388,1,,,1,,5,5,1,1,0,1,1,,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15543,,,,5,1,0,0,0,12000,12000,109.54450988769531,70000,70000,264.57513427734375,30000,30000,173.205078125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,1,1,0,72,5184,0,,1,1,1,1,0,0,0,,41.4865608215332,72,5184,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020412",1,4,4,1,,,,3,,3,3,2,2,2,2,2,1,2,2,3,5,5,23,1,1,7,,2,22,1,3,,2,59,1,3,,1,55,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,8,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,3,2,2,1,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,1000,,12,12000,1,,8,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,12,35,,,4,,,,25000,,25000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,9,1,2,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,2,1,,,,,,,,2,2,2,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,3,,3,77,97," <5:OTHER (SPECIFY)>:phillipines",,,,,,,1996,1,"RR2","020412",4,4,0,1,1,0,24999.998046875,0,0,0,0,0,0,0,0,0,0,0,0,24999.998046875,1.5368843078613281,2111.0234375,0,2,0,,4,1,4,0,0,0,1,0,0,0,0,4,0,0,0,1,23,,23,1,1,0,0,0,0,0,1,1,0,1,6450.330078125,6450.330078125,1612.58251953125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,331,1,,,1,,3,.75,0,1,1,1,0,,,0,,0,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15547,64,,,,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,25000,25000,158.11387634277344,0,0,0,25000,0,25000,158.11387634277344,0,0,0,0,,0,1,1,0,0,1,1,1,1,23,529,1,,1,1,1,1,0,1,0,,41.4865608215332,23,529,0,0,0,1,1,1,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020422",1,2,2,1,,,,1,,1,1,2,1,8,3,8,2,2,2,8,1,1,22,2,1,1,,1,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,1,2,7,,,,5,1,1,2,,,,,,,,,,,,,1,4,,,,,,2,,,,,,,,,,,,,,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,1,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,8,20,,,3,,,800,,8,6400,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,1,2,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000,5000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,5,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,2,1,,1,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,7," <7:ANOTHER GROUP (SPECIFY)>:jewish",4,79,1,,,,1,,1,,,1,"tmb","020422",2,2,0,2,2,0,6400,0,0,5000,0,0,0,0,0,0,0,0,0,11400,1.1945921182632446,1640.860107421875,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,4,0,0,0,1,22,25,23.5,1,1,0,0,0,0,1,0,1,0,3,6520.46875,3260.234375,3260.234375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,11610,17415,1,46440,0,0,42400,216,0,1,,1,1,5,2.5,1,1,1,1,1,0,,0,,1,,,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15549,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,5000,70.71067810058594,0,0,0,0,0,0,0,0,0,1,6400,6400,80,0,0,0,6400,0,6400,80,0,0,0,0,,0,0,0,0,0,1,1,0,0,22,484,1,0,1,1,1,0,2,0,25,25,41.4865608215332,22,484,0,0,0,0,0,0,0,0,8,20,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020418",1,2,1,,,,,49,,4,2,2,1,2,2,1,1,2,2,8,3,2,49,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,9,2,4,,8,,,9,2,4,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,9,2,3,,,,,2,98,,,,,8,2,1,1,,,,,,,,,,,,1,4,6,,,," <6:another type of government program? {specify}>:Healyh first",2,,,,,,,1,,5,,,,,,,2,,,,,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,2,2,1,2,1,1,5,4,,1,,,3,1,,2,2,1,0,20,4,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,2,0,2,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,29,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,413,,12,4956,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,2,2,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,1,2,2,2,2,2,2,,1,1,2,1,2,,,,,,,1,6000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,12,558,6696,1,,12,50,600,1,,,,,,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,1,1,,,,,1,1,,,2,1,2,1,2,2,2,2,,1,2,2,1,8,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:Severe depression",1,1,2,3,4,5,1,1,1,3,2,,,,,,,,,,,,2,2,2,2,2,1,7," <7:ANOTHER GROUP (SPECIFY)>:mixxed race",2,52,1,,,,3,,3,,,1,"ep","020418",3,1,2,4,2,2,0,0,0,0,5999.99951171875,600,0,0,0,0,0,6696.00048828125,0,12696,.4740406572818756,651.1296997070312,1,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,49,41.53856658935547,45.269283294677734,4,0,0,0,1,0,1,0,0,1,4,1374.3931884765625,687.1965942382812,1374.3931884765625,1,1,0,0,0,0,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,15000,1,1,0,0,0,0,0,0,0,0,0,1,1,,0,,,17650,26475,1,70600,0,0,37000,4,0,1,1,1,1,4,1.3333333730697632,1,1,1,1,1,0,1,0,1,0,1,1,1,3,0,1,0,0,0,0,0,2,0,2,2,0,0,1,0,1,1,1,1,0,,0,,,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15558,,,,,1,0,0,0,6000,6000,77.45966339111328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6696,6696,81.82909393310547,600,600,24.494897842407227,0,0,0,0,0,0,0,-9,-9,,0,-9,0,0,-9,,0,0,,1,0,0,1,0,1,0,0,0,49,2401,0,,1,1,0,0,0,0,41.4865608215332,,41.4865608215332,49,2401,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020511",1,2,1,,,,,42,,8,2,3,3,4,2,8,4,1,2,1,5,5,41,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,3,,,2,,,,,,,3,1,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,4,,1,3,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,189,,12,2268,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,1,2,2,2,2,2,2,,1,2,,,2,,,,,,,1,7200,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,12,500,6000,1,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,2,9,,2,2,2,2,,9,2,1,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,1,,99,60,1,,,,3,,3,,,1,"ddb","020511",1,1,0,1,1,0,0,0,0,0,7200,0,0,0,0,0,0,5999.99951171875,0,13200,1.4163163900375366,1945.4146728515625,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,41,,41,3,0,0,1,0,0,0,1,1,0,1,6979.1064453125,6979.1064453125,6979.1064453125,1,2,1,0,0,0,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,317,0,1,1,0,1,1,1,1,0,0,0,0,,,0,,,0,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15559,,,,,1,0,0,0,7200,7200,84.85281372070312,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,6000,77.45966339111328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,1,0,0,0,0,1,41,1681,0,,1,0,0,0,0,1,0,,41.4865608215332,41,1681,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020427",1,2,1,,,,,30,,2,3,1,1,2,2,2,1,2,2,3,5,5,55,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,15,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,15,2,11,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,1,,1,,,,2,1,250,2,,,,,2,2,2,2,2,2,2,2,2,2,2,,,,,3,3,3,3,3,3,1,1,1,2,2,3,4,1,,1,,,10,1,,2,2,1,0,6,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,9,,5,2,2,2,1,1,2,,,2,,,3,,,1400,,12,16800,1,,,212000,140000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,35,,,4,,,,50000,,50000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,15000,,,,,,,,,2,,,,,,,,,1,2,,1,40000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,1,2,1," <1:Yes (Specify)>:CULTURE AND EDUCATION ORG.",3,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,1,2,2,2,2,2,2,,3,45,97," <5:OTHER (SPECIFY)>:WEST INDIES",1,,,,,,1969,1,"GOLDY/FLEX","020427",2,1,1,2,1,1,50000,0,0,0,0,0,0,0,0,0,0,0,0,50000,.6836602687835693,939.0576171875,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,55,,55,4,0,0,0,1,0,0,1,0,1,2,1313.2666015625,1313.2666015625,1313.2666015625,1,2,1,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,2,3,2,15000,1,1,0,1,212000,140000,72000,0,0,0,0,1,1,1,1,,1,11610,17415,0,46440,1,1,42400,166,1,,,1,,5,2.5,1,1,1,1,1,,1,1,1,1,1,1,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,15573,97,,,,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,50000,50000,223.60679626464844,0,0,0,50000,0,50000,223.60679626464844,0,0,0,0,1,0,1,1,0,0,1,1,1,0,55,3025,1,,1,1,1,1,0,0,0,,41.4865608215332,55,3025,0,0,0,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020501",1,4,1,,,,,7,,2,1,2,1,8,4,4,2,2,1,3,1,1,40,2,1,1,,1,46,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,6,2,1,,1,,,2,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,6,2,6,,,,,2,7,,,,5,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,2,,,,,,,8,,8,,,,,8,8,2,2,,,,,,,2,,,,,1,3,3,3,3,3,2,2,1,4,1,1,5,0,1,,,,0,1,,2,2,2,0,0,4,4,2,2,2,8,4,0,,,,1,1,,,,,,,,,2,1,1,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,8,0,7,4,4,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1300,,7,9100,1,,8,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,40,12,98,4,,,,30000,,30000,1,,,,,,,,,,,8,,,,,,,,,9,,,,,,,,,1,1,2,,8,9,,,,,,,,1,27000,8,8,,,,,,2,,2,1,8,8,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,1,1,4,,,,,,2,1,9,,,2,2,2,2,2,2,3,,8,51,97," <5:OTHER (SPECIFY)>:Tiawan",1,,,,,,1995,1,"ep","020501",4,2,2,4,2,2,30000,15001.291015625,0,0,0,0,0,0,0,0,0,0,0,45001.2890625,.273810476064682,376.09881591796875,1,2,0,3,3,2,7,0,0,0,0,0,0,1,0,4,0,0,0,1,40,46,43,3,0,0,1,0,0,1,0,0,1,4,1393.08984375,696.544921875,696.544921875,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,0,0,0,0,1,27000,,,0,0,1,1,,1,17650,26475,0,70600,0,1,37000,168,1,,,0,,4,1,1,1,1,0,1,1,0,0,,1,,0,1,2,0,0,0,1,0,1,0,1,1,1,2,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15574,79,,,,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,30000,30000,173.205078125,-5,19612.009765625,140.0428924560547,30000,-5,30000,173.205078125,9043.8486328125,95.09915161132812,1,1,,0,1,1,0,0,1,1,0,0,40,1600,1,1,1,1,1,0,2,0,46,46,41.4865608215332,40,1600,0,0,0,0,0,0,0,0,12,40,0,1,1,1,1,46,2116,1,1,1,2,1,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020515",1,5,2,1,,,,34,,2,1,1,1,1,1,1,2,2,2,2,1,1,34,2,1,1,,1,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,0,1,1,,1,,,0,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,0,2,11,,,,,2,9,,,,,2,4,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8440,1,,2,,700,2,2,1,2,,,,,,,2,1,8,3,3,,,,,,,,,,,,1,4,1,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,1,1,2,2,,,,,,,2,,2,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,,,,2,2,,,1,200,,,,4,3200,2,8,2,,,1,2,3,,,7,,8,2,2,2,1,1,2,,,2,,,3,,,1200,,12,14400,1,,,300000,98,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,50,,,,,,,,,,,,,,,,,,,4,,,,160000,,160000,1,,,,,,,,,,,2,,2,,8,2,,1,,8,,,,1,30000,8,8,,,,,,1,1,,1,9000,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,1,2,2,8,,,,,,,,,,,,8,8,8,8,8,2,1,,4,68,1,,,,1,,1,,,1,"RR2","020515",4,2,2,4,2,2,100000.9921875,0,2346.572021484375,0,0,0,0,0,0,0,0,0,0,102347.5625,.9321386218070984,1280.36083984375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,34,36,35,3,0,0,1,0,0,1,0,0,1,4,1906.7513427734375,953.3756713867188,953.3756713867188,0,3,0,1,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,,,,,1,300000,,,1,30000,,,1,1,1,0,1,1,17650,26475,0,70600,1,1,37000,26,1,,,1,,8,2,1,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,0,0,2,0,0,0,0,2,1,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15584,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,160000,160000,400,160000,0,160000,400,0,0,2,1,,0,0,0,0,0,1,1,1,0,34,1156,0,1,0,1,1,1,2,1,36,36,41.4865608215332,36,1296,0,1,0,1,1,1,2,1,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020414",1,4,3,1,,,,50,,1,1,1,1,1,1,1,1,2,2,3,1,1,52,1,1,1,,2,50,1,5,,2,28,1,5,,1,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,1,1,7,,,,5,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,1200,1,,2,,100,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,30,,12,1,2,2,1,2,,,,,,,,,,,,,,,,,600000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,45,12,40,4,,,,100000,,100000,1,,,,,,,,,,,4,,,,40000,,40000,1,,,,,,,,,,,1,1,1,1,2e+06,,,,,,,,,1,30000,0,,,,,,,1,1,,1,10000,,,,,,,2,2,2,1,1,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,9,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,50,1,,,,5," <5:OTHER (SPECIFY)>:ITALYL",1,,,1,"RR2","020414",4,4,0,2,2,0,99999.9921875,40000,2370.265869140625,0,0,0,0,0,11272.697265625,0,0,0,0,153642.953125,2.777617931365967,3815.262451171875,1,1,0,3,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,52,50,51,4,0,0,0,1,0,1,0,1,0,3,9411.240234375,4705.6201171875,2352.81005859375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,2e+06,1,1,1,1,600000,0,600000,1,30000,0,30000,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,388,1,,,1,,12,3,1,1,1,1,1,1,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15585,,,5,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,-5,907.7564086914062,30.128995895385742,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,100000,100000,316.2277526855469,40000,40000,200,100000,40000,100000,316.2277526855469,40000,200,0,0,,0,0,0,0,0,1,1,0,1,52,2704,1,1,1,1,1,0,1,1,50,50,41.4865608215332,52,2704,0,1,0,1,1,0,0,0,12,45,0,1,1,1,0,50,2500,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 -"9543x","020504",1,2,3,1,,,,21,,4,3,2,3,1,3,4,3,2,2,2,5,5,21,1,1,3,,2,56,1,3,,1,63,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,8,2,7,,1,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,4,,,,,2,,,,,,,2,2,,,,,,,,,,,,,2,2,,,,,,,,,,,,,1,,9,,,,,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,21,,3,2,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 21",2,,2,,1,1,,,,,7,30,,,4,,,,3000,,3000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,32000,1,2,,1,3,2,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,2,,,,,,,,,,,,,,,,,,2,2,,8,80,1,,,,1,,1,,,1,"RR2","020508",4,3,1,2,1,1,3000,0,0,200,0,0,0,0,0,0,0,0,0,3200,.621290922164917,853.3887329101562,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,21,,21,1,1,0,0,0,0,0,1,0,1,2,3218.13720703125,3218.13720703125,1072.71240234375,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,11610,17415,1,46440,0,0,42400,155,0,1,1,1,1,3,.75,0,1,0,1,0,,1,0,,0,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,15588,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,1,3000,3000,54.772254943847656,0,0,0,3000,0,3000,54.772254943847656,0,0,0,0,1,0,0,0,0,0,1,0,0,1,21,441,1,,1,1,0,0,0,1,0,,41.4865608215332,21,441,0,0,0,1,0,0,1,0,7,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020510",1,4,2,1,,,,50,,2,1,1,2,2,1,1,2,2,2,3,1,1,63,2,1,1,,1,67,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,9,,,,,2,3,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,,,,,,,2,1,8,1,,2,,8,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,30,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,8,8,,10,40,,,4,,,,70000,,70000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,7,2,,1,,8,,,,2,,,,,,,,,1,8,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,8,1,1,,,,,,,,,,,,,,,,,,,2,1,,4,39,1,,,,10," <5:OTHER (SPECIFY)>:poland",10," <5:OTHER (SPECIFY)>:poland",,1,"PG","020510",2,2,0,2,2,0,70000,5715.7529296875,1451.318603515625,0,0,0,0,0,0,0,0,0,0,77167.0703125,2.0333871841430664,2793.0068359375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,63,67,65,5,0,0,0,0,1,1,0,1,0,3,5642.99609375,2821.498046875,2821.498046875,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,0,,,11610,17415,0,46440,1,1,42400,189,1,,,1,,4,2,1,1,1,1,1,1,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15594,,,10,10,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,70000,70000,264.57513427734375,-9,-9,,70000,-9,70000,264.57513427734375,-9,,0,0,,0,0,0,0,0,1,1,1,0,63,3969,1,,1,1,1,1,2,0,67,67,41.4865608215332,63,3969,0,1,0,0,0,0,0,0,10,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020429",1,5,1,,,,,11,,3,2,2,1,3,3,3,3,2,2,1,3,5,29,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,10,2,1,,,,,7,1,1,,,,,5,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,5,2,4,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,1,2,1,2,,,,,,,2,3,3,3,3,,,,,,,,,,,,2,1,2,1,,,,0,1,,1,1,1,0,10,8,4,2,2,2,2,4,,,,,3,3,,,,,,,,,3,1,3,1,2,2,1,2,,,1,1,,1,,,,,,,2,,1,,,,2,,,,,,,,,,,,,,2,2,,,2,2,,,1,30,,,,98,,1,,2,,,1,2,1,,8,1,,5,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,5," <5:Or something else? {specify}>:hud homes",3,,,20,,12,240,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,1,150,,,,12,7200,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,1,2,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,1,1,2,,2,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,600,2,,,,,8,500,,,,,,,,,,,,,,,,,,12,338,4056,1,,12,514,6168,1,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,1,1,,,,,,,,,,,,,,2,2,2,,2,2,2,2,,1,2,2,1,11,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:nervousness",1,2,,,,,3,3,1,2,2,,,,,,,,,,,,2,1,2,2,2,1,4,,2,72,4,,1,,,,,,1991,2,"ak","020429",4,1,3,4,1,3,7200,0,0,500,0,4056,6167.99951171875,0,0,0,600,0,0,14468,.5999813675880432,824.1184692382812,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,29,,29,2,0,1,0,0,0,0,1,0,1,2,1061.9798583984375,1061.9798583984375,1061.9798583984375,1,2,1,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,,,1,0,0,0,0,2,,,3,1250,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,1,17650,26475,1,70600,0,0,37000,51,0,1,1,0,1,5,1.25,1,1,0,1,1,,1,1,1,0,0,0,1,2,0,0,0,1,0,0,1,2,1,3,3,1,0,0,1,1,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,15598,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,600,24.494897842407227,500,500,22.360679626464844,0,0,0,4056,4056,63.68673324584961,6168,6168,78.53661346435547,1,7200,7200,84.85281372070312,0,0,0,7200,0,7200,84.85281372070312,0,0,1,1,,1,1,1,0,0,1,0,0,0,29,841,1,,1,1,0,0,0,0,0,,41.4865608215332,29,841,1,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020421",1,2,4,1,,,,15,,1,1,3,2,3,3,3,2,2,2,3,5,5,22,2,1,3,,1,56,1,3,,2,51,1,4,,2,73,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,1,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,1,2,,2,,,,,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,14,,7,2,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 14",1,3,1,2,1,1,,,,,6,30,,,1,300,,,,3,3600,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,2,10000,,,,,,,,,2,,,,,,,,,1,2,,1,20000,,,,,,,2,2,2,2,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,200,,,,,,,4,6,,,,,,,,,,,,,,,,,,,,2,,2,65000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,2,2,2,,4,1,1,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,7,79,2,,,,,,,,1986,1,"mm","020421",4,4,0,1,1,0,3600,0,0,200,0,0,0,0,0,0,0,0,0,3800,3.541969060897827,4865.15478515625,0,2,2,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,22,,22,1,1,0,0,0,0,0,1,1,0,1,3184.2373046875,3184.2373046875,796.059326171875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,10000,1,1,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,373,0,1,1,1,1,7,1.75,1,0,1,1,1,,,1,,1,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15601,,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,1,3600,3600,60,0,0,0,3600,0,3600,60,0,0,0,0,1,0,1,1,0,0,1,1,1,0,22,484,1,,1,1,1,1,0,0,0,,41.4865608215332,22,484,0,0,0,0,0,0,0,0,6,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020422",1,4,3,1,,,,45,,3,1,4,3,3,3,3,2,2,2,1,2,5,45,2,1,7,,1,38,1,3,,1,71,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,3,,,,,2,,,,,,,4,2,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,99,,4,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,1,4000,0,,,,,,,2,,2,9,,,,,,,,2,2,2,9,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,9,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,9,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,57,1,,,,1,,1,,,1,"JR","020422",3,3,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.822187423706055,9370.775390625,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,45,,45,4,0,0,0,1,0,0,1,1,0,1,9623.205078125,9623.205078125,3207.735107421875,0,3,0,1,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,4000,0,4000,0,0,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,55,0,1,1,1,0,4,1.3333333730697632,1,0,1,1,,,,,,0,0,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15607,,,,,1,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,0,0,0,45,2025,0,,1,1,0,0,0,0,0,,41.4865608215332,45,2025,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020420",1,2,2,1,,,,99,,1,3,1,8,2,2,8,1,2,2,3,1,1,99,1,1,1,,2,99,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,2,9,,,,,2,1,2,,,,,,,,,,,,,9,,,,,,,9,,,,,,,,,,,,,,,,,1,9,,9,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,14,,5,1,2,2,1,9,2,,,2,,,9,,,,,,,,,1,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,50,12,50,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,2,,2,,9,9,,,,,,,,1,9,0,,,,,,,9,,9,2,,,,,,,,2,2,2,2,1,2,9,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,4,2,2,1,9,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:EMOTIONALLY UPSETTING",1,2,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,99,1,,,,1,,1,,,1,"SF","020420",2,2,0,2,2,0,66990.3515625,31638.6796875,0,0,0,0,0,0,4522.056640625,0,0,0,0,103151.0859375,1.0166935920715332,1396.50341796875,1,2,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,41.3242301940918,41.53856658935547,41.431396484375,3,0,0,1,0,0,1,0,1,0,3,2927.39111328125,1463.695556640625,1463.695556640625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,1,,0,,,,1,1,1,1,11610,17415,0,46440,1,1,42400,6,1,,,1,,5,2.5,1,1,1,1,,,,,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15611,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,-5,907.7564086914062,30.128995895385742,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,,0,0,0,0,0,1,1,1,1,41.28620147705078,1707.6920166015625,1,1,1,1,1,1,1,1,41.4865608215332,,41.4865608215332,42.23152160644531,1783.50146484375,0,1,0,1,1,1,0,0,12,50,0,1,1,1,0,41.53856658935547,1725.4525146484375,0,0,0,0,0,.1519336998462677,1,1,0,0,,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 -"9543x","020503",1,4,3,1,,,,50,,1,1,2,1,2,2,1,1,2,2,2,3,5,50,2,1,5,,1,30,1,5,,2,23,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,1200,1,,2,,250,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,4,,6,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,900,,12,10800,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,52000,,52000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,9,2,,2,2,,,,,1,5000,0,,,,,,,1,1,,1,20000,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,3000,2,,,,,,,,,,,,,,,,,2000,300,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,1,2,,2,,,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,3,2,2,1,7,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:anxiety",1,1,7,,,,1,3,1,,,,,,,,,,,,,,,,,,,2,1,,2,51,1,,,,1,,1,,,1,"rm","020503",3,3,0,1,1,0,51999.99609375,0,3000,300.0000305175781,0,0,0,0,0,0,0,0,0,55299.99609375,4.26082706451416,5852.55908203125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,50,,50,4,0,0,0,1,0,0,1,1,0,1,8782.333984375,8782.333984375,2927.444580078125,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,15000,1,1,0,0,0,0,0,1,5000,0,5000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,265,1,,,1,,6,2,1,1,1,1,1,,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15618,,,,,1,0,0,0,0,0,0,0,0,0,3000,3000,54.772254943847656,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,0,0,0,0,0,0,1,52000,52000,228.0350799560547,0,0,0,52000,0,52000,228.0350799560547,0,0,0,0,,0,0,0,0,0,1,1,0,0,50,2500,1,,1,1,1,0,0,0,0,,41.4865608215332,50,2500,0,1,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020413",1,2,2,1,,,,12,,2,1,3,3,2,1,2,2,2,2,2,3,2,37,2,1,2,,1,44,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,15,1,1,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,15,1,9,,,,,2,11,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,3,,,,,,1,,1,,,,2,1,3600,1,,2,,1500,1,2,2,2,2,2,2,2,2,2,2,,,,,3,3,1,2,2,8,2,1,2,4,1,2,1,2,,1,,,10,1,,1,2,1,0,3,4,4,1,2,8,1,2,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,0,2,6,1,2,2,1,1,2,,,2,,,3,,,5000,,12,60000,1,,,9999999,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,35,12,60,4,,,,50000,,50000,1,,,,,,,,,,,4,,,,350000,,350000,1,,,,,,,,,,,2,,2,,500000,,,,,,,,,1,10000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,1,1,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,4000,2,,,,,8,,,,,,9600,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,1,,1,2,2,2,,3,2,2,1,1,,,,,,,,2,2,,,,,,1,2,1,1,8,14,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:DEPRESSION AND SOME KIND OF SKIN CONDITION",1,1,7,,,1,1,2,2,1,2,1,,4,65,97," <5:OTHER (SPECIFY)>:RUSSIA",97," <5:OTHER (SPECIFY)>:RUSSIA",,,,,1990,1,"RR2","020413",3,2,1,3,2,1,100000.9921875,50000,3999.999755859375,0,0,0,0,0,3082.809326171875,0,9600,0,0,166683.796875,.4660693109035492,640.180419921875,1,2,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,37,44,40.5,3,0,0,1,0,0,1,0,0,1,4,953.3756713867188,476.6878356933594,476.6878356933594,1,2,1,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,0,1,3,2,2,,2,1,0,0,,,2,4,3,500000,1,1,1,1,9999999,,,1,10000,0,10000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,26,1,,,1,,6,2,1,0,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15623,66,66,,,66,0,0,0,0,0,0,0,0,0,4000,4000,63.24555206298828,-5,907.7564086914062,30.128995895385742,9600,9600,97.9795913696289,0,0,0,0,0,0,0,0,0,0,0,0,2,50000,50000,223.60679626464844,350000,350000,591.6079711914062,350000,50000,350000,591.6079711914062,50000,223.60679626464844,0,0,,0,1,1,0,0,1,1,1,0,37,1369,1,1,0,1,1,1,2,1,44,44,41.4865608215332,44,1936,0,1,0,1,1,1,1,0,12,60,1,1,1,1,0,37,1369,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 -"9543x","020422",1,4,1,,,,,25,,1,1,1,1,1,1,1,1,2,2,3,1,1,51,1,1,1,,2,46,1,9," <14:OTHER, SPECIFY>:cousin",2,52,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,11,,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,8,,6,1,2,2,1,1,2,,,2,,,3,,,2700,,12,32400,1,,,450000,200000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000,,,,,,,,,1,2000,0,,,,,,,1,1,,1,5000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,3,2,1,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,2,2,,2,50,2,,,,,,,,1978,1,"ep","020422",3,3,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4431231021881104,1982.235595703125,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,51,46,48.5,4,0,0,0,1,0,1,0,1,0,3,5635.29052734375,2817.645263671875,1878.43017578125,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,50000,1,1,1,1,450000,200000,250000,1,2000,0,2000,1,1,1,0,0,0,11610,17415,1,46440,0,0,42400,326,0,1,0,1,1,6,2,1,1,1,1,0,0,,0,,1,1,1,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15632,,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,1,0,0,1,51,2601,0,0,1,1,0,0,1,1,46,46,41.4865608215332,51,2601,0,0,0,1,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020625",1,2,1,,,,,36,,2,1,3,2,4,3,8,2,2,2,3,5,5,36,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,600,1,,2,,3000,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,7,,2,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,636,,12,7632,1,,1,,,,,,,,,,,,,,,1,1,2,,1,1,,,,,12,40,,,9,,,,,,,,,1,2,2,1,,,,,,,,,,,,,,,,,,,,,,,,1,1,8,,9,2,,8,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,66,1,,,,1,,1,,,1,"jd","020625",1,1,0,1,1,0,35000,0,806.2625122070312,1306.9078369140625,0,0,0,0,0,0,0,0,0,37113.171875,2.4599897861480713,3378.976806640625,0,1,1,,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,36,,36,3,0,0,1,0,0,0,1,1,0,1,4775.7275390625,4775.7275390625,4775.7275390625,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,366,1,,,0,,2,2,1,0,1,1,1,,,1,,1,0,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15635,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,35000,35000,187.08287048339844,0,0,0,35000,0,35000,187.08287048339844,0,0,0,0,,0,0,0,0,0,1,1,0,0,36,1296,1,,1,1,1,0,0,0,0,,41.4865608215332,36,1296,0,1,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020420",1,3,1,,,,,39,,3,3,2,2,3,2,2,2,2,2,1,5,5,39,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,5,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,3,,1,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,159,,12,1908,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,1,1,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,300,,,,,,,,,1,,,,12,565,6780,1,,12,20,240,1,,,,,,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,1,5,,,,1,1,,,,,2,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,3,3,1,,,,,,,,,,,,,,,,,,,2,2,,8,62,1,,,,1,,1,,,1,"ma","020420",1,1,0,1,1,0,0,0,0,300.0000305175781,0,240.00001525878906,0,0,0,0,0,6779.99951171875,0,7079.99951171875,3.382920742034912,4646.6904296875,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,39,,39,3,0,0,1,0,0,0,1,1,0,1,7955.03076171875,7955.03076171875,7955.03076171875,0,4,0,0,1,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,500,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,29,0,1,1,0,1,1,1,1,1,1,1,1,,,1,,0,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15707,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,6780,6780,82.34075164794922,240,240,15.491933822631836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,39,1521,0,,1,0,0,0,0,0,0,,41.4865608215332,39,1521,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020421",1,3,2,1,,,,47,,1,2,1,1,3,1,2,1,2,2,2,1,1,64,2,1,1,,1,79,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,16,1,5,,5,,1,9,1,5,,5,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,16,1,2,,1,,,2,1,2,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,5,,,,,1,,1,,,,2,2,,1,,2,,1200,2,2,1,2,2,2,2,2,2,2,2,,,,,2,2,1,2,2,3,2,2,4,4,2,1,1,6,,1,,,10,1,,1,2,1,0,0,2,3,2,2,1,2,1,1,2,,,2,2,,,,,,,,,1,0,1,1,2,2,,,,,1,1,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,2,2," child just wanted to attend",,,,,,,,,,,,,,2,,,1,2,1,,2,33,,5,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,374,,12,4488,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,40,,,4,,,,35000,,35000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,30000,,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,1,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,5102,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,1,,,,,1,1,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>:church",1,1,2,2,,,,,,,,,,,,,,,2,2,2,8,2,,,,,,,,,,,,2,2,2,2,2,2,2,,6,38,1,,,,1,,1,,,1,"SF","020421",10,2,8,4,2,2,35000,0,0,0,0,0,0,5101.99951171875,0,0,0,0,0,40102,.697822093963623,958.5099487304688,1,1,0,1,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,64,79,71.5,5,0,0,0,0,1,1,0,0,1,4,1879.3134765625,939.65673828125,939.65673828125,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,2,3,2,2,1,2.3333332538604736,1,0,0,1,,3,3,4,30000,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,1,17650,26475,0,70600,0,1,37000,89,1,,,0,,5,.5,0,1,1,1,1,1,1,1,1,1,0,1,1,4,0,0,1,0,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15710,,,,,1,0,0,0,0,0,0,5102,5102,71.42828369140625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,35000,35000,187.08287048339844,0,0,0,35000,0,35000,187.08287048339844,0,0,0,0,1,0,0,0,0,0,1,0,0,0,64,4096,1,0,1,1,0,0,2,0,79,79,41.4865608215332,64,4096,0,0,1,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020423",1,3,2,1,,,,2,,2,1,1,2,2,1,1,1,2,2,2,1,1,27,1,1,1,,2,27,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,800,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1700,,12,20400,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,60,12,40,4,,,,35000,,35000,1,,,,,,,,,,,4,,,,50000,,50000,1,,,,,,,,,,,1,1,8,,30000,,,,,,,,,2,,,,,,,,,1,8,,1,10000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3000,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,1,74,1,,,,1,,1,,,1,"agh","020427",2,2,0,2,2,0,50000,35000,0,500,0,0,0,0,0,0,0,0,0,85500,2.0333871841430664,2793.0068359375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,27,27,27,2,0,1,0,0,0,1,0,1,0,3,6092.46044921875,3046.230224609375,3046.230224609375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,30000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,299,1,,,1,,3,1.5,1,1,1,1,1,1,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15714,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,2,35000,35000,187.08287048339844,50000,50000,223.60679626464844,50000,35000,50000,223.60679626464844,35000,187.08287048339844,0,0,,0,0,0,0,0,1,1,1,1,27,729,1,1,0,1,1,1,1,0,27,27,41.4865608215332,27,729,0,0,0,0,0,0,0,0,12,40,1,1,1,1,1,27,729,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020412",1,3,1,,,,,25,,1,3,1,1,1,1,8,2,2,2,2,3,5,66,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,1,,,,,,,1,2,,3,3,2,2,1,2,1,4,4,4,6,1,3,,,,,,,,,,,,,,,,,,,2,1,4800,1,,2,,8,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,6,,5,1,2,2,1,1,2,,,2,,,3,,,1500,,12,18000,1,,1,800000,160000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,150000,,150000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,800000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,1500,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,1,2,2,1," <1:Yes (Specify)>:ACLU,BOARD OF CHILDREN ORGHESTRA, BAR ASSOCIATION",4,2,2,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,1,,7,44,1,,,,1,,1,,,1,"SF","020419",1,1,0,1,1,0,100000.9921875,0,1499.9998779296875,0,0,0,0,0,0,0,0,0,0,101500.9921875,2.5468058586120605,3498.22509765625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,66,,66,5,0,0,0,0,1,0,1,1,0,1,4853.236328125,4853.236328125,4853.236328125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,800000,1,1,1,1,800000,160000,640000,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,18,1,,,1,,5,5,1,1,1,1,1,,,1,,1,1,,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15716,,,,,1,0,0,0,0,0,0,0,0,0,1500,1500,38.72983169555664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,150000,150000,387.29833984375,0,0,0,150000,0,150000,387.29833984375,0,0,0,0,,0,0,0,0,0,1,1,1,0,66,4356,1,,1,1,1,1,0,0,0,,41.4865608215332,66,4356,0,1,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020511",1,3,1,,,,,30,,1,1,2,1,2,2,8,3,2,2,2,3,5,60,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,2,2,,,,,,,2,2,,,,,,,,,,,,,1,5,,,,,,,,,,,,,,,,,,,2,,,1,,2,,4000,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,22,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1000,,12,12000,1,,1,,,,,,,,,,,,,,,8,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,1,,1,,1,,2,,,,,,,,,2,,1,2,,,,,,,,2,1,1,2,2,2,2,2,,2,2,,,2,,,,,,,1,12000,2,,,,,30000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,1,34,1,,,,1,,1,,,1,"ddb","020511",1,1,0,1,1,0,0,0,0,0,12000,0,0,30000,0,0,0,0,0,42000,2.5468058586120605,3498.22509765625,0,1,,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,60,,60,4,0,0,0,1,0,0,1,1,0,1,4870.02880859375,4870.02880859375,4870.02880859375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,175000,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,0,34360,1,1,21000.001953125,112,1,,,1,,4,4,1,1,0,1,1,,,1,,1,1,,0,4,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15717,,,,,1,0,0,0,12000,12000,109.54450988769531,30000,30000,173.205078125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,1,1,0,60,3600,0,,1,1,1,1,0,0,0,,41.4865608215332,60,3600,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020420",1,3,3,1,,,,30,,1,1,1,2,2,1,8,1,2,2,3,1,1,55,1,1,1,,2,50,1,5,,2,24,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,10,,,,,2,11,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,8,1,,2,,50,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,5,,5,1,2,2,1,2,,,,,,,,,,,,,,,,,200000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,35,,,4,,,,40000,,40000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,8,1,2,,,,,,,1,6000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,1,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,2000,2,,,,,6000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,3,,7,46,9," <5:OTHER (SPECIFY)>:China",,,,,,,1964,1,"ddb","020420",3,3,0,2,2,0,40000,0,2000,0,0,0,0,0,5999.99951171875,0,0,0,0,48000,2.061743974685669,2831.956787109375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,4,0,0,0,1,55,50,52.5,4,0,0,0,1,0,1,0,1,0,3,11202.9375,5601.46875,3734.3125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,1,200000,0,200000,1,6000,0,6000,1,1,1,1,0,1,11610,17415,0,46440,1,1,42400,133,1,,,1,,5,1.6666666269302368,1,1,1,1,1,1,,1,,1,1,,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15736,9,,,,9,0,0,0,0,0,0,0,0,0,2000,2000,44.72135925292969,6000,6000,77.45966339111328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,40000,40000,200,0,0,0,40000,0,40000,200,0,0,0,0,,0,1,1,0,0,1,1,1,1,55,3025,1,0,1,1,1,1,1,1,50,50,41.4865608215332,55,3025,0,1,0,1,1,1,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020425",1,3,1,,,,,24,,1,1,1,2,2,1,3,1,2,2,3,3,5,53,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,3,1,2,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,1,1,8,1,,2,,8,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,5,,1,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,680,,12,8160,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,9,50,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,9,9,,,,,,,,2,,,,,,,,,1,8,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,1,2,2,1,14,15,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:ALLERGY-SINUS ATTACK AND RASHN",1,2,,,,,1,1,2,,,,,,,,,,,,,,,,,,,2,7," <7:ANOTHER GROUP (SPECIFY)>:WHITE/SOUTH AMERICAN INDIAN",6,49,97," <5:OTHER (SPECIFY)>:BRAZIL",,,,,,,1972,1,"RM","020425",1,1,0,1,1,0,28232.341796875,0,0,1147.5264892578125,0,0,0,0,0,0,0,0,0,29379.869140625,1.0906156301498413,1498.040771484375,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,4,0,0,0,1,53,,53,4,0,0,0,1,0,0,1,1,0,1,7720.23583984375,7720.23583984375,7720.23583984375,1,2,1,0,0,0,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,443,1,,,0,,1,1,1,1,1,1,1,,,1,,1,1,0,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15737,24,,,,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,1,1,0,0,1,1,0,1,53,2809,1,,1,1,1,0,0,1,0,,41.4865608215332,53,2809,0,0,0,1,1,0,0,0,9,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020501",1,3,2,1,,,,50,,1,1,2,2,2,1,2,1,2,2,3,1,1,50,2,1,1,,1,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,2,,1,,2,,300,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,15,,4,1,2,2,1,1,2,,,2,,,9,,,,,,,,,1,98,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,45,12,50,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,2,,1,2,9,9,,,,,,,,1,1000,0,,,,,,,9,,9,9,,,,,,,,9,9,2,9,9,2,9,9,,9,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,9,1,2,2,2,2,,9,2,2,2,,,,,,,,,,,,,,,2,3,2,,,,,,,,,,,,,,,,,,,2,1,,99,52,1,,,,1,,10," <5:OTHER (SPECIFY)>:poland",,1,"rm","020501",2,2,0,2,2,0,53355.70703125,23150.689453125,0,0,0,0,0,0,0,0,0,0,0,76506.3984375,2.0333871841430664,2793.0068359375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,50,50,50,4,0,0,0,1,0,1,0,1,0,3,5442.390625,2721.1953125,2721.1953125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,1,1000,0,1000,,,1,1,1,1,11610,17415,0,46440,1,1,42400,159,1,,,1,,4,2,1,1,1,1,1,1,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15738,,,,10,1,-9,-9,,-9,-9,,0,0,0,-9,-9,,-9,-9,,0,0,0,-9,-9,,-9,-9,,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,,0,0,0,0,0,1,1,1,0,50,2500,1,1,1,1,1,1,2,0,50,50,41.4865608215332,50,2500,0,0,0,0,0,0,0,0,12,45,0,1,1,1,1,50,2500,1,1,1,0,.1519336998462677,.1519336998462677,1,1,,1,,1,0,0,,1,0,0,,1,0,0,,1,0,0,,1,-9 -"9543x","020429",1,3,4,1,,,,3,,3,1,3,2,3,4,8,4,2,1,1,5,2,26,2,1,2,,1,27,1,3,,1,57,1,3,,2,54,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,1,1,7,,,,2,2,1,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,,,,,,,,,,,1,2,,1000,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,3,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,12,9000,1,,2,,,,,,,,,,,,,,,2,,2,,1,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,8,,,,,,,,,1,2,2,1,,,,,,2,,2,,8,8,,,,,,,,1,1000,0,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,18000,2,,,,,,,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,3,1,3,,,,,,,,,,,,,,,,,,,1,4,,3,75,97," <5:OTHER (SPECIFY)>:columbia",,,,,,,1999,2,"ak","020429",4,4,0,2,2,0,35000,0,0,0,0,0,0,0,0,0,0,0,0,35000,1.3130534887313843,1803.575439453125,1,1,0,4,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,26,27,26.5,2,0,1,0,0,0,1,0,1,0,3,3927.32568359375,1963.662841796875,981.8314208984375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,1000,0,1000,0,1,1,0,1,1,11610,17415,0,46440,0,1,42400,65,0,1,1,0,0,3,.75,0,0,0,0,0,0,,0,,0,0,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15739,28,,,,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,35000,35000,187.08287048339844,35000,0,35000,187.08287048339844,0,0,0,0,,1,1,1,0,0,1,1,0,0,26,676,0,1,0,1,1,1,2,1,27,27,41.4865608215332,27,729,0,0,0,1,1,1,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020418",1,3,1,,,,,33,,1,3,4,3,1,2,2,3,2,2,8,2,5,73,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,2,2,,3,3,2,2,2,2,1,1,1,5,5,1,4,5,,,,,,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7," <7:(VOL) OTHER (SPECIFY)>:hotel resident",,33,,1,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,1,1,2,2,2,2,2,,1,2,,,2,,,,,,,1,8,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,12,8,,,99,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,3,2,2,,,,,,,,,,,,,,,,,,,1,4,,2,28,6," <5:OTHER (SPECIFY)>:ecuador",,,,,,,1968,2,"jd","020418",1,1,0,1,1,0,0,0,0,0,1334.6824951171875,0,0,615.3579711914062,0,0,0,2031.40869140625,0,3981.44921875,1.9430500268936157,2668.922119140625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,73,,73,5,0,0,0,0,1,0,1,1,0,1,7244.23046875,7244.23046875,7244.23046875,1,1,0,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,422,0,1,1,1,1,1,1,1,0,0,1,1,,,1,,1,1,1,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15750,6,,,,6,0,0,0,-5,995.5078735351562,31.55167007446289,-5,1241.30029296875,35.23208999633789,0,0,0,0,0,0,0,0,0,0,0,0,-5,214.38082885742188,14.641749382019043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,1,1,0,0,0,0,0,0,73,5329,0,,1,0,0,0,0,0,0,,41.4865608215332,73,5329,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0 -"9543x","020502",1,3,1,,,,,85,,1,1,2,1,1,1,8,1,2,2,8,4,5,85,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,2,1,1,3,3,2,2,2,2,2,3,5,5,9,1,5,,,,,,,,,,,,,,,,,,,2,,,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,55,,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,5," <5:Or something else? {specify}>:housing",3,,,120,,12,1440,8,99,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,2,,2,1,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,1,1,2,2,2,2,2,,2,2,,,2,,,,,,,1,9,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,1,,,,,8,,,,2,1,2,1,2,2,2,2,,1,1,2,1,6,,,,,,,,2,1,7,,,,1,2,1,,,,,,,,,,,,,,,,,,,1,1,,2,17,1,,,,5," <5:OTHER (SPECIFY)>:Italy",5," <5:OTHER (SPECIFY)>:Italy",,1,"ep","020502",1,1,0,1,1,0,0,0,0,0,3466.236328125,0,0,1308.4398193359375,0,0,0,0,0,4774.67626953125,1.295182466506958,1779.0283203125,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,85,,85,5,0,0,0,0,1,0,1,1,0,1,3020.29931640625,3020.29931640625,3020.29931640625,1,1,0,0,0,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,344,0,1,1,0,1,3,3,1,1,1,1,1,,,1,,1,1,,0,4,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15754,,,5,5,1,0,0,0,-5,995.5078735351562,31.55167007446289,-5,1241.30029296875,35.23208999633789,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,1,0,1,0,0,0,85,7225,0,,1,1,0,0,0,0,0,,41.4865608215332,85,7225,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543x","020628",1,2,2,1,,,,24,,2,1,2,1,2,2,3,2,2,2,2,1,1,46,2,1,1,,1,51,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,1,2,,1,,,2,3,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,60,2,2,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,1,1,1,1,1,4,1,,1,,,11,1,,1,1,1,0,5,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,22,,4,1,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,,,,8000,,8000,1,,1,,1," 22",2,,1,2,2,1,,2,1,,12,40,12,45,4,,,,20000,,20000,1,,,,,,,,,,,4,,,,29000,,29000,1,,,,,,,,,,,1,1,2,,40000,,,,,,,,,1,7000,8,1,2,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,1,56,97," <5:OTHER (SPECIFY)>:BARBADOS",1,,,,,,1977,1,"RR2","020628",3,2,1,3,2,1,29000.001953125,20000,0,0,0,0,0,0,0,0,0,0,0,49000,.3489110469818115,479.2549743652344,1,2,0,2,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,46,51,48.5,4,0,0,0,1,0,1,0,0,1,4,906.2522583007812,453.1261291503906,453.1261291503906,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,40000,1,1,1,0,0,0,0,1,7000,1250,5750,1,1,0,1,1,1,14630,21945,0,58520,0,1,46438.2578125,119,1,,,1,,4,1.3333333730697632,1,1,1,1,1,1,1,1,1,1,1,0,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15766,20,,,,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,20000,20000,141.42135620117188,29000,29000,170.2938690185547,29000,20000,29000,170.2938690185547,20000,141.42135620117188,0,0,1,0,1,1,0,0,1,0,0,0,46,2116,1,1,0,1,0,0,2,1,51,51,41.4865608215332,51,2601,0,0,0,1,0,0,1,0,12,45,1,1,0,0,0,46,2116,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020430",1,2,1,,,,,18,,2,2,1,2,3,1,3,1,2,2,2,5,5,18,2,1,3,,2,55,1,3,,1,59,1,4,,2,78,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,1,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,18,,6,1,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 18",2,,2,,1,1,,,,,12,50,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,8,,,,,,,,1,6500,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,1,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,1,,2,82,1,,,,1,,1,,,1,"ep","020430",4,4,0,1,1,0,28592.8046875,0,39.07522201538086,0,0,0,0,0,0,0,0,0,0,28631.880859375,7.8775835037231445,10820.439453125,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,18,,18,1,1,0,0,0,0,0,1,1,0,1,9110.9443359375,9110.9443359375,2277.736083984375,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,6500,0,6500,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,357,1,,,1,,6,1.5,1,1,1,1,1,,,1,,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15772,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,0,0,0,18,324,1,,1,1,0,0,0,0,0,,41.4865608215332,18,324,0,1,0,0,0,0,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020413",1,2,1,,,,,12,,1,1,1,1,1,1,1,1,2,2,3,4,5,34,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,2,,6000,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,2,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,12,9000,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,2,2,,2,68,97," <5:OTHER (SPECIFY)>:hatti",,,,,,,1990,1,"RR2","020413",1,1,0,1,1,0,0,0,0,748.3160400390625,0,0,0,0,0,0,0,0,0,748.3160400390625,1.3897490501403809,1908.9224853515625,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,34,,34,2,0,1,0,0,0,0,1,1,0,1,5017.07861328125,5017.07861328125,5017.07861328125,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,20000,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,268,0,1,1,1,1,2,2,1,1,1,1,0,,,0,,1,1,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15774,42,,,,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,1,0,0,1,34,1156,0,,1,1,0,0,0,1,0,,41.4865608215332,34,1156,0,0,0,1,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020427",1,4,1,,,,,52,,1,1,2,1,1,1,2,1,2,2,2,2,5,75,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,,,,,,,2,2,,3,3,2,2,2,2,1,4,2,4,6,1,3,,,,,,,,,,,,,,,,,,,2,1,5000,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,36,,4,1,2,2,1,2,,,,,,,,,,,,,,,,1,220000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,12,98,,,4,,,,100000,,100000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,8,,500000,,,,,,,,,1,40000,0,,,,,,,1,1,,2,,,,,,,,2,1,1,1,2,2,2,2,,2,2,,,2,,,,,,,1,15000,2,,,,,30000,2,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,26,1,,,,1,,97," <5:OTHER (SPECIFY)>:latvia",,1,"agh","020427",1,1,0,1,1,0,99999.9921875,0,8437.228515625,0,15000,0,0,30000,0,0,0,0,0,153437.21875,.9282012581825256,1274.95263671875,0,2,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,75,,75,5,0,0,0,0,1,0,1,1,0,1,3023.57568359375,3023.57568359375,3023.57568359375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,500000,1,1,1,1,220000,0,220000,1,40000,0,40000,1,1,1,,,,8590,12885,0,34360,1,1,21000.001953125,216,1,,,1,,4,4,1,1,1,1,1,,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15780,,,,93,1,0,0,0,15000,15000,122.4744873046875,30000,30000,173.205078125,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,100000,100000,316.2277526855469,0,0,0,100000,0,100000,316.2277526855469,0,0,0,0,,0,0,0,0,0,1,1,1,1,75,5625,1,,1,1,1,1,0,1,0,,41.4865608215332,75,5625,0,1,1,1,1,1,0,0,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020421",1,2,1,,,,,18,,1,3,1,1,1,4,4,1,2,2,3,3,5,50,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,1,,,,,,,1,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,,,,,,,1,2,,1,,2,,10,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,2,1,,,,,12,12,,,9,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,9,2,,2,9,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,9,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,3,99,2," <5:OTHER (SPECIFY)>:JAMAICA",,,,,,,1985,1,"RR2","020421",1,1,0,1,1,0,17082.6484375,0,1384.677978515625,221.8276824951172,0,0,0,0,0,0,0,0,0,18689.154296875,3.382920742034912,4646.6904296875,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,50,,50,4,0,0,0,1,0,0,1,1,0,1,9213.8330078125,9213.8330078125,9213.8330078125,1,1,0,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,11,0,1,1,1,1,3,3,1,1,1,1,1,,,1,,1,1,0,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15781,2,,,,2,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,1,0,1,1,0,0,0,0,0,0,50,2500,1,,1,0,0,0,0,0,0,,41.4865608215332,50,2500,0,1,0,0,0,0,0,0,12,12,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020511",1,1,4,1,,,,14,,3,2,3,1,4,4,4,4,2,2,1,5,2,28,2,1,3,,1,59,1,3,,2,53,1,7,,1,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,2,7,,,,5,1,7,,,,1,2,2,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,7,,," <7:or another type of government program? {specify}>:metro plus",,,,8,,,,,2,2,2,2,,,,,,,2,1,3,8,3,,,,,,,,,,,,1,4,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,7,,6,3,2,1,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,300,,8,2400,1,,1,,1," 1",1,4,1,2,2,1,,1,1,,12,5,12,98,4,,,,8000,,8000,1,,,,,,,,,,,8,,,,,,,,,2,,,,,1,1,,,2,,2,,10000,,,,,,,,,1,2700,0,,,,,,,2,,1,1,30000,,,,,,,2,2,2,2,2,2,2,2,1,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,,,,,,,,,,,,,,,,,,2,,2,0,1,2,,1,4,2,1,1,1,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,4,,2,2,2,2,,4,2,8,8,,,,,,,,,,,,,,,1,1,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,9,,99,73,1,,,,97," <5:OTHER (SPECIFY)>:bahamas",97," <5:OTHER (SPECIFY)>:bahamas",,1,"agh","020511",5,4,1,3,2,1,17500,8000,0,0,0,0,0,0,0,0,0,0,0,25500,1.8027211427688599,2476.169921875,1,2,5,3,3,2,7,0,0,0,0,0,0,1,0,,,,,,28,41.53856658935547,34.769283294677734,2,0,1,0,0,0,1,0,0,1,4,2049.52197265625,1024.760986328125,512.3804931640625,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,,,,,,,,,,,,4,,,4,10000,1,1,0,0,0,0,0,1,2700,0,2700,0,1,1,0,,,14630,21945,0,58520,0,1,46438.2578125,96,0,0,0,0,0,6,1.2000000476837158,1,0,0,1,0,0,1,0,,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15789,,,83,83,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8000,8000,89.44271850585938,17500,17500,132.28756713867188,17500,8000,17500,132.28756713867188,8000,89.44271850585938,1,1,0,0,0,0,0,0,1,1,0,0,28,784,1,1,0,1,1,0,0,.4996632933616638,41.4865608215332,,41.4865608215332,41.53856658935547,1725.4525146484375,0,0,0,0,0,0,.4996632933616638,0,12,42.29999923706055,1,1,1,1,0,28,784,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020421",1,4,2,1,,,,42,,4,2,4,3,3,3,8,2,2,2,2,5,2,42,1,1,11,,2,52,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,2,2,11,,,,,1,2,1,8,,,,,,,,,,,,2,,,,,,,1,1,,,,,,,,,,,,,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,40,,8,1,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,8,,,,,,,,,8,,,,,,,,,,,,,,,1,1,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,1,6000,0,,,,,,,1,8,,2,,,,,,,,1,2,2,2,2,2,2,2,2,2,2,,,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,8,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,60,1,,,,1,,1,,,1,"ddb","020511",2,2,0,2,2,0,0,0,0,0,0,0,0,0,0,3537.537353515625,0,0,0,3537.537353515625,2.0333871841430664,2793.0068359375,1,1,1,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,42,41.53856658935547,41.769283294677734,3,0,0,1,0,0,1,0,1,0,3,6387.03466796875,3193.517333984375,3193.517333984375,1,1,0,0,0,0,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,6000,0,6000,1,1,0,0,0,0,11610,17415,1,46440,0,0,42400,246,0,1,1,1,0,8,4,1,0,1,1,0,1,,0,,0,0,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15796,,,,,1,-5,341.67962646484375,18.484577178955078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,1,1,1,42,1764,0,0,1,1,1,1,0,1,41.4865608215332,,41.4865608215332,42,1764,0,0,0,1,1,1,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 -"9543x","020420",1,2,1,,,,,8,,3,3,3,1,1,3,3,4,1,2,2,4,5,36,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,14,2,1,,,,,11,1,1,,,,,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,11,1,4,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,1,,,1,,2,,8,8,2,2,2,,,,,,,2,,,,,1,2,2,2,1,3,2,2,4,4,1,1,1,2,,1,,,5,1,,1,2,1,0,1,3,4,2,2,1,1,1,0,,,,2,2,,,,,,,,,2,1,1,2,1,2,2,,,,1,2,,,,1,,,,,,,,,,,,,,1,,,2,,,,,,,,,2,,,2,2,,,1,75,,,,4,1200,2,8,2,,,8,1,1,,8,1,,3,4,1,1,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,750,,12,9000,1,,8,,,,,,,,,,,,,,,1,3,2,,2,2,1,,,,6,10,,,1,400,,,,6,9600,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,1,1,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,1,1,1,1,1,,,,,,,,,,,,,,,,,,1,2,1,,,,,,,,2,2,1,,2,2,2,2,,1,2,1,2,,,,,,,,,,,,,,,2,1,1,1,2,,,,,,,,,,,,2,2,1,1,1,1,2,,2,66,97," <5:OTHER (SPECIFY)>:Belize",97," <5:OTHER (SPECIFY)>:Belize",,,,,1993,1,"ddb","020420",4,1,3,4,1,3,9600,0,0,0,0,0,0,0,0,0,0,0,0,9600,.7199776768684387,988.9422607421875,0,1,2,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,36,,36,3,0,0,1,0,0,0,1,0,1,2,1224.6600341796875,1224.6600341796875,1224.6600341796875,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,2,2,2,3,1,2,1,0,0,1,,4,4,4,250,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,17650,26475,1,70600,0,0,37000,100,0,0,0,0,0,3,.75,0,0,0,0,1,,1,1,1,0,1,0,1,2,0,0,0,1,0,1,0,1,0,1,2,1,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,15797,22,22,,,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,9600,9600,97.9795913696289,0,0,0,9600,0,9600,97.9795913696289,0,0,1,1,,1,1,1,0,0,1,0,0,0,36,1296,1,,1,1,0,0,0,0,0,,41.4865608215332,36,1296,0,0,0,0,0,0,0,0,6,10,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020420",1,5,3,1,,,,45,,1,1,1,1,2,1,1,1,2,2,3,1,1,45,2,1,1,,1,54,1,5,,2,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,13,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,13,2,8,,,,,2,4,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,300,1,,2,,1000,1,2,2,2,2,2,2,2,2,2,2,,,,,4,1,3,2,2,3,2,2,1,4,1,2,3,4,,1,,,8,1,,2,2,2,0,6,3,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,19,,7,1,2,2,1,1,2,,,2,,,3,,,1700,,12,20400,1,,,350000,134000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,50,12,50,4,,,,70000,,70000,1,,,,,,,,,,,4,,,,60000,,60000,1,,,,,,,,,,,1,1,2,,30000,,,,,,,,,1,14000,10000,,,,,,,1,1,,1,3000,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300,300,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,10000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,1,2,2,1,,2,56,1,,,,1,,5," <5:OTHER (SPECIFY)>:Italy",,1,"ddb","020420",4,3,1,3,2,1,70000,60000,0,300.0000305175781,0,0,0,0,0,0,0,0,0,130300,.5513578653335571,757.33056640625,1,2,0,2,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,45,54,49.5,4,0,0,0,1,0,1,0,0,1,4,1465.02880859375,732.514404296875,488.3429260253906,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,3,1,2,2,1,2,1,0,0,0,,1,4,3,30000,1,1,1,1,350000,134000,216000,1,14000,10000,4000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,229,1,,,1,,7,1.75,1,1,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15801,,,,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,0,0,0,0,0,0,2,70000,70000,264.57513427734375,60000,60000,244.948974609375,70000,60000,70000,264.57513427734375,60000,244.948974609375,0,0,,0,0,0,0,0,1,1,0,0,45,2025,1,1,1,1,1,0,2,0,54,54,41.4865608215332,45,2025,0,0,0,0,0,0,0,0,12,50,0,1,0,0,1,54,2916,1,0,0,1,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020426",1,4,1,,,,,40,,2,3,2,1,1,1,1,2,2,2,2,1,1,40,2,1,1,,1,42,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,15,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,15,1,4,,,,,2,4,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,8,,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,2,3,3,3,3,2,1,2,1,1,1,1,1,1,,1,,,10,3,,1,2,1,0,2,4,4,2,2,2,1,4,0,,,,1,0,1,2,2,2,,,9,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,40,,6,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,98,,,,,,,,,,,,,,,,,,,9,,,,,,,,,9,,,,,,,,,1,1,1,1,9,9,,,,,,,,1,9,8,8,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,62,1,,,,1,,1,,,1,"ep","020426",3,2,1,3,2,1,35572.4609375,0,0,0,0,0,0,0,0,0,0,0,0,35572.4609375,1.4416096210479736,1980.15673828125,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,40,42,41,3,0,0,1,0,0,1,0,0,1,4,2263.298583984375,1131.6492919921875,1131.6492919921875,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,2,1,0,0,0,0,,3,4,4,,,,,0,0,0,0,1,,,,1,1,1,0,,,14630,21945,0,58520,0,1,46438.2578125,6,0,1,1,1,1,6,2,1,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15803,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,0,0,0,40,1600,0,1,0,1,0,0,2,1,42,42,41.4865608215332,42,1764,0,0,0,1,0,0,1,0,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020412",1,2,1,,,,,61,,1,1,1,3,8,1,8,1,2,2,8,2,5,61,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,3000,1,,2,,1200,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,7,,7,1,2,2,1,1,2,,,2,,,3,,,1000,,12,12000,1,,,900000,298000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,,,,4,40,,,4,,,,54000,,54000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,8,2,,1,,1,,1,,2,,,,,,,,,1,8,,2,,,,,,,,2,1,2,1,1,2,2,2,,2,2,,,2,,,,,,,1,8,,,,,,,,,,,,8,,,,,,5400,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,3,40,1,,,,1,,1,,,1,"al","020412",1,1,0,1,1,0,54000,0,764.19873046875,0,6942.92041015625,0,0,0,5400.00048828125,0,0,0,0,67107.1171875,3.9387917518615723,5410.2197265625,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,61,,61,4,0,0,0,1,0,0,1,1,0,1,5555.9609375,5555.9609375,5555.9609375,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,175000,1,1,1,1,900000,298000,602000,0,0,0,0,1,1,0,0,,0,8590,12885,0,34360,1,1,21000.001953125,293,1,,,1,,7,7,1,1,1,1,1,,,1,,1,,,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15809,,,,,1,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,-5,2537.25634765625,50.371185302734375,5400,5400,73.48469543457031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,54000,54000,232.37899780273438,0,0,0,54000,0,54000,232.37899780273438,0,0,0,0,,0,0,0,0,0,1,0,0,0,61,3721,1,,1,1,0,0,0,0,0,,41.4865608215332,61,3721,0,1,1,0,0,0,0,0,4,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020428",1,4,3,1,,,,2,,1,3,3,1,1,3,4,2,2,2,2,5,2,24,2,1,2,,1,27,1,12,,1,60,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,6,,,,,2,2,1,2,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,1,1,8,1,,2,,100,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,5,3,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,700,,12,8400,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,10,40,12,60,4,,,,40000,,40000,1,,,,,,,,,,,4,,,,55000,,55000,1,,,,,,,,,,,1,1,1,1,20000,,,,,,,,,1,10000,0,,,,,,,1,2,,1,17000,,,,,,,2,2,2,1,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,600,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,1," <1:Yes (Specify)>:park slope food coop",3,2,2,1,7,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:post traumatic anxiety",1,2,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,8,77,1,,,,1,,1,,,1,"RR2","020630",3,3,0,2,2,0,54999.99609375,40000,622.5427856445312,0,0,0,0,0,0,0,0,0,0,95622.5390625,2.4903805255889893,3420.720703125,1,1,0,3,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,24,27,25.5,2,0,1,0,0,0,1,0,1,0,3,5988.5126953125,2994.25634765625,1996.1708984375,1,1,0,0,0,0,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,20000,1,1,0,0,0,0,0,1,10000,0,10000,1,1,1,0,1,1,11610,17415,0,46440,1,1,42400,106,1,,,0,,5,1.6666666269302368,1,0,1,1,1,1,,1,,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15813,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,40000,40000,200,55000,55000,234.52078247070312,55000,40000,55000,234.52078247070312,40000,200,0,0,,0,0,0,0,0,1,1,1,0,24,576,1,1,0,1,1,0,2,1,27,27,41.4865608215332,27,729,0,1,0,1,1,0,0,0,12,60,1,1,1,1,0,24,576,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020418",1,1,3,1,,,,60,,1,3,4,1,3,2,2,2,2,2,2,2,5,70,2,1,5,,1,38,1,5,,1,38,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,2,,,,,,,3,2,,3,3,2,2,2,2,1,2,2,6,6,1,5,,,,,,,,,,,,,,,,,,,2,,,1,,2,,200,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,44,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,8,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,1,,1,,8,,1,12000,0,,,,,,,1,1,,1,30000,,,,,,,2,1,1,2,2,2,2,2,,2,2,,,2,,,,,,,1,2000,2,,,,,50000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,1," <1:Yes (Specify)>:church",1,2,1,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,32,1,,,,1,,1,,,1,"ep","020418",3,3,0,1,1,0,0,0,0,0,2000,0,0,50000,0,0,0,0,0,52000,3.106167793273926,4266.5498046875,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,70,,70,5,0,0,0,0,1,0,1,1,0,1,6296.06005859375,6296.06005859375,2098.686767578125,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,12000,0,12000,1,1,0,0,,0,8590,12885,0,34360,1,1,21000.001953125,150,1,,,1,,5,1.6666666269302368,1,0,1,1,1,,,1,,1,0,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15817,,,,,1,0,0,0,2000,2000,44.72135925292969,50000,50000,223.60679626464844,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,70,4900,0,,1,1,1,0,0,0,0,,41.4865608215332,70,4900,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020419",1,5,1,,,,,43,,1,3,2,3,1,1,2,1,2,2,8,3,5,46,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,15,2,1,,,,,13,2,1,,,,,10,1,1,,,,,8,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,15,2,2,,2,,,2,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,6,,,,,,,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,4,3,3,1,2,3,1,1,3,3,1,1,1,2,,1,,,9,1,,1,2,1,0,2,4,4,2,2,2,1,4,0,,,,4,4,,,,,,,,,2,0,2,1,2,2,,,,,2,,,2,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,0,4,5,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,12,9000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,6,60,,,4,,,,30000,,30000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,1,1,2,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,,12,470,5640,1,,3,300,900,1,,99,,,,99,2,,2,,1,2,,2,,2,2,1,2,2,2,,2,1,2,7,," <12:OTHER (specify)>:I didn't need it",,,,,3,,,,,,,,,,,,,,,2,1,1,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,3,2,1,2,,,,,,,,,,,,2,3,2,2,2,1,1,,2,55,1,,,,1,,97," <5:OTHER (SPECIFY)>:Cuba",,1,"ep","020419",5,1,4,5,1,4,30000,0,0,0,0,900,447.2507629394531,0,0,0,0,5639.99951171875,0,36087.25,.5999813675880432,824.1184692382812,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,46,,46,4,0,0,0,1,0,0,1,0,1,2,1182.04150390625,1182.04150390625,1182.04150390625,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,3,2,1,1.6666666269302368,1,0,0,0,,1,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,,0,20670,31005,0,82680,0,1,36847.08984375,80,0,1,0,0,1,5,1,1,1,1,1,0,,1,0,1,1,1,1,1,3,0,1,0,0,0,0,0,2,0,2,2,1,0,0,1,1,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,15829,,,,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5640,5640,75.09992980957031,900,900,30,-5,107.74469757080078,10.380014419555664,1,30000,30000,173.205078125,0,0,0,30000,0,30000,173.205078125,0,0,0,0,,1,0,0,0,0,1,0,0,0,46,2116,1,,1,1,0,0,0,0,0,,41.4865608215332,46,2116,1,0,0,0,0,0,0,0,6,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.4038054943084717,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020415",1,2,2,1,,,,17,,1,2,3,1,3,1,3,3,2,2,1,1,1,33,2,1,1,,1,29,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,16,2,1,,2,,,5,2,1,,1,,,2,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,2,2,4,,,,,2,4,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,50,8,2,2,2,,,,,,,2,3,3,3,3,,,,,,,,,,,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,2,1,2,2,2,2,,,3636,,2,2,1,1,2,1,2,,,,2,,,2,,,,2,,,,,2,2,,,,,,,,,,,1,,,,2,,,,,,2,2,,,4,,,,3636,,3636,2,1125,2,,,1,2,3,,,7,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,780,,12,9360,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,37,12,60,4,,,,42000,,42000,1,,,,,,,,,,,4,,,,70000,,70000,1,,,,,,,,,,,1,1,1,1,8,2,,2,2,,,,,1,8,4000,,,,,,,1,1,,1,15000,,,,,,,2,2,2,2,2,2,2,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,3,2,2," <7:ANOTHER GROUP (SPECIFY)>:WEST INDIAN",2,68,97," <5:OTHER (SPECIFY)>:GEORGETOWN, GYANA",1,,,,,,1985,1,"RR2","020415",5,2,3,5,2,3,70000,42000,0,0,0,0,0,0,0,0,0,0,0,112000,.697822093963623,958.5099487304688,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,33,29,31,2,0,1,0,0,0,1,0,0,1,4,1628.4063720703125,814.2031860351562,814.2031860351562,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,,,,,,,,,,,,2,,,4,15000,1,1,0,0,0,0,0,1,,4000,,1,1,1,1,1,1,20670,31005,0,82680,1,1,36847.08984375,79,1,,,1,,5,1,1,0,0,1,1,1,1,1,,1,0,0,1,2,0,0,0,1,0,1,1,0,1,1,2,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15831,7,,,,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,42000,42000,204.9390106201172,70000,70000,264.57513427734375,70000,42000,70000,264.57513427734375,42000,204.9390106201172,2,1,1,0,1,1,0,0,1,0,0,0,33,1089,1,1,0,1,0,0,2,1,29,29,41.4865608215332,29,841,0,0,0,1,0,0,3,1,12,60,1,1,0,0,0,33,1089,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020428",1,4,4,1,,,,18,,3,2,3,3,3,2,3,3,2,2,2,5,5,18,1,1,9,,1,18,1,9,,2,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,1,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,8,8,,8,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,10,,4,2,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,100,,12,1200,1,,1,,3,,2,,2,,1,1,,,,,12,40,,,2,,100,,,12,2400,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,0,,,,,,,,,1,8,0,,,,,,,1,2,,8,,,,,,,,9,9,2,2,2,2,2,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,3,,7,76,99,,,,,,,,99,1,"mb","020428",3,3,0,1,1,0,2400,0,0,0,0,0,0,0,0,0,0,0,0,2400,1.889001727104187,2594.6826171875,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,4,0,0,0,1,18,,18,1,1,0,0,0,0,0,1,1,0,1,10963.9013671875,10963.9013671875,3654.6337890625,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,,0,,1,1,1,1,,1,8590,12885,1,34360,0,0,21000.001953125,249,0,1,1,1,1,4,1.3333333730697632,1,0,0,1,1,,,1,,0,0,0,0,1,1,0,0,,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15834,,,,,99,-9,-9,,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2400,2400,48.98979568481445,0,0,0,2400,0,2400,48.98979568481445,0,0,0,0,,0,,0,0,0,1,1,0,1,18,324,1,,1,1,1,0,0,1,0,,41.4865608215332,18,324,0,0,0,1,1,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,,1,0,0,0,0,0 -"9543x","020424",1,4,1,,,,,53,,1,1,1,2,2,1,1,1,2,2,3,5,5,53,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,1,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,3600,1,,2,,400,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,40,,6,2,2,2,1,1,2,,,2,,,4,,,,7500,,7500,1,,,410000,130000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,1,1,,,,,12,40,,,4,,,,130000,,130000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1e+06,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,7500,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,1,2,1,2,,3,2,2,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,1,,4,49,1,,,,1,,1,,,1,"nr","020424",1,1,0,1,1,0,100000.9921875,0,7500,0,0,0,0,0,0,0,0,0,0,107500.9921875,1.8564025163650513,2549.9052734375,0,1,1,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,53,,53,4,0,0,0,1,0,0,1,1,0,1,6362.37646484375,6362.37646484375,6362.37646484375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,1e+06,1,1,1,1,410000,130000,280000,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,329,1,,,1,,6,6,1,1,1,1,1,,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15839,,,,,1,0,0,0,0,0,0,0,0,0,7500,7500,86.6025390625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,130000,130000,360.55511474609375,0,0,0,130000,0,130000,360.55511474609375,0,0,0,0,,0,0,0,0,0,1,1,1,1,53,2809,1,,1,1,1,1,0,1,0,,41.4865608215332,53,2809,0,1,0,1,1,1,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020420",1,2,3,1,,,,14,,1,1,1,1,1,2,1,3,2,2,1,1,1,51,2,1,1,,1,55,1,5,,1,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,1,2,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,8,1,,2,,450,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,4,,5,1,2,2,1,1,2,,,2,,,3,,,1400,,12,16800,1,,1,200000,98,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,55,12,40,4,,,,19000,,19000,1,,,,,,,,,,,4,,,,41000,,41000,1,,,,,,,,,,,1,1,2,,8,2,,2,2,,,,,1,750,0,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,2,,2,50,11," <5:OTHER (SPECIFY)>:trinidad",,,,,,,1990,1,"RR2","020420",3,3,0,2,2,0,41000.00390625,19000,0,0,0,0,0,0,0,0,0,0,0,60000.00390625,3.3079710006713867,4543.7412109375,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,51,55,53,4,0,0,0,1,0,1,0,1,0,3,13120.9208984375,6560.46044921875,4373.64013671875,1,1,0,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,15000,1,1,0,1,200000,,,1,750,0,750,0,1,1,1,1,1,11610,17415,0,46440,1,1,42400,121,1,,,1,,5,1.6666666269302368,1,1,0,1,1,1,,1,,1,1,1,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15847,11,,,,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,19000,19000,137.84048461914062,41000,41000,202.4845733642578,41000,19000,41000,202.4845733642578,19000,137.84048461914062,0,0,1,0,1,1,0,0,0,0,0,0,51,2601,1,1,0,0,0,0,2,1,55,55,41.4865608215332,55,3025,0,0,0,0,0,0,0,0,12,40,1,0,0,0,0,51,2601,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020420",1,4,2,1,,,,20,,1,1,3,1,2,2,4,2,2,2,2,5,5,20,2,1,3,,2,42,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,1,,,,,,,1,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,,,,,,,1,2,,1,,2,,50,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,11,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,4,,,,1200,,1200,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000,,,,,,,,,2,,,,,,,,,1,1,,1,5500,,,,,,,2,2,2,1,2,2,2,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,,,,,,,,,,,,,,,,,,2,,2,40000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,1,,3,81,1,,,,97," <5:OTHER (SPECIFY)>:GREECE",1,,,1,"SF","020420",2,2,0,1,1,0,0,0,100,0,0,0,0,0,0,0,0,0,0,100,3.4789507389068604,4778.5947265625,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,20,,20,1,1,0,0,0,0,0,1,1,0,1,5879.47314453125,5879.47314453125,2939.736572265625,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,5000,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,297,0,1,1,1,1,3,1.5,1,0,1,1,1,,,1,,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15849,,,38,,1,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,1,0,0,20,400,0,,1,1,1,0,0,0,0,,41.4865608215332,20,400,0,1,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020419",1,4,1,,,,,35,,2,3,2,1,4,2,2,4,2,2,2,3,5,99,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,3,2,,,,,,,,,,,,,1,3,,,,,,,,,,,,,,,,,,,2,1,8,1,,2,,600,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,25,,8,1,2,2,1,2,,,,,,,,,,,,,,,,,325000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,12,40,,,8,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,9,9,,,,,,,,1,35000,9,9,,,,,,8,,1,2,,,,,,,,2,2,2,2,9,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,9,2,,1,99,1,,,,1,,1,,,1,"ep","020425",1,1,0,1,1,0,32641.724609375,0,0,0,0,0,0,0,0,0,0,0,0,32641.724609375,1.0158175230026245,1395.300048828125,0,2,0,,3,2,7,0,0,0,0,0,0,1,0,,,,,,41.3242301940918,,41.3242301940918,3,0,0,1,0,0,0,1,1,0,1,1721.8336181640625,1721.8336181640625,1721.8336181640625,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,325000,0,325000,1,35000,,,0,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,383,1,,,1,,8,8,1,1,0,1,1,,,1,,1,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15850,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,0,0,0,0,0,0,1,1,0,0,41.28620147705078,1707.6920166015625,1,,1,1,1,0,0,0,0,,41.4865608215332,42.23152160644531,1783.50146484375,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,0,0 -"9543x","020412",1,1,1,,,,,18,,3,3,4,2,3,4,3,1,2,2,3,5,5,18,1,1,3,,2,46,1,7,,2,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,11,2,7,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,2,,3,,,2,,,,,,,2,2,,,,,,,,,,,,,1,3,,,,,,,,,,,,,,,,,,,2,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,," |stop",,,,,,,,,,,,,,,,,,,1,,1,12,,4,3,1,1,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,300,,6,1800,1,,1,,,,,,,,,,,,,,,2,,2,,2,1,,,,,7,25,,,2,,260,,,7,3640,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,2,,2,1,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,2,2,,3,83,1,,,,97," <5:OTHER (SPECIFY)>:Granada",97," <5:OTHER (SPECIFY)>:Granada",,1,"ep","020424",4,3,1,1,1,0,3640,0,0,500,0,0,0,0,0,0,0,0,0,4140,4.270991802215576,5866.52099609375,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,2,0,1,0,0,18,,18,1,1,0,0,0,0,0,1,1,0,1,15139.134765625,15139.134765625,5046.37841796875,1,1,0,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,90,0,1,1,0,0,4,1,1,0,1,1,1,,,1,,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15859,,,39,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,1,3640,3640,60.33241271972656,0,0,0,3640,0,3640,60.33241271972656,0,0,0,0,1,0,0,0,0,0,0,0,0,1,18,324,1,,1,0,0,0,0,1,0,,41.4865608215332,18,324,0,0,0,0,0,0,0,0,7,25,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020423",1,1,2,1,,,,27,,1,1,3,2,3,3,4,3,2,2,1,4,5,29,2,1,7,,1,21,1,3,,2,48,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,1,,,,2,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,300,,12,3600,1,,1,,,,,,,,,,,,,,,1,2,2,,1,1,,,,,12,40,,,3,,,1600,,12,19200,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,150,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,500,1,2,,1,3,,1,1,2,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,1,1,2,,,,,,,1,2,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,4,,2,72,3,,,,,,,,1974,1,"JR","020423",3,3,0,1,1,0,19200.001953125,0,0,0,0,0,0,0,0,0,0,0,0,19200.001953125,2.243321657180786,3081.3671875,0,1,1,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,29,,29,2,0,1,0,0,0,0,1,1,0,1,4944.96142578125,4944.96142578125,1648.3204345703125,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,150,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,218,0,0,0,1,1,4,1.3333333730697632,1,0,0,1,0,,,0,,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15860,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,19200,19200,138.56407165527344,0,0,0,19200,0,19200,138.56407165527344,0,0,0,0,,1,0,0,0,0,1,0,0,0,29,841,1,,1,1,0,0,0,0,0,,41.4865608215332,29,841,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020421",1,4,1,,,,,28,,2,1,3,1,2,3,2,1,2,2,2,2,5,72,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,2,5,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,2,1,2,,,,2,,,,,,,3,2,,3,3,2,2,2,2,1,2,1,4,6,1,5,,,,,,,,,,,,,1,,6,,,,2,,,2,,,,,2,2,2,2,2,2,2,2,2,2,2,,,,,4,3,3,3,3,3,1,2,2,4,2,1,1,98,,1,,,10,1,,2,2,2,0,98,2,3,1,2,8,3,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,21,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,297,,12,3564,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,1,2,2,2,2,2,2,,1,2,2,2,2,,,,,,,1,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,,12,9,,,99,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>:TENANT PATROL",1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,1,99,2,,1,,,,,,1974,1,"RR2","020629",9,1,8,2,1,1,0,0,0,0,931.9390869140625,0,0,0,0,0,0,2252.3974609375,0,3184.33642578125,1.567107081413269,2152.53662109375,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,72,,72,5,0,0,0,0,1,0,1,0,1,2,3876.7080078125,3876.7080078125,3876.7080078125,1,2,1,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,0,1,1,1,1,1,1,0,0,0,,,1,3,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,11610,17415,1,46440,0,0,42400,202,0,1,1,1,1,4,.4444444477558136,0,0,1,1,1,,1,1,0,1,1,1,1,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,15861,,,,,2,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,214.38082885742188,14.641749382019043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,72,5184,0,,1,0,0,0,0,0,0,,41.4865608215332,72,5184,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0 -"9543x","020418",1,1,1,,,,,35,,2,3,1,1,1,2,8,1,2,2,2,3,5,50,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,20,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,400000,,400000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,7,2,,2,1,,,,,1,3000,0,,,,,,,1,1,,1,20000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20000,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>:church",1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,52,99,,,,,,,,1970,1,"ep","020418",1,1,0,1,1,0,100000.9921875,0,0,0,0,0,0,0,0,0,0,0,0,100000.9921875,1.4758204221725464,2027.1478271484375,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,50,,50,4,0,0,0,1,0,0,1,1,0,1,3236.31005859375,3236.31005859375,3236.31005859375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,1,3000,0,3000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,240,1,,,1,,4,4,1,1,1,1,1,,,1,,1,1,,0,3,0,1,0,,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15862,,,,,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,400000,400000,632.4555053710938,0,0,0,400000,0,400000,632.4555053710938,0,0,0,0,1,0,,0,0,0,1,1,1,0,50,2500,1,,1,1,1,1,0,0,0,,41.4865608215332,50,2500,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020428",1,2,3,1,,,,1,,2,3,1,1,1,2,2,2,2,2,3,5,5,45,1,1,1,,2,45,1,5,,1,19,2,,,,,,,,,,,,,,,,,,,,,,,,," wife",,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,3,,,2,,,,,,,4,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,1,,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,2,,200,,,12,4800,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,8,1,2,,,,,,,1,100,100,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,1,2,,2,,,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,4,,7,57,11," <5:OTHER (SPECIFY)>:trinidad",,,,,,,2000,1,"mb","020428",3,3,0,1,1,0,4800.00048828125,0,0,0,0,0,0,0,0,0,0,0,0,4800.00048828125,2.453131914138794,3369.556884765625,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,45,,45,4,0,0,0,1,0,0,1,1,0,1,14000.99609375,14000.99609375,4666.99853515625,0,3,0,1,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,0,0,0,0,1,100,100,0,0,1,1,1,,1,8590,12885,1,34360,0,0,21000.001953125,3,0,1,1,0,1,3,1,1,1,1,1,0,,,0,,1,1,1,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15865,11,,,,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4800,4800,69.28203582763672,0,0,0,4800,0,4800,69.28203582763672,0,0,0,0,,1,1,1,0,0,0,0,0,1,45,2025,1,,1,0,0,0,1,1,45,45,41.4865608215332,45,2025,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020424",1,4,1,,,,,43,,2,3,3,1,2,2,3,1,2,2,2,5,5,43,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,100,1,,2,,12,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,5,,12,4,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,1,3,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,60,,,4,,,,23000,,23000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,1,9,9,,,,,,,,9,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,1,2,,,1,1,1,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,1,,8,74,97," <5:OTHER (SPECIFY)>:IRELAND",,,,,,,1976,1,"RR2","020424",1,1,0,1,1,0,23000.001953125,0,0,0,0,0,0,0,0,0,0,0,0,23000.001953125,2.8710405826568604,3943.585205078125,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,1,1,0,0,0,43,,43,3,0,0,1,0,0,0,1,1,0,1,6973.16650390625,6973.16650390625,6973.16650390625,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,,,,,0,0,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,303,1,,,0,,12,12,1,0,1,1,1,,,1,,1,1,0,0,2,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15870,48,,,,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,23000,23000,151.6575164794922,0,0,0,23000,0,23000,151.6575164794922,0,0,0,0,,0,1,1,0,0,1,0,0,1,43,1849,1,,1,1,0,0,0,1,0,,41.4865608215332,43,1849,0,0,0,1,0,0,0,0,12,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020427",1,2,2,1,,,,2,,1,1,1,2,3,2,4,1,1,2,3,5,2,30,1,1,2,,2,31,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,1,9,,,,,1,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,240,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,4,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1400,,12,16800,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,46000,,46000,1,,,,,,,,,,,4,,,,47000,,47000,1,,,,,,,,,,,1,1,1,8,0,,,,,,,,,2,,,,,,,,,1,1,,1,10000,,,,,,,2,2,2,1,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,4,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,2,1,,8,71,1,,,,1,,1,,,1,"agh","020427",2,2,0,2,2,0,47000,46000,100,0,0,0,0,0,0,0,0,0,0,93100,2.0333871841430664,2793.0068359375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,30,31,30.5,2,0,1,0,0,0,1,0,1,0,3,6092.46044921875,3046.230224609375,3046.230224609375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,129,1,,,1,,4,2,1,1,1,0,1,1,,1,,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15873,,,,,1,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,46000,46000,214.47610473632812,47000,47000,216.79483032226562,47000,46000,47000,216.79483032226562,46000,214.47610473632812,0,0,,0,0,0,0,0,1,1,1,1,30,900,1,1,0,1,1,1,1,0,31,31,41.4865608215332,31,961,0,1,0,0,0,0,0,0,12,40,1,1,1,1,1,30,900,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020416",1,4,3,1,,,,30,,1,3,3,1,3,2,2,3,9,9,2,1,1,53,2,1,1,,1,50,1,5,,1,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,1,6,,9," <9:OTHER (SPECIFY)>:SISTER IN LAWS CHILD|(THE WIFES SISTER'S SON LIVES WITH THEM",1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,1,7,,,,1,2,7,,,,1,2,3,9,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,1200,1,,2,,500,2,2,4,2,2,2,2,2,2,2,2,,,,,3,3,3,2,3,3,8,2,4,4,2,3,4,2,,1,,,10,1,,2,2,1,0,4,4,4,1,1,2,2,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,10,,99,1,2,2,1,9,2,,,2,,,9,,,,,,,,,,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,1,1,,1,1,,12,40,12,35,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,1,1,1,1,9,9,,,,,,,,1,8,0,,,,,,,1,1,,9,,,,,,,,2,2,2,2,2,2,9,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,1,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,3,,3,48,7," <5:OTHER (SPECIFY)>:SOUTH AMERICA (GUYANA)",1,,,,,,1971,1,"RR2","020416",11,3,8,3,2,1,33615.51953125,13628.1044921875,0,0,0,0,0,0,0,0,0,0,0,47243.625,.6706960201263428,921.250244140625,1,1,1,3,3,2,7,0,0,0,0,0,0,1,0,4,0,0,0,1,53,50,51.5,4,0,0,0,1,0,1,0,0,1,4,4311.63134765625,2155.815673828125,1437.21044921875,1,2,1,0,0,,3,1,0,0,1,0,0,4,0,0,1,1,0,1,1,2,1,1,1.3333333730697632,0,0,1,0,,2,3,2,,,,,1,,,,1,,0,,1,1,1,1,1,1,14630,21945,0,58520,0,1,46438.2578125,55,1,,,1,,,,,0,0,,1,1,1,1,1,1,0,1,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15874,7,,,,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,,0,1,1,0,0,1,1,0,0,53,2809,1,1,1,1,1,0,2,0,50,50,41.4865608215332,53,2809,0,0,0,0,0,0,0,0,12,40,0,1,1,1,1,50,2500,1,1,1,1,.1519336998462677,.1519336998462677,1,1,0,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020625",1,4,2,1,,,,4,,2,2,3,3,3,2,8,2,2,2,2,3,2,99,2,1,2,,1,99,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,2,,1,,2,,500,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,4,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,8,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,40,12,70,4,,,,52000,,52000,1,,,,,,,,,,,4,,,,45000,,45000,1,,,,,,,,,,,1,1,1,1,60000,,,,,,,,,1,35000,0,,,,,,,2,,1,2,,,,,,,,2,2,2,1,2,1,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,20000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,6,99,1,,,,1,,1,,,1,"jd","020625",2,2,0,2,2,0,51999.99609375,45000,911.05517578125,0,0,0,0,0,0,0,20000,0,0,117911.0546875,.5891525149345398,809.2442626953125,1,2,0,4,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,41.3242301940918,41.53856658935547,41.431396484375,3,0,0,1,0,0,1,0,1,0,3,1624.426513671875,812.2132568359375,812.2132568359375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,60000,1,1,1,0,0,0,0,1,35000,0,35000,0,1,1,1,1,1,11610,17415,0,46440,1,1,42400,81,1,,,1,,4,2,1,0,1,1,1,1,,1,,1,0,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15880,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,20000,20000,141.42135620117188,0,0,0,0,0,0,0,0,0,0,0,0,2,52000,52000,228.0350799560547,45000,45000,212.1320343017578,52000,45000,52000,228.0350799560547,45000,212.1320343017578,0,0,1,0,0,0,0,0,1,1,1,0,41.28620147705078,1707.6920166015625,1,1,1,1,1,1,2,0,41.4865608215332,,41.4865608215332,42.23152160644531,1783.50146484375,0,1,0,0,0,0,0,0,12,40,0,1,1,1,1,41.53856658935547,1725.4525146484375,1,1,1,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020420",1,2,4,1,,,,21,,1,2,2,1,2,2,2,1,1,2,2,5,5,21,2,1,3,,1,54,1,3,,2,52,1,7,,2,25,1,7,,2,23,2,,,,,,,,,,,,,,,,,,,,,,,,,,1,9,2,7,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,6,,,,,1,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,," <7:or another type of government program? {specify}>:Blue Cross Blue Shield",2,2,,1,,2,,8,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,," Her father pays tuition",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,21,,8,2,2,2,1,1,1,1,,2,,,5,,,,,,,,,,98,98,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,12,40,,,1,250,,,,12,12000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,7,2,,2,1,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000,4000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,81,1,,,,1,,1,,,1,"ddb","020420",6,5,1,1,1,0,12000,0,0,3999.999755859375,0,0,0,0,0,0,0,0,0,16000,2.750352144241333,3777.810791015625,0,2,0,,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,21,,21,1,1,0,0,0,0,0,1,1,0,1,4648.13232421875,4648.13232421875,929.62646484375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,1,,,,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,302,0,1,1,1,1,8,1.3333333730697632,1,1,1,0,1,,,1,,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15887,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,4000,63.24555206298828,0,0,0,0,0,0,0,0,0,1,12000,12000,109.54450988769531,0,0,0,12000,0,12000,109.54450988769531,0,0,0,0,,0,0,0,0,0,1,1,0,0,21,441,1,,1,1,1,0,0,0,0,,41.4865608215332,21,441,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020430",1,4,3,1,,,,16,,1,2,3,3,2,2,2,3,2,2,1,4,5,49,2,1,5,,1,30,1,5,,1,24,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,8,1,5,,,,2,7,1,5,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,4,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,200,,3,600,1,,1,,,,,,,,,,,,,,,2,,2,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,2000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,2,2,1,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,1,1,,2,53,97," <5:OTHER (SPECIFY)>:COLOMBIA",,,,,,,1975,2,"ar","020430",5,3,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.243321657180786,3081.3671875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,49,,49,4,0,0,0,1,0,0,1,1,0,1,5045.3408203125,5045.3408203125,1681.7802734375,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,280,0,1,1,0,1,3,.6000000238418579,0,0,0,1,1,,,1,,1,1,1,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15889,28,,,,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,1,1,0,0,1,0,0,0,49,2401,0,,1,1,0,0,0,0,0,,41.4865608215332,49,2401,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020426",1,4,1,,,,,7,,1,1,1,1,9,2,8,1,2,2,3,1,1,31,2,1,1,,2,33,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,,,,,,,2,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,6,,3,2,2,2,1,1,2,,,2,,,3,,,1500,,12,18000,1,,,230000,125000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,50,12,50,4,,,,75000,,75000,1,,,,,,,,,,,4,,,,95000,,95000,1,,,,,,,,,,,1,1,1,1,8,2,,1,,2,3,,,1,52000,10000,,,,,,,2,,2,1,3000,,,,,,,2,2,2,1,1,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,1900,2,,,,,3500,2,,,,,,,,,,,100,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,2,2,,3,70,97," <5:OTHER (SPECIFY)>:nigeria",,,,,,,1993,1,"ep","020426",2,2,0,2,2,0,95000,74999.9921875,1900,100,0,0,0,0,3500,0,0,0,0,175500,1.1783050298690796,1618.488525390625,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,31,33,32,2,0,1,0,0,0,1,0,1,0,3,3380.7431640625,1690.37158203125,1690.37158203125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,90000,1,1,1,1,230000,125000,105000,1,52000,10000,42000,0,0,1,1,1,1,11610,17415,0,46440,1,1,42400,149,1,,,1,,3,1.5,1,1,1,1,1,1,,1,,1,,,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,1,1,2,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15890,59,,,,59,0,0,0,0,0,0,0,0,0,1900,1900,43.5889892578125,3500,3500,59.160797119140625,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,2,75000,75000,273.86126708984375,95000,95000,308.220703125,95000,75000,95000,308.220703125,75000,273.86126708984375,0,0,1,0,1,1,0,0,1,1,1,0,31,961,1,1,0,1,1,1,1,0,33,33,41.4865608215332,33,1089,0,1,0,0,0,0,0,0,12,50,1,1,1,1,0,31,961,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020417",1,2,2,1,,,,30,,2,1,2,1,2,1,8,3,2,2,3,1,1,56,2,1,1,,1,63,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,2,11,,,,,2,2,2,,,,,,,,,,,,,1,3,,,,,,1,3,,,,,,,,,,,,2,1,5200,2,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,7,,6,1,2,2,1,9,9,,,2,,,9,,,,,,,,,,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,2,2,1,1,,,,12,98,,,,,,,,,,,,,,,,,,,9,,,,,,,,,1,9,,,,,,,,2,,8,,9,2,,1,,9,,,,1,35000,8,8,,,,,,1,8,,9,,,,,,,,2,2,2,9,9,2,9,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,9,,9,2,,2,,,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,3,,,,,,,,,,,,,,,,,,,2,1,,3,48,99,,,,,,,,99,1,"RR2","020417",2,2,0,2,2,0,45221.41015625,0,0,0,0,0,0,0,0,0,0,0,0,45221.41015625,2.0333871841430664,2793.0068359375,1,1,0,4,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,56,63,59.5,4,0,0,0,1,0,1,0,1,0,3,5895.59423828125,2947.797119140625,2947.797119140625,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,1,35000,,,1,1,1,0,,,11610,17415,0,46440,0,1,42400,73,1,,,1,,6,3,1,1,0,1,1,1,,1,,1,1,,0,3,0,1,0,,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,,1,,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15894,,,,,99,0,0,0,0,0,0,0,0,0,-9,-9,,-9,-9,,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,,0,0,0,1,1,0,0,56,3136,0,1,0,1,1,1,2,1,63,63,41.4865608215332,63,3969,0,0,0,1,1,1,0,0,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,,1,,1,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,0,0 -"9543x","020430",1,2,1,,,,,50,,2,3,2,1,2,2,2,2,2,2,2,1,5,72,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,2,2,,1,1,2,2,1,2,2,5,5,4,5,1,5,,,,,,,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,23,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,216,,12,2592,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,2,,2,1,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,1,2,2,2,2,2,2,,2,2,,,2,,,,,,,1,6000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,1,97,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:running nose, and watery eyes",1,1,9,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,2,,1,30,1,,,,1,,1,,,1,"RR2","020430",1,1,0,1,1,0,0,0,0,0,5999.99951171875,0,0,0,0,0,0,0,0,5999.99951171875,2.4658584594726562,3387.037841796875,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,2,0,1,0,0,72,,72,5,0,0,0,0,1,0,1,1,0,1,11053.162109375,11053.162109375,11053.162109375,1,1,0,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,245,0,1,1,1,1,3,3,1,1,1,1,1,,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15895,,,,,1,0,0,0,6000,6000,77.45966339111328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,72,5184,0,,1,0,0,0,0,1,0,,41.4865608215332,72,5184,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020630",1,2,2,1,,,,2,,1,2,1,2,3,2,4,1,2,2,3,5,2,24,2,1,2,,1,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,1,4,,,,,2,1,2,,,,,,,,,,,,,2,,,,,,,1,1,,,,,,,,,,,,,1,8,8,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,4,2,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,900,,12,10800,1,,8,,,,,,,,,,,,,,,1,1,2,,1,1,,1,1,,12,55,12,40,3,,,2000,,12,24000,1,,,,,,,,,,,3,,,3500,,12,42000,1,,,,,,,,,,,1,1,1,1,1000,,,,,,,,,2,,,,,,,,,1,2,,1,1200,,,,,,,2,2,2,2,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300,300,,,,,,,6,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,4,2,2,1,7,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:ANXIETY",1,2,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,1,,1,78,1,,,,1,,1,,,1,"RR2","020630",2,2,0,2,2,0,42000,23999.998046875,0,300.0000305175781,0,0,0,0,0,0,0,0,0,66300,3.1447579860687256,4319.55615234375,1,1,1,2,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,24,25,24.5,1,1,0,0,0,0,1,0,1,0,3,5778.30029296875,2889.150146484375,2889.150146484375,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,1000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,222,1,,,1,,4,2,1,1,1,1,0,1,,0,,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15901,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,0,0,0,0,0,0,2,24000,24000,154.91932678222656,42000,42000,204.9390106201172,42000,24000,42000,204.9390106201172,24000,154.91932678222656,0,0,,0,0,0,0,0,1,0,0,0,24,576,1,1,0,1,0,0,2,1,25,25,41.4865608215332,25,625,0,0,0,1,0,0,0,0,12,40,1,1,0,0,0,24,576,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020420",1,4,2,1,,,,20,,3,1,3,2,2,3,3,3,2,2,3,1,1,42,1,1,1,,2,28,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,3,2,4,,,,,2,4,,,,,1,1,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,5,,,,,,,2,,,,,1,1,1,2,,,,,,,2,3,3,3,3,,,,,,,,,,,,1,4,1,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,1,8,3,,,7,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,8,,,,,,,,,,,,,,,2,,2,,2,1,,2,2,2,12,40,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,9,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,59,2," <5:OTHER (SPECIFY)>:JAMAICA",1,,,,,,1984,1,"RR2","020420",3,2,1,3,2,1,28130.25390625,0,0,0,0,0,0,0,0,0,0,0,0,28130.25390625,.697822093963623,958.5099487304688,1,1,0,2,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,42,28,35,3,0,0,1,0,0,1,0,0,1,4,2274.833984375,1137.4169921875,1137.4169921875,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,1,1,1,,,1,0,,,,2,,,4,,,,,0,0,0,0,0,0,0,0,1,1,0,1,0,1,14630,21945,0,58520,0,1,46438.2578125,249,0,1,0,1,1,4,1.3333333730697632,1,0,0,1,0,0,1,0,,0,1,0,1,2,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,2,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15915,2,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,1,1,1,0,1,1,0,0,1,0,0,1,42,1764,1,0,1,1,0,0,1,1,28,28,41.4865608215332,42,1764,0,0,0,1,0,0,1,1,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020412",1,2,1,,,,,10,,1,3,2,2,1,1,8,1,2,2,3,5,5,23,1,1,3,,1,48,1,3,,2,48,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,2,,6,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1040,,12,12480,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,10,40,,,8,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,1,2,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,3,,7,79,9," <5:OTHER (SPECIFY)>:China",,,,,,,1989,1,"ep","020501",3,3,0,1,1,0,17967.013671875,0,0,0,0,0,0,0,0,0,0,0,0,17967.013671875,4.105053424835205,5638.5927734375,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,4,0,0,0,1,23,,23,1,1,0,0,0,0,0,1,1,0,1,15471.76953125,15471.76953125,5157.25634765625,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,0,34360,0,1,21000.001953125,168,0,1,1,1,1,6,2,1,1,1,1,0,,,0,,1,1,,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15916,9,,,,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,1,1,0,0,1,0,0,1,23,529,1,,1,1,0,0,0,1,0,,41.4865608215332,23,529,0,0,0,1,0,0,0,0,10,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020418",1,1,4,1,,,,60,,2,2,2,2,2,1,3,8,2,2,8,1,1,60,2,1,1,,1,70,1,9,,1,54,1,9,,2,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,7,,,,2,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,5,,,,,,,,,,,,2,2,,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,34,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,540,,12,6480,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,1,1,2000,,,,,,,2,1,1,1,2,2,1,2,,2,2,,,2,,,,,,,3,20000,2,,,,,30000,2,,,,,200,2,,,,,,,,,,,,,,,,,100,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,7000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,1,2,2,2,,3,8,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,40,1,,,,2,,97," <5:OTHER (SPECIFY)>:england",,1,"tmb","020418",4,4,0,2,2,0,0,0,200,100,20000,0,0,30000,0,0,0,0,0,50300,1.666374921798706,2288.888427734375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,60,70,65,5,0,0,0,0,1,1,0,1,0,3,5517.76904296875,2758.884521484375,1379.4422607421875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,11610,17415,0,46440,1,1,42400,67,1,,,1,,4,1,1,1,,1,1,1,,1,,1,1,0,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,15921,,,,33,1,0,0,0,20000,20000,141.42135620117188,30000,30000,173.205078125,200,200,14.142135620117188,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,1,0,60,3600,0,0,1,1,1,1,2,0,70,70,41.4865608215332,60,3600,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020504",1,1,2,1,,,,9,,2,3,2,2,3,2,4,3,2,2,1,5,5,21,2,1,3,,1,54,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,1,1,,,,,,,2,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,,,,,,,1,2,,1,,2,,1000,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,3,,4,2,2,2,1,1,2,,,2,,,5,,,,,,,,,,250000,98,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,1,,,,2,10,,,4,,,,600,,600,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,4000,,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,150,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,1,2,,2,,,2,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,3,2,1,1,8,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:DEPRESSION",2,2,,,,,1,2,1,,,,,,,,,,,,,,,,,,,1,2,,2,80,97," <5:OTHER (SPECIFY)>:PERU",,,,,,,1994,1,"GOLDY/FLEX","020504",2,2,0,1,1,0,600,0,0,150,0,0,0,0,0,0,0,0,0,750,1.5647685527801514,2149.32470703125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,21,,21,1,1,0,0,0,0,0,1,1,0,1,3082.5419921875,3082.5419921875,1541.27099609375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,4000,1,0,0,1,250000,,,0,0,0,0,0,0,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,30,0,1,1,1,1,4,2,1,1,0,1,1,,,1,,1,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15922,63,,,,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,150,12.247448921203613,0,0,0,0,0,0,0,0,0,1,600,600,24.494897842407227,0,0,0,600,0,600,24.494897842407227,0,0,0,0,,1,1,1,0,0,1,1,0,0,21,441,1,,1,1,1,0,0,0,0,,41.4865608215332,21,441,0,0,0,0,0,0,0,0,2,10,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020424",1,1,1,,,,,3,,1,8,3,2,1,2,2,1,2,2,2,5,5,37,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,4,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,8,1,,2,,100,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,680,,12,8160,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,9,,,,,,,,1,1000,0,,,,,,,1,8,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,200,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,4,2,2,1,12,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:stress",1,2,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,1,,8,65,97," <5:OTHER (SPECIFY)>:Chequeslavocia",,,,,,,1998,1,"ep","020424",1,1,0,1,1,0,43363.1953125,0,200,0,0,0,0,0,0,0,0,0,0,43563.1953125,1.8564025163650513,2549.9052734375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,37,,37,3,0,0,1,0,0,0,1,1,0,1,5035.38134765625,5035.38134765625,5035.38134765625,0,3,0,1,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,1000,0,1000,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,22,1,,,1,,5,5,1,0,1,1,1,,,1,,1,1,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15932,97,,,,97,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,1,1,0,0,1,1,1,1,37,1369,1,,1,1,1,1,0,1,0,,41.4865608215332,37,1369,0,1,0,1,1,1,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020501",1,2,1,,,,,20,,3,1,4,3,4,3,4,3,2,2,2,9,9,99,1,1,99,,2,99,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,99,,,,,2,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,5,,4,9,2,2,1,9,9,,,9,,,9,,,,,,,,,,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,9,,1,1,,,,,12,60,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,9,,,,,,,,1,9,9,9,,,,,,9,,9,1,9,9,,,,,,9,9,9,1,2,2,1,2,,9,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,1,2,7,,,,,,,,2,1,5,1,2,2,2,2,,3,2,1,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,9,9,,99,99,99,,,,,,,,1982,1,"ep","020501",2,2,0,1,1,0,43801.54296875,0,1687.34716796875,1139.5904541015625,0,0,0,0,0,0,0,0,0,46628.48046875,1.4808872938156128,2034.1075439453125,0,,0,,,1,,,,,,,,,,,,,,,41.3242301940918,,41.3242301940918,3,0,0,1,0,0,0,1,1,0,1,6051.5224609375,6051.5224609375,3025.76123046875,1,2,1,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,1,,,,,,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,271,1,,,,,4,2,1,0,0,1,0,,,0,,0,0,0,0,2,0,0,0,,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,15933,,,,,99,-9,-9,,-9,-9,,-9,-9,,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,-9,-9,,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,0,0,,0,0,0,1,1,0,1,41.28620147705078,1707.6920166015625,1,,1,0,1,0,0,1,0,,41.4865608215332,42.23152160644531,1783.50146484375,0,1,0,0,1,0,0,0,12,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,1,0,1,0,0,0,,1,0,0,0,0,,1,,1,0,0,,1,0 -"9543x","020419",1,4,3,1,,,,27,,2,2,3,1,2,1,1,2,2,2,3,1,1,27,2,1,1,,1,35,1,3,,2,49,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,16,1,2,,1,,,16,2,9," <9:OTHER (SPECIFY)>:COUSIN",9," <9:OTHER (SPECIFY)>:COUSIN",2,9,2,1,,1,,,1,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,,2,,,2,2,,2,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,480,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,3,,,,,,,,,2,1,1,1,2,2,2,,,,2,,,2,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,4,,,,1200,,1200,1,,2,,,1,2,3,,,2,,10,1,2,2,1,1,2,,,2,,,3,,,2000,,12,24000,1,,,250000,200000,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,25000,,25000,1,,,,,,,,,,,4,,,,30000,,30000,1,,,,,,,,,,,2,,2,,10000,,,,,,,,,1,2000,0,,,,,,,1,1,,1,2000,,,,,,,2,2,2,2,2,2,1,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,300,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1000,8,6000,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,1,1,,,,,,,,,,,,,,,,,,2,2,,3,74,1,,,,1,,1,,,1,"SF","020419",6,3,3,5,2,3,30000,24999.998046875,0,300.0000305175781,0,0,0,0,0,0,0,0,0,55300,.85465407371521,1173.93017578125,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,27,35,31,2,0,1,0,0,0,1,0,0,1,4,1994.3826904296875,997.1913452148438,664.7942504882812,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,10000,1,1,0,1,250000,200000,50000,1,2000,0,2000,1,1,1,1,1,1,20670,31005,0,82680,0,1,36847.08984375,49,1,,,1,,10,1.6666666269302368,1,0,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,0,0,1,0,1,0,1,2,1,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,15941,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,0,0,0,0,0,0,2,25000,25000,158.11387634277344,30000,30000,173.205078125,30000,25000,30000,173.205078125,25000,158.11387634277344,1,1,1,0,0,0,0,0,1,0,0,0,27,729,1,1,0,1,0,0,2,1,35,35,41.4865608215332,35,1225,0,0,0,1,0,0,3,1,12,40,1,1,0,0,0,27,729,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020429",1,3,2,1,,,,7,,1,1,3,3,2,3,3,2,2,2,1,1,1,21,2,1,1,,1,22,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,1,8,,,,,1,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,2,,1,,2,,600,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,2,,6,2,2,2,1,2,,,,,,,,,,,,,,,,1,200000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,45,12,45,4,,,,40000,,40000,1,,,,,,,,,,,4,,,,60000,,60000,1,,,,,,,,,,,1,1,1,1,8,8,,,,,,,,8,,,,,,,,,1,1,,1,3500,,,,,,,2,2,2,2,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,2,,7,80,2,,,,,,,,1990,1,"rm","020429",2,2,0,2,2,0,60000,40000,0,876.9834594726562,0,0,0,0,0,0,0,0,0,100876.984375,.7159101366996765,983.3551635742188,1,2,0,3,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,21,22,21.5,1,1,0,0,0,0,1,0,1,0,3,1671.1312255859375,835.5656127929688,835.5656127929688,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,200000,0,200000,,,,,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,245,1,,,1,,6,3,1,0,1,1,1,1,,1,,1,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,16010,,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,2,40000,40000,200,60000,60000,244.948974609375,60000,40000,60000,244.948974609375,40000,200,0,0,1,0,1,1,0,0,1,1,0,0,21,441,1,1,0,1,1,0,2,1,22,22,41.4865608215332,22,484,0,0,0,1,1,0,0,0,12,45,1,1,1,1,0,21,441,0,0,0,0,0,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020430",1,3,1,,,,,5,,2,3,9,8,4,4,8,2,2,2,8,1,1,49,2,1,1,,2,45,1,5,,1,22,1,5,,2,21,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,1,2,,,,2,5,8,,,,,,,,,,,,,2,,,,,,,2,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,4,,2,4,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,480,,12,5760,1,,2,,,,,,,,,,,,,,,1,1,2,,1,1,,1,1,,9,98,4,98,1,200,,,,9,7200,2,8000,,,,,,,,,,1,200,,,,98,,,,,,,,,,,,,2,,2,,10000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,16000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,8,2,2,1,2,,,,,,,,2,2,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,3,,8,53,9," <5:OTHER (SPECIFY)>:china",,,,,,,1985,3,"wtl","020601",4,4,0,2,2,0,8000,4530.515625,0,0,0,0,0,0,0,0,0,0,0,12530.515625,3.6713101863861084,5042.814453125,1,1,1,1,2,2,6,0,0,0,0,0,1,0,0,4,0,0,0,1,49,45,47,4,0,0,0,1,0,1,0,1,0,3,13443.6806640625,6721.84033203125,3360.920166015625,0,4,0,0,1,,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,10000,1,1,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,11610,17415,1,46440,0,0,42400,240,0,1,1,0,0,2,.5,0,,1,1,0,0,,0,,1,0,,0,3,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,2,2,0,1,1,2,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,16019,9,,,,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8000,8000,89.44271850585938,-5,19612.009765625,140.0428924560547,8000,-5,8000,89.44271850585938,9043.8486328125,95.09915161132812,0,0,,0,1,1,0,0,1,0,0,0,49,2401,1,1,1,1,0,0,1,0,45,45,41.4865608215332,49,2401,0,0,0,0,0,0,0,0,9,42.29999923706055,0,0,0,0,0,45,2025,0,0,0,0,0,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020419",1,3,2,1,,,,10,,1,3,2,3,2,2,2,2,2,2,9,5,5,21,2,1,3,,2,63,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,5,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,5,1,7,,,,5,1,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,4,,,,,,,1,,2,,8,2,2,1,2,,,,,,,2,2,3,3,3,,,,,,,,,,,,1,4,4,1,,,,0,1,,1,2,2,0,0,4,4,2,2,2,2,4,,,,,1,1,,,,,,,,,1,1,1,1,2,2,2,,,,1,4,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,2,2," |my mom took care of him",,,,,,,,,,,,,,2,,,8,2,1,,2,8,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,8,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,7,,,,,,,,,2,,,,,2,,3,,,,,,,,,,,,,,,,,,,,2,,2,,7,8,,,,,,,,2,,,,,,,,,2,,1,1,7,2,,1,2,,,2,2,2,2,2,2,2,2,1,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,,,,,,,,,,,,,,,,,,,2,,1,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,1,2,1,1,,7,80,4,,1,,,,,,1993,1,"PG","020419",3,2,1,2,1,1,12500,0,0,0,0,0,0,0,0,0,0,0,0,12500,.724864661693573,995.6549072265625,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,21,,21,1,1,0,0,0,0,0,1,0,1,2,1250.8687744140625,1250.8687744140625,625.4343872070312,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,,,1,0,0,0,0,3,,,4,,,,,0,0,0,0,0,0,0,0,0,1,1,1,,1,11610,17415,1,46440,0,0,42400,271,0,1,1,1,1,4,1.3333333730697632,1,1,1,1,0,,1,0,1,1,1,1,1,1,1,0,0,1,0,0,1,0,1,1,1,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,16020,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,12500,12500,111.80339813232422,0,0,0,12500,0,12500,111.80339813232422,0,0,1,1,,1,1,1,0,0,1,1,0,0,21,441,1,,1,1,1,0,0,0,0,,41.4865608215332,21,441,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020420",1,3,1,,,,,4,,1,8,1,1,8,1,8,8,2,2,8,2,5,87,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,1,2,,3,3,2,2,2,2,1,1,1,6,6,1,5,,,,,,,,,,,,,,,,,,,2,,,8,,,,,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7," <7:(VOL) OTHER (SPECIFY)>:Retirement Residence",,3,,1,1,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,1300,,12,15600,1,,7," <7:Other (not staying w/anyone) {specify}>:Retirement Home",,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,8,,,,,,8,,,,,,,,,1,1,,2,,,,,,,,2,1,2,1,2,2,2,2,,2,2,,,2,,,,,,,1,8,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,8,2,2,1," <1:Yes (Specify)>:West Side Peace Org.",4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,14,1,,,,97," <5:OTHER (SPECIFY)>:Russia",97," <5:OTHER (SPECIFY)>:Russia",,1,"ddb","020420",1,1,0,1,1,0,0,0,298.9830322265625,0,1513.1884765625,0,0,0,0,0,0,0,0,1812.1715087890625,2.5468058586120605,3498.22509765625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,87,,87,5,0,0,0,0,1,0,1,1,0,1,4853.236328125,4853.236328125,4853.236328125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,,,,,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,8,0,1,1,1,1,1,1,1,1,,1,1,,,1,,1,,,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,16035,,,66,66,1,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,1,1,0,87,7569,0,,1,1,1,1,0,0,0,,41.4865608215332,87,7569,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020419",1,3,1,,,,,20,,2,2,2,3,1,3,2,1,2,2,8,5,5,18,2,1,3,,1,98,1,3,,2,98,1,7,,1,24,1,7,,1,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,1,6,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,3,,,,,2,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,8,,,,,8,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,17,,4,1,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,275,,12,3300,8,99,8,,,,,,,,,,,,,,,1,1,2,,2,1,,,,,4,40,,,8,,,,,,,,,2,,,,,2,,1,,,,,,,,,,,,,,,,,,,,2,,2,,8,2,,2,1,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,8,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,8,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,8,,2,84,1,,,,4,,4,,,1,"ep","020419",6,5,1,1,1,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,5000,2.896116018295288,3978.028076171875,0,1,1,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,18,,18,1,1,0,0,0,0,0,1,1,0,1,5826.0947265625,5826.0947265625,1165.218994140625,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,394,0,1,1,1,0,4,.6666666865348816,0,1,1,1,0,,,0,,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,16044,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,1,5000,5000,70.71067810058594,0,0,0,5000,0,5000,70.71067810058594,0,0,0,0,,1,0,0,0,0,1,0,0,0,18,324,1,,1,1,0,0,0,0,0,,41.4865608215332,18,324,0,0,0,0,0,0,0,0,4,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020418",1,3,2,1,,,,12,,2,2,2,2,2,2,3,1,2,2,3,5,2,52,1,1,2,,2,42,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,1,1,,1,,,8,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,10,1,1,1,,,,2,4,,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,1,5,,,,,,1,,5,,,,,,,2,,,,,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,2,2,2,1,1,1,1,,1,,,6,1,,1,1,1,0,8,4,4,2,2,2,2,4,0,,,,2,2,,,,,,,,,2,0,2,2,2,2,,,,,1,2,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,8,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,575,,12,6900,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,1,12,40,2,20,4,,,,20000,,20000,1,,,,,,,,,,,4,,,,2000,,2000,1,,,,,,,,,,,1,1,2,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,100,1200,1,,,,,,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,50,8," <5:OTHER (SPECIFY)>:mexico",8," <5:OTHER (SPECIFY)>:mexico",,,,,1991,2,"jd","020418",4,2,2,4,2,2,20000,2000,0,0,0,1200.0001220703125,0,0,0,0,0,0,0,22000,.4740406572818756,651.1296997070312,1,1,0,2,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,52,42,47,4,0,0,0,1,0,1,0,0,1,4,1997.9288330078125,998.9644165039062,998.9644165039062,1,2,1,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,17650,26475,1,70600,0,0,37000,96,0,1,1,1,1,2,.5,0,1,1,1,0,1,1,0,1,1,1,0,1,3,0,1,0,1,0,0,0,2,0,2,2,1,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,16056,8,8,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,1200,34.64101791381836,0,0,0,2,20000,20000,141.42135620117188,2000,2000,44.72135925292969,20000,2000,20000,141.42135620117188,2000,44.72135925292969,0,0,,1,1,1,0,0,1,0,0,1,52,2704,1,1,1,1,0,0,1,1,42,42,41.4865608215332,52,2704,0,0,0,1,0,0,2,0,12,40,0,1,0,0,0,42,1764,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020417",1,3,2,1,,,,40,,2,2,2,1,1,2,3,1,2,2,8,1,1,63,2,1,1,,1,67,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,8,1,,2,,500,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,15,,4,1,2,2,1,2,,,,,,,,,,,,,,,,1,650000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,1,2,12,40,3,,,3000,,1,3000,1,,,,,,,,,,,8,,,,,,,,,1,1,,,,,,,,2,,2,,0,,,,,,,,,1,20000,0,,,,,,,1,1,,2,,,,,,,,2,1,2,1,2,2,2,2,,2,2,,,2,,,,,,,3,30000,2,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,2,2,1," <1:Yes (Specify)>:CHURCH GROUP",2,2,1,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,2,1,,3,38,97," <5:OTHER (SPECIFY)>:GREECE",,,,,,,1959,1,"RR2","020417",2,2,0,2,2,0,99999.9921875,3000,5004.9482421875,0,30000,0,0,0,0,0,0,0,0,138004.9375,1.0166935920715332,1396.50341796875,1,2,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,63,67,65,5,0,0,0,0,1,1,0,1,0,3,2821.498046875,1410.7490234375,1410.7490234375,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,650000,0,650000,1,20000,0,20000,1,1,1,0,1,1,11610,17415,0,46440,1,1,42400,11,1,,,1,,4,2,1,1,1,1,1,1,,1,,1,1,0,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,16058,38,,,,38,0,0,0,30000,30000,173.205078125,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3000,3000,54.772254943847656,100000,100000,316.2277526855469,100000,3000,100000,316.2277526855469,3000,54.772254943847656,0,0,,0,1,1,0,0,1,1,1,0,63,3969,1,1,0,1,1,1,2,1,67,67,41.4865608215332,67,4489,0,1,1,1,1,1,0,0,12,40,1,1,1,1,0,63,3969,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020419",1,3,2,1,,,,0,9,2,1,1,2,1,1,1,1,2,2,2,5,5,26,2,1,9,,2,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,280,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,0,9,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,2,,2,,,3,,,1050,,9,9450,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,31000,,31000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,7,2,,2,1,,,,,2,,,,,,,,,1,1,,1,100000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,3,3,,,,,,,,,,,,,,,,,,,2,1,,2,75,1,,,,5," <5:OTHER (SPECIFY)>:italy",5," <5:OTHER (SPECIFY)>:italy",,1,"pg","020419",2,2,0,1,1,0,30999.998046875,0,0,200,0,0,0,0,0,0,0,0,0,31199.998046875,3.6017274856567383,4947.2373046875,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,26,,26,2,0,1,0,0,0,0,1,1,0,1,5947.166015625,5947.166015625,2973.5830078125,1,2,1,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,75,1,,,1,,4,2,1,1,1,1,1,,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,16062,,,5,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,1,31000,31000,176.0681610107422,0,0,0,31000,0,31000,176.0681610107422,0,0,0,0,,0,0,0,0,0,1,1,1,0,26,676,1,,1,1,1,1,0,0,0,,41.4865608215332,26,676,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020416",1,3,1,,,,,3,,2,3,1,2,2,1,2,1,2,2,3,5,5,26,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,1,,,,,,,1,2,,,,,,,,,,,,,1,9,,,,,,,,,,,,,,,,,,,2,,,9,,,,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,3,1,2,2,1,9,9,,,9,,,9,,,,,,,,,,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,,,,3,40,,,9,,,,,,,,,2,,,,,2,,9,,,,,,,,,,,,,,,,,,,,2,,2,,9,2,,8,,,,,,2,,,,,,,,,1,1,,1,9,2,,1,1,9,,2,2,2,1,2,2,1,2,1,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,9,9,,,,,,,4,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,3,,2,75,1,,,,97," <5:OTHER (SPECIFY)>:phillipines",97," <5:OTHER (SPECIFY)>:phillipines",,1,"RR2","020416",1,1,0,1,1,0,21821.123046875,0,1022.8106689453125,1738.4920654296875,0,0,0,0,0,0,0,0,0,24582.42578125,2.108457565307617,2896.121337890625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,4,0,0,0,1,26,,26,2,0,1,0,0,0,0,1,1,0,1,5672.46826171875,5672.46826171875,5672.46826171875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,0,0,0,0,1,1,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,147,1,,,1,,3,3,1,1,1,1,1,,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,16066,,,64,64,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,1,1,0,26,676,1,,1,1,1,1,0,0,0,,41.4865608215332,26,676,0,1,0,0,0,0,0,0,3,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020428",1,2,1,,,,,42,,2,3,2,1,2,2,3,1,2,2,3,3,5,49,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,13,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,2,,,,,,,,,,,,,,,2,,2,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,1,9,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,6,53,1," <5:OTHER (SPECIFY)>:noth carolina",,,,,,,99,1,"|mb","020428",1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.906602144241333,2618.858154296875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,49,,49,4,0,0,0,1,0,0,1,1,0,1,3841.4755859375,3841.4755859375,3841.4755859375,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,,0,,1,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,238,0,1,1,1,1,4,4,1,1,1,1,1,,,1,,1,1,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,16076,1,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,49,2401,0,,1,1,0,0,0,0,0,,41.4865608215332,49,2401,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020422",1,2,1,,,,,20,,1,3,2,1,3,2,2,2,2,2,3,4,5,50,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,6,,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,12,9000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,11,49,,,4,,,,35000,,35000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,15000,,,,,,,,,1,25000,19000,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,7200,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,2,2,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,1,,4,51,97," <5:OTHER (SPECIFY)>:moracco",,,,,,,1978,1,"tmb","020422",1,1,0,1,1,0,35000,0,0,0,0,0,0,0,0,0,0,0,0,35000,.8065130710601807,1107.804931640625,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,50,,50,4,0,0,0,1,0,0,1,1,0,1,3000.7109375,3000.7109375,3000.7109375,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,15000,1,1,0,0,0,0,0,1,25000,19000,6000,0,0,1,0,,0,8590,12885,0,34360,1,1,21000.001953125,154,1,,,0,,3,3,1,1,1,1,0,,,0,,1,0,1,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,16079,56,,,,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,35000,35000,187.08287048339844,0,0,0,35000,0,35000,187.08287048339844,0,0,0,0,,1,1,1,0,0,1,1,0,1,50,2500,1,,1,1,1,0,0,1,0,,41.4865608215332,50,2500,0,0,0,1,1,0,0,0,11,49,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020426",1,2,1,,,,,7,,1,1,1,1,2,2,3,1,2,2,8,5,5,36,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,2,,500,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,5,,1,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,500,,12,6000,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,70,,,9,,,,,,,,,2,,,,,2,,2,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,2,,3,99,97," <5:OTHER (SPECIFY)>:grenada",,,,,,,1993,1,"rm","020426",1,1,0,1,1,0,7500,0,0,0,0,0,0,0,0,0,0,0,0,7500,1.906602144241333,2618.858154296875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,36,,36,3,0,0,1,0,0,0,1,1,0,1,3316.65087890625,3316.65087890625,3316.65087890625,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,1,8590,12885,1,34360,0,0,21000.001953125,153,0,1,0,0,1,1,1,1,1,1,1,0,,,0,,1,1,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,16080,39,,,,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,7500,7500,86.6025390625,0,0,0,7500,0,7500,86.6025390625,0,0,0,0,1,0,1,1,0,0,1,0,0,0,36,1296,1,,1,1,0,0,0,0,0,,41.4865608215332,36,1296,0,0,0,0,0,0,0,0,12,70,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020418",1,4,1,,,,,32,,2,1,3,1,2,1,4,1,2,2,2,3,5,55,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,360,1,,2,,60,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,27,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,55,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,9,9,,,,,,,,1,8,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,1,1,,2,45,97," <5:OTHER (SPECIFY)>:Bolivia",,,,,,,1970,1,"ep","020418",1,1,0,1,1,0,34515.0703125,0,384.73663330078125,0,0,0,0,0,0,0,0,0,0,34899.80859375,1.1064584255218506,1519.802001953125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,55,,55,4,0,0,0,1,0,0,1,1,0,1,2658.39697265625,2658.39697265625,2658.39697265625,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,,0,,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,187,1,,,1,,5,5,1,0,1,1,1,,,1,,1,1,0,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,16086,23,,,,23,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,1,1,0,0,1,1,0,0,55,3025,1,,1,1,1,0,0,0,0,,41.4865608215332,55,3025,0,1,0,0,0,0,0,0,12,55,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020424",1,2,1,,,,,57,,2,2,3,2,3,3,3,3,2,2,2,2,5,57,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,8,1,,2,,100,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,30,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,22,,,7,,,,,,,,,2,,,,,2,,3,,,,,,,,,,,,,,,,,,,,2,,2,,7,1,2,,,,,,,2,,,,,,,,,2,,1,1,300,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,1,1,2,8,,,,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,44,1,,,,1,,1,,,1,"PG","020510",1,1,0,1,1,0,12500,0,0,0,0,0,0,0,0,0,0,0,0,12500,1.906602144241333,2618.858154296875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,57,,57,4,0,0,0,1,0,0,1,1,0,1,3841.4755859375,3841.4755859375,3841.4755859375,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,1250,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,145,0,1,1,1,1,3,3,1,0,0,1,1,,,1,,1,0,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,16088,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,12500,12500,111.80339813232422,0,0,0,12500,0,12500,111.80339813232422,0,0,0,0,1,0,0,0,0,0,1,0,0,0,57,3249,1,,1,1,0,0,0,0,0,,41.4865608215332,57,3249,0,0,0,0,0,0,0,0,12,22,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020427",1,1,1,,,,,38,,2,3,3,2,3,2,2,2,2,2,1,5,5,38,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,1,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,3,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,535,,12,6420,1,,2,,,,,,,,,,,,,,,2,,2,,2,1,,,,,8,40,,,4,,,,38000,,38000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,0,,,,,,,,,2,,,,,,,,,1,1,,1,2500,,,,,,,1,2,1,2,2,2,1,2,2,2,2,,,2,5392,2,,,,,,,,,,,,1700,2,,,,,,,,,,,,,,,,,,,,,,,500,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,1,3,,2,1,2,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,1," <1:Yes (Specify)>:CHURCH",1,2,1,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,3,63,1,,,,1,,1,,,1,"GOLDY/FLEX","020427",1,1,0,1,1,0,38000,0,0,200,0,0,0,1700,0,5391.99951171875,0,0,0,45292,1.793346881866455,2463.293701171875,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,38,,38,3,0,0,1,0,0,0,1,1,0,1,3026.841796875,3026.841796875,3026.841796875,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,0,34360,1,1,21000.001953125,85,1,,,1,,3,3,1,0,1,1,0,,,0,,1,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,16094,,,,,1,5392,5392,73.43023681640625,0,0,0,1700,1700,41.231056213378906,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,1,38000,38000,194.93588256835938,0,0,0,38000,0,38000,194.93588256835938,0,0,0,0,1,0,0,0,0,0,1,1,0,0,38,1444,1,,1,1,1,0,0,0,0,,41.4865608215332,38,1444,0,0,1,0,0,0,0,0,8,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020501",1,4,2,1,,,,45,,1,1,1,1,1,1,1,8,2,2,3,1,1,81,2,1,1,,1,82,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,7,,,,5,2,2,2,,3,3,2,2,2,2,1,2,2,4,6,1,5,,,,,,1,5,,,,,,,,,,,,2,,,2,,,,,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,47,,6,1,2,2,1,2,,,,,,,,,,,,,,,,,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,1,,8,,,,1,8,8,8,,,,,,2,,1,2,,,,,,,,2,1,1,1,2,2,2,2,,2,2,,,2,,,,,,,3,8,,,,,,8,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,1,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,21,1,,,,1,,10," <5:OTHER (SPECIFY)>:poland",,1,"tmb","020501",2,2,0,2,2,0,0,0,763.8067626953125,0,2137.64892578125,0,0,6086.2900390625,0,0,0,0,0,8987.74609375,2.0333871841430664,2793.0068359375,1,1,0,3,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,81,82,81.5,5,0,0,0,0,1,1,0,1,0,3,5642.99609375,2821.498046875,2821.498046875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,,1,,,,0,1,0,0,0,0,11610,17415,1,46440,0,0,42400,261,0,1,1,1,1,6,3,1,1,,1,1,1,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,16102,,,,10,1,0,0,0,-5,995.5078735351562,31.55167007446289,-5,1241.30029296875,35.23208999633789,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,1,1,0,81,6561,0,0,1,1,1,1,2,0,82,82,41.4865608215332,81,6561,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543x","020425",1,4,2,1,,,,41,,1,1,1,3,2,1,2,1,2,2,2,1,1,31,1,1,1,,2,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,7,,,,5,2,2,2,,,,,,,,,,,,,1,3,,,,,,1,3,,,,,,,,,,,,2,1,8,1,,2,,100,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,9,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,2,1,,12,48,3,38,4,,,,40000,,40000,1,,,,,,,,,,,4,,,,28000,,28000,1,,,,,,,,,,,1,1,2,,8,2,,1,,2,1,,,1,4000,0,,,,,,,1,2,,2,,,,,,,,1,2,2,1,2,2,2,2,,2,2,,,2,8,,,,,,,,,,,,,,,,,,,1000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,61,1,,,,1,,5," <5:OTHER (SPECIFY)>:italy",,1,"nr","020425",2,2,0,2,2,0,40000,27999.998046875,999.9999389648438,0,0,0,0,0,0,438.78912353515625,0,0,0,69438.7890625,1.964072585105896,2697.798095703125,1,1,0,3,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,31,32,31.5,2,0,1,0,0,0,1,0,1,0,3,5978.8212890625,2989.41064453125,2989.41064453125,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,50000,1,1,1,0,0,0,0,1,4000,0,4000,1,1,1,1,0,1,11610,17415,0,46440,1,1,42400,204,1,,,1,,4,2,1,1,1,1,1,1,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,16106,,,,5,1,-5,341.67962646484375,18.484577178955078,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,40000,40000,200,28000,28000,167.33200073242188,40000,28000,40000,200,28000,167.33200073242188,0,0,,0,0,0,0,0,1,1,0,1,31,961,1,1,1,1,1,0,1,1,32,32,41.4865608215332,31,961,0,1,0,1,1,0,0,0,12,48,0,1,1,1,0,32,1024,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 -"9543x","020419",1,4,3,1,,,,2,,1,2,1,1,3,1,2,2,2,2,3,5,5,20,2,1,3,,2,40,1,2,,1,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,," sometimes my boyfriend",,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,2,,2,,,1,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,2,,500,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,1,,2,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,6,40,,,1,400,,,,3,4800,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,3,2,1,2,,,,,,,,,,,,,,,2,2,3,,,,,,,,,,,,,,,,,,,1,4,,2,82,97," <5:OTHER (SPECIFY)>:paraguay",,,,,,,2000,2,"ak","020419",3,3,0,1,1,0,4800.00048828125,0,0,0,0,0,0,0,0,0,0,0,0,4800.00048828125,2.243321657180786,3081.3671875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,20,,20,1,1,0,0,0,0,0,1,1,0,1,4136.80029296875,4136.80029296875,1378.9334716796875,1,2,1,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,8590,12885,1,34360,0,0,21000.001953125,21,0,1,1,1,1,2,.6666666865348816,0,1,1,1,0,,,0,,1,0,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,16107,62,,,,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4800,4800,69.28203582763672,0,0,0,4800,0,4800,69.28203582763672,0,0,0,0,,1,1,1,0,0,1,0,0,0,20,400,1,,1,1,0,0,2,0,30,30,41.4865608215332,20,400,0,0,0,0,0,0,0,0,6,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020504",1,5,4,1,,,,29,,1,3,1,1,1,1,1,1,2,2,8,5,5,29,2,1,7,,2,34,1,3,,1,62,1,3,,2,57,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,4,1,6,,,,2,3,1,6,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,11,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,8,1,,2,,150,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,2,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,35000,,35000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,9,2,,2,2,,,,,1,15000,8,2,,1,2,,,1,8,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,1,,2,73,1,,,,1,,1,,,1,"AGH","020504",6,4,2,1,1,0,35000,0,0,1021.5890502929688,0,0,0,0,0,0,0,0,0,36021.58984375,5.093611717224121,6996.4501953125,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,29,,29,2,0,1,0,0,0,0,1,1,0,1,8410.5634765625,8410.5634765625,2102.640869140625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,15000,1,1,0,0,0,0,0,1,15000,7500,7500,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,127,1,,,1,,3,.5,0,1,1,1,1,,,1,,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,16108,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,35000,35000,187.08287048339844,0,0,0,35000,0,35000,187.08287048339844,0,0,0,0,,0,0,0,0,0,1,1,1,0,29,841,1,,1,1,1,1,0,0,0,,41.4865608215332,29,841,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020414",1,4,2,1,,,,25,,3,1,2,2,3,3,2,2,2,2,2,1,1,41,2,1,1,,1,34,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,8,1,1,,1,,,6,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,8,1,11,,,,,1,10,,,,,1,4,2,,,,,,,,,,,,,2,,,,,,,1,4,,,,,,1,,6,,,,,,,2,,,,,2,2,1,2,,,,,,,1,,,,,1,1,1,2,2,1,1,1,1,1,1,1,3,0,,1,,,3,1,,1,2,1,0,1,2,4,2,2,2,1,3,3,7,," <3:Something Else? (SPECIFY)>:BECAUSE OF THE SPECIAL EDUCATION STATUS WHICH MEANS IN A CLASS BECAUSE ADULT ATTENTION DEFICIT",2,2,,,,,,,,,2,0,2,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,25,,5,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,900,,12,10800,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,2,1,,10,10,4,50,4,,,,6000,,6000,1,,,,,,,,,,,4,,,,100000,,100000,1,,,,,,,,,,,2,,2,,600,,,,,,,,,1,8000,0,,,,,,,1,2,,1,4000,,,,,,,1,2,2,2,2,2,1,2,1,2,2,2,2,2,8000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,200,,,,,,,6,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,1,2,1,,,,,,,,,,,,,,,,,,1,2,7,,,,,,,,2,2,5,,2,2,2,1," <1:Yes (Specify)>:WILDLIFE PRESERVE|AND ADOPT A LION AND GORRILLA, ALSO SEND MONEY TO FEED THE CHILDREN",3,2,2,8,,,,,,,,,,,,,,,3,2,1,1,1,2,1,97,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:NOSE BLEEDS",2,1,5,,,,8,1,1,1,2,1,,4,60,97," <5:OTHER (SPECIFY)>:RUSSIA",1,,,,,,1977,1,"RR2","020414",4,2,2,4,2,2,99999.9921875,5999.99951171875,0,200,0,0,0,0,0,8000,0,0,0,114199.9921875,.9321386218070984,1280.36083984375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,41,34,37.5,3,0,0,1,0,0,1,0,0,1,4,1906.7513427734375,953.3756713867188,953.3756713867188,0,3,0,1,0,1,4,1,0,0,0,1,1,1,0,0,0,0,1,3,3,2,2,3,2.6666667461395264,1,0,0,0,,4,4,4,600,1,0,0,0,0,0,0,1,8000,0,8000,1,1,1,0,0,0,17650,26475,0,70600,1,1,37000,164,1,,,0,,5,1.25,1,1,1,1,0,1,1,0,1,0,0,1,1,2,0,0,0,1,0,0,0,2,1,2,2,,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,16109,66,,,,66,8000,8000,89.44271850585938,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,2,6000,6000,77.45966339111328,100000,100000,316.2277526855469,100000,6000,100000,316.2277526855469,6000,77.45966339111328,0,0,,0,1,1,0,1,1,1,1,0,41,1681,1,1,0,1,1,1,2,1,34,34,41.4865608215332,34,1156,0,0,0,1,1,1,2,0,4,50,1,1,1,1,0,41,1681,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020411",1,2,2,1,,,,23,,1,3,1,1,1,4,8,2,2,2,2,1,1,23,2,1,1,,1,24,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,3,2,4,,,,,2,98,,,,,8,2,2,,,,,,,,,,,,,1,4,,,,,,1,4,,,,,,1,,4,,,,2,,,2,,,,,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,5,98,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,1,,1,4,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,195,,12,2340,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,30,,,,,,,,,,,,,,,,,,,2,,310,,,12,7440,1,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,222,2664,1,,,,,,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,1,2,8,,,,,,,,2,2,2,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,79,1,,,,1,,1,,,1,"RR2","020411",3,2,1,3,2,1,7439.99951171875,0,0,0,0,2664,0,0,0,0,0,0,0,7439.99951171875,1.4416096210479736,1980.15673828125,1,1,0,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,23,24,23.5,1,1,0,0,0,0,1,0,0,1,4,2149.38525390625,1074.692626953125,1074.692626953125,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,1,1,1,,,1,0,,,,4,,,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,14630,21945,1,58520,0,0,46438.2578125,95,0,1,1,1,1,3,1,1,1,1,1,1,1,1,1,,1,1,,1,1,1,0,0,0,0,0,1,0,1,0,1,1,0,1,0,1,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,16120,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2664,2664,51.61395263671875,0,0,0,1,0,0,0,7440,7440,86.25543212890625,7440,0,7440,86.25543212890625,0,0,1,1,,0,0,0,0,0,1,0,0,0,23,529,0,1,0,1,1,0,2,1,24,24,41.4865608215332,24,576,0,0,0,1,1,0,1,1,12,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020418",1,4,2,1,,,,52,,1,1,1,1,2,1,2,1,2,2,3,5,2,56,1,1,2,,1,52,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,8,,,,,1,1,1,2,,,,,,,,,,,,1,4,,,,,,1,1,,,,,,,,,,,,1,2,,2,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,15,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,930,,12,11160,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,1,8,8,8,,,,,,2,,1,2,,,,,,,,1,2,2,2,2,2,2,2,8,2,1,,,1,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,130,1040,1,,8,391,3128,1,,2,,2,,1,1,4,2,,,1,1,2,1,,,,3,,,,,,,,,3,,,,,,,,,,,,,,,2,1,1,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,3,3,1,,,,,,,,,,,,,,,,,,,1,1,,2,44,3,,,,,,,,1953,1,"PF","020418",2,2,0,2,2,0,0,0,0,0,0,1040,3127.999755859375,0,0,3398.811279296875,0,0,0,6526.81103515625,.8834039568901062,1213.4202880859375,1,1,0,3,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,56,52,54,4,0,0,0,1,0,1,0,1,0,3,3489.01220703125,1744.506103515625,1744.506103515625,1,1,0,0,0,0,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,1,,,,0,1,1,0,0,0,11610,17415,1,46440,0,0,42400,210,0,0,0,1,1,5,2.5,1,1,1,1,1,1,,1,,1,1,1,0,3,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,2,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,16128,,,,,3,-5,341.67962646484375,18.484577178955078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1040,1040,32.24903106689453,3128,3128,55.928524017333984,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,1,1,0,1,56,3136,0,0,1,1,1,0,2,1,52,52,41.4865608215332,56,3136,1,0,0,1,1,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 -"9543x","020412",1,2,2,1,,,,65,,2,1,3,2,2,1,8,2,2,2,3,5,5,65,1,1,3,,2,87,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,1,2,,3,3,2,1,2,2,3,1,4,6,6,1,5,1,,,,,,,,,,,,,,,,,,2,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,55,,5,1,2,2,1,2,,,,,,,,,,,,,,,,,275000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,350000,,,,,,,,,1,6500,0,,,,,,,1,2,,2,,,,,,,,2,1,1,1,2,2,2,2,,2,2,,,2,,,,,,,3,12005,2,,,,,16500,2,,,,,5000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,13000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,36,1,,,,1,,1,,,1,"RR2","020412",2,2,0,1,1,0,0,0,5000,0,12005,0,0,16500.001953125,0,0,0,0,0,33505,4.060264587402344,5577.07177734375,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,1,1,0,0,0,65,,65,5,0,0,0,0,1,0,1,1,0,1,11843.0439453125,11843.0439453125,5921.52197265625,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,350000,1,1,1,1,275000,0,275000,1,6500,0,6500,1,1,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,88,1,,,1,,5,2.5,1,0,1,1,1,,,1,,1,1,,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,16135,,,,,1,0,0,0,12005,12005,109.56732940673828,16500,16500,128.45233154296875,5000,5000,70.71067810058594,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,0,0,1,65,4225,0,,1,1,0,0,0,1,0,,41.4865608215332,65,4225,0,1,1,1,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020415",1,5,4,1,,,,47,,1,3,1,1,1,3,2,2,2,2,3,1,1,47,2,1,1,,1,49,1,5,,1,25,1,5,,1,22,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,7,,,,5,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,2,,1,,2,,500,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,17,,5,1,2,2,1,1,2,,,2,,,3,,,800,,12,9600,1,,,175000,98,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,2,1,,1,1,,12,40,12,40,4,,,,50000,,50000,1,,,,,,,,,,,4,,,,20000,,20000,1,,,,,,,,,,,2,,2,,8,2,,1,,1,,1,,1,15000,15000,,,,,,,1,2,,1,5000,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,60000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,1,2,1,,,,,,,,,,,,,,,,,,,2,1,,2,55,1,,,,1,,1,,,1,"RR2","020415",4,4,0,2,2,0,50000,20000,0,200,0,0,0,0,0,0,0,0,0,70200,1.3888089656829834,1907.6312255859375,1,2,0,3,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,47,49,48,4,0,0,0,1,0,1,0,1,0,3,4567.96337890625,2283.981689453125,1141.9908447265625,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,175000,1,1,1,1,175000,,,1,15000,15000,0,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,69,1,,,1,,5,1.25,1,1,1,1,1,1,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,16136,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,2,50000,50000,223.60679626464844,20000,20000,141.42135620117188,50000,20000,50000,223.60679626464844,20000,141.42135620117188,0,0,,0,0,0,0,0,1,0,0,0,47,2209,1,1,1,1,0,0,2,0,49,49,41.4865608215332,47,2209,0,0,0,0,0,0,0,0,12,40,0,1,1,1,1,49,2401,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020422",1,4,2,1,,,,20,,3,2,2,3,4,2,8,2,2,2,2,1,1,64,2,1,1,,1,74,1,1,,1,74,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,2,2,4,,,,,2,1,2,,,,,,,,,,,,,1,3,,,,,,1,1,,,,,,,,,,,,2,1,240,1,,2,,8000,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,4,1,2,2,1,2,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,2,2,2,12,50,,,4,,,,24000,,24000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,1,7000,0,,,,,,,2,,2,1,8,1,2,,,,,2,2,1,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,24000,2,,,,,,,,,,,,,,,,,,,,,,,200,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,2,1,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,3,,7,38,9," <5:OTHER (SPECIFY)>:china",,,,,,,1985,3,"good","020422",3,3,0,2,2,0,23999.998046875,0,0,200,0,0,0,23999.998046875,0,0,0,0,0,48199.99609375,1.0308719873428345,1415.9783935546875,1,2,0,2,3,2,7,0,0,0,0,0,0,1,0,4,0,0,0,1,64,74,69,5,0,0,0,0,1,1,0,1,0,3,5049.4072265625,2524.70361328125,1683.1357421875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,1,0,0,0,1,7000,0,7000,0,0,1,1,0,1,11610,17415,0,46440,1,1,42400,114,1,,,1,,4,1.3333333730697632,1,1,1,1,1,1,,1,,0,0,,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,16140,9,,,,9,0,0,0,0,0,0,24000,24000,154.91932678222656,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,1,24000,24000,154.91932678222656,0,0,0,24000,0,24000,154.91932678222656,0,0,0,0,,0,1,1,0,0,1,1,1,0,64,4096,1,0,1,1,1,1,2,0,74,74,41.4865608215332,64,4096,0,0,1,0,0,0,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020412",1,2,3,1,,,,45,,1,1,2,3,3,4,2,2,2,2,2,4,2,63,1,1,2,,2,58,1,5,,1,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,98,,,,,2,4,1,2,,,,,,,,,,,,1,3,,,,,,1,1,2,,,,,,,,,,,2,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,23,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,417,,12,5004,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,98,,,,,,,,,,,,,,,,,,,8,,,,,,,,,8,,,,,,,,,1,1,2,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,1,2,2,2,2,2,,1,2,,,2,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,12,563,6756,1,,,,,,,,,,,,2,,2,0,2,,,,,,,1,2,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,3,39,1,,,,1,,1,,,1,"ma","020420",3,3,0,2,2,0,29577.11328125,0,0,0,0,0,0,3017.887939453125,0,0,0,6756.00048828125,0,39351,1.8643606901168823,2560.83642578125,1,1,0,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,63,58,60.5,4,0,0,0,1,0,1,0,1,0,3,7952.26806640625,3976.134033203125,2650.756103515625,0,3,0,1,0,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,,,11610,17415,0,46440,0,1,42400,225,0,1,0,0,1,4,1.3333333730697632,1,1,1,1,1,1,,1,,1,0,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,1,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,16143,,,,,1,0,0,0,0,0,0,-5,1241.30029296875,35.23208999633789,0,0,0,0,0,0,0,0,0,0,0,0,6756,6756,82.19489288330078,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,1,0,0,0,0,0,1,0,0,1,63,3969,0,1,0,1,1,0,1,0,58,58,41.4865608215332,58,3364,0,0,1,0,0,0,0,0,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543x","020424",1,2,2,1,,,,50,,1,1,2,2,3,2,3,3,2,2,8,1,1,75,2,1,1,,1,70,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,4,,,,,2,3,1,2,3,3,1,1,2,2,2,2,5,6,2,1,5,1,,,,,1,6,,,,," <6:another type of government program? {specify}>:VETERANS HOSP",,,,,,,2,1,8,2,,,,,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,50,,9,2,2,2,1,2,,,,,,,,,,,,,,,,,400000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,1,2000,8,8,,,,,,1,8,,2,,,,,,,,8,1,2,2,2,2,2,2,,2,2,,,2,,,,,,,3,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,8,,4,2,2,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,2,1,,2,26,97," <5:OTHER (SPECIFY)>:UKRAINE",,,,,,,1949,1,"RR2","020424",2,2,0,2,2,0,0,0,0,0,1388.643798828125,0,0,0,0,0,0,0,0,1388.643798828125,3.1447579860687256,4319.55615234375,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,75,70,72.5,5,0,0,0,0,1,1,0,1,0,3,6698.1923828125,3349.09619140625,3349.09619140625,1,2,1,0,0,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,400000,0,400000,1,2000,,,1,1,0,0,0,0,11610,17415,1,46440,0,0,42400,23,0,1,1,1,1,9,4.5,1,1,0,1,1,1,,1,,1,0,0,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,16144,81,,,,81,-9,-9,,-5,995.5078735351562,31.55167007446289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,0,0,1,0,0,0,75,5625,0,0,1,1,0,0,2,0,70,70,41.4865608215332,75,5625,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,,1,0,0,0,0,0 -"9543x","020424",1,2,1,,,,,53,,2,2,1,3,1,2,1,2,2,2,3,4,5,53,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,1,1,2,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:Veterans Association",,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,1,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,239,,12,2868,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12000,,,,,,,,,2,,,,,,,,,2,,1,1,9000,,,,,,,1,2,2,2,2,2,2,2,,2,2,,,2,9432,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,1,2,,,2,2,,2,,,,,,,,,,,,,,,,,,1,1,,,,,2,,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>:Black Veterans for Social Justice",2,2,2,2,,,,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,48,1,,,,1,,1,,,1,"ep","020424",1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,9432,0,0,0,9432,1.3071956634521484,1795.529296875,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,53,,53,4,0,0,0,1,0,0,1,1,0,1,3957.23876953125,3957.23876953125,3957.23876953125,1,1,0,0,0,0,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,12000,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,335,0,1,1,1,1,1,1,1,1,1,1,1,,,1,,1,1,1,0,3,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,16149,,,,,1,9432,9432,97.11848449707031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,1,53,2809,0,,1,1,1,0,0,1,0,,41.4865608215332,53,2809,0,0,0,1,1,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020427",1,2,2,1,,,,50,,1,1,1,1,2,2,2,3,2,2,1,1,1,51,2,1,1,,1,57,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,9,,,,,2,4,1,1,,,,,,,,,,,,1,5,,,,,,1,1,,,,,,,,,,,,2,1,8,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,12,,8,2,2,2,1,1,2,,,2,,,3,,,1100,,12,13200,1,,,200000,98,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,,2,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,2,,1300,,,12,31200,1,,,,,,,,,,,1,1,2,,8,2,,1,,2,1,,,1,2500,0,,,,,,,1,2,,1,5000,,,,,,,2,2,2,2,2,2,2,2,,1,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,12,435,5220,1,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,3,50,1,,,,1,,1,,,1,"GOLDY/FLEX","020427",2,2,0,2,2,0,31200.001953125,0,0,0,0,0,0,0,0,0,0,5219.99951171875,0,36420,1.1783050298690796,1618.488525390625,1,1,1,4,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,51,57,54,4,0,0,0,1,0,1,0,1,0,3,4446.8759765625,2223.43798828125,2223.43798828125,0,3,0,1,0,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,50000,1,1,1,1,200000,,,1,2500,0,2500,1,1,1,0,1,1,11610,17415,0,46440,0,1,42400,290,0,1,1,1,1,8,4,1,1,0,1,1,1,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,16150,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5220,5220,72.24956512451172,0,0,0,0,0,0,1,0,0,0,31200,31200,176.63522338867188,31200,0,31200,176.63522338867188,0,0,0,0,1,0,0,0,1,0,1,0,0,0,51,2601,0,1,0,1,1,1,2,1,57,57,41.4865608215332,57,3249,0,0,0,1,1,1,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020508",1,4,1,,,,,5,,3,2,3,2,3,3,8,3,2,2,1,3,5,39,2,1,11,,2,35,1,11,,1,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,6,2,8,,,,2,15,1,1,,,,,2,1,1,,,,,1,2,8,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,1,2,,,,2,,,,,,,4,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,6,,,,,,,1,,2,,500,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,1,2,2,2,,,0," 0",3,2,1,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,0,3,5,3,2,1,2,,,,,,,,,,,,,,,,,,,,,1,2,,2,,,3,,,300,,2,600,1,,8,,,,,,,,,,,,,,,1,3,2,,2,2,1,,,,7,40,,,1,90,,,,7,2520,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,1,1,5,,1,1,2,2,,,,,,,,,,,,,,,1,2,3,1,4,,,,,,2,2,2,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,1,1,3,1,,,,,,,,,,,,,,,,,,1,4,,2,62,6," <5:OTHER (SPECIFY)>:ecuador",,,,,,,1990,2,"el","020508",5,3,2,3,1,2,2519.999755859375,0,0,0,0,0,0,0,0,0,0,0,0,2519.999755859375,1.8708229064941406,2569.712646484375,0,1,2,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,39,,39,3,0,0,1,0,0,0,1,0,1,2,5087.662109375,5087.662109375,1695.8873291015625,0,3,0,1,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,14630,21945,1,58520,0,0,46438.2578125,276,0,0,,0,0,5,1,1,0,0,1,0,,1,0,,0,0,,1,2,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,16151,6,,,,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2520,2520,50.19960021972656,0,0,0,2520,0,2520,50.19960021972656,0,0,1,1,,1,1,1,0,0,0,0,0,0,39,1521,1,,1,0,0,0,0,0,0,,41.4865608215332,39,1521,0,0,0,0,0,0,0,0,7,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020423",1,1,1,,,,,47,,2,8,2,3,3,2,3,2,2,2,2,5,5,47,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,2,1,2,,,,,,,,,,,,1,5,,,,,,,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,12,,3,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,142,,12,1704,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,1,2,2,2,2,2,2,,2,2,,,2,,,,,,,1,3000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,1,7," <7:ANOTHER GROUP (SPECIFY)>:white latino",2,55,1,,,,3,,3,,,1,"CK","020423",1,1,0,1,1,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,3000,.944076657295227,1296.7586669921875,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,47,,47,4,0,0,0,1,0,0,1,1,0,1,4234.46875,4234.46875,4234.46875,1,1,0,0,0,0,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,4000,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,10,0,1,0,1,0,3,3,1,1,1,1,1,,,1,,1,0,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,16154,,,,,1,0,0,0,3000,3000,54.772254943847656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,1,0,0,1,47,2209,0,,1,1,0,0,0,1,0,,41.4865608215332,47,2209,0,0,1,1,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020424",1,4,1,,,,,54,,9,1,9,2,2,2,3,3,2,2,8,3,5,55,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,2,,,,,,,3,1,1,,,,,,,,,,,,1,3,,,,,,,,,,,,,,,,,,,2,1,50,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,26,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,2,,,,,,,,,2,,1,1,9,9,,,,,,2,1,2,2,2,2,2,2,,2,2,,,2,,,,,,,1,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,1,4,,1,2,,2,,,,,,,,,,,,,,,,,,1,2,7,,,,,,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>:Queens Independent Living Center",3,2,2,1,97,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:Distress",1,1,3,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,1,,3,98,1,,,,1,,1,,,1,"ep|.","020424",1,1,0,1,1,0,0,0,0,0,1883.81640625,0,0,0,0,0,0,0,0,1883.81640625,2.4599897861480713,3378.976806640625,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,55,,55,4,0,0,0,1,0,0,1,1,0,1,5070.48388671875,5070.48388671875,5070.48388671875,1,2,1,0,0,0,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,108,0,0,1,1,1,3,3,1,,0,1,1,,,1,,,1,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,16156,,,,,1,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,1,0,1,1,0,0,55,3025,0,,1,1,1,0,0,0,0,,41.4865608215332,55,3025,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020418",1,1,2,1,,,,10,,1,1,1,1,2,1,4,2,2,2,2,3,5,60,2,1,3," <14:OTHER, SPECIFY>:.mother",2,90,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,10,1,,2,,150,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,6,,5,1,2,2,1,2,,,,,,,,,,,,,,,,1,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,,,,3,35,,,7,,,,,,,,,1,2,1,,2,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,7,2,,1,,1,,2,,1,8000,0,,,,,,,1,1,,2,,,,,,,,1,2,1,1,2,2,1,2,,2,2,,,2,20000,2,,,,,,,,,,,,70000,2,,,,,1000,2,,,,,,,,,,,,,,,,,2000,2000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,1,2,2,2,,3,2,2,1,1,11,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:nervosuness",1,2,,,,,,2,2,,,,,,,,,,,,,,,,,,,2,1,,4,41,1,,,,1,,1,,,1,"tmb","020418",2,2,0,1,1,0,74999.9921875,0,999.9999389648438,2000,0,0,0,70000,0,20000,0,0,0,167999.984375,3.4789507389068604,4778.5947265625,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,60,,60,4,0,0,0,1,0,0,1,1,0,1,7170.744140625,7170.744140625,3585.3720703125,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,375000,1,1,1,1,500,0,500,1,8000,0,8000,1,1,0,0,,0,8590,12885,0,34360,1,1,21000.001953125,309,1,,,1,,5,2.5,1,1,1,1,1,,,1,,1,1,0,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,16157,,,,,1,20000,20000,141.42135620117188,0,0,0,70000,70000,264.57513427734375,1000,1000,31.62277603149414,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,1,75000,75000,273.86126708984375,0,0,0,75000,0,75000,273.86126708984375,0,0,0,0,,0,0,0,0,0,1,1,0,0,60,3600,1,,1,1,1,0,0,0,0,,41.4865608215332,60,3600,0,1,1,0,0,0,0,0,3,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020429",1,1,1,,,,,20,,2,2,4,2,4,4,4,3,1,1,1,4,5,30,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,12,1,1,,,,,7,1,1,,,,,3,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,12,1,9,,,,,1,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,2,,1,,2,,700,2,2,2,2,2,2,2,2,2,2,2,,,,,1,3,2,3,3,3,1,8,2,4,2,1,3,1,,1,,,6,1,,1,1,1,2,2,3,4,2,2,2,2,4,3,2,,,2,2,,,,,,,,,3,1,2,1,1,1,1,1,,,1,3,2,98,,3,,3,,,2,,1,,,,2,,,1,,,2,,1,,,,2,,2,2,,,2,1,2,,1,200,,,,12,9600,1,,1,9,2,1,2,1,,2,8,,4,4,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,600,,12,7200,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,35,,,4,,,,34000,,34000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,8,8,,,,,,,,8,,,,,,,,,1,2,,1,20000,,,,,,,2,2,2,2,2,2,2,2,2,2,2,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,1,4,2,2,1,1,2,,,,,,,,,,,,,,,,,,1,1,,,,,1,1,,,1,1,2,1,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,2,1,1,9," <7:ANOTHER GROUP (SPECIFY)>:HUMAN BEING",7,71,97," <5:OTHER (SPECIFY)>:HONDURA",1,,,,,,1979,1,"RM","020429",4,1,3,4,1,3,34000,0,0,0,0,0,0,0,0,0,0,0,0,34000,.5387037992477417,739.9492797851562,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,30,,30,2,0,1,0,0,0,0,1,0,1,2,894.6813354492188,894.6813354492188,894.6813354492188,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,0,,4,3,4,,,,,0,0,0,0,,,,,1,1,1,1,,1,17650,26475,0,70600,0,1,37000,105,0,1,0,0,0,4,1,1,0,0,0,1,,1,1,1,1,0,0,1,2,0,0,0,1,0,0,1,2,1,2,3,1,0,0,0,0,,1,0,1,,1,0,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,1,0,0,16158,43,,,,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,34000,34000,184.39088439941406,0,0,0,34000,0,34000,184.39088439941406,0,0,1,1,,1,1,1,0,0,1,1,1,0,30,900,1,,1,1,1,1,0,0,0,,41.4865608215332,30,900,0,0,0,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020414",1,1,2,1,,,,27,,2,2,3,2,3,3,3,1,2,2,2,5,5,27,1,1,3,,2,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,27,,3,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,20000,,20000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,300,,,,,,,,,2,,,,,,,,,1,2,,1,1000,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,50000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,2,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,3,75,1,,,,1,,1,,,1,"RR2","020414",2,2,0,1,1,0,20000,0,0,0,0,0,0,0,0,0,0,0,0,20000,1.848653793334961,2539.26171875,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,27,,27,2,0,1,0,0,0,0,1,1,0,1,5027.9501953125,5027.9501953125,2513.97509765625,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,300,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,42,0,1,1,1,0,3,1.5,1,0,1,1,0,,,0,,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,16159,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,20000,20000,141.42135620117188,0,0,0,20000,0,20000,141.42135620117188,0,0,0,0,1,0,0,0,0,0,1,1,0,1,27,729,1,,1,1,1,0,0,1,0,,41.4865608215332,27,729,0,0,0,1,1,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020505",1,2,2,1,,,,35,,2,2,2,1,2,2,2,3,2,2,2,1,1,59,2,1,1,,1,62,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,7,2,5,,5,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,7,2,6,,,,,2,4,,,,,2,4,1,1,,,,,,,,,,,,2,,,,,,,1,4,,,,,,1,,2,,,,,2,,2,,,,,8,1,1,2,,,,,,,2,,,,,2,3,3,3,3,3,1,1,1,1,1,1,2,3,,1,,,2,1,,1,2,1,0,30,3,4,2,2,2,1,1,2,1,,,1,1,,,,,,,,,1,0,1,2,2,1,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,1,7," <7:SOMEONE OR SOMEWHERE ELSE ? (SPECIFY)>:nyc housing",,,,,1,,,,,,,,,,,,,,,2,,,2,2,1,,1,30,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,500,,12,6000,1,,2,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,6,32,98,98,8,,,,,,,,,2,,,,,1,1,,,8,,,,,,,,,8,,,,,,,,,1,1,2,,8,8,,,,,,,,1,8,0,,,,,,,1,8,,2,,,,,,,,2,1,1,2,2,2,2,2,,1,2,2,1,2,,,,,,,1,8,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,,12,8,,,99,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,1,5,,,,2,,,,,,,,,,2,2,5,,2,2,2,1," <1:Yes (Specify)>:jehovah's witnesses",1,2,1,2,,,,,,,,,,,,,,,3,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,42,1,,,,1,,1,,,1,"agh","020505",10,2,8,3,2,1,17500,7485.59619140625,0,0,2704.78564453125,0,0,6393.90380859375,0,0,0,10.473810195922852,0,34094.7578125,.6563703417778015,901.5728759765625,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,59,62,60.5,4,0,0,0,1,0,1,0,0,1,4,1654.1282958984375,827.0641479492188,827.0641479492188,0,3,0,1,0,0,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,3,4,4,,,,,0,0,0,0,1,,0,,1,1,1,0,,,14630,21945,0,58520,0,1,46438.2578125,137,0,1,1,1,1,4,.4000000059604645,0,1,0,1,0,1,1,0,1,1,1,1,1,3,0,1,0,0,0,0,0,1,0,1,1,1,0,1,0,1,1,1,1,0,1,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,0,1,16176,,,,,1,0,0,0,-5,995.5078735351562,31.55167007446289,-5,1241.30029296875,35.23208999633789,0,0,0,0,0,0,0,0,0,0,0,0,-5,214.38082885742188,14.641749382019043,0,0,0,0,0,0,2,17500,17500,132.28756713867188,-5,19612.009765625,140.0428924560547,17500,-5,17500,132.28756713867188,9043.8486328125,95.09915161132812,0,0,1,0,0,0,1,0,1,1,0,0,59,3481,1,1,1,1,1,0,2,0,62,62,41.4865608215332,59,3481,0,0,1,0,0,0,0,0,6,32,0,1,0,0,1,62,3844,1,0,0,1,.1519336998462677,.1519336998462677,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0 -"9543x","020414",1,4,2,1,,,,35,,1,1,2,1,2,2,2,1,2,2,2,1,1,41,1,1,1,,2,41,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,11,,,,,2,2,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,,,,,,,2,2,,1,,2,,100,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,3,,8,1,2,2,1,1,2,,,2,,,3,,,2500,,12,30000,1,,,600000,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,1,1,,1,1,,12,99,12,80,4,,,,80000,,80000,1,,,,,,,,,,,4,,,,60000,,60000,1,,,,,,,,,,,2,,2,,8,2,,1,,1,,1,,1,16000,0,,,,,,,1,1,,8,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,6,60,97," <5:OTHER (SPECIFY)>:GREECE",,,,,,,1967,1,"RR2","020414",2,2,0,2,2,0,80000,60000,2494.07421875,0,0,0,0,0,0,0,0,0,0,142494.078125,2.0333871841430664,2793.0068359375,1,,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,41,41,41,3,0,0,1,0,0,1,0,1,0,3,5432.37353515625,2716.186767578125,2716.186767578125,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,175000,1,1,1,1,600000,,,1,16000,0,16000,1,1,1,,1,1,11610,17415,0,46440,1,1,42400,197,1,,,1,,8,4,1,1,1,1,1,1,,1,,1,1,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,16184,38,,,,38,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,80000,80000,282.84271240234375,60000,60000,244.948974609375,80000,60000,80000,282.84271240234375,60000,244.948974609375,0,0,,0,1,1,0,0,1,1,1,1,41,1681,1,1,1,1,1,1,1,1,41,41,41.4865608215332,41,1681,0,1,0,1,1,1,0,0,12,42.29999923706055,0,1,1,1,0,41,1681,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020424",1,2,3,1,,,,13,,1,1,1,1,2,1,1,1,2,2,3,4,5,35,1,1,3,,2,65,1,7,,2,23,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,1,2,,,,2,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,11,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,300,,12,3600,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,3,,,2000,,12,24000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,8,8,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,300,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,1,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,4,67,2,,,,,,,,1988,1,"RR2","020424",3,3,0,1,1,0,23999.998046875,0,0,300.0000305175781,0,0,0,0,0,0,0,0,0,24299.998046875,4.270991802215576,5866.52099609375,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,2,0,1,0,0,35,,35,3,0,0,1,0,0,0,1,1,0,1,15941.4814453125,15941.4814453125,5313.8271484375,1,1,0,0,0,1,1,0,1,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,1,1,,1,8590,12885,0,34360,0,1,21000.001953125,5,1,,,1,,4,1.3333333730697632,1,1,1,1,0,,,0,,1,1,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,16188,,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,0,0,0,0,0,0,1,24000,24000,154.91932678222656,0,0,0,24000,0,24000,154.91932678222656,0,0,0,0,1,0,1,1,0,0,0,0,0,1,35,1225,1,,1,0,0,0,0,1,0,,41.4865608215332,35,1225,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020421",1,2,1,,,,,20,,1,1,2,2,2,2,4,1,2,2,2,4,5,56,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,4,1,2,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:cobra",,,,,,,,,,,,,,2,,,1,,2,,1000,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,0,6,6,2,2,2,1,1,2,,,2,,,3,,,3000,,5,15000,1,,,500000,350000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,,,,9,55,,,4,,,,50000,,50000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,30000,,,,,,,,,1,2500,0,,,,,,,1,1,,1,25000,,,,,,,2,2,2,1,1,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,18000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,1,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,2,1,2,,,,,,,,,,,,,,,,,,,2,1,,6,45,1,,,,1,,1,,,1,"mm","020421",1,1,0,1,1,0,50000,0,1769.03662109375,0,0,0,0,0,18000,0,0,0,0,69769.0390625,1.8564025163650513,2549.9052734375,0,1,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,56,,56,4,0,0,0,1,0,0,1,1,0,1,5832.177734375,5832.177734375,5832.177734375,0,3,0,1,0,0,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,30000,1,1,1,1,500000,350000,150000,1,2500,0,2500,1,1,0,0,,0,8590,12885,0,34360,1,1,21000.001953125,426,1,,,1,,6,6,1,1,1,1,1,,,1,,1,1,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,16197,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,18000,18000,134.16407775878906,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,50000,50000,223.60679626464844,0,0,0,50000,0,50000,223.60679626464844,0,0,0,0,,0,0,0,0,0,1,1,1,1,56,3136,1,,1,1,1,1,0,1,0,,41.4865608215332,56,3136,0,1,0,1,1,1,0,0,9,55,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020502",1,2,1,,,,,5,,1,1,1,2,1,2,8,1,2,2,2,5,2,27,2,1,2,,1,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,1,3,,,,,,1,3,,,,,,,,,,,,2,1,36000,1,,2,,8,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,1,,3,2,2,2,1,1,2,,,2,,,9,,,,,,,,,1,99,98,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,98,12,98,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,2,,2,,9,9,,,,,,,,1,8,0,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,1,,,,,,,,,,,,,,,,,,,2,1,,6,74,1,,,,1,,1,,,1,"ep","020502",2,2,0,2,2,0,44299.39453125,20405.30078125,0,1302.05810546875,0,0,0,0,0,0,0,0,0,66006.75,1.0166935920715332,1396.50341796875,1,2,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,27,30,28.5,2,0,1,0,0,0,1,0,1,0,3,2444.800537109375,1222.4002685546875,1222.4002685546875,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,1,,0,,1,1,1,,,,11610,17415,0,46440,1,1,42400,27,1,,,1,,3,1.5,1,1,1,1,1,1,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,16200,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,,0,0,0,0,0,1,1,1,0,27,729,1,1,1,1,1,1,2,0,30,30,41.4865608215332,27,729,0,0,0,0,0,0,0,0,12,42.29999923706055,0,1,1,1,1,30,900,1,1,1,0,.1519336998462677,.1519336998462677,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020426",1,2,2,1,,,,42,,2,3,3,2,3,3,3,2,2,2,2,4,5,63,2,1,5,,2,42,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,4,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,2,,1658,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,14,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,303,,12,3636,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1300,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,1,2,2,2,2,2,2,,1,2,,,1,,,,,,,1,743,1,12,8916,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,,," <4:OTHER {SPECIFY}>:adult child",12,525,6300,1,,,,,,,3,68,204,1,,2,,2,0,2,,,,,,,2,,2,,,,2,2,12,," <12:OTHER (specify)>:retired",,,,,1,3,,,,1,1,,,,,1,1,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,1,3,,,,,,,,,,,,,,,,,,,1,4,,2,39,3,,,,,,,,1958,2,"el","020426",2,2,0,1,1,0,0,0,0,0,8916.0009765625,0,204,0,0,0,0,6299.99951171875,0,15420,1.8316645622253418,2515.92578125,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,63,,63,4,0,0,0,1,0,0,1,1,0,1,4119.50341796875,4119.50341796875,2059.751708984375,0,3,0,1,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,1300,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,0,34360,0,1,21000.001953125,213,0,1,1,1,1,4,2,1,0,1,1,0,,,0,,1,0,0,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,16209,,,,,3,0,0,0,8916,8916,94.42457580566406,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6300,6300,79.3725357055664,0,0,0,204,204,14.282856941223145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,1,0,0,0,63,3969,0,,1,1,0,0,0,0,0,,41.4865608215332,63,3969,1,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020426",1,2,1,,,,,81,,9,8,8,9,8,1,8,9,2,2,8,2,5,81,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,11,,,,,2,,,,,,,9,2,,1,3,1,2,2,2,1,3,2,6,9,1,5,3,,,,,,,,,,,,,,,,,,2,2,,1,,2,,8,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,47,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,1,1,1,8,2,2,2,2,,2,2,,,2,9,,,,,,1,9,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,1,2,2,1,2,,2,2,2,2,,,,,,,,,,,,,,,2,9,2,,,,,,,,,,,,,,,,,,,2,9,,4,99,1,,,,1,,1,,,1,"ep","020430",1,1,0,1,1,0,0,0,0,0,2758.73828125,0,0,4915.66455078125,0,2213.58154296875,0,0,0,9887.984375,2.031635046005249,2790.60009765625,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,,,,,,81,,81,5,0,0,0,0,1,0,1,1,0,1,3817.698486328125,3817.698486328125,3817.698486328125,,,,,,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,322,0,1,1,1,1,4,4,1,,,1,1,,,1,,,,,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,16220,,,,,1,-5,341.67962646484375,18.484577178955078,-5,995.5078735351562,31.55167007446289,-5,1241.30029296875,35.23208999633789,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,81,6561,0,,1,1,1,1,0,0,0,,41.4865608215332,81,6561,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,,1,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0 -"9543x","020423",1,2,1,,,,,25,,1,1,1,3,3,2,8,2,2,2,2,5,5,58,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,2,1,600,1,,2,,200,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,1,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,50,,,4,,,,63000,,63000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,0,,,,,,,,,2,,,,,,,,,1,2,,1,3500,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,2,43,1,,,,1,,1,,,1,"JR","020424",1,1,0,1,1,0,62999.99609375,0,0,0,0,0,0,0,0,0,0,0,0,62999.99609375,1.3071956634521484,1795.529296875,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,58,,58,4,0,0,0,1,0,0,1,1,0,1,3957.23876953125,3957.23876953125,3957.23876953125,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,8590,12885,0,34360,1,1,21000.001953125,311,1,,,0,,1,1,1,1,1,1,1,,,1,,1,0,,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,16221,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,63000,63000,250.9980010986328,0,0,0,63000,0,63000,250.9980010986328,0,0,0,0,1,0,0,0,0,0,1,1,0,1,58,3364,1,,1,1,1,0,0,1,0,,41.4865608215332,58,3364,0,0,0,1,1,0,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020502",1,5,1,,,,,70,,9,1,3,2,2,9,8,1,2,2,8,5,5,70,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,4,2,,2,3,2,2,2,2,1,2,4,6,5,1,5,,,,,,,,,,,,,,,,,,,2,,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,20,,5,3,2,2,1,2,,,,,,,,,,,,,,,,,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,,,,,,,,,1,750,0,,,,,,,1,2,,2,,,,,,,,2,1,1,1,2,2,2,2,,2,2,,,2,,,,,,,1,842,1,12,10104,1,,133,1,12,1596,1,,100,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,2,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,1,1,,2,31,1,,,,97," <5:OTHER (SPECIFY)>:Cisely",97," <5:OTHER (SPECIFY)>:Cisely",,1,"ep","020502",1,1,0,1,1,0,0,0,100,0,10104,0,0,1596.0001220703125,0,0,0,0,0,11800,.944076657295227,1296.7586669921875,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,70,,70,5,0,0,0,0,1,0,1,1,0,1,4390.55029296875,4390.55029296875,4390.55029296875,0,3,0,1,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,100000,1,1,1,1,100000,0,100000,1,750,0,750,1,1,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,116,0,1,1,0,1,5,5,1,0,1,1,1,,,1,,,1,,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,16228,,,5,5,1,0,0,0,10104,10104,100.5186538696289,1596,1596,39.94997024536133,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,1,0,0,1,70,4900,0,,1,1,0,0,0,1,0,,41.4865608215332,70,4900,0,1,1,1,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020425",1,4,1,,,,,20,,1,3,1,2,2,2,8,2,2,2,8,1,5,70,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,99,,,,,9,,,,,,,9,2,,2,2,2,2,2,2,1,1,2,6,6,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,10,,2,8,8,8,8,,,,,,,,,,,,,,,,,,,,,8,,,8,,,8,,,,,,,,,8,,,,,,,,,,,,,,,8,,8,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,,,,,,,,,8,,,,,,,,,8,,8,8,,,,,,,,8,8,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,8,,8,,,,,,,,,,,,,,,,,,8,,,,,,,,,,8,8,8,,8,8,8,8,,8,8,8,8,,,,,,,,,,,,,,,8,8,2,,,,,,,,,,,,,,,,,,,2,2,,1,23,99," <5:OTHER (SPECIFY)>:",,,,,,,1989,3,"good","020429",1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.382920742034912,4646.6904296875,0,,,,,2,,,,,,,,,,2,0,1,0,0,70,,70,5,0,0,0,0,1,0,1,1,0,1,4699.55517578125,4699.55517578125,4699.55517578125,,,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,1,0,0,,,,,,,,,0,0,,0,,0,8590,12885,1,34360,0,0,21000.001953125,61,0,1,,,,2,2,1,1,1,1,0,,,0,,1,1,,0,4,0,0,1,,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,,,,0,,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,16230,,,,,99,-9,-9,,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,,0,0,0,1,1,0,0,70,4900,0,,1,0,1,0,0,0,0,,41.4865608215332,70,4900,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,,1,0,0,0,0,0 -"9543x","020419",1,1,1,,,,,22,,2,3,3,2,2,3,3,3,2,2,1,2,5,60,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,8,,,,,2,,,,,,,2,1,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7," <7:(VOL) OTHER (SPECIFY)>:room",,2,,1,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,250,,12,3000,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,1,1,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,1,2,1,2,2,2,2,2,,2,2,,,2,300,1,12,3600,1,,,,,,,,,120,1,12,1440,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,2,,,1,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,2,1,,1,41,1,,,,1,,97," <5:OTHER (SPECIFY)>:ho11and",,1,"SF","020419",1,1,0,1,1,0,0,0,0,0,0,0,0,1439.9998779296875,0,3600,0,0,0,5040,2.4599897861480713,3378.976806640625,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,60,,60,4,0,0,0,1,0,0,1,1,0,1,5070.48388671875,5070.48388671875,5070.48388671875,1,1,0,0,0,0,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,250,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,23,0,0,1,0,1,1,1,1,0,0,1,0,,,0,,1,1,0,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,16233,,,,92,1,3600,3600,60,0,0,0,1440,1440,37.947330474853516,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,1,0,1,1,0,0,60,3600,0,,1,1,1,0,0,0,0,,41.4865608215332,60,3600,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020505",1,4,1,,,,,98,,8,8,2,3,4,2,4,2,2,2,8,5,5,72,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,,,,,,,2,2,,3,3,2,2,2,2,1,2,8,6,6,2,,,,,,,,,,,,,,,,,,,,,,,,2,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,32,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,142,,12,1704,8,142,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,2,1,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,1,2,1,2,2,2,2,,2,2,,,2,,,,,,,1,8,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,1,26,1,,,,1,,1,,,1,"agh","020505",1,1,0,1,1,0,0,0,165.70791625976562,0,5131.6728515625,0,0,0,0,0,0,0,0,5297.380859375,1.3897490501403809,1908.9224853515625,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,72,,72,5,0,0,0,0,1,0,1,1,0,1,5790.1142578125,5790.1142578125,5790.1142578125,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,6000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,8590,12885,1,34360,0,0,21000.001953125,161,0,1,1,1,1,3,3,1,1,1,1,0,,,0,,,0,0,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,1,0,0,0,16237,,,,,1,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,72,5184,0,,1,1,0,0,0,1,0,,41.4865608215332,72,5184,0,1,1,1,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020426",1,5,2,1,,,,81,,2,3,1,1,1,1,1,1,2,2,3,1,1,81,2,1,1,,1,80,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,4,,,,,2,7,,,,5,2,1,2,,3,3,2,2,2,2,1,1,1,5,6,1,1,5,,,,,1,1,5,,,,,,,,,,,2,2,,1,,2,,8,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,40,,6,2,2,2,1,1,2,,,2,,,3,,,400,,12,4800,1,,,200000,40000,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,8,,,,,,,,,1,2,,1,8,8,,,,,,8,1,1,2,2,2,2,2,,2,2,,,2,,,,,,,3,8,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,21,1,,,,99,,99,,,1,"rm","020426",2,2,0,2,2,0,0,0,0,0,2165.28466796875,0,0,1824.7586669921875,0,0,0,0,0,3990.04345703125,1.964072585105896,2697.798095703125,1,1,0,3,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,81,80,80.5,5,0,0,0,0,1,1,0,1,0,3,6698.1923828125,3349.09619140625,3349.09619140625,1,1,0,0,0,1,2,1,0,1,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,1,200000,40000,160000,,,,,1,1,0,0,0,0,11610,17415,1,46440,0,0,42400,205,0,1,1,1,1,6,3,1,1,1,1,1,1,,1,,1,1,1,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,16240,,,,,1,-9,-9,,-5,995.5078735351562,31.55167007446289,-5,1241.30029296875,35.23208999633789,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,0,0,0,81,6561,0,0,1,1,0,0,2,0,80,80,41.4865608215332,81,6561,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,,1,0,0,0,0,0 -"9543x","020423",1,5,2,1,,,,57,,1,1,1,2,2,1,1,1,2,2,3,1,1,59,1,1,1,,2,59,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,1,1,2,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,2,,1,,2,,1200,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,11,,6,1,2,2,1,1,2,,,2,,,4,,,,1000,,1000,1,,1,215000,91000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,40,,,4,,,,70000,,70000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,120000,,,,,,,,,1,10000,1000,,,,,,,1,1,,1,4000,,,,,,,2,2,2,1,2,2,1,2,2,2,2,,,2,,,,,,,,,,,,,,,,,,,,2000,2,,,,,,,,,,,,,,,,,3000,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,2,1,2,2,,,,,,,,,,,,,,,2,1,1,,,,,,,,,,,,,,,,,,,2,1," <7:ANOTHER GROUP (SPECIFY)>:scottish/canadian",1,43,97," <5:OTHER (SPECIFY)>:cacada",,,,,,,1946,1,"ck","020423",2,2,0,2,2,0,70000,0,2000,500,0,0,0,0,0,0,0,0,0,72500,1.964072585105896,2697.798095703125,1,1,0,1,2,1,2,0,1,0,0,0,0,0,0,1,1,0,0,0,59,59,59,4,0,0,0,1,0,1,0,1,0,3,9390.8896484375,4695.44482421875,4695.44482421875,1,2,1,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,120000,1,1,1,1,215000,91000,124000,1,10000,1000,9000,1,1,1,1,0,1,11610,17415,0,46440,1,1,42400,193,1,,,1,,6,3,1,1,1,1,1,1,,1,,1,1,1,0,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,0,0,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,16242,27,,,,27,0,0,0,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,1,70000,70000,264.57513427734375,0,0,0,70000,0,70000,264.57513427734375,0,0,0,0,,0,1,1,0,0,1,1,0,1,59,3481,1,0,1,1,1,0,1,1,59,59,41.4865608215332,59,3481,0,1,0,1,1,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020430",1,5,1,,,,,48,,2,2,2,1,1,1,1,2,2,2,3,1,1,48,1,1,1,,2,43,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,9,,,,,2,8,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,,,,,,,2,1,8,1,,2,,1200,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,5,,8,1,2,2,1,1,2,,,2,,,9,,,,,,,,,,450000,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,50,12,40,9,,,,,,,,,1,2,2,9,,,,,,9,,,,,,,,,9,,,,,,,,,1,1,2,,8,9,,,,,,,,1,20000,0,,,,,,,1,8,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,1,,2,54,1,,,,1,,1,,,1,"ep","020430",2,2,0,2,2,0,68533.9296875,29999.5078125,1562.1768798828125,0,0,0,0,0,0,0,0,0,0,100095.6171875,2.0333871841430664,2793.0068359375,1,1,0,3,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,48,43,45.5,4,0,0,0,1,0,1,0,1,0,3,6781.2392578125,3390.61962890625,3390.61962890625,1,1,0,0,0,1,4,1,0,0,0,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,450000,,,1,20000,0,20000,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,57,1,,,1,,8,4,1,1,1,1,1,1,,1,,1,1,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,16243,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,,0,0,0,0,0,1,1,1,1,48,2304,1,1,1,1,1,1,1,1,43,43,41.4865608215332,48,2304,0,1,0,1,1,1,0,0,12,50,0,1,1,1,0,43,1849,0,0,0,0,0,.1519336998462677,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543x","020419",1,3,1,,,,,38,,2,3,4,3,1,2,8,1,2,2,1,5,1,38,1,1,2,,2,38,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,7,,,,5,2,6,,,,,2,2,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,,,,,,,2,2,,2,,,,,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,775,,12,9300,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,32000,,32000,1,,,,,,,,,,,4,,,,45000,,45000,1,,,,,,,,,,,2,,2,,25000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,,,,,,,,,,,,,,,,,,,2,2,,2,63,1,,,,1,,1,,,1,"ep","020419",2,2,0,2,2,0,45000,32000,0,0,0,0,0,0,0,0,0,0,0,77000,1.431820273399353,1966.7103271484375,1,1,0,3,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,38,38,38,3,0,0,1,0,0,1,0,1,0,3,3972.575927734375,1986.2879638671875,1986.2879638671875,1,1,0,0,0,1,3,1,0,0,1,0,,,,,,,,,,,,,,,,,,,,,,25000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,11610,17415,0,46440,1,1,42400,313,1,,,1,,3,1.5,1,0,1,1,1,1,,1,,1,1,,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,782,673,456,497,.6549828052520752,.7384843826293945,.5831202268600464,0,0,1,0,16247,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32000,32000,178.88543701171875,45000,45000,212.1320343017578,45000,32000,45000,212.1320343017578,32000,178.88543701171875,0,0,1,0,0,0,0,0,1,1,0,1,38,1444,1,1,0,1,1,0,1,0,38,38,41.4865608215332,38,1444,0,0,0,0,0,0,0,0,12,40,1,1,1,1,1,38,1444,1,1,1,0,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020309",2,3,,,1,1,,17,,1,1,1,1,1,2,8,1,1,2,3,5,5,38,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,7,,,,5,1,,,,,,,4,1,2,,,,,,,,,,,,1,1,2,,,,,,,,,,,,1,,1,2,,,2,1,8,1,,1,8,500,8,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,1,4,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,1,1,4,," <4:OTHER (SPECIFY)>:church at 50th",,,,,,,,,,,,,1,,,,2,,,1,,,2,,2,2,,,,,2,,,,1,2,,,4,,,,360,,360,1,,2,,,2,2,3,,,1,,2,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,8,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,8,,1,1,,,,,12,98,,,8,,,,,,,,,2,,,,,2,,2,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,1,1,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,1,1,2,1,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,1,2,2,2,,2,1,1,1,97,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:broken foot",1,1,7,,,,2,2,2,2,2,,,,,,,,,,,,2,2,8,2,2,2,1,,6,63,1,,,,1,,1,,,1,"gs","020428",2,1,1,2,1,1,7500,0,0,1125.9815673828125,0,0,0,0,0,0,117.98487854003906,0,0,8743.966796875,1.1395677328109741,1565.280029296875,0,,0,,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,38,,38,3,0,0,1,0,0,0,1,0,1,2,1648.285888671875,1648.285888671875,1648.285888671875,0,3,0,1,0,0,3,1,0,0,1,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,,,11610,17415,1,46440,0,0,42400,269,0,0,0,1,1,2,1,1,1,1,0,1,,1,1,,1,1,,1,2,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,25049,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,164.60757446289062,12.829948425292969,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,7500,7500,86.6025390625,0,0,0,7500,0,7500,86.6025390625,0,0,1,1,,0,0,0,0,0,1,1,0,0,38,1444,1,,1,1,1,0,0,0,0,,41.4865608215332,38,1444,0,0,0,0,0,0,0,0,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 -"9543o","020319",2,1,,,1,1,,50,,2,3,2,1,2,2,8,2,2,2,2,2,5,65,2,1,3,,2,94,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,12,2,5,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,12,2,1,2,,,,2,,,,,,,4,2,,1,2,2,2,1,2,2,2,2,4,6,1,5,,,,,,,,,,,,,2,,,,,,,,,1,,2,,750,8,2,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,2,2,1,1,1,1,1,5,,1,,,7,3,,2,2,1,0,10,4,4,2,2,2,1,4,0,,,,1,0,1,2,2,2,,,180,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,1,27,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,1,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,1,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,2,1,,,,,,,,2,1,9,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,36,3,,,,,,,,1952,2,"ak","020407",10,2,8,2,1,1,0,0,0,0,913.3334350585938,0,0,0,0,0,0,0,0,913.3334350585938,2.545867443084717,3496.93603515625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,65,,65,5,0,0,0,0,1,0,1,0,1,2,8314.572265625,8314.572265625,4157.2861328125,0,3,0,1,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,0,0,0,0,0,0,0,0,1,1,0,0,,0,11610,17415,1,46440,0,0,42400,185,0,1,1,1,1,5,.5,0,1,1,1,1,,0,0,1,1,1,,1,4,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,25104,,,,,3,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,0,65,4225,0,,1,0,0,0,0,0,0,,41.4865608215332,65,4225,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020504",2,4,,,2,,1,40,,1,1,1,1,3,1,2,1,2,2,2,1,1,40,2,1,1,,1,47,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,2,1,,1,,,9,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,9,1,7,,,,2,2,7,,,,2,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,1400,1,,2,,1000,2,1,1,2,,,,,,,2,,,,,2,2,2,3,2,1,1,1,1,2,2,1,4,1,,1,,,3,1,,2,1,1,20,97,4,4,2,2,2,2,2,0,,,,2,2,,,,,,,,,2,0,2,1,1,1,,,,,1,3,,2,,2,,1,,,1,,2,2,,,,,,1,,,2,,1,,,,8,,,1,,,2,2,,,3,,,51,,7,357,2,4500,2,,,1,1,3,,,10,,6,1,2,2,1,1,2,,,2,,,2,,754,,,12,18096,1,,,3e+06,152000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,3,1,1,,1,1,,12,30,12,40,2,,90000,,,12,2160000,2,9000,,,,,,,,,,4,,,,60000,,60000,1,,,,,,,,,,,1,1,2,,100000,,,,,,,,,1,2000,0,,,,,,,1,2,,1,3000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,1,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,61,1,,,,1,,97," <5:OTHER (SPECIFY)>:|canada",,1,"db","020504",4,2,2,4,2,2,60000,9000,0,0,0,0,0,0,0,0,0,0,0,69000,.31071287393569946,426.7869567871094,1,3,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,40,47,43.5,3,0,0,1,0,0,1,0,0,1,4,635.583740234375,317.7918701171875,317.7918701171875,1,2,1,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,2,2,1,2,3,1.6666666269302368,1,0,0,0,,3,3,4,100000,1,1,1,1,3e+06,152000,2848000,1,2000,0,2000,1,1,1,0,1,1,17650,26475,0,70600,0,1,37000,10,1,,,1,,6,1.5,1,1,1,1,1,1,1,1,1,1,0,1,1,2,0,0,0,0,0,0,0,2,0,2,2,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,25136,,,,27,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,9000,9000,94.86833190917969,60000,60000,244.948974609375,60000,9000,60000,244.948974609375,9000,94.86833190917969,0,0,,0,0,0,0,0,1,1,1,0,40,1600,1,1,0,1,1,1,2,1,47,47,41.4865608215332,47,2209,0,0,0,1,1,1,2,0,12,40,1,1,1,1,0,40,1600,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020309",2,2,,,3,,1,25,,3,2,1,1,3,3,4,2,2,2,3,1,1,34,1,1,1,,2,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,16,2,1,,1,,,14,1,1,,1,,,12,2,1,,1,,,,,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,16,2,9,,,,,2,4,,,,,2,1,2,,,,,,,,,,,,,1,3,,,,,,1,3,,,,,,1,,3,,,,2,1,10800,1,,2,,100,8,2,1,2,2,2,2,2,1,2,2,,,,,1,3,3,3,3,3,1,2,1,2,2,1,1,2,,1,,,8,1,,1,2,2,0,0,4,4,2,2,2,1,4,0,,,,3,3,,,,,,,,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,15,,6,1,2,2,1,1,2,,,2,,,3,,,1000,,12,12000,1,,,300000,200000,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,45,12,5,4,,,,400000,,400000,1,,,,,,,,,,,4,,,,100000,,100000,1,,,,,,,,,,,2,,2,,1e+06,,,,,,,,,1,40000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,2,1,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,12000,1,12,144000,2,12000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,6,60,1,,,,5," <5:OTHER (SPECIFY)>:ITALY",5," <5:OTHER (SPECIFY)>:ITALY",,1,"RR2","020309",5,2,3,5,2,3,100000.9921875,100000,0,0,0,0,0,0,12000,0,0,0,0,212001,.4660693109035492,640.180419921875,1,2,0,2,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,34,32,33,2,0,1,0,0,0,1,0,0,1,4,1213.0765380859375,606.5382690429688,606.5382690429688,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,3,4,1e+06,1,1,1,1,300000,200000,100000,1,40000,0,40000,1,1,1,1,0,1,20670,31005,0,82680,1,1,36847.08984375,42,1,,,1,,6,1.2000000476837158,1,1,1,1,1,1,1,1,1,0,0,0,1,2,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,25146,,,5,5,1,0,0,0,0,0,0,0,0,0,0,0,0,12000,12000,109.54450988769531,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,400000,400000,632.4555053710938,100000,100000,316.2277526855469,400000,100000,400000,632.4555053710938,100000,316.2277526855469,0,0,,0,0,0,0,0,1,1,1,1,34,1156,1,1,1,1,1,1,1,1,32,32,41.4865608215332,34,1156,0,1,0,1,1,1,3,0,12,45,0,1,0,0,0,32,1024,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020308",2,1,,,3,,1,95,,4,2,2,2,4,3,4,3,2,1,2,5,2,25,1,1,1,,2,24,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,4,2,2,,1,,,1,1,1,,1,,,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,0,1,4,,,,,2,8,,,,,2,2,2,,,,,,,,,,,,,1,2,,,,,,2,,,,,,,1,,2,,,,,1,2400,1,,2,,100,2,2,2,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,3,3,0,1,2,2,2,,,,,,,9,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,1,2,1,,2,3,,5,1,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1135,,10,11350,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,40,,,4,,,,30000,,30000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,1,40000,,,,,,,,,1,500,0,,,,,,,1,1,,1,400,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,600,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,1,4,2,2,1,2,2,,,,,,,,,,,,,,,,,,1,1,,,,,1,1,,,2,1,2,1,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,6,77,1,,,,1,,1,,,1,"rm","020308",5,2,3,5,2,3,30000,0,0,200,0,0,0,0,0,0,0,0,0,30200,.6563703417778015,901.5728759765625,1,1,0,3,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,25,24,24.5,1,1,0,0,0,0,1,0,0,1,4,2160.340576171875,1080.1702880859375,1080.1702880859375,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,,,,,,,,,,,,4,,,4,40000,1,1,1,0,0,0,0,1,500,0,500,1,1,1,1,0,1,20670,31005,1,82680,0,0,36847.08984375,34,0,1,0,1,0,5,1,1,1,0,0,1,0,1,0,,0,0,0,1,2,0,0,0,0,0,2,1,0,1,0,3,1,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,25155,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,1,30000,30000,173.205078125,0,0,0,30000,0,30000,173.205078125,0,0,3,1,1,0,0,0,0,0,1,0,0,1,25,625,1,0,1,1,0,0,1,1,24,24,41.4865608215332,25,625,0,0,0,1,0,0,3,1,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020426",2,1,,,3,,1,5,,4,2,4,2,4,3,3,3,2,2,1,5,2,36,1,1,2,,2,34,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,11,1,2,,1,,,6,1,2,,1,,,4,1,2,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,11,1,1,2,,,,2,98,,,,,1,4,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,2,,,,,,,,,,2,,,,2,2,2,2,,,,,,,2,,,,,1,3,3,3,3,2,1,2,4,4,1,1,4,2,,1,,,6,1,,8,1,1,0,98,4,4,2,2,2,2,4,0,,,,2,2,,,,,,,,,3,1,2,1,1,2,1,2,,,2,,,2,,2,,,,,,,1,,,,2,,,1,,,2,,,,,,,,2,,,,2,2,,,3,,,500,,12,6000,1,,8,,,1,1,1,,1,1,,4,3,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,200,,12,2400,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,7,,,,,,,,,2,,,,,1,2,,,7,,,,,,,,,2,,,,,1,1,,,1,2,2,,7,2,,2,1,,,,,2,,,,,,,,,8,,1,2,,,,,,,,2,1,2,2,2,2,2,2,2,2,1,8,1,8,,,,,,,2,4000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,98,,,,99,,,,,,2,,2,,2,,,,,,,2,,2,,,,1,1,,,,13,,,,8,,,,,,,,,,,,,,,2,2,3,,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,3,2,2,2,,5,65,1,,,,1,,1,,,1,"pg","020426",5,2,3,5,2,3,22500,17500,0,0,3999.999755859375,812.5894775390625,0,0,0,0,0,0,0,44000,1.2381591796875,1700.70263671875,1,1,0,,1,1,1,1,0,0,0,0,0,0,0,2,0,1,0,0,36,34,35,3,0,0,1,0,0,1,0,0,1,4,4342.59228515625,2171.296142578125,2171.296142578125,0,3,0,1,0,1,1,0,1,0,0,0,1,2,1,0,0,1,1,1,1,1,1,2,1,0,0,0,0,,4,4,4,6000,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,20670,31005,0,82680,0,1,36847.08984375,39,1,,,0,,4,.800000011920929,0,0,0,1,0,0,0,0,1,0,0,0,1,2,0,0,0,0,0,0,1,2,2,2,3,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,25175,,,,,1,0,0,0,4000,4000,63.24555206298828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,169.98902893066406,13.037983894348145,-9,-9,,2,22500,22500,150,17500,17500,132.28756713867188,22500,17500,22500,150,17500,132.28756713867188,1,1,1,0,0,0,0,0,0,0,0,1,36,1296,1,1,1,0,0,0,1,1,34,34,41.4865608215332,36,1296,0,0,1,0,0,0,3,1,12,40,0,1,1,1,0,34,1156,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,1,0,0,0,,1,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020324",2,1,,,3,,1,29,,2,3,3,3,4,3,3,3,2,2,1,2,5,47,2,1,5,,1,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,16,2,1,,,,,13,1,1,,,,,7,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,7,2,1,2,,,,2,,,,,,,4,1,1,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,1,,,2,,,,,2,2,2,2,,,,,,,2,,,,,3,3,2,3,3,3,2,2,4,4,1,1,1,2,,1,,,1,1,,1,2,1,0,5,4,4,2,2,2,1,3,0,,,,3,3,,,,,,,,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,1,16,,5,3,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,379,,12,4548,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,2,8,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,1,2,2,2,2,1,2,,1,1,2,1,2,,,,,,,1,202,1,12,2424,1,,,,,,,,,,,,,,,,,,,,,,,,,,8,0,,,,,,,,,3,,,,12,372,4464,1,,7,42,294,1,,,,,,,2,,2,0,2,,,,,,,1,2,2,,,,1,1,,,,12,,," <12:or some other reason? (specify)>:they claimed that the money I received from SSI and my dead husband's social security was enough to live on",1,2,,,,1,1,,,,,2,,,,2,2,5,,2,2,2,1," <1:Yes (Specify)>:the church",1,2,2,1,10,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:worried when riding the subway",1,2,,,,,1,2,1,1,2,,,,,,,,,,,,2,2,2,1,1,1,4,,1,54,4,,1,,,,,,1973,2,"ar","020324",5,2,3,4,1,3,0,0,0,0,2424,294.0000305175781,0,0,0,0,0,4464,0,6888,.90010005235672,1236.353515625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,47,,47,4,0,0,0,1,0,0,1,0,1,2,2835.142333984375,2835.142333984375,1417.5711669921875,0,3,0,1,0,0,1,0,1,0,0,0,1,2,1,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,0,,2,4,4,,,,,0,0,0,0,0,0,0,0,0,1,0,0,,0,17650,26475,1,70600,0,0,37000,192,0,1,0,0,0,5,1,1,0,0,1,1,,1,1,1,1,0,0,1,3,0,1,0,1,0,0,0,1,0,1,1,0,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,25182,,,,,4,0,0,0,2424,2424,49.234134674072266,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4464,4464,66.81317138671875,294,294,17.14642906188965,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,1,1,1,0,0,0,0,0,47,2209,0,,1,0,0,0,0,0,0,,41.4865608215332,47,2209,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020314",2,4,,,2,,1,26,,1,1,3,3,3,3,3,2,2,2,2,1,1,45,1,1,1,,2,44,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,17,2,1,,2,,,15,1,1,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,15,1,9,,,,,2,4,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,600,2,2,1,2,2,1,2,2,2,2,2,,,,,1,2,2,3,3,3,1,2,4,4,3,1,1,2,,1,,,10,1,,2,2,1,0,0,3,4,2,2,1,3,3,1,1,,,2,2,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,8,,15,2,2,2,1,1,2,,,2,,,2,,1000,,,12,24000,1,,,380000,130000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,3,1,1,,2,2,2,12,40,,,4,,,,60000,,60000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,150000,,,,,,,,,1,3000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,3,,2,56,11," <5:OTHER (SPECIFY)>:trinidad",1,,,,,,1975,1,"gs","020314",4,2,2,4,2,2,60000,0,0,0,0,0,0,0,0,0,0,0,0,60000,.25723394751548767,353.3297424316406,1,3,0,2,3,1,3,0,0,1,0,0,0,0,0,4,0,0,0,1,45,44,44.5,3,0,0,1,0,0,1,0,0,1,4,1048.3155517578125,524.1577758789062,524.1577758789062,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,2,2,1,1,1,1.6666666269302368,1,0,0,1,,4,2,4,150000,1,1,1,1,380000,130000,250000,1,3000,0,3000,1,1,1,1,0,1,17650,26475,0,70600,0,1,37000,215,1,,,1,,15,3.75,1,0,1,1,1,1,1,1,0,1,0,0,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,25208,11,,,,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,60000,60000,244.948974609375,0,0,0,60000,0,60000,244.948974609375,0,0,0,0,,0,1,1,0,0,1,1,1,1,45,2025,1,0,1,1,1,1,1,1,44,44,41.4865608215332,45,2025,0,0,0,1,1,1,2,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020323",2,2,,,2,,1,35,,1,1,2,1,3,2,3,2,2,2,2,5,2,35,1,1,2,,2,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,11,2,2,,1,,,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,2,1,6,,,,,2,4,,,,,1,1,2,,,,,,,,,,,,,1,2,,,,,,1,1,,,,,,1,,1,2,,,2,2,,1,,2,,900,2,2,2,1,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,2,1,1,1,2,1,1,2,,,1,2,,2,,,,1,,,,,1,,,,2,,,,,,,,1,,,,2,,1,2,,,2,2,,,4,,,,6000,,6000,1,,1,4,2,1,2,2,,,10,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,900,,12,10800,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,65,12,40,4,,,,64000,,64000,1,,,,,,,,,,,4,,,,48000,,48000,1,,,,,,,,,,,2,,1,1,10000,,,,,,,,,1,29000,0,,,,,,,1,1,,1,25000,,,,,,,2,2,2,2,2,1,2,2,2,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,8000,1,,1,2,,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,1,2,2,1," <1:Yes (Specify)>:jackie robinson cultural center",3,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,2,67,1,,,,1,,1,,,1,"dj","020323",4,2,2,4,2,2,63999.99609375,48000,0,0,0,0,0,0,0,0,5999.99951171875,0,0,117999.9921875,.6563703417778015,901.5728759765625,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,35,32,33.5,2,0,1,0,0,0,1,0,0,1,4,1677.47900390625,838.739501953125,838.739501953125,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,,,,,,,,,,,,4,,,4,10000,1,1,0,0,0,0,0,1,29000,0,29000,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,16,1,,,1,,5,1.25,1,1,1,1,1,1,1,1,,1,0,0,1,2,0,0,0,0,0,1,0,1,0,1,2,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,25215,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,6000,77.45966339111328,0,0,0,0,0,0,0,0,0,0,0,0,2,64000,64000,252.98220825195312,48000,48000,219.08901977539062,64000,48000,64000,252.98220825195312,48000,219.08901977539062,1,1,1,0,0,0,0,0,1,1,0,1,35,1225,1,1,1,1,1,0,1,1,32,32,41.4865608215332,35,1225,0,0,0,1,1,0,2,1,12,65,0,1,0,0,0,32,1024,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020316",2,4,,,2,,1,33,,2,3,1,2,3,2,8,1,2,2,3,1,1,33,2,1,1,,1,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,4,2,1,,1,,,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,2,1,1,1,,,,2,2,,1,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,2,,,,,,,2,,,,,,,2,,2,,,,,2,2,1,2,,,,,,,1,1,3,1,8,,,,,,,,,,,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,1,2,2,2,,,,,,,1,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,1,2,3,,,7,,6,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,400,,12,4800,1,,1,,,,,,,,,,,,,,,1,1,2,,1,1,,1,1,,12,39,12,50,4,,,,18000,,18000,1,,,,,,,,,,,4,,,,19000,,19000,1,,,,,,,,,,,1,1,2,,80000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,1000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,3,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,68,1,,,,97," <5:OTHER (SPECIFY)>:irelane",97," <5:OTHER (SPECIFY)>:ireland",,1,"gs","020317",4,2,2,4,2,2,19000,18000,999.9999389648438,0,0,0,0,0,0,0,0,0,0,38000,1.4416096210479736,1980.15673828125,1,1,1,2,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,33,32,32.5,2,0,1,0,0,0,1,0,0,1,4,2569.286865234375,1284.6434326171875,1284.6434326171875,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,0,,,,,,,,,,,,4,,,4,80000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,17650,26475,0,70600,0,1,37000,8,1,,,1,,6,1.5,1,1,1,1,1,0,0,0,,1,0,,1,2,0,0,0,0,0,1,1,0,1,0,2,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,25221,,,48,48,1,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,18000,18000,134.16407775878906,19000,19000,137.84048461914062,19000,18000,19000,137.84048461914062,18000,134.16407775878906,2,1,,0,0,0,0,1,1,0,0,0,33,1089,1,1,0,1,0,0,2,1,32,32,41.4865608215332,32,1024,0,1,0,1,0,0,2,1,12,50,1,1,0,0,0,33,1089,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020328",2,1,,,1,1,,34,,2,1,2,2,3,2,3,2,2,2,2,1,1,33,2,1,1,,1,31,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,2,7,,,,5,2,2,,2,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,200,2,2,1,2,,,,,,,2,2,3,3,3,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,9,2,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,2,,,8,2,1,,2,4,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,820,,12,9840,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,9,45,12,35,9,,,,,,,,,1,2,1,,1,,,,,9,,,,,,,,,1,2,2,2,,,,,,1,2,2,,8,8,,,,,,,,1,2000,0,,,,,,,1,2,,1,300,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,250,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,1,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,68,1,,,,5," <5:OTHER (SPECIFY)>:italy",5," <5:OTHER (SPECIFY)>:italy",,1,"nr","020328",3,2,1,3,2,1,65000,45000,0,249.99998474121094,0,0,0,0,0,0,0,0,0,110250,.9003636240959167,1236.715576171875,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,33,31,32,2,0,1,0,0,0,1,0,0,1,4,2149.384033203125,1074.6920166015625,1074.6920166015625,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,,,,,,,,,,,,3,,,4,,,,,0,0,0,0,1,2000,0,2000,1,1,1,0,1,1,14630,21945,0,58520,1,1,46438.2578125,142,1,,,1,,4,1.3333333730697632,1,1,1,1,1,1,1,1,,1,0,0,1,2,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,25224,,,5,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,250,15.81138801574707,0,0,0,0,0,0,0,0,0,2,65000,65000,254.9509735107422,45000,45000,212.1320343017578,65000,45000,65000,254.9509735107422,45000,212.1320343017578,1,1,,0,0,0,0,0,1,1,0,0,33,1089,1,1,1,1,1,0,2,0,31,31,41.4865608215332,33,1089,0,0,0,0,0,0,0,0,9,45,0,1,0,0,1,31,961,1,0,0,1,1,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020427",2,3,,,2,,1,10,,1,1,1,1,2,1,2,2,2,2,2,1,1,39,2,1,1,,1,42,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,5,1,1,,1,,,1,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,1,1,11,,,,,2,11,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,3,,,,,,1,,3,,,,1,1,72000,1,,2,,5000,1,2,1,2,,,,,,,2,1,3,8,3,,,,,,,,,,,,1,2,0,,,,,,,,,,,,,,,,,,,,,,,,1,0,1,2,2,2,,,0," through tax dollars. he is a child with a disability.",2,2,1,1,1,2,1,3,,,2,,,2,,2,,,,1,,,2,2,,,,,,1,,,2,,,,,,,,2,,,,2,2,,,3,,,1500,,12,18000,1,,2,,,1,2,1,,2,2,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,60000,,60000,1,,2,,,,,,,,,,,,,,,2,,1,2,2,1,,1,1,,5,25,12,60,7,,,,,,,,,2,,,,,1,1,,,7,,,,,,,,,1,1,,,,,,,,2,,2,,8,2,,2,3,,,,,1,8,0,,,,,,,1,8,,1,30000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,1,1," <1:Yes (Specify)>:dominican bar assn.",3,2,2,2,,,,,,,,,,,,,,,1,1,1,2,2,,,,,,,,,,,,2,2,2,2,2,1,1,,4,52,4,,1,,,,,,1966,1,"nr","020427",4,2,2,4,2,2,99999.9921875,17500,0,0,0,0,0,0,0,0,0,0,0,117499.9921875,.2128128558397293,292.3140869140625,1,2,0,4,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,39,42,40.5,3,0,0,1,0,0,1,0,0,1,4,499.84423828125,249.922119140625,249.922119140625,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,25000,1,1,1,0,0,0,0,1,,0,,1,1,1,0,1,1,17650,26475,0,70600,1,1,37000,54,1,,,1,,5,1.25,1,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,1,0,1,1,0,1,1,2,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,25347,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,17500,17500,132.28756713867188,100000,100000,316.2277526855469,100000,17500,100000,316.2277526855469,17500,132.28756713867188,2,1,,1,1,1,0,0,1,1,1,0,39,1521,1,1,0,1,1,1,2,1,42,42,41.4865608215332,42,1764,0,0,0,1,1,1,2,1,12,60,1,1,1,1,0,39,1521,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020318",2,2,,,1,1,,4,,2,3,2,2,2,2,2,3,2,2,8,5,2,19,2,1,2,,1,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,1,3,,,,,2,6,,,,,2,3,2,,,,,,,,,,,,,1,4,,,,,,2,,,,,,,1,,4,,,,,,,2,,,,,8,8,1,2,,,,,,,2,4,3,3,3,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,2,,,0,4,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,675,,2,1350,2,99,1,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,4,40,12,98,8,,,,,,,,,2,,,,,2,,2,,8,,,,,,,,,8,,,,,,,,,2,,1,8,8,8,,,,,,,,1,8,0,,,,,,,8,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,50,400,1,,,,,,,2,,2,,2,,,,,,,2,,2,2,,2,3,,,,,,,,,3,,,,,1,1,,,,,2,,,,2,8,3,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,2," <7:ANOTHER GROUP (SPECIFY)>:Morena",2,83,97," <5:OTHER (SPECIFY)>:COLOMBIA",1,,,,,,1998,2,"ar","020320",3,2,1,3,2,1,7500,2426.506591796875,0,0,0,400,0,0,0,0,0,0,0,9926.5068359375,.4049670994281769,556.2520751953125,1,1,0,3,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,19,25,22,1,1,0,0,0,0,1,0,0,1,4,1126.8992919921875,563.4496459960938,563.4496459960938,1,2,1,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,,,,,,,,,,,1,,,4,,,,,0,0,0,0,1,,0,,0,1,1,0,,,14630,21945,1,58520,0,0,46438.2578125,172,0,1,1,1,1,3,1,1,1,0,1,1,0,1,0,,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,25373,28,,,,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,400,20,0,0,0,2,7500,7500,86.6025390625,-5,19612.009765625,140.0428924560547,7500,-5,7500,86.6025390625,9043.8486328125,95.09915161132812,1,1,,1,1,1,0,0,1,0,0,0,19,361,1,1,1,1,0,0,2,0,25,25,41.4865608215332,19,361,0,0,0,0,0,0,0,0,4,40,0,1,1,0,1,25,625,1,1,0,1,1,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020312",2,2,,,3,,1,25,,2,1,1,1,2,1,1,1,2,2,3,5,5,25,2,1,3,,2,49,1,3,,1,50,1,7,,2,23,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,5,2,1,,,,,3,2,6,,,,2,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,2,1,2,,2,,,2,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,4,,,,,,,2,,,,,,,2,2,,,,,,,2,1,3,2,3,,,,,,,,,,,,1,4,3,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,3,3,1,1,2,2,2,,,,2,,,1,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,1,2,3,,,5,,11,1,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 5 years",2,,1,3,1,1,,,,,12,36,,,1,300,,,,9,10800,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300,0,,,,,,,,,,,,,,,,,,11,250,2750,1,,11,440,4840,1,,2,,1,8,2,,,,,,,5,,2,,,,3,,,,,,,,,3,,,,,,,,,,,,,,,2,1,1,1,2,2,2,2,,1,2,1,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,1,77,1,,,,1,,1,,,1,"nr","020312",7,4,3,3,1,2,10800,0,0,0,0,2749.999755859375,4839.99951171875,0,0,0,0,0,0,15640,.36057141423225403,495.2713317871094,0,3,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,25,,25,2,0,1,0,0,0,0,1,0,1,2,571.7535400390625,571.7535400390625,142.93838500976562,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,,,,,,,,,,,,4,,,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,14630,21945,1,58520,0,0,46438.2578125,134,0,1,,1,1,11,1.5714285373687744,1,1,1,1,0,,1,0,,1,1,1,1,2,0,0,0,0,0,1,1,0,1,1,2,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,25375,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2750,2750,52.4404411315918,4840,4840,69.57010650634766,1,10800,10800,103.92304992675781,0,0,0,10800,0,10800,103.92304992675781,0,0,2,1,1,0,0,0,0,0,1,0,0,0,25,625,1,,1,1,0,0,0,0,0,,41.4865608215332,25,625,1,0,0,0,0,0,0,0,12,36,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020313",2,4,,,3,,1,22,,2,1,2,2,2,2,3,2,2,2,3,1,1,42,2,1,1,,1,46,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,15,2,1,,1,,,12,1,1,,1,,,6,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,15,2,6,,,,,2,7,,,,5,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,1300,1,,2,,500,8,2,1,2,2,2,2,2,2,2,2,,,,,2,3,3,3,3,3,1,1,3,4,1,3,1,2,,1,,,10,3,,1,2,1,0,2,4,4,2,2,2,1,4,0,,,,3,0,3,2,2,2,,,11000,,2,0,2,1,2,2,,,,,2,,,2,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,4,,,,4000,,4000,1,,2,,,1,2,3,,,15,,6,2,2,2,1,1,2,,,2,,,3,,,1500,,12,18000,1,,,400000,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,6,40,4,,,,50000,,50000,1,,,,,,,,,,,4,,,,14000,,14000,1,,,,,,,,,,,1,2,2,,15000,,,,,,,,,1,30000,28000,,,,,,,1,1,,1,5000,,,,,,,2,2,2,2,1,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,9000,2,,,,,,,,,,,10000,5000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,1,1,7,12,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:ANXIETY AND STRESS",1,2,,,,,1,1,1,1,2,,,,,,,,,,,,2,1,2,1,8,2,7," <7:ANOTHER GROUP (SPECIFY)>:ASIAN INDIAN ORIGIN/GUYANESE",6,59,7," <5:OTHER (SPECIFY)>:GUYANA",1,,,,,,1979,1,"GOLDY/FLEX","020313",5,2,3,5,2,3,50000,14000,0,5000,0,0,0,0,9000,0,0,0,0,78000,.547620952129364,752.1976318359375,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,4,0,0,0,1,42,46,44,3,0,0,1,0,0,1,0,0,1,4,2786.1796875,1393.08984375,1393.08984375,1,2,1,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,3,4,2,15000,1,1,0,1,400000,,,1,30000,28000,2000,1,1,1,1,0,1,20670,31005,0,82680,0,1,36847.08984375,62,1,,,1,,6,1.2000000476837158,1,1,1,1,1,1,1,1,1,1,1,0,1,2,0,0,0,1,0,0,0,2,1,2,2,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,25378,7,,,,7,0,0,0,0,0,0,0,0,0,0,0,0,9000,9000,94.86833190917969,0,0,0,5000,5000,70.71067810058594,0,0,0,0,0,0,0,0,0,2,50000,50000,223.60679626464844,14000,14000,118.32159423828125,50000,14000,50000,223.60679626464844,14000,118.32159423828125,0,0,,0,1,1,0,0,1,1,0,0,42,1764,1,1,1,1,1,0,2,0,46,46,41.4865608215332,42,1764,0,1,0,0,0,0,0,0,12,40,0,1,1,1,1,46,2116,1,1,1,3,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020310",2,4,,,3,,1,37,,1,1,1,1,2,1,1,1,2,2,3,1,1,37,2,1,1,,1,42,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,11,1,1,,1,,,9,2,1,,1,,,6,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,9,2,9,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,8,,1,,2,,300,8,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,1,1,1,1,3,2,,1,,,3,3,,1,1,1,0,20,3,4,2,2,2,1,4,0,,,,3,0,0,,,,,,,,3,0,3,1,2,2,,,,,2,,,3,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,8,2,3,,,3,,6,1,2,1,1,1,2,,,2,,,3,,,1600,,12,19200,1,,,250000,170000,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,25,12,40,4,,,,5000,,5000,1,,,,,,,,,,,4,,,,45000,,45000,1,,,,,,,,,,,2,,2,,8,2,,2,2,,,,,1,20000,15000,,,,,,,1,1,,1,5000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,1,2,,2,,2,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,1,2,1," <1:Yes (Specify)>: church organization",1,2,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,3,64,1,,,,1,,97," <5:OTHER (SPECIFY)>:greece",,1,"db","020310",5,2,3,5,2,3,45000,5000,0,0,0,0,0,0,0,0,0,0,0,50000,.9321386218070984,1280.36083984375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,37,42,39.5,3,0,0,1,0,0,1,0,0,1,4,1906.7513427734375,953.3756713867188,953.3756713867188,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,15000,1,1,0,1,250000,170000,80000,1,20000,15000,5000,1,1,1,0,1,1,20670,31005,0,82680,0,1,36847.08984375,30,1,,,1,,6,1.2000000476837158,1,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,0,0,0,0,3,1,3,3,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,25394,,,,38,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5000,5000,70.71067810058594,45000,45000,212.1320343017578,45000,5000,45000,212.1320343017578,5000,70.71067810058594,0,0,,0,0,0,0,0,1,1,1,0,37,1369,1,1,0,1,1,1,2,1,42,42,41.4865608215332,42,1764,0,0,0,1,1,1,3,0,12,40,1,1,1,1,0,37,1369,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020310",2,1,,,3,,1,29,,2,3,4,3,3,2,3,3,2,2,1,5,5,29,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,10,1,1,,,,,8,2,1,,,,,6,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,8,2,1,1,,,,1,,,,,,,4,1,2,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,1,,,1,,2,,30,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,2,1,4,4,1,1,4,3,,1,,,2,1,,1,1,1,0,0,4,4,2,2,2,3,4,0,,,,3,3,,,,,,,,,3,0,3,1,2,2,,,,,1,1,,3,,,,,,,1,,2,2,,,,,,,,,,,,,,,,,,2,2," had no child carer exp.",,,,,,,,,,,,,,2,,,2,2,1,,2,2,,5,3,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,2,,56,,,5,560,1,,1,,,,,,,,,,,,,,,1,2,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,1,2,2,2,1,1,1,1,2,1,1,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,200,1,1,200,1,,1,4,3,,,,12,540,6480,1,,9,270,2430,1,,9,191,1719,1,,2,,2,,1,2,,1,3,2,1,5,,2,,,,1,1,,,,3,,,,1,2,,,,,,,,,,,,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>: food pantry|at church",1,2,2,2,,,,,,,,,,,,,,,1,2,1,1,2,,,,,,,,,,,,1,2,2,1,2,2,2,,3,72,1,,,,1,,98,,,1,"db","020310",4,1,3,4,1,3,0,0,1076.035888671875,0,0,2429.999755859375,1718.9998779296875,0,0,0,0,6479.99951171875,200,9475.03515625,.8832159638404846,1213.1619873046875,0,1,1,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,29,,29,2,0,1,0,0,0,0,1,0,1,2,1527.8231201171875,1527.8231201171875,1527.8231201171875,0,3,0,1,0,0,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,17650,26475,1,70600,0,0,37000,108,0,0,,0,0,5,1.25,1,0,0,1,1,,1,1,0,1,0,0,1,2,0,0,0,0,0,0,0,3,1,3,3,1,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,25397,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,6480,6480,80.49844360351562,2430,2430,49.29502868652344,1719,1719,41.46082305908203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,29,841,0,,1,1,0,0,0,0,0,,41.4865608215332,29,841,1,1,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200 -"9543o","020308",2,1,,,1,1,,40,,1,1,2,2,2,2,4,1,2,2,2,3,2,40,2,1,11,,1,43,1,5,,2,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,10,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,10,1,7,,,,5,2,7,,,,5,2,2,2,,,,,,,,,,,,,1,1,2,,,,,1,1,2,,,,,1,,1,2,,,2,1,100,1,,2,,0,1,1,2,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,1,3,1,1,1,2,,1,,,5,2,,1,1,1,0,15,4,4,2,2,2,1,4,0,,,,1,0,1,2,2,2,,,4600,,1,0,1,1,2,1,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,2,2,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,2,,,18,,2,2,2,2,1,2,,,,,,,,,,,,,,,,1,125000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,60000,,60000,2,6000,,,,,,,,,,4,,,,60000,,60000,1,,,,,,,,,,,1,1,2,,140000,,,,,,,,,1,6000,0,,,,,,,2,,2,1,20000,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,10000,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,4,,7,62,1,,,,3,,3,,,1,"ma","020319",4,3,1,3,2,1,60000,5999.99951171875,1481.7415771484375,0,0,0,0,0,0,0,0,0,0,67481.7421875,.547620952129364,752.1976318359375,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,40,41.53856658935547,40.769283294677734,3,0,0,1,0,0,1,0,0,1,4,1082.935546875,541.4677734375,360.978515625,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,140000,1,1,1,1,125000,0,125000,1,6000,0,6000,0,0,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,101,1,,,1,,2,.5,0,1,1,1,1,1,1,1,1,1,1,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,25412,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,6000,6000,77.45966339111328,60000,60000,244.948974609375,60000,6000,60000,244.948974609375,6000,77.45966339111328,0,0,,0,0,0,0,0,1,1,0,0,40,1600,1,1,0,1,1,0,0,.4996632933616638,41.4865608215332,,41.4865608215332,41.53856658935547,1725.4525146484375,0,1,0,0,0,0,.4996632933616638,0,12,40,1,1,1,1,0,40,1600,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020329",2,1,,,2,,1,34,,1,1,3,2,2,2,3,1,2,2,1,3,5,35,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,11,2,1,,,,,9,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,9,2,7,,,,5,2,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,2,,,,,,,,,,2,,,,2,2,1,2,,,,,,,2,,,,,2,3,3,2,3,3,2,2,2,2,1,3,4,2,,1,,,6,1,,2,1,1,0,7,4,4,2,2,2,3,4,0,,,,2,2,,,,,,,,,2,0,2,1,2,1,,,,,1,2,,1,,,,1,,,1,,1,,,,2,,,,,,,,2,8,,,,,,2,,,2,2,,,3,,,350,,12,4200,1,,2,,,1,2,3,,,8,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,7," <7:Or someone else? (specify)>:GOVERNMENT AGENCY",2,,,3,,,400,,12,4800,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,35,,,4,,,,23000,,23000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,8,2,,2,1,,,,,2,,,,,,,,,2,,1,1,3000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,2,,2,1,1,2,2,,,,,,,,,,,,,,,,,,1,1,,,,,1,1,,,2,1,1,1,2,2,2,2,,2,2,2,1,8,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:DEPRESSION AND SADNESS",2,1,1,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,1,4,,6,66,3,,,,,,,,1967,1,"CD","020329",3,1,2,3,1,2,23000.001953125,0,0,0,0,0,0,0,0,0,0,0,0,23000.001953125,.5125567317008972,704.0343627929688,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,35,,35,3,0,0,1,0,0,0,1,0,1,2,931.3744506835938,931.3744506835938,931.3744506835938,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,2,1,1,1.3333333730697632,0,0,0,0,,3,4,2,6000,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,1,14630,21945,0,58520,0,1,46438.2578125,145,0,0,0,1,1,5,1.6666666269302368,1,0,1,1,0,,0,0,0,1,1,0,1,2,0,0,0,0,0,0,0,2,0,2,2,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,25421,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,23000,23000,151.6575164794922,0,0,0,23000,0,23000,151.6575164794922,0,0,0,0,,1,0,0,0,0,1,1,0,0,35,1225,1,,1,1,1,0,0,0,0,,41.4865608215332,35,1225,0,0,0,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020308",2,5,,,2,,1,37,,1,1,1,1,1,2,3,1,2,2,3,1,1,37,1,1,1,,2,41,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,8,2,1,,1,,,4,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,8,2,4,,,,,2,4,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,100,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,2,1,1,1,2,1,1,2,2,,1,,,3,1,,1,1,1,0,5,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,2,1,1,1,2,2,2,,,,2,,,2,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,3,,,5,,8,2,2,2,1,1,2,,,2,,,3,,,1400,,12,16800,1,,,300000,130000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,1,1,,2,2,2,12,60,,,4,,,,139000,,139000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,150000,,,,,,,,,1,45000,20000,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,2,2,2,2,,1,1,2,8,,,,,,,,,,,,,,,1,1,1,2,2,,,,,,,,,,,,1,2,3,1,2,2,1,,2,64,1,,,,1,,1,,,1,"gs","020308",4,2,2,4,2,2,100000.9921875,0,0,0,0,0,0,0,0,0,0,0,0,100000.9921875,1.4416096210479736,1980.15673828125,1,1,1,2,2,1,2,0,1,0,0,0,0,0,0,1,1,0,0,0,37,41,39,3,0,0,1,0,0,1,0,0,1,4,3589.215087890625,1794.6075439453125,1794.6075439453125,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,2,1,0,0,0,0,,4,4,4,150000,1,1,1,1,300000,130000,170000,1,45000,20000,25000,1,1,1,1,0,1,17650,26475,0,70600,1,1,37000,214,1,,,1,,8,2,1,1,1,1,1,1,1,1,1,1,1,0,1,2,0,0,0,0,0,0,1,1,1,1,2,1,0,0,1,1,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,25432,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,139000,139000,372.8270263671875,0,0,0,139000,0,139000,372.8270263671875,0,0,1,1,,0,0,0,0,0,1,0,0,1,37,1369,1,0,1,1,0,0,1,1,41,41,41.4865608215332,37,1369,0,0,0,1,0,0,2,1,12,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020308",2,4,,,1,1,,57,,1,2,2,1,2,2,8,2,2,2,2,3,5,57,2,1,5,,1,40,1,5,,1,39,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,14,2,5,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,14,2,7,,,,5,2,,,,,,,5,1,1,,,,,,,,,,,,1,4,5,,,,,,,,,,,,1,,6,,,,2,,,2,,,,,,,2,2,2,2,2,2,2,2,2,,,,,1,3,3,2,2,3,1,2,1,1,1,1,4,3,,1,,,9,3,,1,1,1,3,50,4,4,2,2,2,1,4,0,,,,1,0,1,1,2,2,,,900,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,25,,6,3,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,725,,12,8700,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,1,2,2,2,2,2,2,,2,1,2,2,2,,,,,,,1,11000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,230,2760,1,,,,,,,2,,2,30000,2,,,,,,,1,2,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,1,1,2,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,1,2,2,1,,2,44,1,,,,1,,1,,,1,"TY","020308",11,3,8,2,1,1,0,0,0,0,10999.9990234375,2760,0,0,0,0,0,0,0,10999.9990234375,3.223184108734131,4427.2802734375,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,57,,57,4,0,0,0,1,0,0,1,0,1,2,5819.65283203125,5819.65283203125,1939.88427734375,0,4,0,0,1,0,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,2,2,1,1.3333333730697632,0,0,0,0,,4,4,4,300,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,11610,17415,1,46440,0,0,42400,137,0,1,0,0,0,6,.5454545617103577,0,1,1,1,1,,1,1,1,1,1,,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,25438,,,,,1,0,0,0,11000,11000,104.8808822631836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2760,2760,52.535701751708984,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,1,0,1,1,0,0,57,3249,0,,1,1,1,0,0,0,0,,41.4865608215332,57,3249,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020313",2,4,,,1,1,,32,,1,1,1,1,2,2,8,2,2,2,1,1,1,50,2,1,1,,1,57,1,5,,1,18,1,5,,2,20,1,5,,1,21,1,5,,1,26,2,,,,,,,,,,,,,,,,,,,,,1,12,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,12,1,7,,,,5,2,7,,,,8,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,1,1,10180,1,,1,8,8,8,2,1,2,2,8,2,2,2,2,2,,,,,1,3,3,2,2,2,2,1,2,2,1,2,4,1,,1,,,6,3,,1,1,1,2,98,3,4,2,2,2,2,4,0,,,,1,0,1,2,1,2,,,1200,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,1,2,3,,,30,,7,3,2,2,1,2,,,,,,,,,,,,,,,,,475000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,20,12,40,9,,,,,,,,,2,,,,,1,2,,,4,,,,25000,,25000,1,,,,,,,,,,,2,,2,,8,8,,,,,,,,1,700,0,,,,,,,1,1,,1,8,2,,1,8,,,2,2,2,2,2,2,1,1,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,8,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,8,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,2,2,2,2,,,,,,,,,,,,1,1,1,2,2,2,1,,4,51,1,,,,1,,1,,,1,"agh","020320",7,6,1,3,2,1,24999.998046875,22500,0,966.3414306640625,0,0,0,0,0,0,0,0,26.99055290222168,48493.328125,.4501818120479584,618.3577880859375,1,2,0,3,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,50,57,53.5,4,0,0,0,1,0,1,0,0,1,4,1196.1905517578125,598.0952758789062,199.36509704589844,1,2,1,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,2,2,2,1.3333333730697632,0,0,0,0,,4,4,3,,,,,1,475000,0,475000,1,700,0,700,1,1,1,0,1,1,14630,21945,0,58520,0,1,46438.2578125,60,1,,,0,,7,1,1,1,1,1,1,1,1,1,1,1,1,,1,3,0,1,0,0,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,25442,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,2,22500,22500,150,25000,25000,158.11387634277344,25000,22500,25000,158.11387634277344,22500,150,0,0,,0,0,0,0,0,1,1,0,0,50,2500,1,1,0,1,1,0,2,1,57,57,41.4865608215332,57,3249,0,0,0,1,1,0,1,0,12,40,1,1,1,1,0,50,2500,0,0,0,0,0,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5 -"9543o","020308",2,4,,,2,,1,13,,2,1,3,1,1,3,1,4,2,2,1,1,1,99,1,1,1,,2,99,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,11,1,1,,1,,,8,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,11,1,8,,,,,2,1,2,,,,2,2,9,,,,,,,,,,,,,9,,,,,,,1,1,,,,,,1,,1,,,,,1,600,1,,2,,8,2,2,1,2,,,,,,,2,,,,,1,3,2,9,2,2,1,1,4,1,1,1,4,0,,1,,,5,1,,1,1,1,0,1,4,4,1,2,1,1,4,1,7,," <3:Something Else? (SPECIFY)>: difficulty in learning",2,2,,,,,,,,,2,0,2,1,1,2,,,,,1,4,,1,,2,,,,,1,,1,,,,8,,,1,,,8,,,,,,,,,2,,,2,2,,,8,,,,,,,8,,2,,,1,2,1,,8,13,,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,10,60,12,98,9,,,,,,,,,9,,,,,,,,,7,,,,,,,,,8,,,,,,,,,1,1,8,,9,9,,,,,,,,2,,,,,,,,,8,,8,1,1000,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,8,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,8,,,,,,,,,,2,1,9,1,2,2,2,2,,3,2,2,8,,,,,,,,,,,,,,,1,1,1,2,2,,,,,,,,,,,,2,8,8,2,2,9,9,,1,99,99,,1,,,,,,1989,1,"db","020309",4,2,2,4,2,2,52661.6015625,23743.966796875,1135.9178466796875,0,0,0,0,0,0,0,0,0,0,77541.484375,.3717922866344452,510.68402099609375,1,2,0,1,2,1,2,0,1,0,0,0,0,0,0,,,,,,41.3242301940918,41.53856658935547,41.431396484375,3,0,0,1,0,0,1,0,0,1,4,1294.0504150390625,647.0252075195312,647.0252075195312,1,1,0,0,0,,3,1,0,0,1,0,1,1,0,0,0,1,0,1,2,,2,2,1.5,0,0,0,1,,4,4,4,,,,,0,0,0,0,0,0,0,0,0,0,1,0,,,17650,26475,0,70600,1,1,37000,160,1,,,0,,3,.75,0,0,0,1,,1,1,,1,1,1,1,1,2,0,0,0,,0,0,0,2,0,2,2,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,25451,,,,,99,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,0,0,,0,0,0,1,1,0,1,41.28620147705078,1707.6920166015625,1,1,1,1,1,0,1,1,41.4865608215332,,41.4865608215332,42.23152160644531,1783.50146484375,0,1,0,1,1,0,2,0,10,60,0,0,0,0,0,41.53856658935547,1725.4525146484375,0,0,0,0,0,.1519336998462677,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020308",2,1,,,1,1,,30,,3,1,1,1,1,1,8,1,2,2,3,5,5,30,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,12,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,12,1,8,,,,,1,,,,,,,1,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:healthplus",,,,,,,,1,,6,,,,1,,,2,,,,,,,1,2,2,2,2,2,1,2,2,,,,,1,3,3,3,3,3,2,1,1,2,1,1,4,2,,1,,,6,3,,1,1,1,0,6,4,4,1,1,2,1,2,2,1,,,1,0,1,1,2,2,,,4000,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,1,1,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,160,,12,1920,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,1,,,,12,40,,,1,125,,,,12,6000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,1,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,300,,,,,,,3,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,1,2,1,1,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,72,1,,,,3,,3,,,1,"ddb","020308",2,1,1,2,1,1,5999.99951171875,0,0,300.0000305175781,0,0,0,0,0,0,0,0,0,6299.99951171875,.5125567317008972,704.0343627929688,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,30,,30,2,0,1,0,0,0,0,1,0,1,2,969.184326171875,969.184326171875,969.184326171875,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,0,1,1,1,1,1,1,0,0,1,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,,1,11610,17415,1,46440,0,0,42400,96,0,1,1,1,1,4,2,1,1,1,1,1,,1,1,1,0,1,,1,2,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,25455,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,0,0,0,0,0,0,1,6000,6000,77.45966339111328,0,0,0,6000,0,6000,77.45966339111328,0,0,0,0,,1,0,0,0,0,1,1,0,0,30,900,1,,1,1,1,0,0,0,0,,41.4865608215332,30,900,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020308",2,1,,,2,,1,30,,2,3,3,3,2,3,4,2,2,2,1,5,5,30,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,1,1,,,,,5,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,10,1,2,,2,,,1,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,8,2,,,,,,,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,1,4,1,1,1,2,,1,,,5,1,,1,1,1,0,4,4,4,2,1,2,4,1,0,,,,2,1,0,,,,,,,,2,1,2,1,2,1,1,2,,,1,2,,1,,,,97," NONE",,1,,1,,,,2,,,,,,,,2,1,7," <7:SOMEONE OR SOMEWHERE ELSE ? (SPECIFY)>:}IT WAS FREE",,,1,2,,,1,2,,,3,,,125,,98,,2,8,1,4,3,2,2,1,,2,7,,3,4,1,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 5 YRS|'",2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,180,2160,8,99,12,200,2400,8,99,2,,2,,1,2,,1,3,2,2,5,,2,,,,1,1,,,,2,,,,1,7,,," <7:or something else? (specify)>:CLEAN THE PARKS",,,,,,,,,,,2,1,3,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,1,3,2,2,1,1,2,,7,71,1,,,,97," <5:OTHER (SPECIFY)>:ARUBA",97," <5:OTHER (SPECIFY)>:ST. VINCENT",,1,"TY","020308",3,1,2,3,1,2,0,0,0,0,0,493.19476318359375,370.14251708984375,0,0,0,0,0,0,370.14251708984375,.5999813675880432,824.1184692382812,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,30,,30,2,0,1,0,0,0,0,1,0,1,2,1061.9798583984375,1061.9798583984375,1061.9798583984375,1,2,1,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,1,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,14630,21945,1,58520,0,0,46438.2578125,271,0,1,,0,0,3,1,1,0,1,1,1,,1,1,0,1,1,0,1,2,0,0,0,0,0,0,1,1,1,2,2,1,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,25487,,,83,68,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,169.98902893066406,13.037983894348145,-5,107.74469757080078,10.380014419555664,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,1,0,0,0,0,1,0,0,0,30,900,0,,1,1,0,0,0,0,0,,41.4865608215332,30,900,1,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020314",2,2,,,2,,1,10,,3,3,2,1,1,3,3,3,2,2,1,1,1,31,2,1,1,,1,34,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,9,1,1,,2,,,4,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,4,1,2,,1,,,2,2,,1,,,2,2,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,4,,,,,,,2,,,,,2,2,1,2,,,,,,,2,3,3,3,3,,,,,,,,,,,,1,1,3,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,2,1,1,2,2,1,2,,,,2,,,,,,,1,,,,,,,,,,,,,,,,,1,,,,2,,,,,,2,2,,,1,80,,,,12,3840,1,,2,,,1,8,1,,2,8,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,650,,12,7800,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,98,,,,,,,,,,,,,,,,,,,7,,,,,,,,,8,,,,,,,,,2,,2,,8,2,,2,1,,,,,2,,,,,,,,,2,,1,1,8,2,,1,2,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,8,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,70,97," <5:OTHER (SPECIFY)>:St Lucia",1,,,,,,98,1,"ddb","020314",4,2,2,4,2,2,25411.169921875,0,0,0,0,0,0,0,0,0,0,0,0,25411.169921875,.697822093963623,958.5099487304688,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,31,34,32.5,2,0,1,0,0,0,1,0,0,1,4,1628.4063720703125,814.2031860351562,814.2031860351562,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,1,1,1,,,1,0,,,,2,,,4,6000,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,,,17650,26475,1,70600,0,0,37000,173,0,1,1,0,1,4,1,1,1,0,1,0,0,1,0,,0,1,0,1,2,0,0,0,1,0,0,1,1,1,1,2,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,25502,75,,,,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,1,1,1,0,1,1,0,0,1,0,0,0,31,961,0,1,0,1,0,0,2,1,34,34,41.4865608215332,34,1156,0,0,0,1,0,0,2,1,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020315",2,1,,,4,,1,35,,1,1,3,1,1,1,4,1,2,1,1,4,1,35,2,1,1,,1,38,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,17,1,1,,1,,,15,1,1,,1,,,6,1,1,,1,,,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,4,2,1,11,,,,,2,2,,5,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,2,,,,,,,1,,1,,,,,2,,1,,2,,450,1,2,4,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,1,3,,,,,,,,,,,,,,,,,,,,,,,,3,3,,,,,,,,,2,1,1,2,1,2,2,,,,1,2,,,,1,,,,,,,,,,,,,,1,,,2,,,,,,,,,2,,,2,2,,,1,100,,,,8,3200,1,,1,2,2,1,2,1,,2,5,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,2,,,,,,,,,,,,,,,1,2,2,,1,1,,2,1,,12,5,7,40,4,,,,50000,,50000,1,,,,,,,,,,,4,,,,19000,,19000,1,,,,,,,,,,,2,,2,,2000,,,,,,,,,1,8,6000,,,,,,,1,2,,1,30000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,1,2,1,1,2,,,,,,,,,,,,2,2,2,2,2,1,4," <7:ANOTHER GROUP (SPECIFY)>:LATINO",2,66,1,,,,4,,4,,,1,"RM","020315",6,2,4,6,2,4,50000,19000,0,0,0,0,0,0,0,0,0,0,0,69000,.4256257116794586,584.628173828125,1,1,1,1,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,35,38,36.5,3,0,0,1,0,0,1,0,0,1,4,1090.5693359375,545.28466796875,545.28466796875,1,1,0,0,0,1,4,1,0,0,0,1,0,4,0,0,1,1,,,,,,,,,,,,4,,,4,2000,1,0,0,0,0,0,0,1,,6000,,1,1,1,0,0,0,23690,35535,0,94760,0,1,26400,5,1,,,1,,4,.6666666865348816,0,0,1,0,1,0,1,0,,1,1,0,1,2,0,0,0,0,0,1,0,1,1,1,2,1,0,0,0,0,1,1,1,1,0,1,0,1,,,,,,,,0,0,0,1,25507,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,50000,50000,223.60679626464844,19000,19000,137.84048461914062,50000,19000,50000,223.60679626464844,19000,137.84048461914062,1,1,,1,0,0,0,0,1,1,1,0,35,1225,1,1,1,1,1,1,2,0,38,38,41.4865608215332,35,1225,0,0,0,0,0,0,0,0,12,5,0,0,0,0,1,38,1444,0,0,0,4,1,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020317",2,2,,,2,,1,36,,2,1,3,3,2,2,1,3,2,2,1,1,1,36,1,1,1,,2,34,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,12,2,2,,1,,,9,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,12,2,1,2,,,,2,1,2,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,2,,,,,8,2,1,2,2,2,2,2,1,2,2,,,,,3,3,3,3,3,3,2,2,4,4,1,2,1,4,,1,,,7,1,,2,2,1,8,0,4,4,2,2,2,3,3,0,,,,2,2,,,,,,,,,2,0,2,1,2,2,,,,,1,4,,2,,,,,,,2,,2,2,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,2,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,625,,12,7500,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,40,,,4,,,,4700,,4700,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,8,1,1,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,1,,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,65,1,,,,1,,1,,,1,"sf","020722",4,2,2,4,2,2,4700.00048828125,0,0,0,0,0,0,0,0,0,0,0,0,4700.00048828125,.7111620903015137,976.8333740234375,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,36,34,35,3,0,0,1,0,0,1,0,0,1,4,3292.918212890625,1646.4591064453125,1646.4591064453125,1,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,2,4,3,250,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,17650,26475,1,70600,0,0,37000,176,0,1,1,1,1,4,1,1,0,0,1,1,1,1,1,0,1,1,1,1,2,0,0,0,0,0,0,0,2,0,2,2,1,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,25529,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4700,4700,68.55654907226562,0,0,0,4700,0,4700,68.55654907226562,0,0,0,0,,1,0,0,0,0,0,0,0,1,36,1296,1,0,1,0,0,0,1,1,34,34,41.4865608215332,36,1296,0,0,0,0,0,0,2,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020322",2,5,,,2,,1,42,,2,2,1,2,1,1,1,1,2,2,3,1,1,42,1,1,1,,2,41,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,8,2,1,,1,,,3,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,3,1,4,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,730,1,,2,,200,1,2,1,2,,,,,,,2,2,3,2,3,,,,,,,,,,,,1,1,4,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,2,1,1,1,1,2,2,,,,2,,,1,,2,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,,,,2,2,,,4,,,,3000,,3000,1,,2,,,1,2,3,,,9,,7,1,2,2,1,1,2,,,2,,,3,,,900,,12,10800,1,,,250000,110000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,1,1,,2,1,,12,50,12,40,4,,,,75000,,75000,1,,,,,,,,,,,4,,,,75000,,75000,1,,,,,,,,,,,1,1,2,,200000,,,,,,,,,1,7500,0,,,,,,,2,,1,2,,,,,,,,1,1,2,2,2,2,1,2,,2,2,2,2,2,5000,2,,,,,2,5000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,3,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,59,1,,,,1,,1,,,1,"RR2","020324",4,2,2,4,2,2,74999.9921875,74999.9921875,0,30.000001907348633,5000,0,0,0,0,5000,0,0,0,160029.984375,.9321386218070984,1280.36083984375,1,1,1,4,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,42,41,41.5,3,0,0,1,0,0,1,0,0,1,4,2543.459228515625,1271.7296142578125,1271.7296142578125,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,1,2,1,,,1.3333333730697632,0,,,,3,,,4,200000,1,1,1,1,250000,110000,140000,1,7500,0,7500,0,1,1,1,1,1,17650,26475,0,70600,1,1,37000,43,1,,,1,,7,1.75,1,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,0,0,0,1,1,1,1,2,1,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,25543,,,,,1,5000,5000,70.71067810058594,5000,5000,70.71067810058594,0,0,0,0,0,0,0,0,0,0,0,0,30,30,5.4772257804870605,0,0,0,0,0,0,0,0,0,2,75000,75000,273.86126708984375,75000,75000,273.86126708984375,75000,75000,75000,273.86126708984375,75000,273.86126708984375,1,1,,0,0,0,0,0,1,0,0,1,42,1764,1,1,1,1,0,0,1,1,41,41,41.4865608215332,42,1764,0,0,1,1,0,0,2,1,12,50,0,1,1,1,0,41,1681,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020516",2,3,,,1,1,,20,,1,1,1,1,1,3,2,2,1,2,2,1,1,41,2,1,1,,1,31,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,11,,,,,2,9,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,3600,1,,2,,1800,2,1,1,2,,,,,,,2,1,3,2,3,,,,,,,,,,,,1,2,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,2,2,,,,,,,,,,,,,,,,8,8,,,,,,1,,,2,,,,,,,,,,,,2,2,,,4,,,,8500,,8500,1,,2,,,2,2,1,,2,9,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,2285,,7,15995,2,2385,1,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,8,50,12,50,4,,,,80000,,80000,1,,,,,,,,,,,4,,,,200000,,200000,1,,,,,,,,,,,1,1,1,1,8,2,,1,,1,,9,,1,15000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,5000,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,3,2,2,1,7,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:ANXIETY ATTACK",2,1,9,,,,1,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,60,1,,,,1,,1,,,1,"RR2","020516",3,2,1,3,2,1,100000.9921875,80000,2547.911865234375,0,0,0,0,0,0,0,0,0,0,182548.90625,.9321386218070984,1280.36083984375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,41,31,36,3,0,0,1,0,0,1,0,0,1,4,1906.7513427734375,953.3756713867188,953.3756713867188,1,2,1,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,,,,,0,0,0,0,1,15000,0,15000,1,1,1,0,1,1,14630,21945,0,58520,1,1,46438.2578125,116,1,,,1,,4,1.3333333730697632,1,1,1,0,1,1,1,1,,1,1,1,1,2,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,25615,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,80000,80000,282.84271240234375,200000,200000,447.2135925292969,200000,80000,200000,447.2135925292969,80000,282.84271240234375,1,1,,0,0,0,0,0,1,1,1,0,41,1681,1,1,0,1,1,1,2,1,31,31,41.4865608215332,31,961,0,1,0,1,1,1,1,1,12,50,1,1,1,1,0,41,1681,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020315",2,3,,,2,,1,10,,2,1,2,1,2,4,1,2,2,1,1,1,1,34,1,1,1,,2,27,1,3,,2,55,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,6,1,1,,1,,,1,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,1,1,1,2,,,,2,1,2,,,,2,8,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,4,,,,,,,1,,2,,4000,2,1,1,2,,,,,,,2,3,2,3,3,,,,,,,,,,,,1,1,5,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,2,1,1,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,10,,4,4,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,50,,,4,,,,20000,,20000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,7,,,,,,,2000,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,0,1,2,,1,4,2,1,1,1,1,,,,,,,,,,,,,,,,,,1,2,7,,,,,,,,2,2,3,,1,2,2,2,,1,2,1,1,10,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:you never know what can happen to you",1,2,,,,,2,1,1,1,2,,,,,,,,,,,,2,2,2,2,2,1,2," <7:ANOTHER GROUP (SPECIFY)>:""cafe""",2,67,6," <5:OTHER (SPECIFY)>:ECUADOR",1,,,,,,1982,2,"ar","020315",5,3,2,4,2,2,20000,0,0,0,0,0,0,0,0,0,0,0,0,20000,.7111620903015137,976.8333740234375,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,34,27,30.5,2,0,1,0,0,0,1,0,0,1,4,3426.596923828125,1713.2984619140625,1142.198974609375,,,,,,1,1,0,1,0,0,0,1,1,0,0,0,1,,,,,,,,,,,,2,,,4,2000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,17650,26475,1,70600,0,0,37000,233,0,0,0,0,0,4,.800000011920929,0,1,1,0,0,0,1,0,,1,1,1,1,2,0,0,0,1,0,1,0,1,1,1,2,0,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,25647,6,,,,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,20000,20000,141.42135620117188,0,0,0,20000,0,20000,141.42135620117188,0,0,1,1,,1,1,1,0,0,0,0,0,1,34,1156,1,0,1,0,0,0,1,1,27,27,41.4865608215332,34,1156,0,0,0,0,0,0,2,1,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020421",2,3,,,1,1,,42,,2,1,1,1,1,2,3,2,2,2,2,1,1,43,2,1,1,,1,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,6,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,6,2,11,,,,,2,9,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,1200,2,2,2,2,,,,,,,2,,,,,1,3,3,2,3,3,1,1,1,1,1,1,4,0,1,,,,1,3,,1,1,1,10,40,3,4,2,2,2,1,4,0,,,,1,0,1,2,2,2,,,20000,,1,0,1,1,1,2,,,,,2,,,,,,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,,,,2,2,,,4,,,,12000,,12000,1,,2,,,1,2,2,,,2,,9,1,2,2,1,2,,,,,,,,,,,,,,,,1,3e+06,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,3,1,1,,1,1,,10,25,12,98,4,,,,60000,,60000,1,,,,,,,,,,,4,,,,140000,,140000,1,,,,,,,,,,,1,1,1,1,2e+06,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,100000,10000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,1,1,1," <1:Yes (Specify)>:program that aids people w/mental illness",2,2,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,2,1,2,1,,1,59,1,,,,1,,1,,,1,"agh","020421",3,2,1,3,2,1,100000.9921875,60000,6536.74951171875,10000,0,0,0,0,0,0,0,0,0,176537.734375,.31071287393569946,426.7869567871094,1,3,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,43,45,44,3,0,0,1,0,0,1,0,0,1,4,635.583740234375,317.7918701171875,317.7918701171875,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,1,2,1,1,1.3333333730697632,0,0,0,0,,4,4,4,2e+06,1,1,1,1,3e+06,0,3e+06,0,0,0,0,1,1,1,0,,,14630,21945,0,58520,1,1,46438.2578125,246,1,,,1,,9,3,1,1,1,1,1,1,1,1,1,1,1,0,1,2,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,25651,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,10000,10000,100,0,0,0,0,0,0,0,0,0,2,60000,60000,244.948974609375,140000,140000,374.1657409667969,140000,60000,140000,374.1657409667969,60000,244.948974609375,0,0,,0,0,0,0,0,1,1,1,0,43,1849,1,1,0,1,1,1,2,1,45,45,41.4865608215332,45,2025,0,1,0,1,1,1,1,0,12,42.29999923706055,1,1,1,1,0,43,1849,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020313",2,4,,,2,,1,40,,2,1,1,2,3,1,3,2,2,2,2,1,1,45,2,1,1,,1,47,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,16,1,1,,1,,,10,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,16,1,9,,,,,2,11,,,,,1,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,500,2,2,1,2,2,2,2,2,2,2,2,,,,,4,3,3,3,3,3,1,1,2,2,1,1,3,1,,1,,,10,2,,1,1,1,0,5,4,4,2,2,2,2,4,0,,,,2,0,2,2,2,2,,,36000,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,3,,,14,,10,1,2,2,1,2,,,,,,,,,,,,,,,,,850000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,20,12,50,4,,,,45000,,45000,1,,,,,,,,,,,7,,,,,,,,,1,1,,,,,,,,2,,8,,8,2,,1,,8,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,99,56,1,,,,97," <5:OTHER (SPECIFY)>:russia",97," <5:OTHER (SPECIFY)>:russia",,1,"rm","020313",4,2,2,4,2,2,99999.9921875,45000,2580.585205078125,0,0,0,0,0,0,0,0,0,0,147580.578125,.9321386218070984,1280.36083984375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,45,47,46,4,0,0,0,1,0,1,0,0,1,4,2208.474853515625,1104.2374267578125,1104.2374267578125,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,1,4,4,,,,,1,850000,0,850000,0,0,0,0,1,1,1,0,1,1,17650,26475,0,70600,1,1,37000,37,1,,,1,,10,2.5,1,1,1,1,1,1,1,1,1,1,0,0,1,3,0,1,0,0,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,25679,,,66,66,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,45000,45000,212.1320343017578,100000,100000,316.2277526855469,100000,45000,100000,316.2277526855469,45000,212.1320343017578,0,0,,0,0,0,0,0,1,1,1,0,45,2025,1,1,0,1,1,1,2,1,47,47,41.4865608215332,47,2209,0,1,0,1,1,1,2,0,12,50,1,1,1,1,0,45,2025,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020313",2,1,,,1,1,,45,,1,3,2,1,2,3,4,3,2,2,1,1,1,45,2,1,1,,1,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,14,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,14,2,8,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,8,1,2,1,2,2,2,2,2,2,2,2,,,,,1,3,2,3,3,3,1,1,1,1,1,1,2,2,,1,,,8,2,,1,1,1,12,40,4,4,2,2,2,1,3,0,,,,1,0,1,2,1,1,9," <4:or from some other source? (specify)>:refused",6000,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,25,,4,1,2,2,1,2,,,,,,,,,,,,,,,,1,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,50,12,40,4,,,,50000,,50000,1,,,,,,,,,,,4,,,,40000,,40000,1,,,,,,,,,,,1,1,1,1,100000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,3,2,2,8,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,1,1,1,2,1,2,2,,6,99,1,,,,1,,1,,,1,"ddb","020313",3,2,1,3,2,1,50000,40000,0,0,0,0,0,0,0,0,0,0,0,90000,.5401546955108643,741.942138671875,1,1,0,4,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,45,45,45,4,0,0,0,1,0,1,0,0,1,4,1654.1282958984375,827.0641479492188,827.0641479492188,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,0,,4,4,4,100000,1,1,1,1,100000,0,100000,0,0,0,0,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,219,1,,,1,,4,1.3333333730697632,1,1,0,1,1,1,1,1,1,1,1,0,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,25681,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,50000,50000,223.60679626464844,40000,40000,200,50000,40000,50000,223.60679626464844,40000,200,0,0,1,0,0,0,0,0,1,1,0,0,45,2025,1,1,1,1,1,0,2,0,45,45,41.4865608215332,45,2025,0,0,0,0,0,0,0,0,12,50,0,1,1,1,1,45,2025,1,1,1,1,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020309",2,1,,,2,,1,72,,4,2,4,1,4,4,4,2,2,2,1,3,5,72,2,1,6,,1,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,13,2,5,,,,1,98,9,5,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,13,2,7,,,,5,2,,,,,,,5,1,8,3,1,1,8,8,1,4,4,4,5,8,1,4,,,,,,,,,,,,,1,,4,,,,1,,,1,,2,,8,2,2,3,2,2,2,2,2,2,2,2,,,,,1,1,3,2,3,2,1,2,3,3,2,1,1,2,,1,,,7,1,,1,2,1,0,4,4,4,2,2,2,2,8,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,21,,5,4,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,642,,12,7704,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,1,1,2,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,12,542,6504,1,,12,236,2832,1,,12,338,4056,1,,2,,2,8,1,2,,1,8,2,1,1,2,2,,,,3,,,,,,,,,3,,,,,,,,,,,,,,,1,1,2,2,2,1,1,2,,4,2,2,2,,,,,,,,,,,,,,,2,1,2,1,2,,,,,,,,,,,,3,2,2,1,2,2,2,,7,30,1,,,,1,,1,,,1,"ap","020309",10,2,8,2,1,1,0,0,0,0,0,2831.999755859375,4056,0,0,0,0,6503.99951171875,0,10560,2.349720001220703,3227.51318359375,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,72,,72,5,0,0,0,0,1,0,1,0,1,2,4172.111328125,4172.111328125,2086.0556640625,0,4,0,0,1,0,3,1,0,0,1,0,0,3,0,1,0,1,1,3,1,2,1,2,2,1,0,0,0,,4,3,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,11610,17415,1,46440,0,0,42400,164,0,0,0,0,0,5,.5,0,0,1,1,1,,1,1,1,0,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,25683,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6504,6504,80.64737701416016,2832,2832,53.21653747558594,4056,4056,63.68673324584961,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,72,5184,0,,1,1,1,0,0,0,0,,41.4865608215332,72,5184,1,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020311",2,2,,,5,,1,35,,3,3,3,2,3,3,4,3,2,2,1,1,1,35,2,1,1,,1,44,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5,17,1,1,,1,,,17,1,1,,1,,,15,2,1,,1,,,12,2,1,,1,,,5,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,5,5,1,1,1,,,,2,1,2,,,,2,4,1,1,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,700,2,2,2,2,,,,,,,1,3,2,1,3,,,,,,,,,,,,1,1,6,2,,7," <7:OTHER: specify (SPECIFY)>:CUTBACKS IN THE CITY THEY SAY CUTBACKS",,,,,,,,,,,,,,,,,,,,5,4,0,,,,,,,,2,1,2,2,2,1,1,4,," <4:OTHER (SPECIFY)>:YWCA DAYCARE PROGRAM",1,2,,,,,,98,,,1,,,,,,,,,,,,,,2,2,,,,,2,2,2," CORRECT",,,,,,,,,,,,,,2,,,1,2,3,,,3,,6,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,12000,,12000,1,,8,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,5,30,12,40,4,,,,6000,,6000,1,,,,,,,,,,,4,,,,35000,,35000,1,,,,,,,,,,,2,,2,,0,,,,,,,,,1,17000,11000,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,2,3,,,,,,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>:TEENS IN ACTION",4,2,2,1,4,9,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:SOMEOTHER TIMESW IM EMTIONALLY DISTURBED",1,2,,,,,2,1,1,1,2,,,,,,,,,,,,2,2,2,2,2,1,9," <7:ANOTHER GROUP (SPECIFY)>:IM ALL MIXED IM ALITTLE OF EVERYONE",3,66,1,,,,97," <5:OTHER (SPECIFY)>:ARGENTINA",5," <5:OTHER (SPECIFY)>:ITALY",,1,"PF","020311",7,2,5,7,2,5,35000,5999.99951171875,0,0,0,0,0,0,0,0,0,0,0,41000,.4740406572818756,651.1296997070312,1,1,0,1,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,35,44,39.5,3,0,0,1,0,0,1,0,0,1,4,1186.6226806640625,593.3113403320312,593.3113403320312,0,3,0,1,0,0,2,1,0,1,0,0,1,2,1,0,0,0,,2,3,1,,,2,1,,,,2,,,4,0,0,0,0,0,0,0,0,1,17000,11000,6000,0,0,1,0,1,1,26710,40065,0,106840,0,1,33667.30859375,3,1,,,1,,6,.8571428656578064,0,0,0,1,1,1,1,1,,0,0,0,1,2,0,0,0,0,0,0,1,1,1,2,2,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,25696,,,15,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,6000,6000,77.45966339111328,35000,35000,187.08287048339844,35000,6000,35000,187.08287048339844,6000,77.45966339111328,1,1,,1,0,0,1,1,1,0,0,0,35,1225,1,1,0,0,0,0,2,1,44,44,41.4865608215332,44,1936,0,0,0,0,0,0,5,1,12,40,1,1,0,0,0,35,1225,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020318",2,4,,,2,,1,43,,1,1,1,1,2,1,2,1,2,2,2,1,1,43,1,1,1,,2,43,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,12,2,1,,1,,,10,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,99,9,8,,,,,2,11,,,,,2,3,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,2,,1,,2,,250,2,2,2,2,,,,,,,2,,,,,,,,,,,,,,,,2,1,3,,,,,,,,,,,,,,,,,,,,,,,,2,0,2,2,2,2,,,3500,,2,0,2,1,2,2,,,,,2,,,2,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,2," PRIVATE AFTER SCHOOL PROGRAM",,,,,,,,,,,,,,2,,,1,2,3,,,16,,7,3,2,2,1,1,2,,,2,,,3,,,1500,,12,18000,1,,,250000,145000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,45,12,45,4,,,,55000,,55000,1,,,,,,,,,,,4,,,,60000,,60000,1,,,,,,,,,,,1,1,1,2,200000,,,,,,,,,1,5000,2000,,,,,,,1,1,,1,13000,,,,,,,1,2,2,2,2,2,1,2,,2,2,2,2,2,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3500,1200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,2,2,2,2,,1,1,1,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,1,2,2,1," <7:ANOTHER GROUP (SPECIFY)>:IRISH AMERICAN",2,58,1,,,,1,,1,,,1,"CD","020318",4,2,2,4,2,2,60000,54999.99609375,0,1200.0001220703125,0,0,0,0,0,1705.698486328125,0,0,0,117905.6953125,.9321386218070984,1280.36083984375,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,43,43,43,3,0,0,1,0,0,1,0,0,1,4,2331.504150390625,1165.7520751953125,1165.7520751953125,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,,,,,,,,,,,,,,,3,200000,1,1,1,1,250000,145000,105000,1,5000,2000,3000,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,235,1,,,0,,7,1.75,1,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,0,0,0,0,2,0,2,2,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,25699,,,,,1,-5,341.67962646484375,18.484577178955078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,1200,34.64101791381836,0,0,0,0,0,0,0,0,0,2,55000,55000,234.52078247070312,60000,60000,244.948974609375,60000,55000,60000,244.948974609375,55000,234.52078247070312,0,0,,0,0,0,0,0,1,1,0,1,43,1849,1,1,0,1,1,1,1,0,43,43,41.4865608215332,43,1849,0,0,0,0,0,0,0,0,12,45,1,1,1,1,1,43,1849,1,1,1,2,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 -"9543o","020317",2,4,,,3,,1,54,,1,3,1,2,2,2,1,3,2,2,3,1,1,55,2,1,1,,1,59,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,16,2,1,,1,,,13,1,1,,1,,,11,2,1,,1,,,,,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,16,2,1,2,,,,2,1,2,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,4,,,,,,,1,,2,,8,8,2,2,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,2,1,4,1,1,1,1,3,,1,,,10,1,,2,2,1,5,3,4,4,2,2,2,4,3,0,,,,3,1,0,,,,,,,,1,0,1,2,2,2,,,,,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,3,,,25,,6,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,1,5000,0,,,,,,,8,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,1,1,,2,46,3,,,,,,,,1947,1,"ddb","020317",6,2,4,6,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.7111620903015137,976.8333740234375,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,55,59,57,4,0,0,0,1,0,1,0,0,1,4,3296.50146484375,1648.250732421875,1648.250732421875,1,2,1,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,0,0,0,0,1,5000,0,5000,0,0,0,0,0,0,23690,35535,1,94760,0,0,26400,1,0,1,1,1,1,6,1,1,1,0,1,0,0,1,0,0,1,1,1,1,3,0,1,0,0,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0,,,,,,,,0,0,0,1,25703,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,0,55,3025,0,0,1,0,0,0,2,0,59,59,41.4865608215332,55,3025,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.4038054943084717,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020313",2,1,,,3,,1,25,,3,1,4,2,2,4,4,2,2,2,1,1,5,25,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,11,2,1,,,,,8,2,1,,,,,3,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,11,2,2,,1,,,2,,,,,,,2,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,2,2,1,2,,,,,,,2,,,,,2,2,3,2,3,3,1,1,1,2,1,2,1,1,,1,,,5,1,,2,1,1,0,99,3,4,2,2,2,3,3,0,,,,2,2,,,,,,,,,3,1,2,1,2,2,2,,,,1,2,,98,,,,,,,2,,1,,,,2,,,,,,,,,,,,,,,2,,,2,2,,,1,80,,,,12,3840,1,,2,,,1,1,1,,2,7,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,378,,12,4536,1,,1,,,,,,,,,,,,,,,1,2,2,,1,1,,,,,3,40,,,8,,,,,,,,,2,,,,,1,1,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,1,5000,,,,,,,2,2,2,2,2,2,1,2,,2,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1500,500,,,,,,,,,,,,,,,,,,5,400,2000,1,,5,400,2000,1,,2,,1,,1,2,,1,4,2,1,1,1,2,,,,1,1,,,,3,,,,3,,,,,,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,2,,3,76,1,,,,1,,1,,,1,"ma","020712",4,1,3,4,1,3,17500,0,0,500,0,2000,2000,0,0,0,0,0,0,20000,.5999813675880432,824.1184692382812,0,1,1,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,25,,25,2,0,1,0,0,0,0,1,0,1,2,1158.52392578125,1158.52392578125,1158.52392578125,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,2,1,2,1,1,1.6666666269302368,1,0,0,0,,3,4,3,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,17650,26475,1,70600,0,0,37000,103,0,0,0,0,1,4,1,1,0,1,1,1,,1,1,0,0,1,0,1,2,0,0,0,0,0,0,1,2,1,2,3,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,25706,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,2000,2000,44.72135925292969,2000,2000,44.72135925292969,1,17500,17500,132.28756713867188,0,0,0,17500,0,17500,132.28756713867188,0,0,1,1,,1,0,0,0,0,1,0,0,0,25,625,1,,1,1,0,0,0,0,0,,41.4865608215332,25,625,1,0,0,0,0,0,0,0,3,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020313",2,4,,,1,1,,5,,2,3,2,1,2,3,8,1,2,2,2,1,1,24,2,1,1,,1,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,3,1,4,,,,,2,9,,,,,1,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,8,,2,,,,,,,2,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,1,,4,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1025,,12,12300,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,1,1,1,,10,8,10,45,8,,,,,,,,,1,2,2,8,,,,,,4,,,,33000,,33000,1,,,,,,,,,,,2,,2,,8,1,2,,,,,,,1,3000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,8,2,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,5,77,97," <5:OTHER (SPECIFY)>:MOROCO",1,,,,,,1997,1,"TY","020313",3,2,1,3,2,1,33000.00390625,8989.599609375,0,0,0,0,0,0,0,0,0,0,0,41989.6015625,.9321386218070984,1280.36083984375,1,1,0,4,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,24,30,27,2,0,1,0,0,0,1,0,0,1,4,2149.384033203125,1074.6920166015625,1074.6920166015625,1,2,1,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,,1,1,1,,,1,0,,,,4,,,4,1250,1,0,0,0,0,0,0,1,3000,0,3000,1,1,1,0,0,0,14630,21945,0,58520,0,1,46438.2578125,279,0,1,1,1,0,4,1.3333333730697632,1,1,1,1,1,1,1,1,,1,1,,1,1,1,0,0,1,0,0,1,0,1,0,1,0,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,25721,56,,,,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,33000,33000,181.65902709960938,33000,-5,33000,181.65902709960938,9043.8486328125,95.09915161132812,1,1,,0,1,1,0,0,1,0,0,0,24,576,1,1,0,1,1,1,2,1,30,30,41.4865608215332,30,900,0,0,0,1,1,1,1,1,10,45,1,1,0,0,0,24,576,0,0,0,0,0,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020312",2,5,,,2,,1,30,,1,1,2,1,3,2,3,2,1,2,2,1,1,30,2,1,1,,1,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,11,1,1,,2,,,6,1,1,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,6,1,2,,1,,,1,2,,2,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,100,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,2,1,1,2,4,1,1,4,1,1,,,,0,3,,1,1,1,0,10,4,4,2,2,2,1,4,0,,,,2,0,0,,,,,,,,2,0,2,1,2,1,,,,,1,4,,2,,,,2,,,1,,1,,,,2,,,,,,,,2,2,,,,,,2,,,2,2,,,4,,,,5000,,5000,1,,2,,,1,2,3,,,2,,6,1,2,2,1,1,2,,,2,,,3,,,2000,,12,24000,1,,,240000,195000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,53000,,53000,1,,,,,,,,,,,4,,,,58000,,58000,1,,,,,,,,,,,1,1,1,1,8,2,,1,,2,3,,,1,20000,12000,,,,,,,1,2,,1,5000,,,,,,,2,2,2,1,2,1,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,1,2,1," <1:Yes (Specify)>:little league",4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,1,2,1,4," <7:ANOTHER GROUP (SPECIFY)>:puerto rican",2,71,1,,,,3,,1,,,1,"gs","020312",4,2,2,4,2,2,58000,53000,1127.812255859375,0,0,0,0,0,0,0,3218.14404296875,0,0,115345.953125,.4740406572818756,651.1296997070312,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,30,36,33,2,0,1,0,0,0,1,0,0,1,4,1234.79443359375,617.397216796875,617.397216796875,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,2,1,0,0,0,0,,4,4,4,90000,1,1,1,1,240000,195000,45000,1,20000,12000,8000,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,152,1,,,1,,6,1.5,1,1,1,0,1,1,1,1,1,1,0,0,1,2,0,0,0,0,0,0,0,2,1,2,2,1,0,0,1,1,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,25724,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,-5,164.60757446289062,12.829948425292969,0,0,0,0,0,0,0,0,0,0,0,0,2,53000,53000,230.21728515625,58000,58000,240.83189392089844,58000,53000,58000,240.83189392089844,53000,230.21728515625,0,0,,1,0,0,0,0,1,0,0,0,30,900,1,1,0,1,0,0,2,1,36,36,41.4865608215332,36,1296,0,1,0,1,0,0,2,0,12,40,1,1,0,0,0,30,900,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 -"9543o","020408",2,4,,,1,1,,46,,2,1,1,1,1,2,1,1,2,2,3,3,5,46,2,1,5,,1,28,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,1,8,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,2,,1,,2,,115,2,2,1,2,2,1,2,1,2,2,2,,,,,1,3,3,3,3,2,1,1,2,1,1,2,4,1,,1,,,12,3,,1,1,1,0,30,4,4,2,2,2,1,4,0,,,,1,0,2,2,1,2,,,1800,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,6,,6,1,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,1300,,12,15600,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,50,,,4,,,,51000,,51000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,27000,,,,,,,,,2,,,,,,,,,1,1,,1,3200,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,268,2,,,,,,,,,,,,,,,,,30000,10000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,20000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,1," <1:Yes (Specify)>:AIDS SERVICES AT A CHURCH",1,2,2,1,1,,,,,,,,1,1,2,,,,,1,1,1,2,,,,,,,,,,,,2,2,2,1,2,1,1,,2,55,1,,,,3,,3,,,1,"RR2","020408",3,2,1,2,1,1,51000.00390625,0,267.9999694824219,10000,0,0,0,0,0,0,0,0,0,61268.00390625,.5125567317008972,704.0343627929688,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,46,,46,4,0,0,0,1,0,0,1,0,1,2,1078.7550048828125,1078.7550048828125,539.3775024414062,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,2,1,0,0,0,0,,4,4,3,27000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,,1,11610,17415,0,46440,1,1,42400,71,1,,,1,,6,2,1,1,1,1,1,,1,1,1,1,1,1,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,25738,,,,,1,0,0,0,0,0,0,0,0,0,268,268,16.370704650878906,0,0,0,0,0,0,10000,10000,100,0,0,0,0,0,0,0,0,0,1,51000,51000,225.83180236816406,0,0,0,51000,0,51000,225.83180236816406,0,0,0,0,,1,0,0,0,0,1,1,0,0,46,2116,1,,1,1,1,0,0,0,0,,41.4865608215332,46,2116,0,1,0,0,0,0,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020314",2,2,,,4,,1,21,,2,3,2,2,3,3,2,2,2,2,1,1,1,30,2,1,1,,1,33,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,6,1,1,,1,,,4,2,1,,1,,,2,1,1,,1,,,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,6,1,7,,,,2,2,9,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,2000,1,,2,,900,2,2,2,2,,,,,,,2,,,,,1,2,2,3,3,3,1,1,2,2,1,1,3,1,1,,,,1,1,,1,1,1,12,20,4,4,2,2,2,2,1,0,,,,1,1,,,,,,,,,4,3,1,1,2,1,1,2,,,2,,,4,,,,98,,2,,,2,2,,,,,,,,,,,8,8,,,,,2,,1,,,,,,,,,,,,,,,2,,,8,2,1,,2,1,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,980,,9,8820,1,,1,,,,,,,,,,,,,,,2,,2,,1,2,2,1,1,,,,12,50,,,,,,,,,,,,,,,,,,,4,,,,26000,,26000,1,,,,,,,,,,,1,8,2,,8,2,,1,,2,1,,,1,3000,8,8,,,,,,2,,1,1,1500,,,,,,,2,2,2,8,2,2,1,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,2000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,1,2,,2,,2,2,2,,2,,,,,,,,,,,,,,,,,,1,2,7,,,,,,,,2,1,5,2,2,1,2,2,,1,2,1,2,,,,,,,,,,,,,,,1,2,1,1,2,,,,,,,,,,,,2,2,2,1,1,2,2,,7,69,7," <5:OTHER (SPECIFY)>:guinea",1,,,,,,1992,1,"ck","020718",6,2,4,6,2,4,25999.998046875,0,0,2000,0,0,0,0,0,0,0,0,0,27999.998046875,.5401546955108643,741.942138671875,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,30,33,31.5,2,0,1,0,0,0,1,0,0,1,4,1371.8763427734375,685.9381713867188,685.9381713867188,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,2,2,1,1,1,1.6666666269302368,1,0,0,0,,4,4,4,50000,1,1,1,0,0,0,0,1,3000,,,0,1,1,0,1,1,23690,35535,1,94760,0,0,26400,12,1,,,1,,4,.6666666865348816,0,1,1,1,1,1,1,1,1,1,0,1,1,2,0,0,0,1,0,2,1,1,2,1,4,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,25748,41,,,,7,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,1,0,0,0,26000,26000,161.24514770507812,26000,0,26000,161.24514770507812,0,0,3,1,1,0,1,1,0,0,1,1,1,0,30,900,0,1,0,1,1,1,2,1,33,33,41.4865608215332,33,1089,0,0,0,1,1,1,4,1,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.4038054943084717,.1519336998462677,.1519336998462677,0,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020308",2,4,,,1,1,,3,,1,2,1,3,1,1,4,1,2,2,3,1,1,44,2,1,1,,1,47,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,14,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,14,2,9,,,,,1,9,,,,,2,2,2,,,,,,,,,,,,,1,2,,,,,,1,1,2,,,,,1,,1,2,,,2,1,210,1,,2,,200,2,2,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,2,2,4,1,1,3,0,,1,,,8,1,,1,1,1,0,0,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,3,,6,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,10000,,10000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,44,4,,,,24000,,24000,1,,,,,,,,,,,4,,,,32000,,32000,1,,,,,,,,,,,2,,2,,30000,,,,,,,,,1,6000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,1,2,2,,3,1,1,1,97,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:damaging of ligaments in my knees",1,1,9,,,,1,2,2,1,2,,,,,,,,,,,,2,2,2,1,1,2,1,,2,58,97," <5:OTHER (SPECIFY)>:ALBANIA",97," <5:OTHER (SPECIFY)>:ALBANIA",,,,,1999,1,"RR2","020308",3,2,1,3,2,1,32000,23999.998046875,100,0,0,0,0,0,0,0,0,0,0,56100,.9321386218070984,1280.36083984375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,44,47,45.5,4,0,0,0,1,0,1,0,0,1,4,2208.474853515625,1104.2374267578125,1104.2374267578125,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,30000,1,1,1,0,0,0,0,1,6000,0,6000,1,1,1,1,1,1,14630,21945,0,58520,0,1,46438.2578125,250,1,,,1,,6,2,1,1,1,1,1,1,1,1,1,1,1,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,25761,12,12,,,12,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,24000,24000,154.91932678222656,32000,32000,178.88543701171875,32000,24000,32000,178.88543701171875,24000,154.91932678222656,0,0,,0,1,1,0,0,1,1,1,0,44,1936,1,1,0,1,1,1,2,1,47,47,41.4865608215332,47,2209,0,1,0,1,1,1,1,0,12,44,1,1,1,1,0,44,1936,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020308",2,2,,,2,,1,13,,2,1,1,1,1,2,1,1,2,2,2,5,5,41,2,1,7,,2,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,14,2,1,,,,,10,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,14,2,1,2,,,,1,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,6,,,,,,,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,3,3,3,8,8,3,1,2,2,4,1,1,3,1,,1,,,9,1,,2,2,1,0,4,3,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,1,0,1,1,2,1,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,2,2,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,3,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1113,,3,3339,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,1,,,,12,40,,,1,150,,,,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,2,1,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,,12,8,,,4000,,,,,,,,,,,2,,2,2000,2,,,,,,,1,2,2,,,,3,,,,,,,,,3,,,,,1,1,,,,,2,,,,2,2,1,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,6,60,2,,1,,,,,,1973,1,"RR2","020715",4,2,2,3,1,2,20023.384765625,0,0,0,0,0,0,0,0,0,0,3999.999755859375,0,24023.384765625,1.567107081413269,2152.53662109375,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,41,,41,3,0,0,1,0,0,0,1,0,1,2,3228.08349609375,3228.08349609375,1614.041748046875,1,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,1,1,,,1,1,0,0,0,0,,2,4,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,,1,14630,21945,0,58520,0,1,46438.2578125,194,0,1,0,1,1,4,1,1,1,1,1,0,,1,0,1,1,1,1,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,25773,,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,4000,63.24555206298828,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,1,0,1,1,0,0,0,0,0,0,41,1681,1,,1,0,0,0,0,0,0,,41.4865608215332,41,1681,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020315",2,4,,,1,1,,16,,2,1,2,3,2,2,2,1,2,2,2,1,1,40,1,1,1,,2,38,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,13,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,13,2,1,2,,,,2,1,2,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,2,,,,,,,,,,2,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,3,3,3,3,3,3,1,2,4,4,1,1,3,2,,1,,,8,3,,2,2,1,0,1,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,9,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,9,40,10,30,4,,,,35000,,35000,1,,,,,,,,,,,4,,,,18000,,18000,1,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,61,97," <5:OTHER (SPECIFY)>:columbia",1,,,,,,1986,2,"jd","020327",3,2,1,3,2,1,35000,18000,0,0,0,0,0,0,0,0,0,0,0,53000,.7111620903015137,976.8333740234375,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,40,38,39,3,0,0,1,0,0,1,0,0,1,4,3292.918212890625,1646.4591064453125,1646.4591064453125,1,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,2,4,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,14630,21945,0,58520,0,1,46438.2578125,44,1,,,0,,4,1.3333333730697632,1,1,1,1,0,0,0,0,1,1,1,1,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,25779,28,,,,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,35000,35000,187.08287048339844,18000,18000,134.16407775878906,35000,18000,35000,187.08287048339844,18000,134.16407775878906,0,0,,1,1,1,0,0,0,0,0,1,40,1600,1,1,1,0,0,0,1,1,38,38,41.4865608215332,40,1600,0,0,0,0,0,0,1,0,9,40,0,0,0,0,0,38,1444,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020317",2,2,,,2,,1,35,,3,3,3,2,3,2,2,3,2,2,2,1,1,35,2,1,1,,1,33,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,2,1,,1,,,6,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,10,2,4,,,,,2,4,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,200,1,,2,,50,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,1,1,1,1,4,3,,1,,,5,1,,2,1,1,12,20,4,4,2,2,2,2,4,0,,,,2,2,,,,,,,,,2,0,2,1,2,2,,,,,1,4,,2,,,,,,,1,,2,2,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,6,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,20,12,40,4,,,,20000,,20000,1,,,,,,,,,,,7,,,,,,,,,8,,,,,,,,,1,2,1,1,7,2,,2,1,,,,,1,8,0,,,,,,,1,1,,1,1000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,1,2,1," <1:Yes (Specify)>:the block association",2,2,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,1,2,2,2,,2,65,1,,,,1,,1,,,1,"ejg","020317",4,2,2,4,2,2,20000,13679.013671875,0,0,0,0,0,0,0,0,0,0,0,33679.015625,.697822093963623,958.5099487304688,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,35,33,34,2,0,1,0,0,0,1,0,0,1,4,1628.4063720703125,814.2031860351562,814.2031860351562,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,6000,1,0,0,0,0,0,0,1,,0,,1,1,1,0,1,1,17650,26475,0,70600,0,1,37000,106,0,1,1,1,1,4,1,1,0,0,1,1,1,1,1,1,0,0,1,1,2,0,0,0,0,0,0,0,2,1,2,2,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,25781,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,20000,20000,141.42135620117188,-5,19612.009765625,140.0428924560547,20000,-5,20000,141.42135620117188,9043.8486328125,95.09915161132812,0,0,1,0,0,0,0,0,1,0,0,0,35,1225,1,1,1,1,0,0,2,0,33,33,41.4865608215332,35,1225,0,0,0,0,0,0,0,0,12,20,0,1,0,0,1,33,1089,1,0,0,2,.1519336998462677,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020308",2,4,,,1,1,,18,,2,1,1,2,2,1,2,1,2,2,2,1,1,40,1,1,1,,2,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,7,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,7,1,11,,,,,2,9,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,2,,,,,,,1,,1,,,,,1,50,1,,2,,200,2,2,2,2,,,,,,,2,,,,,1,3,3,2,3,3,1,1,2,2,1,1,4,0,,1,,,99,1,,2,1,1,0,20,4,4,2,2,2,1,2,0,,,,1,1,,,,,,,,,1,0,1,1,2,1,,,,,1,2,,,,,,,,,,,2,2,,,,,,,,,,,1,,,,2,,,1,,,2,2,,,4,,,,500,,500,2,1000,2,,,2,2,2,,,6,,5,2,2,2,1,1,2,,,2,,,3,,,252,,12,3024,1,,1,125000,20000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,9,,1,1,,1,1,,12,40,12,50,4,,,,60000,,60000,1,,,,,,,,,,,4,,,,30000,,30000,1,,,,,,,,,,,2,,2,,400000,,,,,,,,,1,1000,0,,,,,,,2,,1,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,300,2,,,,,,,,,,,,,,,,,200,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,3,1,2,1,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,1,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,1,,3,99,1,,,,1,,1,,,1,"gb","020308",3,2,1,3,2,1,60000,30000,300.0000305175781,200,0,0,0,0,0,0,0,0,0,90500,.9321386218070984,1280.36083984375,1,,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,40,36,38,3,0,0,1,0,0,1,0,0,1,4,2204.409912109375,1102.2049560546875,1102.2049560546875,1,2,1,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,1,2,1,1,1.3333333730697632,0,0,0,0,,4,4,4,400000,1,1,1,1,125000,20000,105000,1,1000,0,1000,0,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,14,1,,,1,,5,1.6666666269302368,1,1,1,1,1,0,1,0,1,1,1,1,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,25791,,,,,1,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,2,60000,60000,244.948974609375,30000,30000,173.205078125,60000,30000,60000,244.948974609375,30000,173.205078125,0,0,,0,0,0,0,0,1,1,1,1,40,1600,1,1,1,1,1,1,1,1,36,36,41.4865608215332,40,1600,0,1,0,1,1,1,1,0,12,40,0,1,1,1,0,36,1296,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020312",2,2,,,2,,1,35,,2,2,3,3,3,3,3,3,2,2,1,4,5,35,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,15,2,1,,,,,10,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,10,1,7,,,,5,1,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,9,,,,,,,1,,2,,300,1,2,2,2,,,,,,,2,,,,,1,3,3,3,3,3,1,2,4,4,1,1,1,5,,1,,,4,1,,2,1,2,0,3,4,4,2,2,2,2,3,1,1,," <3:Something Else? (SPECIFY)>:MOVED",2,2,,,,,,,,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,10,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,120,,12,1440,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,,,,,,,,,2,,,,,,,,,1,2,,1,6000,,,,,,,2,2,2,2,2,1,2,2,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8000,1,12,96000,1,,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,1,2,7,,,,,,,,2,1,4,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,6,67,1,,,,1,,1,,,1,"TY","020312",3,1,2,3,1,2,0,0,0,0,0,0,0,0,0,0,95999.9921875,0,0,95999.9921875,.8307514786720276,1141.09814453125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,35,,35,3,0,0,1,0,0,0,1,0,1,2,1228.266357421875,1228.266357421875,1228.266357421875,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,1000,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,14630,21945,0,58520,1,1,46438.2578125,169,1,,,1,,4,1.3333333730697632,1,0,0,1,0,,1,0,1,1,0,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,25794,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96000,96000,309.8386535644531,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,35,1225,0,,1,1,1,0,0,0,0,,41.4865608215332,35,1225,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020310",2,2,,,1,1,,13,,2,8,1,3,2,8,1,1,2,2,8,3,2,49,2,1,5,,2,25,1,2,,1,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,7,2,9," <9:OTHER (SPECIFY)>:FEMal said she dosbt have any minors in her , house earlier she stated she ahd 1 under 17 yrs old",1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,7,2,2,,3,,,1,98,,,,,8,2,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,1,8,2,,,,,,,1,2,,,,,,,2,,,,,1,2,3,3,3,3,2,2,2,4,1,1,1,1,,1,,,1,1,,8,1,1,0,98,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,1,0,1,8,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,11,,6,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,8,99,2,,,,,,,,,,,,,,,2,,2,,1,2,2,1,1,,,,12,98,,,,,,,,,,,,,,,,,,,8,,,,,,,,,8,,,,,,,,,2,,2,,9,8,,,,,,,,1,8,8,8,,,,,,8,,1,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,52,97," <5:OTHER (SPECIFY)>:ST. VINCENT",1,,,,,,98,1,"TY","020310",11,3,8,3,2,1,28374.4609375,0,0,0,0,0,0,0,0,0,0,0,0,28374.4609375,3.502042770385742,4810.31298828125,1,1,0,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,49,40,44.5,3,0,0,1,0,0,1,0,0,1,4,10616.169921875,5308.0849609375,3538.723388671875,1,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,2,1,1,1,1,1.3333333730697632,0,0,0,0,,4,4,4,,,,,0,0,0,0,1,,,,0,1,1,0,,,14630,21945,0,58520,0,1,46438.2578125,130,0,1,1,1,1,6,.5454545617103577,0,1,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,1,0,0,0,1,0,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,25798,68,,,,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,1,0,1,1,0,0,0,0,0,0,49,2401,0,1,0,1,1,0,2,1,40,40,41.4865608215332,40,1600,0,0,0,1,1,0,1,0,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020319",2,2,,,1,1,,32,,3,2,3,3,2,1,2,2,2,2,2,1,1,32,2,1,1,,1,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,2,,2,,,2,2,,2,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,1,2,,2,,,,,1,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,6,,6,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,6000,,6000,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3000,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3000,10000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,1,2,1,2,,,,,,,,,,,,,,,1,1,1,2,2,,,,,,,,,,,,2,2,2,2,2,1,1,,2,70,1,,,,1,,5," <5:OTHER (SPECIFY)>:Italy",,1,"ddb","020319",3,2,1,3,2,1,0,0,0,10000,0,0,0,0,0,0,0,0,0,10000,.4740406572818756,651.1296997070312,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,32,35,33.5,2,0,1,0,0,0,1,0,0,1,4,1234.79443359375,617.397216796875,617.397216796875,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,3000,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14630,21945,1,58520,0,0,46438.2578125,121,0,1,1,1,1,6,2,1,0,1,1,1,1,1,1,,0,1,1,1,2,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,1,1,0,0,0,0,0,,,,,,,,0,0,0,1,25802,,,,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000,10000,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,1,0,0,0,0,1,0,0,0,32,1024,0,0,1,1,0,0,2,0,35,35,41.4865608215332,32,1024,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020319",2,1,,,2,,1,10,,3,3,3,8,2,3,3,3,2,2,2,5,5,35,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,13,1,1,,,,,8,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,8,1,1,2,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,5,,,,,,,,,,,,,1,,5,,,,2,,,2,,,,,2,2,2,2,,,,,,,1,,,,,1,2,1,3,2,3,2,2,4,4,1,1,1,4,,1,,,3,1,,2,2,1,0,4,4,4,2,2,2,2,4,0,,,,2,2,,,,,,,,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,1,,8,1,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,286,,12,3432,1,,8,,,,,,,,,,,,,,,2,,2,,1,2,1,,,,12,40,,,1,50,,,,12,2400,8,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,8,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,2,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,286,3432,1,,12,206,2472,1,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,1,2,,,,,,,,,,,,,,2,1,2,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,5,,2,67,3,,,,,,,,1990,2,"ar","020319",3,1,2,3,1,2,13900.072265625,0,0,0,0,3432,2472,0,0,0,0,0,0,16372.072265625,.90010005235672,1236.353515625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,35,,35,3,0,0,1,0,0,0,1,0,1,2,2447.803466796875,2447.803466796875,2447.803466796875,1,2,1,0,0,1,1,0,1,0,0,0,1,2,1,0,0,0,1,2,3,1,2,1,2,1,0,0,0,,4,4,4,,,,,0,0,0,0,0,0,0,0,0,0,1,1,,1,14630,21945,1,58520,0,0,46438.2578125,140,0,1,1,1,1,3,1,1,0,0,1,1,,1,1,1,0,1,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,25803,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3432,3432,58.583274841308594,2472,2472,49.71921157836914,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,0,0,0,1,0,0,0,0,35,1225,1,,1,0,0,0,0,0,0,,41.4865608215332,35,1225,1,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020318",2,3,,,3,,1,15,,2,1,1,1,2,1,2,1,2,2,3,1,1,37,2,1,1,,1,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,9,2,1,,1,,,6,2,1,,1,,,3,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,6,2,9,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,8,2,2,1,2,,,,,,,2,,,,,4,3,3,3,3,3,1,2,1,1,1,2,4,1,1,,,,0,2,,1,1,1,3,12,4,4,2,2,2,1,4,0,,,,2,0,3,2,2,2,,,52000,,3,1,2,1,1,2,2,,,,2,,,3,,3,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,,,,2,2,,,4,,,,20000,,20000,1,,2,,,1,2,1,,2,4,,6,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,80000,,80000,1,,2,,,,,,,,,,,,,,,2,,1,2,2,2,2,1,1,,,,12,60,,,,,,,,,,,,,,,,,,,9,,,,,,,,,1,1,,,,,,,,2,,2,,9,9,,,,,,,,2,,,,,,,,,1,1,,1,9,2,,1,1,1,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,5000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,1,2,1," <1:Yes (Specify)>:DAROTE",2,2,2,1,1,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:SLEEPLESS",1,1,2,,,,1,1,1,1,2,,,,,,,,,,,,2,2,2,3,2,2,1,,4,64,1,,,,1,,1,,,1,"CD","020325",5,2,3,5,2,3,99999.9921875,0,2926.263427734375,999.9999389648438,0,0,0,0,0,0,0,0,0,103926.2578125,.4660693109035492,640.180419921875,1,2,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,37,36,36.5,3,0,0,1,0,0,1,0,0,1,4,953.3756713867188,476.6878356933594,476.6878356933594,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,1,4,3,,,,,0,0,0,0,0,0,0,0,1,1,1,0,1,1,20670,31005,0,82680,1,1,36847.08984375,4,1,,,1,,6,1.2000000476837158,1,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,0,0,0,1,2,2,2,3,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,25912,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,1,0,0,0,100000,100000,316.2277526855469,100000,0,100000,316.2277526855469,0,0,1,1,,0,0,0,0,0,1,1,1,0,37,1369,0,1,0,1,1,1,2,1,36,36,41.4865608215332,36,1296,0,1,0,1,1,1,3,1,12,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020316",2,3,,,2,,1,67,,1,3,2,1,2,1,2,1,2,2,3,1,1,59,1,1,1,,2,55,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,1,1,,1,,,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,2,1,5,,,1,,2,5,,,1,,2,2,2,,,,,,,,,,,,,1,3,,,,,,1,3,,,,,,1,,3,,,,2,1,12000,2,,,,,1,2,1,2,,,,,,,2,1,8,3,3,,,,,,,,,,,,1,1,12,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,8,24,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,9,,,8,,,,,,,,,2,,,,,1,3,,,,,,,,,,,,,,,,,,,,,2,,2,,8,8,,,,,,,,1,5000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,42,97," <5:OTHER (SPECIFY)>:CROATIA",1,,,,,,1967,1,"RM","020316",4,2,2,4,2,2,27500,0,0,0,0,0,0,0,0,0,0,0,0,27500,.9003636240959167,1236.715576171875,1,1,0,3,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,59,55,57,4,0,0,0,1,0,1,0,0,1,4,2700.440185546875,1350.2200927734375,1350.2200927734375,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,,,,,0,0,0,0,1,5000,0,5000,1,1,1,0,0,0,17650,26475,0,70600,0,1,37000,92,0,1,1,1,1,4,1,1,1,1,1,1,1,1,1,,1,1,1,1,3,0,1,0,1,0,2,0,0,0,0,2,0,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,25916,29,,,,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,27500,27500,165.83123779296875,0,0,0,27500,0,27500,165.83123779296875,0,0,2,1,,0,1,1,0,0,1,1,0,1,59,3481,1,0,1,1,1,0,1,1,55,55,41.4865608215332,59,3481,0,0,0,1,1,0,2,1,12,9,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020309",2,3,,,1,1,,37,,2,1,1,1,3,2,3,2,2,2,2,1,1,37,2,1,1,,1,44,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,3,2,11,,,,,2,6,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,1,8,200,1,2,1,2,,,,,,,2,1,3,2,3,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,1,2,,,,,,,,,,,,,,,,1,,,,2,,,,,,,,1,,,,2,,,,,,1,2,,,3,,,700,,12,8400,1,,2,,,8,2,1,,2,30,,5,3,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,12,9000,1,,1,,,,,,,,,,,,,,,1,1,2,,1,1,,2,2,2,12,40,,,4,,,,50000,,50000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,1,7000,5000,,,,,,,1,2,,1,80000,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,1,2,,2,,2,2,1,2,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,3,1,2,1,2,1," <1:Yes (Specify)>:a.d.a. (else) the ""y"", and a local temple",4,2,1,1,4,,,,,,,,1,2,,,,,1,1,1,2,1,4,,,,,,1,1,6,,,2,8,2,2,2,2,1,,4,64,1,,,,97," <5:OTHER (SPECIFY)>:romania",97," <5:OTHER (SPECIFY)>:romania",,1,"nr","020309",3,2,1,3,2,1,50000,0,0,200,0,0,0,0,0,0,0,0,0,50200,.9321386218070984,1280.36083984375,1,1,1,3,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,37,44,40.5,3,0,0,1,0,0,1,0,0,1,4,2080.091796875,1040.0458984375,1040.0458984375,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,1,2,1,,,1.3333333730697632,0,,,,4,,,4,0,0,0,0,0,0,0,0,1,7000,5000,2000,1,1,1,1,0,1,14630,21945,0,58520,0,1,46438.2578125,106,1,,,0,,5,1.6666666269302368,1,1,1,1,1,1,1,1,,1,0,0,1,2,0,0,0,0,0,0,1,0,1,0,1,1,0,0,0,0,1,1,1,1,0,1,0,1,,,,,,,,0,0,0,1,25954,,,65,65,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,1,50000,50000,223.60679626464844,0,0,0,50000,0,50000,223.60679626464844,0,0,1,1,,0,0,0,0,0,1,1,1,0,37,1369,1,0,1,1,1,1,2,0,44,44,41.4865608215332,37,1369,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020319",2,4,,,2,,1,3,,2,2,1,2,2,1,1,2,2,2,3,1,1,34,1,1,1,,2,31,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,9,2,1,,1,,,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,2,1,10,,,,,2,11,,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,3,,,,,1,8,2,,,,,2,1,1,2,,,,,,,2,1,2,3,3,,,,,,,,,,,,1,3,1,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,2,1,1,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,1,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,950,,12,11400,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,10,40,,,4,,,,27000,,27000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1000,,,,,,,,,1,1000,0,,,,,,,2,,2,1,5000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,1,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,1,3,3,2,,,,,,,,,,,,2,2,2,3,2,2,7," <7:ANOTHER GROUP (SPECIFY)>:INDIAN",6,68,97," <5:OTHER (SPECIFY)>:INDIA",1,,,,,,1998,1,"CD","020319",4,2,2,4,2,2,27000.001953125,0,0,0,0,0,0,0,0,0,0,0,0,27000.001953125,.7717018127441406,1059.9891357421875,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,4,0,0,0,1,34,31,32.5,2,0,1,0,0,0,1,0,0,1,4,3334.822021484375,1667.4110107421875,1667.4110107421875,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,1000,1,0,0,0,0,0,0,1,1000,0,1000,0,0,1,0,0,0,17650,26475,0,70600,0,1,37000,131,0,1,0,1,1,3,.75,0,1,1,1,0,0,1,0,,1,1,1,1,2,0,0,0,1,0,1,0,1,0,1,2,0,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,25973,45,,,,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,27000,27000,164.3167724609375,0,0,0,27000,0,27000,164.3167724609375,0,0,1,1,,0,1,1,0,0,1,1,1,1,34,1156,1,0,1,1,1,1,1,1,31,31,41.4865608215332,34,1156,0,0,0,1,1,1,2,1,10,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020318",2,4,,,1,1,,4,,3,2,3,3,3,3,2,3,2,2,8,1,1,38,2,1,1,,1,37,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,2,1,2,,,,2,1,2,,,,2,4,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,4,,,,,,,2,,,,,2,2,1,2,,,,,,,2,4,3,2,2,,,,,,,,,,,,3,1,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,3,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,350,,12,4200,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,6,32,12,72,8,,,,,,,,,2,,,,,2,,2,,8,,,,,,,,,2,,,,,2,,2,,2,,2,,8,8,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,8,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,2,3,,,,,,,,2,2,5,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,8,,6,62,8," <5:OTHER (SPECIFY)>:MEXICO",1,,,,,,1995,2,"ar","020318",3,2,1,3,2,1,7500,7500,0,0,0,0,0,0,0,0,0,0,0,15000,.7111620903015137,976.8333740234375,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,38,37,37.5,3,0,0,1,0,0,1,0,0,1,4,2846.130859375,1423.0654296875,1423.0654296875,0,3,0,1,0,1,1,0,1,0,0,0,1,1,0,0,0,1,,,,,,,,,,,,1,,,2,,,,,0,0,0,0,0,0,0,0,0,1,1,0,1,1,14630,21945,1,58520,0,0,46438.2578125,291,0,1,1,1,1,4,1.3333333730697632,1,0,0,1,0,0,1,0,,0,0,1,1,2,0,0,0,1,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,25987,8,,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,7500,7500,86.6025390625,7500,7500,86.6025390625,7500,7500,7500,86.6025390625,7500,86.6025390625,1,1,,1,1,1,0,0,0,0,0,0,38,1444,1,1,1,0,0,0,2,0,37,37,41.4865608215332,38,1444,0,0,0,0,0,0,0,0,6,32,0,0,0,0,1,37,1369,0,0,0,1,1,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020322",2,4,,,1,1,,6,,3,3,2,3,3,2,2,3,2,2,3,5,2,30,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,3,1,2,,2,,,2,99,,,,,9,3,2,,,,,,,,,,,,,2,,,,,,,9,,,,,,,1,,1,,,,,2,,1,,2,,10,1,2,1,1,,,,,,,2,4,3,3,3,,,,,,,,,,,,1,3,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,2," yes",,,,,,,,,,,,,,1,2,3,1,2,1,,2,3,,3,4,2,1,2,,,,,,,,,,,,,,,,,,,,,1,4,,2,,,3,,,762,,12,9144,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,9,9,,12,50,,,4,,,,25000,,25000,2,30000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,1,8,1,2,,,,,,,9,,,,,,,,,2,,1,1,7,1,2,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,1,4,2,2,1,2,2,,,,,,,,,,,,,,,,,,1,1,,,,,2,,,,2,2,5,,2,2,2,2,,3,2,2,1,9,10,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:emotional fears",1,2,,,,,2,2,1,9,2,,,,,,,,,,,,2,9,2,2,2,1,1,,2,71,4,,1,,,,,,1991,2,"dm","020322",2,1,1,3,2,1,30000,2742.405517578125,0,797.3399658203125,0,0,0,0,0,0,0,0,0,33539.74609375,.4740406572818756,651.1296997070312,1,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,30,41.53856658935547,35.769283294677734,3,0,0,1,0,0,1,0,0,1,4,1186.6226806640625,593.3113403320312,1186.6226806640625,1,2,1,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,1,1,1,,,1,0,,,,1,,,4,1250,1,0,0,0,0,0,0,,,,,0,1,1,1,,1,14630,21945,0,58520,0,1,46438.2578125,129,0,1,0,0,0,3,1.5,1,1,0,1,0,,1,0,,0,0,1,1,2,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,1,1,1,1,,1,,1,,,,,,,,0,0,0,1,26003,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,30000,30000,173.205078125,-9,-9,,30000,-9,30000,173.205078125,-9,,1,1,,1,1,1,0,0,1,0,0,0,30,900,1,,1,1,0,0,0,0,41.4865608215332,,41.4865608215332,30,900,0,0,0,0,0,0,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020430",2,2,,,2,,1,46,,3,1,4,3,2,4,2,1,2,2,3,5,5,46,2,1,11,,2,33,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,12,1,1,,,,,12,2,8,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,12,2,4,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,1,,1,2,,,1,2,,1,,2,,30,2,2,1,2,2,2,2,2,1,2,2,,,,,3,2,2,1,2,2,1,2,1,3,2,1,2,4,,1,,,7,1,,8,1,1,0,0,4,4,2,2,2,2,4,0,,,,2,1,0,,,,,,,,2,0,2,1,2,2,,,,,1,2,,1,,,,,,,1,,2,2,,,,,,,,,,,,,,,,,,2,2," no charges",,,,,,,,,,,,,,2,,,2,2,1,,1,1,,5,2,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,250,,12,3000,1,,2,,1," still in apartment i've been in for last year, but about to move",2,,2,,1,1,,,,,12,98,,,1,655,,,,12,31440,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,8,2,,2,2,,,,,2,,,,,,,,,1,8,,2,,,,,,,,2,2,2,1,2,1,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,300,2,,,,,,,,,,,2500,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,1,2,1,1,2,99,,,,,,,,,,,2,2,2,1,2,2,2,,1,55,1,,,,1,,1,,,1,"agh","020430",3,2,1,3,1,2,31439.998046875,0,300.0000305175781,0,0,0,0,0,0,0,2500,0,0,34240,.8832159638404846,1213.1619873046875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,46,,46,4,0,0,0,1,0,0,1,0,1,2,1558.83740234375,1558.83740234375,779.418701171875,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,2,2,3,2,2,2.3333332538604736,1,0,0,0,,2,3,4,15000,1,1,0,0,0,0,0,0,0,0,0,1,1,1,,,,14630,21945,0,58520,0,1,46438.2578125,110,0,1,1,1,1,5,1.6666666269302368,1,0,1,1,1,,1,1,1,0,1,1,1,3,0,1,0,0,0,0,0,2,0,2,2,1,0,1,0,1,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,26058,,,,,1,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,2500,2500,50,0,0,0,0,0,0,0,0,0,0,0,0,1,31440,31440,177.3132781982422,0,0,0,31440,0,31440,177.3132781982422,0,0,0,0,1,0,0,0,0,0,1,0,0,0,46,2116,1,,1,1,0,0,0,0,0,,41.4865608215332,46,2116,0,1,0,0,0,0,0,0,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020309",2,2,,,1,1,,37,,1,3,1,1,2,1,2,1,2,2,2,1,1,37,2,1,1,,1,34,1,3,,2,66,1,3,,1,61,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,1,9,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,1,2,,,,,,1,1,,,,,,1,,2,,,,2,2,,1,,2,,500,1,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,1,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,1,2,3,,,20,,9,1,2,2,1,2,,,,,,,,,,,,,,,,,875000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,11,37,12,40,4,,,,80000,,80000,1,,,,,,,,,,,4,,,,67000,,67000,1,,,,,,,,,,,2,,1,1,150000,,,,,,,,,1,15000,1000,,,,,,,1,1,,1,3000,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,2000,2,,,,,,,,,,,,,,,,,5000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,180000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,1,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,3," <7:ANOTHER GROUP (SPECIFY)>:amerasian",2,64,1,,,,97," <5:OTHER (SPECIFY)>:philliains",1,,,1,"cd","020318",5,4,1,3,2,1,80000,66999.9921875,2000,999.9999389648438,0,0,0,0,0,0,0,0,0,149999.984375,.3858509063720703,529.9945678710938,1,2,0,4,4,2,8,0,0,0,0,0,0,0,1,4,0,0,0,1,37,34,35.5,3,0,0,1,0,0,1,0,0,1,4,1286.0001220703125,643.0000610351562,321.5000305175781,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,150000,1,1,1,1,875000,0,875000,1,15000,1000,14000,1,1,1,0,1,1,14630,21945,0,58520,1,1,46438.2578125,62,1,,,1,,9,1.7999999523162842,1,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,1,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,26066,,,64,,1,0,0,0,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,2,80000,80000,282.84271240234375,67000,67000,258.84356689453125,80000,67000,80000,282.84271240234375,67000,258.84356689453125,1,1,,0,0,0,0,0,1,1,1,0,37,1369,1,1,1,1,1,1,2,0,34,34,41.4865608215332,37,1369,0,1,0,0,0,0,0,0,11,37,0,1,1,1,1,34,1156,1,1,1,1,1,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020413",2,1,,,1,1,,38,,3,2,4,2,3,3,4,2,2,2,1,4,5,38,2,1,5,,2,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,2,7,,,,5,2,,,,,,,2,2,,,,,,,,,,,,,1,4,6,,,," <6:another type of government program? {specify}>:metro plus",,,,,,,,1,,4,,,,2,,,2,,,,,2,2,3,2,,,,,,,2,4,3,3,3,,,,,,,,,,,,1,4,1,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,1,10,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,15000,,15000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,1,1,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,1,2,2,,1,2,2,1,11,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:nervous now - whenever I go into builing, wonder whether I'm safe",1,2,,,,,2,2,1,1,1,10,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:worries - afraid to be inside a building",1,1,9,,,2,2,2,1,8,1,4," <7:ANOTHER GROUP (SPECIFY)>:puerto rican",2,57,3,,,,,,,,1957,1,"agh","020413",3,2,1,2,1,1,15000,0,0,0,0,0,0,0,0,0,0,0,0,15000,.5125567317008972,704.0343627929688,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,38,,38,3,0,0,1,0,0,0,1,0,1,2,931.3744506835938,931.3744506835938,465.6872253417969,1,1,0,0,0,1,3,1,0,0,1,0,0,3,0,1,0,1,,,,,,,,,,,,1,,,4,250,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,1,11610,17415,1,46440,0,0,42400,148,0,1,1,1,1,5,1.6666666269302368,1,0,1,1,1,,1,1,,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,26086,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,15000,15000,122.4744873046875,0,0,0,15000,0,15000,122.4744873046875,0,0,1,1,,1,0,0,0,0,1,1,0,0,38,1444,1,,1,1,1,0,0,0,0,,41.4865608215332,38,1444,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020308",2,4,,,1,1,,46,,2,1,3,1,1,2,4,2,2,2,1,3,5,59,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,12,2,1,,,,,,,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,12,2,1,1,,,,2,,,,,,,4,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,2,,,,,,,,,,1,2,,2000,2,2,1,2,2,2,2,2,2,2,2,,,,,1,3,3,1,3,2,1,2,1,1,1,2,1,7,,1,,,4,1,,2,1,2,2,98,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,1,0,1,2,1,2,,,,,1,4,,,,,,,,,,,,,,,,,,1,,,8,,,,,,,,,8,,,1,2,,,1,300,,,,6,7200,2,8,2,,,1,2,1,,1,23,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,7,40,,,8,,,,,,,,,1,2,2,1,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,1,2,,,,,,,2,,,,,,,,,1,2,,1,1000,,,,,,,2,2,2,2,2,2,2,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,10000,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,2,7,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,1,2,97,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:coughing cause of the dust.",2,1,7,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,1,2,2,2,,3,78,1,,,,1,,1,,,1,"m.r.","020316",2,1,1,2,1,1,35000,0,0,0,0,0,0,0,0,0,0,0,0,35000,.8832159638404846,1213.1619873046875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,59,,59,4,0,0,0,1,0,0,1,0,1,2,1558.83740234375,1558.83740234375,1558.83740234375,0,3,0,1,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,3,1,2,1.6666666269302368,1,0,0,0,,4,4,3,1250,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,11610,17415,0,46440,0,1,42400,302,0,1,1,0,1,4,2,1,0,1,1,0,,0,0,1,1,1,0,1,3,0,1,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,26095,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,35000,35000,187.08287048339844,0,0,0,35000,0,35000,187.08287048339844,0,0,0,0,1,0,0,0,0,0,1,0,0,0,59,3481,1,,1,1,0,0,0,0,0,,41.4865608215332,59,3481,0,0,0,0,0,0,0,0,7,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020309",2,5,,,2,,1,30,,2,2,3,1,2,2,4,1,2,2,2,1,1,30,2,1,1,,1,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,2,1,,1,,,6,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,10,2,8,,,,,1,3,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,40,1,,2,,10,2,2,1,2,,,,,,,2,,,,,2,3,3,3,3,3,1,1,3,4,1,1,3,1,,1,,,4,1,,2,1,1,0,10,4,4,2,2,2,1,4,2,1,,,2,2,,,,,,,,,2,0,2,1,2,2,,,,,2,,,2,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,1,2,3,,,4,,5,2,2,2,1,1,1,7," <7:or Someone else? (specify)>:tenant",2,,,3,,,1350,,12,16200,1,,,500,500,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,70,4,,,,27000,,27000,1,,,,,,,,,,,4,,,,60000,,60000,1,,,,,,,,,,,1,1,1,1,7000,,,,,,,,,1,10000,9000,,,,,,,1,2,,1,5000,,,,,,,2,2,2,2,1,2,1,2,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,750,1,12,9000,1,,,,,,,,1000,200,,,,,,,5,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,1,71,1,,,,3,,3,,,1,"m.r.","020309",4,2,2,4,2,2,60000,27000.001953125,0,200,0,0,0,0,9000,0,0,0,0,96200,.4049670994281769,556.2520751953125,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,30,32,31,2,0,1,0,0,0,1,0,0,1,4,1126.898681640625,563.4493408203125,563.4493408203125,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,3,4,4,7000,1,0,0,1,500,500,0,1,10000,9000,1000,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,132,1,,,1,,5,1.25,1,0,1,1,1,1,1,1,1,1,1,0,1,2,0,0,0,0,0,0,0,2,1,2,2,1,0,0,1,1,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,26097,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,9000,9000,94.86833190917969,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,2,27000,27000,164.3167724609375,60000,60000,244.948974609375,60000,27000,60000,244.948974609375,27000,164.3167724609375,0,0,,1,0,0,0,0,1,1,0,0,30,900,1,1,0,1,0,0,2,1,32,32,41.4865608215332,32,1024,0,1,0,1,0,0,2,0,12,70,1,1,1,1,0,30,900,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020311",2,3,,,1,1,,27,,2,1,3,2,4,3,3,2,2,2,1,1,1,49,1,1,1,,2,46,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,12,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,12,1,1,2,,,,2,1,2,,,,2,3,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,1,500,1,,2,,8,2,2,1,2,2,2,2,2,2,2,2,,,,,4,3,3,3,3,3,1,2,2,2,1,1,4,1,,1,,,6,1,,2,1,1,0,6,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,1,0,1,2,2,2,,,,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2," y",,,,,,,,,,,,,,2,,,2,2,1,,2,26,,4,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,450,,12,5400,1,,1,,,,,,,,,,,,,,,1,2,2,,1,1,,1,1,,12,40,98,15,4,,,,32000,,32000,1,,,,,,,,,,,4,,,,9000,,9000,1,,,,,,,,,,,2,,2,,8,1,2,,,,,,,1,8,0,,,,,,,8,,1,1,1700,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,1,1,1,1,4,,2,53,4,,1,,,,,,1975,2,"el","020409",3,2,1,3,2,1,32000,9000,0,0,0,0,0,0,0,0,0,0,0,41000,.7111620903015137,976.8333740234375,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,49,46,47.5,4,0,0,0,1,0,1,0,0,1,4,4160.71533203125,2080.357666015625,2080.357666015625,1,2,1,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,1,4,4,1250,1,0,0,0,0,0,0,1,,0,,0,1,1,1,0,1,14630,21945,0,58520,0,1,46438.2578125,91,0,1,1,0,0,4,1.3333333730697632,1,0,1,1,1,1,1,1,1,1,0,0,1,3,0,1,0,1,0,0,0,1,0,1,1,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,26240,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32000,32000,178.88543701171875,9000,9000,94.86833190917969,32000,9000,32000,178.88543701171875,9000,94.86833190917969,0,0,,1,1,1,0,0,0,0,0,1,49,2401,1,1,1,0,0,0,1,1,46,46,41.4865608215332,49,2401,0,0,0,0,0,0,1,0,12,40,0,0,0,0,0,46,2116,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020310",2,3,,,1,1,,30,,2,1,2,1,2,1,1,2,2,2,2,5,5,50,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,8,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,1,11,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,1,,2,,8,2,1,1,2,,,,,,,2,,,,,1,3,3,2,3,3,1,2,1,1,1,4,1,3,,1,,,2,1,,2,1,1,4,98,2,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,1,0,1,1,1,2,,,,,1,2,3,,,,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,1,,,2,2,,,4,,,,3000,,3000,2,4800,2,,,1,2,2,,,20,,3,1,2,2,1,2,,,,,,,,,,,,,,,,1,200000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,,,,5,35,,,4,,,,43000,,43000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,8,350000,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,1000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,52,1,,,,1,,1,,,1,"rm","020313",2,1,1,2,1,1,43000,0,999.9999389648438,0,0,0,0,0,0,0,0,0,0,44000,1.1797845363616943,1620.520751953125,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,50,,50,4,0,0,0,1,0,0,1,0,1,2,1899.390380859375,1899.390380859375,1899.390380859375,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,2,1,1,1.3333333730697632,0,0,0,0,,4,4,1,350000,1,1,1,1,200000,0,200000,0,0,0,0,0,1,0,0,,0,11610,17415,0,46440,0,1,42400,13,1,,,1,,3,1.5,1,1,1,1,1,,1,1,1,1,1,1,1,3,0,1,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,26251,,,,,1,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,43000,43000,207.36441040039062,0,0,0,43000,0,43000,207.36441040039062,0,0,0,0,,0,0,0,0,0,1,1,1,0,50,2500,1,,1,1,1,1,0,0,0,,41.4865608215332,50,2500,0,1,0,0,0,0,0,0,5,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020312",2,3,,,1,1,,28,,2,2,2,1,4,4,4,2,2,2,2,1,1,28,2,1,1,,1,38,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,3,1,10,,,,,2,2,,2,,,2,2,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,2,,1,,2,,300,1,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,3,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,1,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,1,,,,2,,,,,,2,2,,,1,80,,,,12,3840,1,,1,4,2,1,2,1,,2,3,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,900,,12,10800,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,30,12,50,2,,950,,,12,22800,1,,,,,,,,,,,4,,,,21000,,21000,1,,,,,,,,,,,1,1,1,1,6000,,,,,,,,,2,,,,,,,,,1,1,,1,13000,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3000,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,1,2,1,12,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:some stress",1,2,,,,,3,3,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,2,,5,74,1,,,,1,,1,,,1,"rm","020312",3,2,1,3,2,1,22800,21000.001953125,0,200,0,0,0,0,0,0,0,0,0,44000,.5401546955108643,741.942138671875,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,28,38,33,2,0,1,0,0,0,1,0,0,1,4,1486.1168212890625,743.0584106445312,743.0584106445312,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,1,1,1,,,1,0,,,,4,,,4,6000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,14630,21945,0,58520,0,1,46438.2578125,78,0,1,0,1,1,4,1.3333333730697632,1,1,1,1,1,1,1,1,,1,0,0,1,2,0,0,0,0,0,0,1,0,1,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,26252,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,2,22800,22800,150.99668884277344,21000,21000,144.9137725830078,22800,21000,22800,150.99668884277344,21000,144.9137725830078,1,1,1,0,0,0,0,0,1,1,1,0,28,784,1,1,1,1,1,1,2,0,38,38,41.4865608215332,28,784,0,0,0,0,0,0,0,0,12,30,0,1,0,0,1,38,1444,1,0,0,1,1,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020321",2,3,,,2,,1,10,,2,1,3,3,3,4,3,2,2,2,1,1,1,24,2,1,1,,1,25,1,9,,1,27,1,7,,1,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,7,1,1,,2,,,1,1,6,,6,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,7,1,1,2,,,,1,1,2,,,,2,1,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,4,,,,,,,1,,2,,0,2,2,2,2,,,,,,,2,,,,,1,3,3,3,3,3,2,2,3,3,1,1,4,3,,1,,,2,1,,2,2,1,0,10,3,4,2,2,2,3,3,0,,,,1,1,,,,,,,,,2,1,1,1,1,2,2,,,,2,,,1,,1,,,,,,,1,,,,2,,,1,,,1,5,,,,,,,,,,,2,2,,,1,50,,,,12,2400,1,,2,,,2,2,1,,2,5,,3,4,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,740,,12,8880,1,,8,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,12,20,12,98,1,120,,,,12,5760,1,,,,,,,,,,,1,250,,,,12,12000,1,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,1,2,2,2,2,2,2,2,2,2,2,2,1,2,3000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,3,1,1,7," <7:ANOTHER GROUP (SPECIFY)>:MESTIZO",2,77,6," <5:OTHER (SPECIFY)>:ECUADOR",1,,,,,,1992,2,"ar","020410",6,4,2,4,2,2,12000,5759.99951171875,0,0,0,0,0,0,0,3000,0,0,0,20760,.7111620903015137,976.8333740234375,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,24,25,24.5,1,1,0,0,0,0,1,0,0,1,4,2702.88330078125,1351.441650390625,675.7208251953125,1,1,0,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,,17650,26475,1,70600,0,0,37000,23,0,1,1,0,0,3,.5,0,0,1,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,0,1,0,1,0,1,2,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,26258,6,,,,6,3000,3000,54.772254943847656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5760,5760,75.89466094970703,12000,12000,109.54450988769531,12000,5760,12000,109.54450988769531,5760,75.89466094970703,1,1,,1,1,1,0,0,0,0,0,0,24,576,1,1,0,0,0,0,2,1,25,25,41.4865608215332,25,625,0,0,0,0,0,0,2,1,12,42.29999923706055,1,0,0,0,0,24,576,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020314",2,4,,,2,,1,38,,1,1,3,1,2,4,4,2,2,2,1,1,1,38,2,1,1,,1,39,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,8,2,2,,1,,,7,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,8,2,8,,,,,2,4,,,,,2,2,2,,,,,,,,,,,,,1,2,,,,,,1,4,,,,,,1,,2,,,,2,1,300,1,,2,,400,2,2,1,2,,,,,,,2,,,,,1,3,3,2,2,3,2,2,4,4,1,2,4,4,,1,,,2,1,,2,2,1,0,20,4,4,2,1,2,2,1,5,7,," <3:Something Else? (SPECIFY)>:""S"" went back to live with natural mother for a short time and then came back to live with me",2,2,,,,,,,,,2,0,2,1,1,2,,,,,1,3,,2,,2,,,,,2,,1,,,,2,,,1,,,2,,,,,,,,,2,,,2,2,,,1,125,,,,7,3500,2,500,1,5,2,1,1,2,,,3,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,507,,12,6084,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,2,2,12,36,,,4,,,,32000,,32000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,60000,,,,,,,,,1,15000,5000,,,,,,,1,2,,1,3000,,,,,,,2,2,2,2,2,2,2,2,,1,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,12,8,,,99,,,,,,,,,,,2,,1,,1,2,,1,4,2,1,1,1,2,,,,1,1,,,,12,,," <12:or some other reason? (specify)>:did not recertify in time",1,5,,,,1,1,,,,,1,1,,,2,2,1,,1,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,2,2,1,1,2,2,7," <7:ANOTHER GROUP (SPECIFY)>:west indian",1,63,11," <5:OTHER (SPECIFY)>:trinidad",1,,,,,,1964,1,"gs","020314",4,2,2,4,2,2,32000,0,0,0,0,0,0,0,0,0,0,1541.3726806640625,0,33541.37109375,.547620952129364,752.1976318359375,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,4,0,0,0,1,38,39,38.5,3,0,0,1,0,0,1,0,0,1,4,2786.1796875,1393.08984375,1393.08984375,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,2,2,1,1.3333333730697632,0,0,1,0,,4,4,3,60000,1,1,1,0,0,0,0,1,15000,5000,10000,1,1,1,1,0,1,17650,26475,0,70600,0,1,37000,112,0,0,0,1,1,3,.75,0,0,1,1,1,1,1,1,1,1,1,0,1,2,0,0,0,1,0,0,0,2,0,2,2,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,26289,11,,,,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,214.38082885742188,14.641749382019043,0,0,0,0,0,0,1,32000,32000,178.88543701171875,0,0,0,32000,0,32000,178.88543701171875,0,0,0,0,,0,1,1,0,0,1,1,0,0,38,1444,1,0,1,1,1,0,2,0,39,39,41.4865608215332,38,1444,0,0,0,0,0,0,0,0,12,36,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 -"9543o","020316",2,1,,,2,,1,49,,2,2,2,1,1,1,2,1,2,2,2,1,1,49,1,1,1,,2,37,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,17,2,1,,1,,,11,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,17,2,4,,,,,2,8,,,,,2,2,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,1,800,1,,2,,350,2,1,1,2,2,2,2,2,2,2,2,,,,,4,3,3,3,3,3,1,1,3,4,1,1,3,2,,1,,,12,3,,1,2,2,0,3,4,4,2,2,2,1,4,0,,,,2,0,2,2,2,2,,,2200,,1,0,1,1,2,2,,,,,1,2,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,8,2,3,,,12,,7,2,2,2,1,1,2,,,2,,,4,,,,18000,,18000,1,,,98,80000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,2,1,1,,,,12,36,,,,,,,,,,,,,,,,,,,4,,,,60000,,60000,1,,,,,,,,,,,2,,2,,30000,,,,,,,,,1,4500,0,,,,,,,1,8,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,7,53,1,,,,1,,1,,,1,"kp","020316",4,2,2,4,2,2,60000,0,0,0,0,0,0,0,0,0,0,0,0,60000,.6563703417778015,901.5728759765625,1,1,0,3,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,49,37,43,3,0,0,1,0,0,1,0,0,1,4,2274.833984375,1137.4169921875,1137.4169921875,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,1,4,4,30000,1,1,1,1,,80000,,1,4500,0,4500,1,1,1,0,1,1,17650,26475,0,70600,0,1,37000,231,1,,,1,,7,1.75,1,1,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,0,0,0,0,1,0,1,1,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,26291,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,60000,60000,244.948974609375,60000,0,60000,244.948974609375,0,0,0,0,1,0,0,0,0,0,1,0,0,1,49,2401,0,1,0,1,1,0,1,0,37,37,41.4865608215332,37,1369,0,0,0,0,0,0,0,0,12,36,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020308",2,1,,,1,1,,25,,2,2,2,3,2,2,8,3,2,2,8,2,5,99,2,1,5,,2,99,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,99,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,99,2,99,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,9,,,,,,,,,,,,,2,,,,,,,,,1,,2,,8,2,9,2,2,,,,,,,2,,,,,,,,,,,,,,,,1,5,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,3,,4,1,2,2,1,9,2,,,2,,,8,,,,,,,,,1,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,1,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,8,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,9,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,9,2,2,2,1," <1:Yes (Specify)>:MY CHURCH",1,1,2,2,,,,,,,,,,,,,,,2,1,1,1,2,,,,,,,,,,,,2,2,2,1,1,2,3,,6,99,97," <5:OTHER (SPECIFY)>:HAITI",1,,,,,,99,1,"JR","020319",3,2,1,2,1,1,0,0,0,0,367.8097839355469,0,0,0,0,0,0,0,0,367.8097839355469,1.1801750659942627,1621.05712890625,0,1,0,,,2,,,,,,,,,,4,0,0,0,1,41.3242301940918,,41.3242301940918,3,0,0,1,0,0,0,1,0,1,2,3209.078125,3209.078125,1604.5390625,1,1,0,0,0,1,,,,,,,1,2,1,0,0,1,,,,,,,,,,,,,,,4,,,,,1,,,,0,0,0,0,0,0,1,0,,0,11610,17415,1,46440,0,0,42400,366,0,1,1,1,1,4,1.3333333730697632,1,1,0,1,1,,0,0,,1,1,,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,26299,42,,,,42,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,0,0,1,1,0,0,41.28620147705078,1707.6920166015625,0,,1,0,1,0,0,0,0,,41.4865608215332,42.23152160644531,1783.50146484375,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020315",2,2,,,1,1,,28,,2,3,3,2,4,3,4,3,2,2,1,1,1,28,2,1,1,,1,29,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,2,4,,,,,2,4,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,5,,,,2,1,19,1,,2,,200,1,2,3,1,,,,,,,2,3,3,2,3,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,1,1,3,,,,,,,,,,,,,,,1,,,,2,,,,,,,,1,,,,1,1,2,,,,2,1,2,,4,,,,500,,500,1,,2,,,2,2,1,,2,1,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,850,,12,10200,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,9,44,12,48,4,,,,37000,,37000,1,,,,,,,,,,,4,,,,29000,,29000,1,,,,,,,,,,,1,1,1,2,6000,,,,,,,,,1,12000,14000,,,,,,,2,,1,1,3000,,,,,,,2,1,1,2,2,2,1,2,,2,2,1,1,2,,,,,,,1,1600,2,,,,,2000,2,,,,,,,,,,,,,,,,,,,,,,,2000,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,3,1,3,2,2,1,1,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,1,2,2,1," <1:Yes (Specify)>:church",1,2,2,2,,,,,,,,,,,,,,,2,1,1,1,2,,,,,,,,,,,,2,2,8,2,1,2,2,,3,74,1,,,,1,,1,,,1,"em","020325",3,2,1,3,2,1,37000,29000.001953125,0,200,1600,0,0,2000,0,0,0,0,0,69800,.697822093963623,958.5099487304688,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,28,29,28.5,2,0,1,0,0,0,1,0,0,1,4,1628.4063720703125,814.2031860351562,814.2031860351562,1,1,0,0,0,1,2,1,0,1,0,0,0,3,0,1,0,1,,,,,,,,,,,,2,,,4,6000,1,0,0,0,0,0,0,1,12000,14000,-2000,0,1,1,0,1,1,14630,21945,0,58520,1,1,46438.2578125,66,1,,,1,,4,1.3333333730697632,1,0,0,1,1,1,1,1,,1,0,0,1,2,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,26309,,,,,1,0,0,0,1600,1600,40,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,2,37000,37000,192.3538360595703,29000,29000,170.2938690185547,37000,29000,37000,192.3538360595703,29000,170.2938690185547,1,1,1,0,0,0,0,0,1,0,0,0,28,784,1,1,1,1,0,0,2,0,29,29,41.4865608215332,28,784,0,0,1,0,0,0,0,0,9,44,0,1,0,0,1,29,841,1,0,0,1,1,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020313",2,2,,,1,1,,36,,1,1,2,2,2,2,3,1,2,2,2,1,1,36,1,1,1,,2,31,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,7,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,7,1,2,,1,,,1,4,,,,,2,1,2,,,,,,,,,,,,,1,4,,,,,,1,3,,,,,,1,,1,,,,2,1,8,1,,1,300,200,8,2,2,1,,,,,,,2,,,,,1,2,2,3,2,3,1,1,1,1,1,1,2,1,,1,,,2,1,,2,1,1,0,5,4,4,2,2,2,3,4,1,7,," <3:Something Else? (SPECIFY)>:was going to provate scvhool at first",1,1,,,,,,,,,1,0,1,1,2,2,,,,,1,2,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,1,4,2,1,2,3,,,5,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,550,,12,6600,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,10,35,11,50,4,,,,25000,,25000,1,,,,,,,,,,,4,,,,25000,,25000,1,,,,,,,,,,,1,1,1,1,50000,,,,,,,,,1,3000,0,,,,,,,1,8,,1,40000,,,,,,,1,2,2,2,2,2,1,2,1,2,2,2,1,2,4000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2000,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,8,2,1,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,3,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,2,,5,66,1,,,,11," <5:OTHER (SPECIFY)>:trinidad",11," <5:OTHER (SPECIFY)>:trinidad",,1,"nr","020313",3,2,1,3,2,1,24999.998046875,24999.998046875,0,2000,0,0,0,0,0,3999.999755859375,0,0,0,55999.99609375,.697822093963623,958.5099487304688,1,1,0,2,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,36,31,33.5,2,0,1,0,0,0,1,0,0,1,4,2367.183349609375,1183.5916748046875,1183.5916748046875,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,2,2,1,2,1,1.6666666269302368,1,0,0,0,,4,4,4,50000,1,1,1,0,0,0,0,1,3000,0,3000,1,1,1,0,0,0,14630,21945,0,58520,0,1,46438.2578125,59,1,,,1,,4,1.3333333730697632,1,1,1,1,1,1,1,1,0,1,1,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,1,0,1,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,26321,,,11,11,1,4000,4000,63.24555206298828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,2,25000,25000,158.11387634277344,25000,25000,158.11387634277344,25000,25000,25000,158.11387634277344,25000,158.11387634277344,0,0,1,0,0,0,0,0,1,0,0,1,36,1296,1,1,1,1,0,0,1,1,31,31,41.4865608215332,36,1296,0,0,0,1,0,0,1,0,10,35,0,1,0,0,0,31,961,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020324",2,4,,,2,,1,12,,1,3,1,2,1,2,1,1,2,2,3,1,1,38,2,1,1,,1,38,1,3,,1,65,1,3,,2,59,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,11,2,1,,1,,,8,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,8,1,7,,,,2,2,9,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,100,1,,2,,150,2,1,1,2,,,,,,,1,,,,,1,3,1,3,3,2,1,2,4,4,1,1,1,1,,1,,,2,1,,1,1,1,0,98,4,4,2,2,2,1,3,2,5,," <3:Something Else? (SPECIFY)>:HE GETS BETTER THERAPY AT THE SCHOOL HE'S GOING NOW",2,2,,,,,,,,,2,0,2,1,2,2,,,,,2,,,98,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,2," WE GIVE THE PARENT IN LAW GIFTS AND ALSO BECAUSE WE USE OOUR FAMILY TO BABYSIT",,,,,,,,,,,,,,2,,,8,2,2,,,12,,4,1,2,2,1,1,1,1,,2,,,8,,,,,,,,,1,100000,98,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,17000,,17000,1,,,,,,,,,,,4,,,,20000,,20000,1,,,,,,,,,,,1,1,1,2,8,1,8,,,,,,,1,10000,8,1,1,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,3,2,2,,,,,,,,,,,,2,2,2,2,2,2,3,,98,99,99,,99,,,,,,99,1,"RR2","020324",6,4,2,4,2,2,20000,17000,0,0,0,0,0,0,0,0,0,0,0,37000,.7717018127441406,1059.9891357421875,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,4,0,0,0,1,38,38,38,3,0,0,1,0,0,1,0,0,1,4,2572.000244140625,1286.0001220703125,643.0000610351562,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,0,1,1,3,1,1,2,1.6666666269302368,1,0,0,0,,4,4,4,,,,,1,100000,,,1,10000,250,9750,1,1,1,1,1,1,17650,26475,0,70600,0,1,37000,155,1,,,1,,4,.6666666865348816,0,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,,0,0,0,2,0,2,2,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,26377,,,,,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,17000,17000,130.38404846191406,20000,20000,141.42135620117188,20000,17000,20000,141.42135620117188,17000,130.38404846191406,0,0,,0,,0,0,1,1,1,1,0,38,1444,1,1,0,1,1,1,2,1,38,38,41.4865608215332,38,1444,0,0,0,1,1,1,2,0,12,40,1,1,1,1,0,38,1444,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020309",2,4,,,1,1,,22,,1,3,1,1,8,1,2,1,2,2,3,1,1,40,1,1,1,,2,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,5,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,5,1,7,,,,5,2,9,,,,,2,1,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:v.a.",1,3,,,,,,1,,3,,,,2,1,5000,2,,,,,,,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,2,2,1,,,,0,1,,1,2,1,0,0,4,4,2,2,2,1,4,,,,,1,1,,,,,,,,,1,1,1,1,2,1,2,,,,2,,,,,,,,,,,,1,,,,2,,,,,,,,1,,,,1,2,,,,,2,2,,,1,100,,,,3,1200,1,,2,,,1,2,3,,,8,,6,1,2,2,1,1,2,,,2,,,4,,,,10000,,10000,1,,,450000,55000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,55,12,60,4,,,,62000,,62000,1,,,,,,,,,,,4,,,,62000,,62000,1,,,,,,,,,,,2,,2,,7,2,,1,,1,,1,,1,31000,0,,,,,,,1,1,,1,300,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,3,,7,60,7," <5:OTHER (SPECIFY)>:guyana",1,,,,,,1981,1,"ap","020309",3,2,1,3,2,1,61999.99609375,61999.99609375,0,0,0,0,0,0,0,0,0,0,0,123999.9921875,.7717018127441406,1059.9891357421875,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,4,0,0,0,1,40,40,40,3,0,0,1,0,0,1,0,0,1,4,3144.94677734375,1572.473388671875,1572.473388671875,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,,,1,0,0,0,0,4,,,4,175000,1,1,1,1,450000,55000,395000,1,31000,0,31000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,270,1,,,1,,6,2,1,1,1,1,1,1,1,1,1,1,,1,1,2,0,0,0,1,0,0,1,0,1,1,1,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,26408,7,,,,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,62000,62000,248.99798583984375,62000,62000,248.99798583984375,62000,62000,62000,248.99798583984375,62000,248.99798583984375,1,1,,0,1,1,0,0,1,1,0,1,40,1600,1,1,1,1,1,0,1,1,40,40,41.4865608215332,40,1600,0,0,0,1,1,0,1,1,12,55,0,1,1,1,0,40,1600,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020313",2,2,,,4,,1,30,,2,3,2,3,2,3,2,3,2,2,1,1,1,39,1,1,1,,2,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,15,1,1,,1,,,13,1,1,,1,,,11,2,1,,1,,,6,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,15,1,1,2,,,,2,4,,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,2,,,,,,,,,,1,1,1200,2000,2,2,2,2,2,2,2,2,1,2,2,,,,,3,2,3,3,3,3,1,2,2,2,2,1,1,2,,1,,,7,3,,1,1,1,2,15,4,4,1,2,2,1,3,0,,,,4,2,2,2,2,2,,,20000,,2,0,2,1,2,2,,,,,1,2,,2,,,,,,,2,,2,2,,,,,,,,,,,,,,,,,,2,2," 2 tuition for boys",,,,,,,,,,,,,,2,,,1,2,3,,,4,,5,2,2,2,1,1,2,,,2,,,3,,,2000,,12,24000,1,,,250000,190000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,84,,,4,,,,60000,,60000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,1,0,,,,,,,,,1,1000,0,,,,,,,1,2,,1,300000,,,,,,,2,2,2,2,1,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,12000,2,,,,,,,,,,,10000,2000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,1,2,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,2,2,1,1,97,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:cry when hearing about it",1,2,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,1,,3,62,97," <5:OTHER (SPECIFY)>:GREECE",1,,,,,,1969,1,"CD","020313",6,2,4,6,2,4,60000,0,0,2000,0,0,0,0,12000,0,0,0,0,74000,1.4416096210479736,1980.15673828125,1,1,0,2,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,39,36,37.5,3,0,0,1,0,0,1,0,0,1,4,6280.732421875,3140.3662109375,3140.3662109375,1,1,0,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,0,2,1,1,1,1,1.3333333730697632,0,0,0,0,,2,3,4,0,0,0,0,1,250000,190000,60000,1,1000,0,1000,1,1,1,1,0,1,23690,35535,0,94760,0,1,26400,21,1,,,1,,5,.8333333134651184,0,1,0,1,0,0,0,0,1,1,1,1,1,2,0,0,0,1,0,0,0,2,1,2,2,1,0,1,0,1,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,26433,38,,,,38,0,0,0,0,0,0,0,0,0,0,0,0,12000,12000,109.54450988769531,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,1,60000,60000,244.948974609375,0,0,0,60000,0,60000,244.948974609375,0,0,0,0,,0,1,1,0,0,0,0,0,1,39,1521,1,0,1,0,0,0,1,1,36,36,41.4865608215332,39,1521,0,1,0,0,0,0,4,0,12,84,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.4038054943084717,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020317",2,5,,,2,,1,36,,1,3,2,2,3,2,2,2,2,2,2,3,5,36,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,13,2,1,,,,,8,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,8,1,11,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,1,,2,,,,2,1,9,2,,,,,9,2,2,2,,,,,,,2,,,,,1,3,3,2,3,3,1,1,2,2,1,1,2,3,,1,,,3,1,,2,1,1,0,6,4,4,2,2,2,2,4,0,,,,2,2,,,,,,,,,1,0,1,1,2,2,,,,,1,2,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,3,,,36,,5,1,2,2,1,2,,,,,,,,,,,,,,,,,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,37,,,9,,,,,,,,,1,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,8,,1,1,9,8,,,,,,,,1,8,0,,,,,,,1,2,,1,8,2,,2,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,3,2,2,3,2,2,2,,1,65,1,,,,1,,1,,,1,"kp","020317",3,1,2,3,1,2,65000,0,1020.1779174804688,0,0,0,0,0,0,0,0,0,0,66020.1796875,.6836602687835693,939.0576171875,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,36,,36,3,0,0,1,0,0,0,1,0,1,2,1133.847412109375,1133.847412109375,1133.847412109375,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,1,2,1,1,1.3333333730697632,0,0,0,0,,4,4,4,,,,,1,,0,,1,,0,,1,1,1,1,,1,14630,21945,0,58520,1,1,46438.2578125,166,1,,,1,,5,1.6666666269302368,1,1,1,1,1,,1,1,1,1,0,1,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,1,1,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,26438,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,65000,65000,254.9509735107422,0,0,0,65000,0,65000,254.9509735107422,0,0,0,0,1,0,0,0,0,0,1,1,1,0,36,1296,1,,1,1,1,1,0,0,0,,41.4865608215332,36,1296,0,1,0,0,0,0,0,0,12,37,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020308",2,4,,,1,1,,35,,1,3,1,2,1,1,1,1,2,9,2,1,1,99,2,1,1,,1,41,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,10,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,10,1,4,,,,,2,98,,,,,2,3,8,,,,,,,,,,,,,1,9,,,,,,2,,,,,,,1,,10,,,,,,,1,,1,100,50,2,2,2,2,,,,,,,2,,,,,1,2,2,3,2,2,1,2,2,3,1,1,4,1,,1,,,4,1,,1,2,1,0,10,4,4,1,1,2,1,4,0,,,,1,1,,,,,,,,,1,0,1,1,2,2,,,,,1,2,,,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,2,,,2,2,,,1,5,,,,3,60,8,,2,,,9,2,1,,2,6,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,851,,12,10212,1,,8,,,,,,,,,,,,,,,1,1,2,,2,1,,1,1,,12,98,12,39,9,,,,,,,,,8,,,,,,,,,9,,,,,,,,,9,,,,,,,,,2,,2,,0,,,,,,,,,1,8,0,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,1,2,,2,1,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,,,,,,,,,,,4,9,,,99,,,,,,2,,9,,1,2,,2,,2,2,1,2,2,,,,2,1,,,,5,,,,3,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,1,8,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:DEPRESSION",1,1,9,,,,1,1,1,1,2,,,,,,,,,,,,1,1,1,1,2,2,1,,3,99,1,,,,1,,1,,,1,"RR2","020308",3,2,1,3,2,1,37769.52734375,15305.45703125,0,1220.0435791015625,0,307.10540771484375,0,0,0,0,0,0,0,54295.02734375,1.4416096210479736,1980.15673828125,1,1,1,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,41.3242301940918,41,41.16211700439453,3,0,0,1,0,0,1,0,0,1,4,2469.0537109375,1234.52685546875,1234.52685546875,1,2,1,0,0,,2,1,0,1,0,0,1,2,1,0,0,1,0,2,2,1,2,2,1.6666666269302368,1,0,1,0,,4,4,4,0,0,0,0,0,0,0,0,1,,0,,0,1,1,,1,1,14630,21945,0,58520,0,1,46438.2578125,125,1,,,1,,4,1.3333333730697632,1,1,1,,1,0,1,0,1,1,1,1,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,26572,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,-5,169.98902893066406,13.037983894348145,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,,0,0,0,0,0,1,0,0,0,41.28620147705078,1707.6920166015625,1,1,1,1,0,0,2,0,41,41,41.4865608215332,42.23152160644531,1783.50146484375,0,0,0,0,0,0,0,0,12,42.29999923706055,0,1,1,1,1,41,1681,1,1,1,1,.1519336998462677,.1519336998462677,1,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020401",2,4,,,1,1,,32,,3,2,4,3,3,3,3,3,2,2,1,1,1,50,2,1,1,,1,52,1,5,,2,27,1,5,,1,22,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,5,,5,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,1,7,,,,5,2,7,,,,5,2,4,1,2,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,4,,,,1,2,,1,,2,,100,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,8,,6,9,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,4,,,,4800,,4800,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,46,,,,,,,,,,,,,,,,,,,4,,,,60000,,60000,1,,,,,,,,,,,1,1,8,,8,1,8,,,,,,,1,4000,0,,,,,,,2,,1,1,4000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,115000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,1,2,2,1," <1:Yes (Specify)>:ALLEN A.M.E. CHURCH",1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,1,52,1,,,,1,,1,,,1,"CD","020401",12,4,8,3,2,1,60000,0,0,0,0,0,0,0,0,0,0,0,0,60000,1.8564956188201904,2550.033203125,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,50,52,51,4,0,0,0,1,0,1,0,0,1,4,4678.580078125,2339.2900390625,1169.64501953125,0,3,0,1,0,0,3,1,0,0,1,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,,,,,0,0,0,0,1,4000,0,4000,0,1,1,0,1,1,14630,21945,0,58520,1,1,46438.2578125,183,1,,,,,6,.5,0,0,0,1,1,1,1,1,,0,0,0,1,3,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,26636,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,60000,60000,244.948974609375,60000,0,60000,244.948974609375,0,0,1,1,1,0,0,0,0,0,1,1,0,0,50,2500,0,1,0,1,1,0,2,1,52,52,41.4865608215332,52,2704,0,0,0,1,1,0,1,1,12,46,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020320",2,2,,,2,,1,35,,2,1,2,1,1,2,2,2,2,2,2,1,1,35,2,1,1,,1,34,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,13,2,1,,1,,,1,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,99,9,3,,,,,2,3,,,,,2,2,2,,,,,,,,,,,,,1,4,,,,,,2,,,,,,,1,,4,,,,,,,2,,,,,2,2,2,2,,,,,,,2,,,,,,,,,,,,,,,,2,1,3,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,1,40,,,,7,1120,1,,2,,,1,2,1,,2,5,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,225,,12,2700,1,,2,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,7,20,12,35,4,,,,7000,,7000,1,,,,,,,,,,,4,,,,16000,,16000,1,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,8,,1,1,3000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,2,,2,,,,,,,,,,,,,,,,,,1,2,7,,,,,,,,2,1,2,2,2,2,2,2,,8,2,1,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,1,1,1,2,2,2,,6,66,1,,,,1,,1,,,1,"SF","020320",4,2,2,4,2,2,15999.9990234375,6999.99951171875,0,0,0,0,0,0,0,0,0,0,0,22999.998046875,.697822093963623,958.5099487304688,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,35,34,34.5,2,0,1,0,0,0,1,0,0,1,4,1628.4063720703125,814.2031860351562,814.2031860351562,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,,,,,,,,,,,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,17650,26475,1,70600,0,0,37000,55,0,1,1,1,1,4,1,1,1,1,1,1,0,1,0,,1,1,1,1,2,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,26641,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,7000,7000,83.66600036621094,16000,16000,126.49110412597656,16000,7000,16000,126.49110412597656,7000,83.66600036621094,1,1,1,0,0,0,0,0,1,0,0,0,35,1225,1,1,0,1,0,0,2,1,34,34,41.4865608215332,34,1156,0,0,0,1,0,0,2,1,12,35,1,1,0,0,0,35,1225,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020313",2,1,,,2,,1,48,,1,3,1,1,1,1,2,1,2,2,2,1,1,48,2,1,1,,1,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,17,2,1,,1,,,0,2,5,,5,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,2,11,,,,,2,7,,,,5,2,2,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,3,,,,2,1,56,1,,2,,90,1,1,1,1,2,2,2,2,1,1,2,,,,,1,3,3,2,3,3,1,2,2,1,1,1,3,3,,1,,,10,1,,2,2,1,0,1,4,4,2,2,1,2,4,0,,,,1,1,,,,,,,,,1,1,0,1,1,2,2,,,,,,,,,,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,,,,2,2,,,1,125,,,,5,2500,1,,2,,,1,2,1,,1,8,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,587,,12,7044,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,4,96,12,48,1,800,,,,4,12800,1,,,,,,,,,,,4,,,,50000,,50000,1,,,,,,,,,,,1,1,1,1,9,9,,,,,,,,1,14000,0,,,,,,,1,8,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,1,1,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,12000,12000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,1,2,2,1,2,,,,,,,,,,,,1,2,1,1,1,1,4,,99,53,1,,,,3,,3,,,1,"CD","020313",4,2,2,3,2,1,50000,12800,4272.3037109375,12000,0,0,0,0,0,0,0,0,0,79072.3046875,.6019256114959717,826.7890625,1,1,0,3,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,48,50,49,4,0,0,0,1,0,1,0,0,1,4,1637.4876708984375,818.7438354492188,818.7438354492188,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,2,1,1,1.3333333730697632,0,0,0,1,,4,4,4,,,,,0,0,0,0,1,14000,0,14000,1,1,1,0,1,1,14630,21945,0,58520,1,1,46438.2578125,162,1,,,1,,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,26649,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,12000,12000,109.54450988769531,0,0,0,0,0,0,0,0,0,2,12800,12800,113.1370849609375,50000,50000,223.60679626464844,50000,12800,50000,223.60679626464844,12800,113.1370849609375,0,0,,1,0,0,0,0,1,1,1,0,48,2304,1,1,0,1,1,0,2,1,50,50,41.4865608215332,50,2500,0,1,0,1,1,0,1,0,12,48,1,1,1,1,0,48,2304,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020316",2,5,,,1,1,,53,,2,2,2,2,3,4,3,3,2,2,2,1,1,53,2,1,1,,1,47,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,1,2,,2,,,2,2,,2,,,2,4,2,,,,,,,,,,,,,1,4,,,,,,1,4,,,,,,1,,4,,,,2,,,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,3,2,3,3,3,1,2,2,2,3,2,1,2,2,,1,,,10,1,,2,1,1,0,0,3,4,1,1,2,1,2,1,2,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,4,,5,3,2,2,1,1,2,,,2,,,3,,,840,,12,10080,1,,,98,60000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,1,3000,0,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,2,,1,48,1,,,,1,,1,,,1,"el","020316",3,2,1,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.697822093963623,958.5099487304688,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,53,47,50,4,0,0,0,1,0,1,0,0,1,4,1812.5045166015625,906.2522583007812,906.2522583007812,0,3,0,1,0,1,2,1,0,1,0,0,1,1,0,0,0,1,0,2,1,1,1,3,1.3333333730697632,0,0,1,0,,2,3,4,0,0,0,0,1,,60000,,1,3000,0,3000,0,1,0,0,0,0,14630,21945,1,58520,0,0,46438.2578125,175,0,1,1,0,1,5,1.6666666269302368,1,1,0,1,1,1,1,1,1,1,0,0,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,,,,,,,,0,0,0,1,26671,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,53,2809,0,0,1,1,0,0,2,0,47,47,41.4865608215332,53,2809,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020405",2,1,,,4,,1,30,,4,2,4,3,4,4,4,4,2,2,1,5,5,33,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,17,2,1,,,,,17,2,1,,,,,15,2,1,,,,,10,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,17,2,7,,,,1,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,6,,,,2,2,,1,,2,,100,2,2,1,2,1,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,1,1,1,1,1,1,0,,1,,,11,1,,2,1,1,0,0,4,4,2,2,2,1,4,0,,,,4,4,,,,,,,,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,2," i offered payment, but none was required",,,,,,,,,,,,,,2,,,1,2,1,,1,7,,4,4,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,992,,12,11904,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,18000,,18000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,1,1,1,2,,,,,,,,,,,,2,2,1,1,2,2,2,,2,68,1,,,,1,,1,,,1,"AGH","020405",5,1,4,5,1,4,18000,0,0,0,0,0,0,0,0,0,0,0,0,18000,.8307514786720276,1141.09814453125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,33,,33,2,0,1,0,0,0,0,1,0,1,2,1278.1285400390625,1278.1285400390625,1278.1285400390625,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,1,20670,31005,1,82680,0,0,36847.08984375,61,0,1,1,0,0,4,.800000011920929,0,0,0,1,1,,1,1,1,0,0,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,26676,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,18000,18000,134.16407775878906,0,0,0,18000,0,18000,134.16407775878906,0,0,0,0,1,0,0,0,0,0,1,1,0,0,33,1089,1,,1,1,1,0,0,0,0,,41.4865608215332,33,1089,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.4038054943084717,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020314",2,2,,,2,,1,23,,1,1,2,1,2,2,2,1,2,1,2,3,5,37,2,1,3,,2,74,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,12,2,1,,,,,3,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,12,2,1,2,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,2,,2,,,,,2,1,1,2,2,2,2,2,1,2,2,,,,,2,3,3,3,3,2,8,2,2,2,2,1,2,1,,1,,,7,1,,2,1,1,0,9,4,4,2,2,1,1,4,0,,,,1,1,,,,,,,,,2,1,1,1,2,2,1,3,,,2,,,2,,,,,,,,,1,,,,1,7," <7:SOMEONE OR SOMEWHERE ELSE ? (SPECIFY)>:agency that provided the early intervention program to the 3-yr-old",,,,,,,,,,,,2,,,,2,2,,,1,60,,,,12,2880,1,,2,,,1,2,1,,2,23,,6,1,2,1,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,250,,12,3000,1,,1,,,,,,,,,,,,,,,1,2,2,,1,1,,,,,11,45,,,1,340,,,,12,16320,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,8,1,2,,,,,,,2,,,,,,,,,1,2,,1,3000,,,,,,,2,2,2,2,2,2,1,2,,2,2,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,1500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,5000,1,2,,1,2,2,2,1,2,2,,,,,,,,,,,,,,,,,,1,1,,,,,2,,,,2,2,3,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,1,64,7," <5:OTHER (SPECIFY)>:guyana",1,,,,,,1983,1,"agh","020314",4,2,2,3,1,2,16320,0,0,1499.9998779296875,0,0,0,0,0,0,0,0,0,17820,1.567107081413269,2152.53662109375,0,1,1,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,37,,37,3,0,0,1,0,0,0,1,0,1,2,3521.5458984375,3521.5458984375,1760.77294921875,1,2,1,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,1,1,1,1,2,1,0,0,0,1,,3,3,4,1250,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,14630,21945,1,58520,0,0,46438.2578125,254,0,1,0,1,0,6,1.5,1,1,1,0,1,,1,1,1,1,1,1,1,2,0,0,0,1,0,0,1,1,1,1,2,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,26688,7,,,,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,1500,38.72983169555664,0,0,0,0,0,0,0,0,0,1,16320,16320,127.749755859375,0,0,0,16320,0,16320,127.749755859375,0,0,1,1,1,0,1,1,0,0,0,0,0,0,37,1369,1,,1,0,0,0,0,0,0,,41.4865608215332,37,1369,0,0,0,0,0,0,0,0,11,45,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020318",2,1,,,2,,1,43,,2,1,3,3,3,2,3,2,2,2,2,3,5,43,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,9,1,1,,,,,6,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,9,1,2,,3,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,200,1,,2,,4000,2,1,2,2,,,,,,,2,,,,,3,3,3,3,3,3,1,2,3,3,1,3,1,2,,1,,,4,1,,1,2,1,0,8,4,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,2,0,2,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,0,6,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,9600,,9600,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,50,,,4,,,,60000,,60000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,40000,,,,,,,,,1,10000,10000,,,,,,,2,,1,1,50000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,10000,2,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,1,2,2,2,1,,1,58,1,,,,1,,1,,,1,"TY","020318",3,1,2,3,1,2,60000,0,0,0,0,0,0,0,0,0,0,0,0,60000,1.2932296991348267,1776.3460693359375,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,43,,43,3,0,0,1,0,0,0,1,0,1,2,5401.71923828125,5401.71923828125,5401.71923828125,1,2,1,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,2,4,2,40000,1,1,1,0,0,0,0,1,10000,10000,0,0,1,1,1,,1,14630,21945,0,58520,1,1,46438.2578125,267,1,,,1,,5,1.6666666269302368,1,0,1,1,1,,1,1,1,1,0,0,1,2,0,0,0,0,0,0,0,2,1,2,2,,0,0,0,0,,0,1,1,,0,1,1,,,,,,,,0,1,0,0,26724,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,60000,60000,244.948974609375,0,0,0,60000,0,60000,244.948974609375,0,0,0,0,,0,0,0,0,0,0,0,0,1,43,1849,1,,1,0,0,0,0,1,0,,41.4865608215332,43,1849,0,0,0,0,0,0,2,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020315",2,2,,,2,,1,13,,1,1,1,1,2,3,2,1,2,2,3,1,1,41,1,1,1,,2,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,5,2,1,,1,,,4,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,5,2,7,,,,8,2,7,,,,2,1,2,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,2,,,,,,,,,,1,2,,1500,2,1,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,2,2,2,,7," <7:OTHER: specify (SPECIFY)>:day care",,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,2,2,1,1,2,2,1,1,2,,2,,,9,,,,,,2,,,1,,,,2,,,,,,,,,,,,,,2,,,,2,2,,,1,250,,,,12,12000,1,,2,,,2,2,3,,,0,6,6,1,2,2,1,1,2,,,2,,,9,,,,,,,,,,200000,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,98,5,8,,,,,,,,,1,2,2,2,,,,,,8,,,,,,,,,8,,,,,,,,,1,1,1,1,8,2,,2,3,,,,,1,6500,0,,,,,,,1,1,,1,1000,,,,,,,1,2,2,2,1,2,1,2,1,2,2,2,1,2,3500,2,,,,,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,40000,5000,,,,,,,1,3,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,1,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,2,,6,60,97," <5:OTHER (SPECIFY)>:greneda",1,,,,,,1989,1,"rm","020315",4,2,2,4,2,2,45000,25009.611328125,0,5000,0,0,0,0,3754.715576171875,3500,0,0,0,82264.328125,.5401546955108643,741.942138671875,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,41,30,35.5,3,0,0,1,0,0,1,0,0,1,4,1612.0369873046875,806.0184936523438,806.0184936523438,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,,1,1,1,,,1,0,,,,4,,,4,25000,1,1,1,1,200000,,,1,6500,0,6500,1,1,1,1,0,1,17650,26475,0,70600,1,1,37000,179,1,,,1,,6,1.5,1,1,1,1,0,0,0,0,,1,1,1,1,2,0,0,0,1,0,0,2,0,2,1,2,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,26726,39,,,,39,3500,3500,59.160797119140625,0,0,0,0,0,0,0,0,0,-5,907.7564086914062,30.128995895385742,0,0,0,5000,5000,70.71067810058594,0,0,0,0,0,0,0,0,0,2,45000,45000,212.1320343017578,-5,19612.009765625,140.0428924560547,45000,-5,45000,212.1320343017578,9043.8486328125,95.09915161132812,2,1,1,0,1,1,0,0,1,1,0,1,41,1681,1,1,1,1,1,0,1,1,30,30,41.4865608215332,41,1681,0,1,0,1,1,0,2,1,12,40,0,1,1,1,0,30,900,0,0,0,0,0,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 -"9543o","020412",2,2,,,2,,1,4,,3,1,3,1,1,3,3,3,2,2,3,1,1,36,2,1,1,,1,46,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,6,2,1,,1,,,2,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,99,9,7,,,,2,2,7,,,,2,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,4,,,,,,,2,,,,,2,2,2,2,,,,,,,2,,,,,,,,,,,,,,,,2,5,2,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,2,1,1,2,2,1,2,,,,1,3,,,,,,97," self care",,,,,,,,,,,,,,,,2,2,,,,,,2,1,,,,,,,,,,,,,,,2,,,1,2,1,,1,4,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,8,1,,,,12,30,,,,,,,,,,,,,,,,,,,8,,,,,,,,,2,,,,,2,,2,,2,,2,,5000,,,,,,,,,1,1000,0,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,1,1,1,1,1,5,,,,,,2,2,,,,9,1,1,1,8,2,3,,6,66,97," <5:OTHER (SPECIFY)>:hong kong",1,,,,,,1997,4,"return|ret","020412",4,2,2,4,2,2,7500,0,0,0,0,0,0,0,0,0,0,0,0,7500,.7717018127441406,1059.9891357421875,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,4,0,0,0,1,36,46,41,3,0,0,1,0,0,1,0,0,1,4,2572.000244140625,1286.0001220703125,1286.0001220703125,1,2,1,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,,,,,,,,,,,,,,,3,5000,1,0,0,0,0,0,0,1,1000,0,1000,0,0,,0,0,0,17650,26475,1,70600,0,0,37000,82,0,1,0,0,1,4,1,1,0,0,1,0,0,1,0,,0,1,0,1,2,0,0,0,1,0,1,0,1,1,1,2,1,0,1,0,1,1,1,1,0,,0,,,,,,,,,,0,0,0,1,26731,44,,,,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,7500,7500,86.6025390625,7500,0,7500,86.6025390625,0,0,1,1,,0,1,1,0,0,1,1,1,0,36,1296,0,1,0,1,1,1,2,1,46,46,41.4865608215332,46,2116,0,0,0,1,1,1,2,1,12,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020428",2,2,,,1,1,,10,,3,3,3,3,3,2,8,1,2,2,2,1,1,37,1,1,1,,2,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,3,1,4,,,,,2,4,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,600,1,,2,,500,2,2,2,2,,,,,,,2,2,3,2,3,,,,,,,,,,,,1,1,3,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,3,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,12000,,12000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,37000,,37000,1,,,,,,,,,,,4,,,,35000,,35000,1,,,,,,,,,,,1,1,1,1,30000,,,,,,,,,1,2000,0,,,,,,,2,,1,1,30000,,,,,,,1,2,2,2,2,2,2,2,,2,2,2,2,2,1200,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,1,65,1,,,,1,,1,,,1,"gs","020428",3,2,1,3,2,1,37000,35000,0,0,0,0,0,0,0,1200.0001220703125,0,0,0,73200,.697822093963623,958.5099487304688,1,1,0,2,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,37,35,36,3,0,0,1,0,0,1,0,0,1,4,2274.833984375,1137.4169921875,1137.4169921875,1,2,1,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,,1,2,1,,,1.3333333730697632,0,,,,3,,,4,30000,1,1,1,0,0,0,0,1,2000,0,2000,0,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,231,1,,,1,,5,1.6666666269302368,1,0,1,1,1,1,1,1,,0,0,,1,2,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,26734,,,,,1,1200,1200,34.64101791381836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,37000,37000,192.3538360595703,35000,35000,187.08287048339844,37000,35000,37000,192.3538360595703,35000,187.08287048339844,1,1,1,0,0,0,0,0,1,0,0,1,37,1369,1,1,1,1,0,0,1,1,35,35,41.4865608215332,37,1369,0,0,0,1,0,0,1,1,12,40,0,1,0,0,0,35,1225,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020313",2,2,,,1,1,,12,,2,2,1,1,2,3,2,2,2,2,3,1,1,20,2,1,1,,1,26,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,1,2,,1,,,2,2,,2,,,2,1,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,4,,,,,,,1,,2,,800,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,4,1,3,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,3,,,5,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1000,,3,3000,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,49,,,,,,,,,,,,,,,,,,,8,,,,,,,,,1,2,2,1,,,,,,2,,2,,8,2,,2,2,,,,,1,30000,12000,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12000,1500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,1,1,2,2,1,,4,82,97," <5:OTHER (SPECIFY)>:ISRAEL",1,,,,,,1990,1,"GOLDY/FLEX","020313",3,2,1,3,2,1,35000,0,0,1499.9998779296875,0,0,0,0,0,0,0,0,0,36500,1.4416096210479736,1980.15673828125,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,20,26,23,1,1,0,0,0,0,1,0,0,1,4,2149.38525390625,1074.692626953125,1074.692626953125,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,1,15000,1,1,0,0,0,0,0,1,30000,12000,18000,1,1,1,0,1,1,14630,21945,0,58520,0,1,46438.2578125,37,0,1,1,1,1,5,1.6666666269302368,1,1,1,1,0,0,1,0,,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,26867,49,,,,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,1500,38.72983169555664,0,0,0,0,0,0,0,0,0,1,0,0,0,35000,35000,187.08287048339844,35000,0,35000,187.08287048339844,0,0,1,1,,0,1,1,0,0,1,0,0,0,20,400,0,1,0,1,0,0,2,1,26,26,41.4865608215332,26,676,0,0,0,1,0,0,1,1,12,49,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020308",2,4,,,1,2,,15,,3,1,1,3,1,1,1,1,2,2,3,1,1,38,1,1,1,,2,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,5,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,5,2,7,,,,1,2,7,,,,2,2,1,2,,,,,,,,,,,,,1,8,,,,,,1,8,,,,,,1,,9,,,,2,,,2,,,,,8,8,2,2,,,,,,,2,3,3,3,3,,,,,,,,,,,,1,1,4,1,,,,0,2,,1,2,2,4,3,3,3,2,2,2,1,4,,,,,1,0,0,,,,,,,,1,1,1,1,2,2,1,2,,,2,,,,,,,,,,,,2,8,,,,,,,,,,,,,,,,,1,,,,1,2,,,3,,,300,,6,1800,2,8,2,,,8,8,3,,,4,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1000,,1,1000,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,20,12,50,1,300,,,,6,7200,8,99,,,,,,,,,,1,300,,,,12,14400,8,99,,,,,,,,,,2,,2,,8,8,,,,,,,,1,2000,8,1,2,,,,,2,,2,2,,,,,,,,8,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,8,2,8,,2,2,2,2,,1,2,1,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,3,,7,63,97," <5:OTHER (SPECIFY)>:INDONESIA",1,,,,,,1980,1,"RR2","020716",3,2,1,3,2,1,35044.30859375,11048.375,0,0,0,0,0,0,0,0,0,0,0,46092.68359375,.7717018127441406,1059.9891357421875,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,4,0,0,0,1,38,36,37,3,0,0,1,0,0,1,0,0,1,4,3144.94677734375,1572.473388671875,1572.473388671875,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,1,,,1,0,0,0,0,2,,,4,,,,,0,0,0,0,1,2000,1250,750,0,0,1,0,1,1,14630,21945,0,58520,0,1,46438.2578125,141,0,1,1,1,1,3,1,1,1,1,1,1,1,1,1,1,0,1,1,1,2,0,0,0,1,0,0,1,0,1,1,1,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,26877,46,,,,46,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,1,1,,0,1,1,0,0,1,1,0,1,38,1444,1,1,1,1,1,0,1,1,36,36,41.4865608215332,38,1444,0,0,0,1,1,0,1,1,12,20,0,1,1,1,0,36,1296,0,0,0,0,0,.1519336998462677,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0 -"9543o","020317",2,1,,,2,,1,12,,2,3,3,2,3,3,3,2,2,2,2,1,1,54,1,1,1,,2,56,1,5,,1,21,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,16,1,1,,1,,,15,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,15,1,98,,,,,2,1,2,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,4,,,,,,,1,,2,,800,1,2,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,8,1,4,4,3,1,1,3,,1,,,12,1,,2,2,2,0,0,4,4,2,2,2,2,3,0,,,,2,2,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,4,3,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,40,,,1,400,,,,12,19200,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,1,2,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,99999,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,1," <1:Yes (Specify)>:member of church",2,1,2,2,,,,,,,,,,,,,,,2,1,1,1,2,,,,,,,,,,,,2,2,2,2,2,1,3,,3,48,11," <5:OTHER (SPECIFY)>:trinidad",11," <5:OTHER (SPECIFY)>:trinidad",,,,,1989,1,"gs","020317",5,3,2,4,2,2,19200.001953125,0,0,0,0,0,0,0,0,0,0,0,0,19200.001953125,.7111620903015137,976.8333740234375,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,54,56,55,4,0,0,0,1,0,1,0,0,1,4,3813.98779296875,1906.993896484375,1271.3292236328125,1,2,1,0,0,1,,,,,,,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,2,4,1250,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,17650,26475,1,70600,0,0,37000,50,0,1,1,0,0,4,.800000011920929,0,0,1,1,0,0,1,0,1,1,0,0,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,26881,11,11,,,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,19200,19200,138.56407165527344,0,0,0,19200,0,19200,138.56407165527344,0,0,0,0,,1,1,1,0,0,1,1,0,1,54,2916,1,0,1,0,1,0,1,1,56,56,41.4865608215332,54,2916,0,0,0,0,1,0,2,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020308",2,1,,,2,,1,30,,3,1,2,2,3,3,4,2,2,2,1,1,1,30,1,1,1,,2,26,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,8,1,1,,1,,,4,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,4,1,9,,,,,1,8,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,1440,1,,2,,200,1,2,1,2,,,,,,,2,2,1,3,3,,,,,,,,,,,,1,3,2,,,,,,,,,,,,,,,,,,,,,,,,1,0,1,2,2,2,,,2500,,2,1,1,2,2,1,2,,,,2,,,,,,,1,,,,,,,,,,,,,,,,,1,,,,2,,,,,,2,2,,,4,,,,600,,600,1,,2,,,1,2,3,,,1,,5,2,2,2,1,1,2,,,2,,,3,,,1000,,8,8000,1,,,99,0,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,2,1,1,,,,12,25,,,,,,,,,,,,,,,,,,,4,,,,50000,,50000,1,,,,,,,,,,,1,1,1,1,8,8,,,,,,,,1,2000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,2,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,1,,2,72,1,,,,1,,3,,,1,"ma","020712",4,2,2,4,2,2,50000,0,0,675.8228759765625,0,0,0,0,0,0,0,0,0,50675.82421875,.4256257116794586,584.628173828125,1,1,0,3,4,1,4,0,0,0,1,0,0,0,0,3,0,0,1,0,30,26,28,2,0,1,0,0,0,1,0,0,1,4,1296.182373046875,648.0911865234375,648.0911865234375,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,3,1,1,,,1.6666666269302368,1,,,,3,,,4,,,,,1,,0,,1,2000,0,2000,1,1,1,0,0,0,17650,26475,0,70600,0,1,37000,44,1,,,1,,5,1.25,1,1,1,1,1,1,1,1,,0,0,0,1,2,0,0,0,0,0,0,1,1,1,1,2,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,26900,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,0,0,0,50000,50000,223.60679626464844,50000,0,50000,223.60679626464844,0,0,1,1,,1,0,0,0,0,1,1,1,1,30,900,0,1,0,1,1,0,1,0,26,26,41.4865608215332,26,676,0,0,0,0,0,0,0,0,12,25,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020308",2,1,,,1,1,,27,,2,1,2,2,2,2,2,2,2,2,1,3,5,27,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,6,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,6,1,2,,2,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,3000,1,,2,,200,2,2,2,2,,,,,,,2,,,,,1,3,2,3,3,3,2,2,3,4,1,1,1,3,1,,,,1,1,,1,2,2,0,0,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,1,0,1,2,1,2,,,,,2,,,,,,,,,,,,,,,,,,,1,,,2,,,,,,,,,,,,2,2,,,1,60,,,,12,2880,1,,2,,,1,2,1,,2,2,,4,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,630,,12,7560,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,26000,,26000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,200,,,,,,,,,1,2000,0,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,1,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3700,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,1,3,2,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,1,1,2,2,,,,,,,,,,,,2,2,2,2,2,1,4," <7:ANOTHER GROUP (SPECIFY)>:american hispanic",2,75,1,,,,3,,3,,,1,"rm","020308",2,1,1,2,1,1,25999.998046875,0,0,0,0,0,0,0,0,0,3700,0,0,29699.998046875,.5999813675880432,824.1184692382812,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,27,,27,2,0,1,0,0,0,0,1,0,1,2,1061.9798583984375,1061.9798583984375,1061.9798583984375,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,0,,4,4,4,200,1,0,0,0,0,0,0,1,2000,0,2000,0,1,1,1,,1,11610,17415,0,46440,0,1,42400,93,0,1,0,1,0,4,2,1,1,1,1,1,,1,1,1,1,1,1,1,2,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,26911,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3700,3700,60.8276252746582,0,0,0,0,0,0,0,0,0,0,0,0,1,26000,26000,161.24514770507812,0,0,0,26000,0,26000,161.24514770507812,0,0,0,0,,1,0,0,0,0,1,0,0,0,27,729,1,,1,1,0,0,0,0,0,,41.4865608215332,27,729,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020308",2,1,,,2,,1,5,,3,3,4,3,3,4,3,3,1,2,1,5,2,21,2,1,2,,1,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,2,1,,1,,,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,1,2,8,,,,,1,8,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,1,1,8,1,,2,,0,2,2,1,2,,,,,,,2,3,3,3,3,,,,,,,,,,,,1,1,3,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,1,2,1,2,,,,,,,2,,,,1,,,,,2,2,,,,,,,,,,,1,,,,1,5,,,,,2,2,,,1,110,,,,4,1760,1,,1,5,2,1,2,1,,2,0,7,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,4900,,7,34300,1,,1,,,,,,,,,,,,,,,1,2,2,,2,1,,1,1,,3,35,12,45,4,,,,2000,,2000,1,,,,,,,,,,,4,,,,35000,,35000,1,,,,,,,,,,,2,,2,,5000,,,,,,,,,2,,,,,,,,,2,,1,1,8000,,,,,,,2,2,2,2,2,2,2,2,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,1,3,1,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,6,80,1,,,,97," <5:OTHER (SPECIFY)>:HATI",97," <5:OTHER (SPECIFY)>:HATI",,1,"TY","020308",4,2,2,4,2,2,35000,2000,0,0,0,0,0,0,0,0,0,0,0,37000,.6563703417778015,901.5728759765625,1,1,1,3,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,21,25,23,1,1,0,0,0,0,1,0,0,1,4,1479.557861328125,739.7789306640625,739.7789306640625,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,,,,,,,,,,,,2,,,4,5000,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,17650,26475,0,70600,0,1,37000,158,1,,,1,,3,.75,0,0,0,0,1,1,1,1,,0,0,0,1,1,1,0,0,0,0,2,0,0,0,0,2,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,26976,,,42,42,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2000,2000,44.72135925292969,35000,35000,187.08287048339844,35000,2000,35000,187.08287048339844,2000,44.72135925292969,2,1,1,0,0,0,0,0,1,1,0,0,21,441,1,1,0,1,1,0,2,1,25,25,41.4865608215332,25,625,0,0,0,1,1,0,2,1,12,45,1,1,1,1,0,21,441,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020312",2,4,,,2,,1,23,,2,3,1,2,1,1,1,2,2,2,3,1,1,55,1,1,1,,2,43,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,15,1,1,,1,,,9,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,9,2,11,,,,,2,4,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,9,1,9,2,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,4,4,1,1,1,0,,1,,,3,1,,2,1,1,0,98,4,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,1,,4,2,2,2,1,1,2,,,2,,,9,,,,,,,,,,450000,99,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,40,,,9,,,,,,,,,1,2,1,,9,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,8,9,,,,,,,,1,15000,0,,,,,,,1,1,,1,8,1,1,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,1,1,1,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,3,,6,46,99,,1,,,,,,1979,1,"gs","020312",4,2,2,4,2,2,44303.87109375,0,0,0,0,0,0,0,0,0,0,0,0,44303.87109375,.7717018127441406,1059.9891357421875,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,4,0,0,0,1,55,43,49,4,0,0,0,1,0,1,0,0,1,4,3642.601318359375,1821.3006591796875,1821.3006591796875,1,2,1,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,1,450000,,,1,15000,0,15000,1,1,1,1,0,1,17650,26475,0,70600,0,1,37000,218,1,,,1,,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,,0,0,0,1,0,1,1,0,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,26986,,,,,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,,0,0,0,1,1,1,1,55,3025,1,0,1,1,1,1,1,1,43,43,41.4865608215332,55,3025,0,0,0,1,1,1,2,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020308",2,4,,,2,,1,37,,1,3,1,1,1,1,1,1,2,2,3,5,5,37,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,11,1,1,,,,,0,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,0,1,1,2,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,6,,,,1,1,8,1,,2,,8,2,2,1,2,,,,,,,2,2,3,3,3,,,,,,,,,,,,1,4,0,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,2,1,1,2,1,1,2,,,,1,1,,,,1,,1,,,,,,,,,,,,1,,,2,,2,8,,,,,,2,,,2,2,,,1,75,,,,11,3300,1,,2,,,1,2,1,,2,0,8,4,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,8,6000,1,,1,,,,,,,,,,,,,,,2,,2,,2,1,,,,,11,40,,,8,,,,,,,,,2,,,,,1,3,,,,,,,,,,,,,,,,,,,,,1,1,8,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,1,1,1,2,1,4,,2,64,1,,,,3,,3,,,1,"sf","020720",3,1,2,3,1,2,27500,0,0,0,0,0,0,0,0,0,0,0,0,27500,.90010005235672,1236.353515625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,37,,37,3,0,0,1,0,0,0,1,0,1,2,2447.803466796875,2447.803466796875,2447.803466796875,1,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,,,,,,,,,,,,3,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,14630,21945,0,58520,0,1,46438.2578125,84,0,1,1,0,0,4,1.3333333730697632,1,1,1,1,1,,1,1,,1,1,1,1,2,0,0,0,0,0,1,0,1,0,1,2,1,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,26995,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,27500,27500,165.83123779296875,0,0,0,27500,0,27500,165.83123779296875,0,0,1,1,,1,0,0,0,0,0,0,0,0,37,1369,1,,1,0,0,0,0,0,0,,41.4865608215332,37,1369,0,0,0,0,0,0,0,0,11,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020314",2,2,,,1,1,,32,,3,3,2,3,4,4,4,3,2,2,2,4,5,47,2,1,5,,2,22,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,13,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,13,2,2,,3,,,2,,,,,,,3,1,2,,,,,,,,,,,,1,4,,,,,,,,,,,,,2,,,,,,,,,1,,2,,200,2,2,2,2,2,2,2,2,8,2,2,,,,,1,3,3,2,3,3,1,1,1,3,1,1,3,0,,1,,,7,2,,1,2,1,0,3,4,4,2,2,1,2,4,0,,,,1,0,1,2,2,2,,,1000,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,6,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,400,,6,2400,1,,1,,,,,,,,,,,,,,,1,3,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7,1,1,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,1,1,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,12,900,10800,1,,7,130,910,1,,,,,,,2,,2,8,1,1,4,2,,1,1,1,2,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,1,2,5,,1,1,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,1,2,2,2,,,,,,,,,,,,1,2,1,2,1,2,2,,8,53,11," <5:OTHER (SPECIFY)>:TRINIDAD",1,,,,,,1965,1,"PG","020314",3,2,1,2,1,1,0,0,0,0,0,910,0,0,0,0,0,10800,0,10800,1.880528450012207,2583.0439453125,0,1,2,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,47,,47,4,0,0,0,1,0,0,1,0,1,2,4486.67236328125,4486.67236328125,2243.336181640625,1,2,1,0,0,0,1,0,1,0,0,0,1,2,1,0,0,1,1,1,1,2,1,1,1.3333333730697632,0,0,0,1,,4,4,4,250,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,11610,17415,1,46440,0,0,42400,3,0,0,0,1,1,5,1.6666666269302368,1,1,0,1,1,,0,0,1,0,0,0,1,3,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,27000,11,,,,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10800,10800,103.92304992675781,910,910,30.16620635986328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,47,2209,0,,1,0,0,0,0,0,0,,41.4865608215332,47,2209,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020313",2,1,,,3,,1,45,,1,1,1,1,1,1,1,1,2,2,3,1,1,45,2,1,1,,1,34,1,5,,1,29,1,5,,1,24,1,12,,2,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,3,17,2,1,,2,,,12,1,1,,2,,,12,1,1,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,17,2,7,,,,5,2,7,,,,5,2,2,1,2,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,2500,1,,2,,4000,8,1,2,2,2,2,2,2,2,2,2,,,,,3,3,3,3,3,3,1,1,1,2,1,1,1,1,,1,,,12,1,,1,1,1,0,4,4,4,2,2,2,1,4,0,,,,3,3,,,,,,,,,2,0,2,1,2,2,,,,,8,,,98,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,8,2,3,,,1,,6,1,2,2,1,1,2,,,2,,,3,,,2650,,12,31800,1,,,300000,26600,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,2,2,2,2,1,1,,,,5,30,,,,,,,,,,,,,,,,,,,4,,,,8000,,8000,1,,,,,,,,,,,2,,2,,90000,,,,,,,,,1,8,10000,,,,,,,1,2,,1,25000,,,,,,,1,2,2,2,1,2,2,2,,1,2,2,8,2,800,2,,,,,,,,,,,,,,,,,,,,,,,,20000,2,,,,,,,,,,,,,,,,,,,,,3,,,,98,,,,7000,,,,,,,,,,,1,6000,1,8,1,2,,1,3,2,2,1,2,1,,,,3,,,,,,,,,3,,,,,1,2,7,,,,,,,,2,2,2,,2,2,2,2,,2,2,2,1,4,,,,,,,,1,2,,,,,2,1,1,1,2,,,,,,,,,,,,2,3,2,2,2,1,4,,2,55,1,,,,3,,3,,,1,"CD","020318",8,5,3,5,2,3,8000,0,0,0,0,0,0,0,20000,800,0,6999.99951171875,0,35800,.44178229570388794,606.8204345703125,1,2,1,3,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,45,34,39.5,3,0,0,1,0,0,1,0,0,1,4,590.692138671875,295.3460693359375,118.138427734375,1,1,0,0,0,0,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,2,4,4,90000,1,1,1,1,300000,26600,273400,1,,10000,,1,1,1,0,0,0,20670,31005,0,82680,0,1,36847.08984375,52,0,1,0,1,1,6,.75,0,1,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,0,0,0,0,2,0,2,2,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,27008,,,,,1,800,800,28.284271240234375,0,0,0,0,0,0,0,0,0,20000,20000,141.42135620117188,0,0,0,0,0,0,7000,7000,83.66600036621094,0,0,0,0,0,0,1,0,0,0,8000,8000,89.44271850585938,8000,0,8000,89.44271850585938,0,0,0,0,,1,0,0,0,0,1,1,0,0,45,2025,0,1,0,1,1,0,2,1,34,34,41.4865608215332,34,1156,0,1,0,1,1,0,3,0,5,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020309",2,2,,,2,,1,51,,2,2,1,1,1,1,1,1,2,2,2,1,1,51,2,1,1,,1,57,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,14,1,1,,1,,,10,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,14,1,7,,,,1,2,7,,,,5,2,1,2,,,,,,,,,,,,,1,2,1,,,,,1,2,1,,,,,1,,1,2,,,2,1,300,1,,2,,1000,1,2,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,1,1,1,1,1,2,2,,1,,,9,1,,1,2,1,0,12,4,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,0,4,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1500,,4,6000,1,,2,,,,,,,,,,,,,,,2,,1,3,2,2,2,2,1,,,,10,40,,,,,,,,,,,,,,,,,,,4,,,,20000,,20000,1,,,,,,,,,,,1,1,8,,75000,,,,,,,,,1,35000,0,,,,,,,1,1,,1,2000,,,,,,,1,2,1,1,2,2,2,2,,2,2,2,2,2,2100,2,,,,,,,,,,,,30000,2,,,,,400,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,1,1,2,1," <1:Yes (Specify)>:A RELIGIOUS ORGANIZATION/TEMPLE",3,2,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,1,2,2,1,,4,50,97," <5:OTHER (SPECIFY)>:GERMANY",1,,,,,,1951,1,"GOLDY/FLEX","020309",4,2,2,4,2,2,20000,0,400,0,0,0,0,30000,0,2100,0,0,0,52500,.3001212179660797,412.2385559082031,1,3,0,3,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,51,57,54,4,0,0,0,1,0,1,0,0,1,4,797.4605102539062,398.7302551269531,398.7302551269531,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,75000,1,1,1,0,0,0,0,1,35000,0,35000,1,1,0,0,0,0,17650,26475,0,70600,0,1,37000,56,1,,,1,,5,1.25,1,1,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,1,0,0,0,1,0,1,1,0,0,0,0,0,1,1,1,0,0,0,0,0,,,,,,,,0,0,0,1,27018,36,,,,36,2100,2100,45.82575607299805,0,0,0,30000,30000,173.205078125,400,400,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,20000,20000,141.42135620117188,20000,0,20000,141.42135620117188,0,0,0,0,,0,1,1,0,0,1,1,0,0,51,2601,0,1,0,1,1,0,2,1,57,57,41.4865608215332,57,3249,0,1,1,1,1,0,2,0,10,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020317",2,5,,,2,,1,99,,4,2,2,1,1,1,1,1,2,2,8,1,1,34,1,1,1,,2,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,1,1,,1,,,4,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,10,1,8,,,,,2,7,,,,1,2,1,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,2,,2,,,,,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,2,1,2,1,1,1,1,1,4,,1,,,5,1,,2,1,1,98,30,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,2,1,1,8,1,2,2,,,,2,,,,,2,,,,,,,,,,,,,,1,,,2,,,,,,,,,,,,2,2,,,8,,,,,,,1,,2,,,2,2,2,,,3,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,12000,,12000,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,1,2,2,12,98,,,8,,,,,,,,,1,2,2,1,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,1,8,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,1,1,1,1," <1:Yes (Specify)>:ALL STAR TALENT SHOW FOR YOUTH",4,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,1,64,1,,,,1,,98,,,1,"|AGH","020317",4,2,2,4,2,2,35000,0,0,0,0,0,0,0,0,0,0,0,0,35000,.6563703417778015,901.5728759765625,1,1,0,3,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,34,32,33,2,0,1,0,0,0,1,0,0,1,4,1677.47900390625,838.739501953125,838.739501953125,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,2,1,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,1,,0,,1,1,1,,0,,17650,26475,0,70600,0,1,37000,123,0,1,1,1,1,3,.75,0,1,1,1,1,1,1,1,1,0,1,1,1,2,0,0,0,0,0,0,1,1,1,1,2,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,27022,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,35000,35000,187.08287048339844,0,0,0,35000,0,35000,187.08287048339844,0,0,1,1,1,0,0,0,0,0,1,1,0,1,34,1156,1,0,1,1,1,0,1,1,32,32,41.4865608215332,34,1156,0,0,0,1,1,0,2,1,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020603",2,2,,,3,,1,2,,3,2,3,3,3,3,2,2,2,2,8,1,1,36,1,1,1,,2,99,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,16,1,8,,6,,1,10,2,1,,2,,,0,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,0,2,9,,,,,1,8,,,,,2,1,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,8,,,,,,,1,8,1,,2,,8,2,2,1,2,,,,,,,2,1,8,8,8,,,,,,,,,,,,1,1,0,,,,,,,,,,,,,,,,,,,,,,,,2,2,,,,,,,,,2,1,1,1,2,2,2,,,,2,,,3,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,2," NO CHILD CARE EXPENSES",,,,,,,,,,,,,,2,,,8,2,1,,2,2,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,500,,12,6000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,40,,,4,,,,24000,,24000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,1,1000,,,,,,,2,2,2,2,2,2,1,2,2,2,1,2,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,900,300,,,,,,,,,,,,,,,,,,6,135,810,1,,6,176,1056,1,,2,,2,,1,2,,1,3,2,2,1,2,2,,,,1,1,,,,3,,," <12:or some other reason? (specify)>:clerical error",1,2,,,,,,,,,,,,,,2,1,2,2,2,2,2,2,,3,1,1,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,1,2,2,2,,1,66,1,,,,1,,1,,,1,"sf","020609",10,2,8,5,2,3,23999.998046875,0,0,300.0000305175781,0,810,1056.0001220703125,0,0,0,0,0,0,25355.998046875,.882068932056427,1211.5865478515625,1,1,0,3,4,1,4,0,0,0,1,0,0,0,0,2,0,1,0,0,36,41.53856658935547,38.769283294677734,3,0,0,1,0,0,1,0,0,1,4,2682.480224609375,1341.2401123046875,1341.2401123046875,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,20670,31005,1,82680,0,0,36847.08984375,6,0,1,0,1,1,4,.4000000059604645,0,0,1,1,1,1,,,,0,0,1,1,2,0,0,0,0,0,1,0,1,0,1,2,1,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,27026,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,810,810,28.460498809814453,1056,1056,32.49615478515625,1,24000,24000,154.91932678222656,0,0,0,24000,0,24000,154.91932678222656,0,0,1,1,1,0,0,0,0,0,1,1,1,1,36,1296,1,0,1,1,1,1,1,1,41.4865608215332,,41.4865608215332,36,1296,1,0,0,1,1,1,3,1,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020309",2,1,,,2,,1,1,,2,1,4,2,2,4,1,4,2,2,1,1,1,25,2,1,1,,1,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,4,1,1,,1,,,1,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,4,1,4,,,,,2,7,,,,5,2,3,1,2,,,,,,,,,,,,1,4,,,,,,1,4,,,,,,1,,5,,,,2,,,2,,,,,,,4,2,,,,,,,1,1,2,1,3,,,,,,,,,,,,1,1,5,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,0,8,4,4,1,1,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,7," <7:Other (not staying w/anyone) {specify}>:shelter",,,2,,2,,2,2,2,1,1,,,,6,40,,,,,,,,,,,,,,,,,,,1,300,,,,6,7200,1,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,1,7000,,,,,,,2,2,2,2,2,2,1,2,,2,1,1,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,500,,,,,,,,,,,,,,,,,,6,300,1800,1,,6,150,900,1,,2,,2,,1,2,,2,,2,2,1,2,2,2,,1,3,,,,,,,,,3,,,,,,,,,,,,,,,1,1,1,2,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,3,76,1,,,,1,,1,,,1,"sj","020309",4,2,2,4,2,2,7200,0,0,500,0,1800,900,0,0,0,0,0,0,8600,.9003636240959167,1236.715576171875,1,1,0,3,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,25,32,28.5,2,0,1,0,0,0,1,0,0,1,4,2355.17919921875,1177.589599609375,1177.589599609375,1,2,1,0,0,0,2,1,0,1,0,0,0,4,0,0,1,0,,2,3,1,,,2,1,,,,4,,,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,17650,26475,1,70600,0,0,37000,166,0,1,0,0,0,4,1,1,0,0,1,1,1,1,1,,1,1,1,1,2,0,0,0,0,0,1,1,0,1,0,2,0,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,27165,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,1800,1800,42.42640686035156,900,900,30,1,0,0,0,7200,7200,84.85281372070312,7200,0,7200,84.85281372070312,0,0,2,1,,0,0,0,0,1,1,0,0,0,25,625,0,1,0,1,1,0,2,1,32,32,41.4865608215332,32,1024,1,0,0,1,1,0,2,1,6,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020428",2,2,,,3,,1,52,,2,1,2,1,2,2,2,3,2,2,2,1,1,54,2,1,1,,1,55,1,5,,9,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,14,9,99,,99,,1,11,9,1,,1,,,0,9,99,,99,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,14,9,9,,,,,2,11,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,8,,1,,2,,8,1,8,2,2,2,2,2,2,2,2,2,,,,,1,3,3,3,2,3,1,1,4,3,2,1,4,0,,1,,,8,3,,1,1,1,0,50,4,3,2,1,2,2,2,0,,,,2,0,2,2,2,2,,,10000,,2,1,1,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,25,,8,2,2,2,1,1,1,3,,2,,,8,,,,,,,,,,98,98,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,3,1,1,,1,1,,12,98,12,40,9,,,,,,,,,2,,,,,2,,2,,8,,,,,,,,,8,,,,,,,,,2,,8,,8,8,,,,,,,,1,3000,8,1,8,,,,,1,8,,2,,,,,,,,2,2,2,2,1,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,8000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,1,1,2,1," <1:Yes (Specify)>:religious organizations that provide services; also volunteer for charitable organizations",1,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,1,3,2,2,2,1,,4,48,97," <5:OTHER (SPECIFY)>:|france",1,,,,,,1951,1,"*time|.","020428",11,3,8,4,2,2,7500,3435.291748046875,0,0,0,0,0,0,8000,0,0,0,0,18935.291015625,.6214257478713989,853.5739135742188,1,3,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,54,55,54.5,4,0,0,0,1,0,1,0,0,1,4,1472.31640625,736.158203125,490.7721252441406,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,1,1,2,1,1,0,0,1,0,,4,3,4,,,,,1,,,,1,3000,,,1,1,1,,1,1,17650,26475,1,70600,0,0,37000,107,0,1,1,1,1,8,.7272727489471436,0,1,0,1,1,1,1,1,1,1,1,1,1,3,0,1,0,1,0,0,0,1,0,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,27172,35,,,,35,0,0,0,0,0,0,0,0,0,0,0,0,8000,8000,89.44271850585938,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,7500,7500,86.6025390625,-5,19612.009765625,140.0428924560547,7500,-5,7500,86.6025390625,9043.8486328125,95.09915161132812,0,0,,0,1,1,0,0,1,1,1,0,54,2916,1,1,1,1,1,1,2,0,55,55,41.4865608215332,54,2916,0,1,0,0,0,0,0,0,12,42.29999923706055,0,1,1,1,1,55,3025,1,1,1,2,.1519336998462677,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020312",2,4,,,1,1,,22,,1,2,3,1,1,1,8,1,2,2,3,1,1,31,2,1,1,,1,26,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,4,,,,,2,98,,,,,2,2,2,,,,,,,,,,,,,1,4,,,,,,2,,,,,,,1,,4,,,,,,,1,,2,,70,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,1,4,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,1,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,1,,,,2,,,,,,2,2,,,1,50,,,,1,200,2,8,2,,,8,2,1,,1,0,1,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,400,,1,400,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,2,1,12,16,2,5,4,,,,10000,,10000,1,,,,,,,,,,,4,,,,400,,400,1,,,,,,,,,,,2,,2,,8,1,2,,,,,,,2,,,,,,,,,1,8,,1,500,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,1,1,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,1,1,,2,70,4,,1,,,,,,1977,1,"gs","020312",3,2,1,3,2,1,10000,400,0,0,0,0,0,0,0,0,0,0,0,10400,.4740406572818756,651.1296997070312,1,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,31,26,28.5,2,0,1,0,0,0,1,0,0,1,4,1234.79443359375,617.397216796875,617.397216796875,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,1250,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,14630,21945,1,58520,0,0,46438.2578125,154,0,1,1,1,1,4,1.3333333730697632,1,0,1,1,1,0,1,0,,1,1,,1,2,0,0,0,1,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,27188,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,10000,10000,100,400,400,20,10000,400,10000,100,400,20,1,1,,1,1,1,0,0,1,0,0,0,31,961,1,1,1,1,0,0,2,0,26,26,41.4865608215332,31,961,0,0,0,0,0,0,0,0,12,16,0,1,1,1,1,26,676,1,1,1,1,1,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020313",2,1,,,2,,1,29,,1,3,2,1,2,1,8,2,2,2,3,3,5,32,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,13,2,1,,,,,8,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,13,2,8,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,300,1,,2,,300,2,2,1,2,2,2,2,2,2,2,2,,,,,3,3,3,3,3,3,1,2,1,4,1,2,3,2,,1,,,7,3,,1,1,1,0,2,4,4,2,2,1,1,3,0,,,,2,0,1,2,2,2,,,4000,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,3,,,3,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1000,,12,12000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,50,,,4,,,,80000,,80000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,50000,,,,,,,,,1,20000,10000,,,,,,,1,1,,1,2000,,,,,,,2,2,2,1,2,1,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,200,2,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,1,2,2,2,,1,69,97," <5:OTHER (SPECIFY)>:antigua",1,,,,,,1972,1,"rm","020313",3,1,2,3,1,2,80000,0,200,0,0,0,0,0,0,0,781.5664672851562,0,0,80981.5703125,.8307514786720276,1141.09814453125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,32,,32,2,0,1,0,0,0,0,1,0,1,2,1278.1285400390625,1278.1285400390625,1278.1285400390625,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,1,,2,4,3,50000,1,1,1,0,0,0,0,1,20000,10000,10000,1,1,1,1,,1,14630,21945,0,58520,1,1,46438.2578125,150,1,,,1,,5,1.6666666269302368,1,1,1,1,1,,1,1,1,1,1,,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,27190,14,,,,14,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,-5,164.60757446289062,12.829948425292969,0,0,0,0,0,0,0,0,0,0,0,0,1,80000,80000,282.84271240234375,0,0,0,80000,0,80000,282.84271240234375,0,0,0,0,1,0,1,1,0,0,1,1,0,0,32,1024,1,,1,1,1,0,0,0,0,,41.4865608215332,32,1024,0,1,0,0,0,0,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 -"9543o","020314",2,1,,,2,,1,9,,1,3,3,2,3,4,1,1,2,2,3,5,5,33,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,7,1,1,,,,,6,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,7,1,1,2,,,,2,,,,,,,5,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,6,,,,,,,1,,2,,246,1,1,1,2,,,,,,,2,,,,,1,2,2,2,3,2,2,2,4,4,2,1,1,4,,1,,,1,1,,2,1,1,0,1,3,2,2,2,2,2,1,0,,,,2,2,,,,,,,,,2,0,2,2,1,2,,,,,2,,,,,2,,,,,,,,,,,,,,1,,,2,,,,,,,,,,,,2,2,,,3,,,650,,11,7150,1,,1,9,5,1,8,1,,2,5,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,87,,12,1044,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,1,40,,,1,150,,,,8,4800,2,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,0,,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,1,2,2,,2,1,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,600,2,,,,,,,,,,,,,,,,,,,,,,,,8,278,2224,1,,8,191,1528,1,,2,,1,,1,2,,2,,2,2,1,2,2,,,,1,1,,,,1,,,,1,2,,,,,,,,,,,,,,2,2,4,,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,1,1,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,1,68,3,,,,,,,,1993,1,"nr","020314",3,1,2,3,1,2,3500.851806640625,0,0,0,0,2224,1528.0001220703125,0,0,0,600,0,0,5628.85205078125,.90010005235672,1236.353515625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,33,,33,2,0,1,0,0,0,0,1,0,1,2,2547.173583984375,2547.173583984375,2547.173583984375,0,4,0,0,1,1,1,0,1,0,0,0,1,1,0,0,0,1,1,2,2,2,1,2,2,1,1,0,0,,4,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,,0,14630,21945,1,58520,0,0,46438.2578125,238,0,1,0,1,1,5,1.6666666269302368,1,0,1,1,0,,1,0,1,1,0,1,1,2,0,0,0,0,0,0,0,2,1,2,2,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,27200,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,600,24.494897842407227,0,0,0,0,0,0,2224,2224,47.159305572509766,1528,1528,39.08964157104492,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,0,0,0,0,0,0,0,0,33,1089,1,,1,0,0,0,0,0,0,,41.4865608215332,33,1089,1,0,0,0,0,0,0,0,1,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020315",2,2,,,1,1,,39,,2,1,2,1,1,2,1,1,2,2,2,3,5,39,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,2,2,,2,,,2,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,1,,,,,2,,1,,1,600,1200,2,2,2,2,2,1,2,2,2,2,2,,,,,1,3,2,3,3,3,2,2,1,1,1,1,4,2,,1,,,11,2,,2,1,1,0,3,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,10,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,550,,12,6600,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,1,40,,,7,,,,,,,,,2,,,,,1,1,,,,,,,,,,,,,,,,,,,,,2,,2,,5000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,1,2,7,,,,,,,,2,1,3,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,63,1,,,,1,,1,,,1,"kp","020323",2,1,1,2,1,1,17500,0,0,0,0,0,0,0,0,0,0,0,0,17500,1.8246091604232788,2506.23486328125,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,39,,39,3,0,0,1,0,0,0,1,0,1,2,1946.5411376953125,1946.5411376953125,1946.5411376953125,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,0,,4,4,4,5000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,11610,17415,0,46440,0,1,42400,145,0,1,0,1,1,4,2,1,1,1,1,0,,1,0,1,1,1,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,27207,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,17500,17500,132.28756713867188,0,0,0,17500,0,17500,132.28756713867188,0,0,0,0,,0,0,0,0,0,1,0,0,0,39,1521,1,,1,1,0,0,0,0,0,,41.4865608215332,39,1521,0,0,0,0,0,0,0,0,1,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020325",2,2,,,2,,1,20,,3,1,2,3,3,3,2,4,2,2,1,4,5,47,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,15,1,1,,,,,12,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,15,1,4,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,2,,,,,,,2,,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,4,3,3,2,2,3,1,1,4,4,1,1,1,5,,1,,,9,1,,2,1,1,0,4,4,3,1,2,2,2,3,0,,,,2,2,,,,,,,,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,4,,4,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,11,38,,,4,,,,30000,,30000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,50000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,1,4," <7:ANOTHER GROUP (SPECIFY)>:DOMINICAN",2,58,4,,1,,,,,,1981,2,"ar","020410",3,1,2,3,1,2,30000,0,0,0,0,0,0,0,0,0,0,0,0,30000,.24367180466651917,334.7011413574219,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,47,,47,4,0,0,0,1,0,0,1,0,1,2,1718.3104248046875,1718.3104248046875,1718.3104248046875,1,2,1,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,0,1,1,2,2,1,1.3333333730697632,0,0,0,0,,1,4,4,50000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,,0,14630,21945,0,58520,0,1,46438.2578125,77,0,1,1,1,0,4,1.3333333730697632,1,1,0,1,1,,0,0,1,0,0,1,1,3,0,1,0,1,0,0,0,1,0,1,1,0,0,1,0,1,,0,1,1,,0,1,1,,,,,,,,0,1,0,0,27260,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,30000,30000,173.205078125,0,0,0,30000,0,30000,173.205078125,0,0,0,0,,1,1,1,0,0,1,0,0,1,47,2209,1,,1,1,0,0,0,1,0,,41.4865608215332,47,2209,0,0,0,1,0,0,2,0,11,38,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020411",2,1,,,1,1,,18,,1,8,2,1,2,2,2,2,2,2,3,4,5,34,2,1,3,,2,67,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,13,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,13,2,1,2,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,2,4,,,,,,,,,,,1,,4,,,,2,2,,2,,,,,2,1,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,2,1,1,1,1,1,2,,1,,,7,1,,1,1,1,0,98,3,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,8,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,2," <5:Or something else? {specify}>:Welfare and Housing (each one paid 50% of the rent)",3,,,10,,12,120,2,0,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,3,40,,,2,,590,,,3,3540,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,0,,,,,,,,,2,,,,,,,,,8,,1,2,,,,,,,,2,2,2,2,2,2,1,2,,2,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,12,110,1320,1,,12,194,2328,1,,2,,2,0,2,,,,,,,2,,2,,,,3,,,,,,,,,1,3,,,,,,,,,,,,,,2,2,5,,2,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,1,1,2,2,2,,,,,,,,,,,,2,2,2,1,2,1,1,,2,67,6," <5:OTHER (SPECIFY)>:ECUADOR",1,,,,,,1984,2,"ar","020411",3,2,1,2,1,1,3540,0,0,453.74383544921875,0,1319.9998779296875,2328,0,0,0,0,0,0,6321.74365234375,.90010005235672,1236.353515625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,34,,34,2,0,1,0,0,0,0,1,0,1,2,2547.173583984375,2547.173583984375,1273.5867919921875,1,2,1,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,,0,11610,17415,1,46440,0,0,42400,257,0,1,1,1,1,4,1.3333333730697632,1,1,1,1,1,,1,1,1,1,1,1,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,27282,6,,,,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,1320,1320,36.33180236816406,2328,2328,48.249351501464844,1,3540,3540,59.49789810180664,0,0,0,3540,0,3540,59.49789810180664,0,0,0,0,,1,1,1,0,0,0,0,0,0,34,1156,1,,1,0,0,0,0,0,0,,41.4865608215332,34,1156,1,0,0,0,0,0,0,0,3,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020419",2,4,,,1,1,,3,,3,1,2,2,2,2,1,1,2,8,8,1,1,46,1,1,1,,2,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,15,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,15,1,11,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,60,2,,,,,1,2,2,2,2,2,2,2,2,2,2,,,,,2,3,3,3,3,3,1,1,2,3,2,1,3,1,,1,,,9,1,,2,1,1,0,12,4,4,2,2,2,2,3,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,2,,6,2,2,2,1,1,2,,,2,,,3,,,1800,,12,21600,1,,,400000,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,1,,12,40,12,40,4,,,,60000,,60000,1,,,,,,,,,,,4,,,,30000,,30000,1,,,,,,,,,,,1,1,2,,120000,,,,,,,,,1,8000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,100000,2,,,,,,,,,,,,,,,,,2000,2000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,2,8,,2,1,1,1," <1:Yes (Specify)>:internatinal opperatin of chinese of collegers",3,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,1,2,2,3,,8,55,9," <5:OTHER (SPECIFY)>:china",9," <5:OTHER (SPECIFY)>:china",,,,,1999,3,"return|ret","020419",3,2,1,3,2,1,60000,30000,99999.9921875,2000,0,0,0,0,0,0,0,0,0,192000,.7717018127441406,1059.9891357421875,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,4,0,0,0,1,46,40,43,3,0,0,1,0,0,1,0,0,1,4,3204.72314453125,1602.361572265625,1602.361572265625,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,3,3,4,120000,1,1,1,1,400000,,,1,8000,0,8000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,151,1,,,1,,6,2,1,1,1,,1,1,1,1,1,0,1,1,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,27297,9,9,,,9,0,0,0,0,0,0,0,0,0,100000,100000,316.2277526855469,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,2,60000,60000,244.948974609375,30000,30000,173.205078125,60000,30000,60000,244.948974609375,30000,173.205078125,0,0,,0,1,1,0,0,1,1,1,1,46,2116,1,1,1,1,1,1,1,1,40,40,41.4865608215332,46,2116,0,1,0,1,1,1,1,0,12,40,0,1,1,1,0,40,1600,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020323",2,1,,,2,,1,27,,3,3,3,3,3,3,3,2,2,2,2,5,5,41,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,15,2,1,,,,,11,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,15,2,1,2,,,,2,,,,,,,4,1,2,,,,,,,,,,,,1,2,,,,,,,,,,,,,1,,2,,,,2,1,150,2,,,,,2,2,3,2,2,2,2,2,2,2,2,,,,,2,3,3,3,3,3,1,2,1,1,1,1,2,3,,1,,,9,1,,1,2,1,0,2,4,4,1,2,2,2,4,2,3,," <3:Something Else? (SPECIFY)>:|lashana was in a private school and could not afford apyments",2,2,,,,,,,,,1,0,1,1,1,2,,,,,1,2,,,,,,,,,,,1,,,,2,,,1,,,2,,,,,,,,,2,,,2,2,,,1,50,,,,11,2200,1,,2,,,1,2,3,,,3,,4,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,344,,12,4128,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,41,,,2,,483,,,12,11592,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,0,,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,1,4,1,2,2,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,1,2,2,1,2,,,,,,,,,,,,2,2,2,3,1,2,2,,3,60,2,,1,,,,,,1975,1,"dj","020323",3,1,2,3,1,2,11592.0009765625,0,0,0,0,0,0,0,0,0,0,0,0,11592.0009765625,1.567107081413269,2152.53662109375,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,41,,41,3,0,0,1,0,0,0,1,0,1,2,3228.08349609375,3228.08349609375,3228.08349609375,0,3,0,1,0,0,1,0,1,0,0,0,0,3,0,1,0,1,0,1,1,1,1,1,1,0,0,0,0,,3,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,1,14630,21945,1,58520,0,0,46438.2578125,170,0,1,0,1,0,4,1.3333333730697632,1,0,1,1,1,,1,1,1,0,0,0,1,2,0,0,0,1,1,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,27299,,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,11592,11592,107.66615295410156,0,0,0,11592,0,11592,107.66615295410156,0,0,0,0,1,0,1,1,0,0,0,0,0,0,41,1681,1,,1,0,0,0,0,0,0,,41.4865608215332,41,1681,0,0,0,0,0,0,0,0,12,41,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020412",2,1,,,1,1,,7,,2,1,2,2,2,3,2,2,2,2,2,3,5,45,2,1,9,,2,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,1,9,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,1,,2,,,,2,1,50,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,3,3,2,3,3,1,1,1,1,3,1,1,2,3,,1,,,11,1,,1,1,1,0,10,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,1,,,,,,,,,,,,,,,1,1,2,,1,1,,,,,12,37,,,4,,,,33000,,33000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,0,,,,,,,,,2,,,,,,,,,2,,1,1,4000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,1,2,2,,2,1,2,1,1,,,,,,,,1,1,2,,,,,1,1,1,2,,,,,,,,,,,,1,2,2,2,1,1,4,,2,99,1,,,,3,,3,,,1,"el","020412",3,2,1,2,1,1,33000.00390625,0,0,0,0,0,0,0,0,0,0,0,0,33000.00390625,.5387037992477417,739.9492797851562,0,1,1,,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,45,,45,4,0,0,0,1,0,0,1,0,1,2,1086.358642578125,1086.358642578125,543.1793212890625,1,2,1,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,2,1,1,3,1.3333333730697632,0,0,0,0,,2,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,1,11610,17415,0,46440,0,1,42400,361,0,1,1,1,1,3,1,1,1,1,1,1,,1,1,1,1,1,1,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,27300,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,33000,33000,181.65902709960938,0,0,0,33000,0,33000,181.65902709960938,0,0,0,0,,1,0,0,0,0,1,1,1,0,45,2025,1,,1,1,1,1,0,0,0,,41.4865608215332,45,2025,0,0,0,0,0,0,0,0,12,37,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020308",2,2,,,2,,1,3,,3,3,1,2,1,3,8,1,2,2,8,1,1,30,2,1,1,,1,34,1,13,,2,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,1,1,,1,,,1,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,3,1,11,,,,,1,11,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,0,2,2,1,2,,,,,,,2,8,3,3,3,,,,,,,,,,,,1,1,5,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,2,1,2,2,,,,,,,,,97," NEVER",,,,,,,,,,,,,1,,,2,,,,,,,,,,,,2,2,,,1,300,,,,12,14400,1,,2,,,2,8,1,,2,3,,3,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1400,,12,16800,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,70,12,50,4,,,,50000,,50000,1,,,,,,,,,,,4,,,,90000,,90000,1,,,,,,,,,,,1,1,2,,8,2,,2,1,,,,,1,70000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,8,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,3,,5,72,97," <5:OTHER (SPECIFY)>:PAKISTAN",1,,,,,,1996,1,"TY","020308",5,3,2,4,2,2,90000,50000,0,0,0,0,0,0,0,0,0,0,0,140000,.7717018127441406,1059.9891357421875,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,4,0,0,0,1,30,34,32,2,0,1,0,0,0,1,0,0,1,4,2676.412841796875,1338.2064208984375,892.1376342773438,1,2,1,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,1,1,1,,,1,0,,,,,,,4,6000,1,0,0,0,0,0,0,1,70000,0,70000,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,181,1,,,1,,3,.6000000238418579,0,1,1,1,1,1,1,1,,0,1,,1,2,0,0,0,1,0,1,1,0,1,0,2,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,27329,60,,,,60,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,50000,50000,223.60679626464844,90000,90000,300,90000,50000,90000,300,50000,223.60679626464844,2,1,,0,1,1,0,0,1,1,1,0,30,900,1,1,0,1,1,1,2,1,34,34,41.4865608215332,34,1156,0,0,0,1,1,1,2,1,12,50,1,1,1,1,0,30,900,0,0,0,0,0,.1519336998462677,0,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020329",2,1,,,1,1,,30,,2,1,2,2,2,2,3,1,1,2,2,5,5,30,2,1,3,,2,49,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,1,7,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,1,10,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,9,,,,,,,,,,,,,1,,1,,,,2,2,,1,,2,,8,8,1,3,2,2,2,2,2,1,2,2,,,,,4,3,1,3,3,3,1,2,3,4,2,3,1,3,,1,,,10,1,,2,2,1,0,2,2,4,1,2,1,4,3,2,2,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,15,,6,3,2,2,1,1,2,,,2,,,3,,,1000,,12,12000,1,,,98,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,50000,,50000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,8,8,,,,,,,,1,1000,0,,,,,,,8,,1,1,9,8,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,1,1,2,2,1,14,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:skin problems",1,1,9,,,2,2,2,2,2,2,2,,3,71,1,,,,1,,1,,,1,"cd","020403",10,2,8,2,1,1,50000,0,0,0,0,0,0,0,0,0,0,0,0,50000,1.933683156967163,2656.055908203125,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,30,,30,2,0,1,0,0,0,0,1,0,1,2,3337.1953125,3337.1953125,1668.59765625,1,2,1,0,0,1,4,1,0,0,0,1,0,3,0,1,0,1,0,1,3,1,1,1,1.6666666269302368,1,0,0,1,,1,3,2,,,,,1,,,,1,1000,0,1000,0,1,1,1,,1,11610,17415,0,46440,1,1,42400,320,1,,,0,,6,.6000000238418579,0,1,1,0,1,,1,1,0,1,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,27336,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,50000,50000,223.60679626464844,0,0,0,50000,0,50000,223.60679626464844,0,0,0,0,1,0,0,0,0,0,1,1,1,0,30,900,1,,1,1,1,1,0,0,0,,41.4865608215332,30,900,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020315",2,3,,,1,1,,9,,3,2,3,2,2,3,3,8,2,2,8,3,5,42,2,1,5,,1,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,1,1,2,,,,2,,,,,,,4,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,4,,,,2,2,,2,,,,,8,2,3,2,2,2,2,2,2,2,2,,,,,8,3,3,3,3,3,8,2,2,2,3,8,4,98,,1,,,10,1,,2,2,2,0,2,8,8,2,8,2,8,8,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,7,,5,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,8,,,,,,,,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,11,98,,,4,,,,14000,,14000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,8,8,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,1,2,1,,,,,,,,2,2,8,,2,2,2,2,,2,2,2,1,10,11,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:nervousness, panic, scared to take the train, worried when walking the streets",1,2,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,1,,2,58,4,,4,,,,,,1992,2,"ar","020315",3,2,1,2,1,1,14000,0,0,0,0,0,0,0,0,0,0,0,0,14000,.90010005235672,1236.353515625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,42,,42,3,0,0,1,0,0,0,1,0,1,2,2447.803466796875,2447.803466796875,1223.9017333984375,0,3,0,1,0,1,1,0,1,0,0,0,0,3,0,1,0,1,1,1,1,1,1,1,1,0,,,0,,,2,,,,,,0,0,0,0,0,0,0,0,0,1,1,0,,0,11610,17415,1,46440,0,0,42400,324,0,1,0,0,1,5,1.6666666269302368,1,0,,1,1,,1,1,,0,1,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,27427,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,14000,14000,118.32159423828125,0,0,0,14000,0,14000,118.32159423828125,0,0,0,0,,1,1,1,0,0,0,0,0,0,42,1764,1,,1,0,0,0,0,0,0,,41.4865608215332,42,1764,0,0,0,0,0,0,0,0,11,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020405",2,3,,,1,1,,13,,3,2,3,3,3,3,3,3,2,2,2,5,5,35,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,9,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,9,2,7,,,,1,2,,,,,,,4,2,,,,,,,,,,,,,1,5,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,8,8,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,2,2,1,1,1,1,3,,1,,,4,1,,1,1,1,2,13,4,4,2,2,2,3,4,0,,,,1,1,,,,,,,,,1,0,1,2,2,2,,,,,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,1,,1,3,2,2,2,,,,,,,,,,,,,,,,,,,,,1,2,,2,,,3,,,675,,12,8100,1,,1,,,,,,,,,,,,,,,1,3,2,,1,1,,,,,12,30,,,1,75,,,,12,3600,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,2,0,,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,1,,2,66,4,,1,,,,,,1986,2,"jd","020408",2,1,1,2,1,1,3600,0,0,0,0,0,0,0,0,0,0,0,0,3600,.6150680780410767,844.8411865234375,0,1,2,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,35,,35,3,0,0,1,0,0,0,1,0,1,2,1117.6495361328125,1117.6495361328125,1117.6495361328125,0,3,0,1,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,,0,11610,17415,1,46440,0,0,42400,250,0,1,0,0,1,1,.5,0,0,0,1,1,,1,1,0,0,0,0,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,27429,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3600,3600,60,0,0,0,3600,0,3600,60,0,0,0,0,,1,1,1,0,0,1,1,0,0,35,1225,1,,1,1,1,0,0,0,0,,41.4865608215332,35,1225,0,0,0,0,0,0,0,0,12,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020314",2,4,,,2,,1,22,,2,1,1,2,2,1,1,1,2,2,3,1,1,22,2,1,1,,1,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,5,2,1,,1,,,0,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,5,2,7,,,,5,1,7,,,,5,2,1,2,,,,,,,,,,,,,1,1,,,,,,2,,,,,,,1,,1,,,,,2,,1,,2,,300,2,2,2,2,,,,,,,2,1,3,2,3,,,,,,,,,,,,1,1,2,1,,,,0,1,,1,2,1,0,20,4,4,2,2,2,1,4,,,,,1,1,,,,,,,,,2,2,1,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,2,,,1,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,900,,12,10800,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,10,40,,,4,,,,19000,,19000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,0,,,,,,,,,2,,,,,,,,,2,,1,1,10000,,,,,,,2,2,2,2,2,2,2,2,1,2,2,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,1,1,,,,,1,2,,,2,1,2,2,2,1,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,3,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,79,1,,,,2,,2,,,1,"CD","020314",4,2,2,4,2,2,19000,0,0,0,0,0,0,0,0,0,0,0,0,19000,.6563703417778015,901.5728759765625,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,22,25,23.5,1,1,0,0,0,0,1,0,0,1,4,1356.26123046875,678.130615234375,678.130615234375,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,2,1,,,1.3333333730697632,0,0,0,0,4,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,17650,26475,1,70600,0,0,37000,3,0,1,0,1,1,5,1.25,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,0,0,0,0,1,1,0,1,1,2,0,0,0,0,0,1,1,1,1,0,1,0,1,,,,,,,,0,0,0,1,27480,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,19000,19000,137.84048461914062,0,0,0,19000,0,19000,137.84048461914062,0,0,2,1,1,0,0,0,0,0,1,1,0,0,22,484,1,0,1,1,1,0,2,0,25,25,41.4865608215332,22,484,0,0,0,0,0,0,0,0,10,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020315",2,1,,,3,,1,12,,1,2,3,3,3,3,3,2,2,1,1,1,1,41,1,1,1,,2,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,17,2,1,,1,,,16,2,1,,1,,,8,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,99,9,2,,3,,,2,2,,5,,,2,2,1,2,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,6,,,,,,,1,,2,,200,2,2,1,2,,,,,,,2,,,,,,,,,,,,,,,,3,3,1,,,,,,,,,,,,,,,,,,,,,,,,3,3,,,,,,,,,1,0,1,1,2,2,,,,,1,1,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,1,2,3,,,6,,5,2,2,2,1,1,2,,,2,,,8,,,,,,,,,,300000,900000,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,5,50,12,40,4,,,,500,,500,1,,,,,,,,,,,4,,,,18000,,18000,1,,,,,,,,,,,8,,2,,80000,,,,,,,,,1,13000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,1,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,1400,2,,,,,1100,1,6,6600,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,3,2,1,1,1,,,,,,,,2,2,,,,,,1,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,3,,7,61,7," <5:OTHER (SPECIFY)>:guyana",1,,,,,,1991,1,"rm","020315",5,2,3,5,2,3,18000,500,1399.9998779296875,0,0,0,0,0,6600.00048828125,0,0,0,0,26500,.9324471950531006,1280.7847900390625,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,4,0,0,0,1,41,40,40.5,3,0,0,1,0,0,1,0,0,1,4,8472.029296875,4236.0146484375,4236.0146484375,1,1,0,0,0,0,1,0,1,0,0,0,1,1,0,0,0,1,,,,,,,,,,,,,,,2,80000,1,1,1,1,300000,900000,-600000,1,13000,0,13000,1,1,1,0,1,1,20670,31005,1,82680,0,0,36847.08984375,70,0,1,1,1,1,5,1,1,0,1,0,0,0,1,0,,1,0,0,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,2,1,1,0,1,1,0,1,,,,,,,,0,0,0,1,27490,7,,,,7,0,0,0,0,0,0,0,0,0,1400,1400,37.41657257080078,6600,6600,81.24038696289062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,500,500,22.360679626464844,18000,18000,134.16407775878906,18000,500,18000,134.16407775878906,500,22.360679626464844,0,0,,0,1,1,0,0,0,0,0,1,41,1681,1,1,0,0,0,0,1,0,40,40,41.4865608215332,40,1600,0,1,0,0,0,0,0,0,12,40,1,0,0,0,1,41,1681,0,0,0,3,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020316",2,5,,,1,1,,45,,3,3,1,2,1,1,2,1,2,2,3,1,1,45,2,1,1,,1,48,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,11,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,11,2,2,,1,,,2,2,,5,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,200,2,,,,,2,2,1,1,,,,,,,2,,,,,4,2,2,1,1,3,1,2,2,4,2,2,4,2,,1,,,6,1,,2,1,2,0,10,4,4,2,2,2,1,2,0,,,,1,1,,,,,,,,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,1,2,3,,,7,,6,1,2,1,1,1,2,,,2,,,3,,,1375,,12,16500,1,,,340000,142000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,1,1,,1,1,,12,40,12,40,4,,,,45000,,45000,1,,,,,,,,,,,4,,,,55000,,55000,1,,,,,,,,,,,1,1,1,2,75000,,,,,,,,,1,20000,0,,,,,,,1,8,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,2500,2,,,,,,,,,,,,,,,,,200,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,1,2,,2,,2,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,2,2,2,2,2,,3,1,2,8,,,,,,,,,,,,,,,2,1,2,2,2,,,,,,,,,,,,1,2,2,1,2,2,1,,2,56,1,,,,1,,1,,,1,"ddb","020316",3,2,1,3,2,1,54999.99609375,45000,2500,200,0,0,0,0,0,0,0,0,0,102700,1.4416096210479736,1980.15673828125,1,1,1,1,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,45,48,46.5,4,0,0,0,1,0,1,0,0,1,4,2859.755126953125,1429.8775634765625,1429.8775634765625,1,2,1,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,2,2,3,3,1,2.3333332538604736,1,0,0,0,,1,3,3,75000,1,1,1,1,340000,142000,198000,1,20000,0,20000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,53,1,,,1,,6,2,1,1,1,1,1,1,1,1,1,0,1,1,1,3,0,1,0,0,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,27492,,,,,1,0,0,0,0,0,0,0,0,0,2500,2500,50,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,2,45000,45000,212.1320343017578,55000,55000,234.52078247070312,55000,45000,55000,234.52078247070312,45000,212.1320343017578,0,0,,0,0,0,0,0,1,0,0,0,45,2025,1,1,0,0,0,0,2,1,48,48,41.4865608215332,48,2304,0,1,0,0,0,0,1,0,12,40,1,1,0,0,0,45,2025,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020319",2,4,,,1,1,,38,,2,3,4,2,4,4,4,4,2,2,1,5,5,38,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,11,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,11,2,7,,,,5,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,8,1,,2,,20,2,2,1,2,,,,,,,2,,,,,4,3,3,3,3,3,1,2,1,2,1,3,1,3,,1,,,6,3,,1,1,1,0,5,4,4,2,2,2,1,4,1,7,," <3:Something Else? (SPECIFY)>:SHE WENT FROM PUBLIC TO RELIGIOUS",1,0,1,1,2,2,,,1320,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,3,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,853,,12,10236,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,69000,,69000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,50000,,,,,,,,,1,10000,6000,,,,,,,1,1,,1,6000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,4,1,1,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,1,2,2,2,,3,64,1,,,,1,,1,,,1,"SF","020319",2,1,1,2,1,1,68999.9921875,0,0,0,0,0,0,0,0,0,0,0,0,68999.9921875,.8307514786720276,1141.09814453125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,38,,38,3,0,0,1,0,0,0,1,0,1,2,1228.266357421875,1228.266357421875,1228.266357421875,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,1,4,2,50000,1,1,1,0,0,0,0,1,10000,6000,4000,1,1,1,1,,1,11610,17415,0,46440,1,1,42400,307,1,,,1,,4,2,1,0,0,1,1,,1,1,1,1,0,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,27496,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,69000,69000,262.6784973144531,0,0,0,69000,0,69000,262.6784973144531,0,0,0,0,1,0,0,0,0,0,1,1,0,0,38,1444,1,,1,1,1,0,0,0,0,,41.4865608215332,38,1444,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020314",2,2,,,2,,1,38,,1,3,2,2,3,1,2,2,2,2,1,1,1,38,2,1,1,,1,45,1,5,,2,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,12,1,1,,1,,,10,2,6,,6,,1,,,99,,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,12,1,7,,,,1,2,4,,,,,2,3,2,,,,,,,,,,,,,1,2,,,,,,1,1,,,,,,1,,1,2,,,2,1,50,1,,2,,200,2,2,2,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,2,2,4,4,1,1,1,5,,1,,,6,1,,2,2,1,0,0,4,4,2,2,2,2,3,0,,,,2,2,,,,,,,,,2,0,2,2,2,2,,,,,1,2,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,1,2,1,,1,1,,5,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,619,,12,7428,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,70,12,80,4,,,,20000,,20000,1,,,,,,,,,,,4,,,,27000,,27000,1,,,,,,,,,,,1,1,1,2,7,1,1,,,,,,,1,500,0,,,,,,,1,2,,1,7,2,,1,2,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2000,1,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,3,1,1,1,10,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:GET PARANOID RIDING THE TRAINS NOW",2,2,,,,,2,1,2,1,2,,,,,,,,,,,,2,2,2,2,2,1,1,,2,63,1,,,,1,,1,,,1,"PG","020314",5,3,2,4,2,2,27000.001953125,20000,0,0,0,0,0,0,0,0,0,0,0,47000,.4049670994281769,556.2520751953125,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,38,45,41.5,3,0,0,1,0,0,1,0,0,1,4,1082.935546875,541.4677734375,360.978515625,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,250,1,0,0,0,0,0,0,1,500,0,500,1,1,1,1,1,1,17650,26475,0,70600,0,1,37000,190,1,,,0,,5,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2,0,0,0,0,0,0,0,2,0,2,2,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,27499,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,20000,20000,141.42135620117188,27000,27000,164.3167724609375,27000,20000,27000,164.3167724609375,20000,141.42135620117188,0,0,,1,0,0,0,0,1,1,0,0,38,1444,1,1,0,1,0,0,2,1,45,45,41.4865608215332,45,2025,0,0,0,1,0,0,2,0,12,80,1,1,1,1,0,38,1444,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020601",2,2,,,1,1,,2,,2,3,3,3,8,2,8,2,2,2,8,1,1,27,1,1,1,,2,27,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,4,2,9,,,,,2,9,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,2,,,,,2,2,2,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,8,,,,,,1,2,,,3,,,350,,12,4200,1,,2,,,2,2,1,,2,2,,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,1,1,2,,1,1,,1,1,,12,40,12,40,4,,,,30000,,30000,1,,,,,,,,,,,4,,,,30000,,30000,1,,,,,,,,,,,2,,1,1,8,1,2,,,,,,,1,2000,0,,,,,,,1,2,,1,6000,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,1,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,1,2,2,2,,,,,,,,,,,,2,2,2,1,2,2,1,,3,75,97," <5:OTHER (SPECIFY)>:SOVIET UNION",97," <5:OTHER (SPECIFY)>:SOVIET UNION",,,,,1998,1,"RR2","020714",3,2,1,3,2,1,30000,30000,0,0,0,0,0,0,0,0,0,0,0,60000,.9321386218070984,1280.36083984375,1,1,1,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,27,27,27,2,0,1,0,0,0,1,0,0,1,4,2697.020263671875,1348.5101318359375,1348.5101318359375,1,2,1,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,,1,1,1,,,1,0,,,,4,,,4,1250,1,0,0,0,0,0,0,1,2000,0,2000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,161,1,,,0,,3,1,1,0,1,1,1,1,1,1,,1,,,1,2,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,27508,97,97,,,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,30000,30000,173.205078125,30000,30000,173.205078125,30000,30000,30000,173.205078125,30000,173.205078125,1,1,,0,1,1,0,0,1,1,1,1,27,729,1,1,1,1,1,1,1,1,27,27,41.4865608215332,27,729,0,0,0,1,1,1,1,1,12,40,0,1,1,1,0,27,729,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020314",2,1,,,3,,1,14,,2,2,3,2,3,3,3,3,1,1,2,4,5,38,2,1,9,,1,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,15,1,1,,,,,12,1,1,,,,,9,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,12,1,1,2,,,,2,,,,,,,4,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:Infinity",,,,,,,,1,,7,,," <7:or another type of government program? {specify}>:Infinity",2,,,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,3,3,3,3,3,3,2,2,4,2,1,1,1,4,,1,,,9,1,,2,2,2,0,0,3,3,1,2,2,2,2,0,,,,3,3,,,,,,,,,2,0,2,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,1,12,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,1,250,,,,12,12000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,1,8,8,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,1,5,,2,99,4,,4,,,,,,1987,2,"ar","020314",5,2,3,4,1,3,12000,0,0,0,0,0,0,0,0,0,0,0,0,12000,.90010005235672,1236.353515625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,38,,38,3,0,0,1,0,0,0,1,0,1,2,2447.803466796875,2447.803466796875,1223.9017333984375,0,3,0,1,0,1,1,0,1,0,0,0,1,1,0,0,0,1,0,1,1,1,1,1,1,0,0,0,0,,2,4,4,,,,,0,0,0,0,0,0,0,0,0,1,1,1,,1,17650,26475,1,70600,0,0,37000,143,0,1,1,0,1,4,.800000011920929,0,0,0,0,1,,1,1,1,1,0,0,1,2,0,0,0,1,0,0,0,2,0,2,2,0,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,27509,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,12000,12000,109.54450988769531,0,0,0,12000,0,12000,109.54450988769531,0,0,0,0,,1,1,1,0,0,0,0,0,0,38,1444,1,,1,0,0,0,0,0,0,,41.4865608215332,38,1444,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020315",2,4,,,2,,1,23,,1,1,2,1,3,2,2,1,2,2,3,1,1,44,2,1,1,,1,52,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,11,1,1,,1,,,9,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,9,1,9,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,8,1,2,1,2,,,,,,,2,,,,,2,3,2,3,3,2,1,1,2,2,1,3,3,1,,1,,,4,1,,2,1,1,10,30,4,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,2,0,2,1,1,2,,,,,1,2,,2,,2,,,,,1,,2,2,,,,,,1,,,2,,,,,,,,,2,,,2,2,,,4,,,,2700,,2700,1,,2,,,8,2,3,,,15,,6,2,1,2,1,1,2,,,2,,,4,,,,12000,,12000,1,,,200000,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,9,20,12,40,4,,,,20000,,20000,1,,,,,,,,,,,4,,,,50000,,50000,1,,,,,,,,,,,2,,8,,8,2,,8,,,,,,1,9000,9000,,,,,,,1,2,,1,5000,,,,,,,2,2,1,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,8,,,,,,8,,,,,,,,,,,,,,,,,,499,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,1,1,2,1," <1:Yes (Specify)>:kiwanis",4,1,2,2,,,,,,,,,,,,,,,1,3,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,8,57,1,,,,1,,1,,,1,"gs","020315",4,2,2,4,2,2,50000,20000,1297.1419677734375,100,0,0,0,8466.2255859375,0,0,0,0,0,79863.3671875,.9321386218070984,1280.36083984375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,44,52,48,4,0,0,0,1,0,1,0,0,1,4,2208.474853515625,1104.2374267578125,1104.2374267578125,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,2,1,1,2,1.3333333730697632,0,0,0,0,,3,4,2,,,,,1,200000,,,1,9000,9000,0,1,1,1,0,1,1,17650,26475,0,70600,1,1,37000,84,1,,,1,,6,1.5,1,1,1,1,1,1,1,1,1,1,0,1,1,2,0,0,0,0,0,0,0,2,0,2,2,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,27530,,,,,1,0,0,0,0,0,0,-5,1241.30029296875,35.23208999633789,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,2,20000,20000,141.42135620117188,50000,50000,223.60679626464844,50000,20000,50000,223.60679626464844,20000,141.42135620117188,0,0,,0,0,0,0,0,1,1,1,0,44,1936,1,1,0,1,1,1,2,1,52,52,41.4865608215332,52,2704,0,1,1,1,1,1,2,0,12,40,1,1,1,1,0,44,1936,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543o","020327",2,2,,,4,,1,20,,2,3,2,2,3,3,3,2,2,2,1,1,1,40,2,1,1,,1,39,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,17,1,1,,2,,,14,2,1,,1,,,9,1,1,,1,,,7,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,17,1,7,,,,5,1,4,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,6,,,,2,2,,1,,2,,200,2,1,2,2,2,2,2,2,1,2,2,,,,,4,3,2,3,2,1,2,1,4,4,4,2,4,3,,1,,,11,1,,2,1,1,0,15,3,3,2,2,1,4,4,1,2,," <3:Something Else? (SPECIFY)>:DIDNT LIKE ENVIRONMENT",4,4,,,,,,,,,2,0,2,2,2,2,,,,,1,2,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,1,,,2,2,,,3,,,200,,12,2400,2,700,2,,,1,2,1,,2,6,,6,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,12,9000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,32000,,32000,1,,,,,,,,,,,4,,,,35000,,35000,1,,,,,,,,,,,1,1,2,,15000,,,,,,,,,1,30000,15000,,,,,,,8,,1,1,10000,,,,,,,2,2,2,1,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,2,2,1," <1:Yes (Specify)>:NEIGHBORHOOD SELFHELP ASS.",3,2,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,2,61,11," <5:OTHER (SPECIFY)>:TRINIDAD",1,,,,,,1980,1,"CD","020329",6,2,4,6,2,4,35000,32000,100,0,0,0,0,0,0,0,0,0,0,67100,.6563703417778015,901.5728759765625,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,40,39,39.5,3,0,0,1,0,0,1,0,0,1,4,1428.140380859375,714.0701904296875,714.0701904296875,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,2,1,2,3,1.3333333730697632,0,0,0,1,,1,1,3,15000,1,1,0,0,0,0,0,1,30000,15000,15000,0,1,1,1,1,1,23690,35535,0,94760,0,1,26400,20,1,,,0,,6,1,1,1,1,1,1,1,1,1,0,1,0,0,1,2,0,0,0,1,0,0,0,2,0,2,2,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,27532,11,,,,11,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32000,32000,178.88543701171875,35000,35000,187.08287048339844,35000,32000,35000,187.08287048339844,32000,178.88543701171875,0,0,1,0,1,1,0,0,1,1,0,0,40,1600,1,1,0,1,0,0,2,1,39,39,41.4865608215332,39,1521,0,1,0,1,0,0,4,0,12,40,1,1,1,1,0,40,1600,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020310",2,2,,,9,,1,40,,2,1,2,2,2,2,8,3,2,2,2,1,1,42,2,1,1,,1,46,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,17,2,1,,1,,,15,1,1,,1,,,14,1,1,,1,,,9,2,1,,1,,,8,2,1,,1,,,6,1,1,,1,,,5,2,1,,1,,,3,2,1,,1,,,1,1,1,,1,,,2,7,5,2,9,,,,,2,5,,,1,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,10,1,1,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,5,0,1,,,,0,3,,1,1,1,0,20,4,4,2,2,2,1,4,,,,,7,0,8,,,,,,,,6,3,4,1,2,1,2,,,,2,,,6,,,,1,,,,,2,2,,,,,,,,,,,1,,,,2,,,,,,2,2,,,3,,,220,,10,2200,1,,2,,,8,2,3,,,11,,9,2,2,2,1,1,2,,,2,,,3,,,2000,,12,24000,1,,,300000,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,42,,,,,,,,,,,,,,,,,,,4,,,,95000,,95000,1,,,,,,,,,,,1,1,1,1,8,2,,2,2,,,,,1,3000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,60,1,,,,97," <5:OTHER (SPECIFY)>:hungary",97," <5:OTHER (SPECIFY)>:CZECHOSLOVAKIA",,1,"GOLDY/FLEX","020313",10,2,8,10,2,8,95000,0,0,0,0,0,0,0,0,0,0,0,0,95000,.9321386218070984,1280.36083984375,1,1,0,3,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,42,46,44,3,0,0,1,0,0,1,0,0,1,4,1906.7513427734375,953.3756713867188,953.3756713867188,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,,,1,0,0,0,0,4,,,4,15000,1,1,0,1,300000,,,1,3000,0,3000,1,1,1,0,1,1,35770,53655,0,143080,0,1,27370.8203125,1,1,,,1,,9,.8999999761581421,0,1,0,1,1,1,1,1,1,1,1,,1,2,0,0,0,0,0,1,2,3,3,4,6,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,27539,,,85,97,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,95000,95000,308.220703125,95000,0,95000,308.220703125,0,0,3,1,,0,0,0,0,0,1,1,1,0,42,1764,0,1,0,1,1,0,2,1,46,46,41.4865608215332,46,2116,0,0,0,1,1,0,8,1,12,42,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,2.8076109886169434,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020312",2,2,,,2,,1,33,,2,2,1,3,2,2,3,2,2,2,3,5,5,33,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,2,1,,,,,6,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,6,2,3,,,,,1,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,4,,,,,,,2,,,,,2,2,2,2,,,,,,,2,,,,,1,2,1,3,3,1,2,2,1,2,1,1,1,2,1,,,,0,1,,2,1,1,0,2,4,4,2,2,2,1,3,0,,,,2,2,,,,,,,,,2,0,2,2,2,1,,,,,1,2,,,,,,98,,,5,,,,,,,,,,,,,,1,,,,2,,,2,,,2,1,2,,4,,,,385,,385,1,,2,,,2,2,1,,2,5,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,12,9000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,30,,,1,560,,,,12,26880,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,6000,,,,,,,,,2,,,,,,,,,1,1,,1,2000,,,,,,,2,2,2,2,2,2,2,2,2,1,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,,6,450,2700,1,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,1,1,,,,,8,,,,2,1,2,1,2,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,2,2,3,1,2,,,,,,,,,,,,2,2,2,3,2,2,2,,7,69,1,,,,1,,1,,,1,"GOLDY/FLEX","020717",3,1,2,3,1,2,26880.001953125,0,0,0,0,0,0,0,0,0,0,2700,0,29580.001953125,.8832159638404846,1213.1619873046875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,33,,33,2,0,1,0,0,0,0,1,0,1,2,1400.5042724609375,1400.5042724609375,1400.5042724609375,1,2,1,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,2,3,1,1,3,2,1,0,0,0,,4,4,4,6000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,14630,21945,0,58520,0,1,46438.2578125,159,0,1,1,1,1,4,1.3333333730697632,1,1,1,1,0,,1,0,1,1,1,0,1,2,0,0,0,0,0,0,0,2,1,2,2,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,27540,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2700,2700,51.961524963378906,0,0,0,0,0,0,1,26880,26880,163.9512176513672,0,0,0,26880,0,26880,163.9512176513672,0,0,0,0,1,0,0,0,0,0,1,0,0,0,33,1089,1,,1,1,0,0,0,0,0,,41.4865608215332,33,1089,0,0,0,0,0,0,0,0,12,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020403",2,4,,,3,,1,9,,3,2,3,2,3,3,2,4,2,2,3,1,1,31,2,1,1,,1,41,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,14,1,1,,1,,,11,2,1,,1,,,6,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,14,1,3,,,,,2,4,,,,,1,2,2,,,,,,,,,,,,,2,,,,,,,8,,,,,,,1,,6,,,,,,,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,2,2,1,1,1,3,4,,1,,,9,1,,1,2,1,0,0,4,4,2,2,2,3,3,0,,,,3,3,,,,,,,,,2,0,2,2,2,2,,,,,1,2,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,2," |yes",,,,,,,,,,,,,,2,,,1,2,1,,2,1,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,900,,12,10800,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,1,500,,,,12,24000,1,,,,,,,,,,,1,2,2,,8,8,,,,,,,,1,600,0,,,,,,,2,,1,1,5000,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,3,1,2,,,,,,,,,,,,2,2,2,2,3,1,4,,2,71,6," <5:OTHER (SPECIFY)>:ecuardor",1,,,,,,1992,2,"ak","020403",5,2,3,5,2,3,23999.998046875,0,0,0,0,0,0,0,0,0,0,0,0,23999.998046875,.4740406572818756,651.1296997070312,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,31,41,36,3,0,0,1,0,0,1,0,0,1,4,1186.6226806640625,593.3113403320312,593.3113403320312,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,0,0,0,0,1,600,0,600,0,1,1,0,1,1,20670,31005,1,82680,0,0,36847.08984375,9,0,1,1,1,1,5,1,1,0,0,1,0,,1,0,0,0,0,1,1,2,0,0,0,1,0,0,0,2,1,2,2,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,27598,6,,,,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,24000,24000,154.91932678222656,24000,0,24000,154.91932678222656,0,0,0,0,,1,1,1,0,0,1,0,0,0,31,961,0,1,0,1,0,0,2,1,41,41,41.4865608215332,41,1681,0,0,0,1,0,0,3,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020314",2,1,,,2,,1,51,,1,2,3,1,2,1,1,1,2,2,2,5,5,51,1,1,7,,1,43,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,17,1,1,,,,,13,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,13,1,1,2,,,,2,,,,,,,4,1,8,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,2,2,2,2,2,2,2,2,2,2,2,,,,,2,3,2,3,2,3,1,1,1,4,4,4,1,5,,1,,,7,1,,2,2,1,0,20,3,3,1,1,2,3,4,0,,,,2,2,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,27,,2,2,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,74,,12,888,1,,7," <7:Other (not staying w/anyone) {specify}>:her own place",,,1,4,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,8,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,300,3600,1,,12,123,1476,1,,2,,2,0,1,1,2,2,,2,2,2,,2,,,,3,,,,,,,,,1,5,,,,,,,,,,,,,,2,1,8,2,2,2,2,2,,2,2,2,1,1,5,6,,,,,,1,1,7,,,,,1,1,1,1,14,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:skin rash",2,1,9,,,1,2,2,2,2,2,2,,2,50,1,,,,1,,98,,,1,"TY","020324",4,2,2,3,1,2,0,0,0,0,0,3600,1476.0001220703125,0,0,0,0,0,0,1476.0001220703125,1.0910618305206299,1498.653564453125,0,1,5,,1,1,1,1,0,0,0,0,0,0,0,2,0,1,0,0,51,,51,4,0,0,0,1,0,0,1,0,1,2,7415.705078125,7415.705078125,3707.8525390625,0,3,0,1,0,0,1,0,1,0,0,0,1,2,1,0,0,1,0,1,2,1,2,1,1.3333333730697632,0,0,1,0,,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,14630,21945,1,58520,0,0,46438.2578125,81,0,1,1,1,1,2,.5,0,0,1,1,1,,1,1,0,1,1,1,1,3,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,,,,,,,,0,1,0,0,27614,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,3600,60,1476,1476,38.41874694824219,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,51,2601,0,,1,0,0,0,0,1,0,,41.4865608215332,51,2601,1,0,0,0,0,0,2,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020320",2,5,,,1,1,,53,,2,1,1,1,2,1,2,1,2,2,2,1,1,53,2,1,1,,1,54,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,13,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,13,1,8,,,,,2,4,,,,,2,5,1,2,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,1280,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,2,2,3,2,3,3,2,1,4,4,1,1,1,3,,1,,,7,3,,2,2,1,0,2,4,4,2,2,2,1,4,0,,,,1,0,1,1,2,2,,,0,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,32,,6,1,2,2,1,1,2,,,2,,,3,,,1200,,12,14400,1,,,325000,80000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,37,,,,,,,,,,,,,,,,,,,4,,,,28000,,28000,1,,,,,,,,,,,1,1,8,,30000,,,,,,,,,1,7000,0,,,,,,,1,2,,1,6000,,,,,,,2,2,2,1,1,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,200,2,,,,,6000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,48,1,,,,1,,1,,,1,"SF","020320",3,2,1,3,2,1,27999.998046875,0,200,0,0,0,0,0,5999.99951171875,0,0,0,0,34199.99609375,.9003636240959167,1236.715576171875,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,53,54,53.5,4,0,0,0,1,0,1,0,0,1,4,2392.381103515625,1196.1905517578125,1196.1905517578125,0,4,0,0,1,0,3,1,0,0,1,0,1,1,0,0,0,1,1,2,1,2,1,1,1.6666666269302368,1,0,0,0,,3,4,4,30000,1,1,1,1,325000,80000,245000,1,7000,0,7000,1,1,1,0,1,1,14630,21945,0,58520,0,1,46438.2578125,113,0,1,0,1,1,6,2,1,1,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,27642,,,,,1,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,6000,6000,77.45966339111328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,28000,28000,167.33200073242188,28000,0,28000,167.33200073242188,0,0,0,0,,0,0,0,0,0,1,1,0,0,53,2809,0,1,0,1,0,0,2,1,54,54,41.4865608215332,54,2916,0,1,0,1,0,0,1,0,12,37,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020321",2,3,,,1,1,,26,,1,2,3,1,3,4,4,3,2,2,2,5,2,26,2,1,2,,1,27,1,11,,2,49,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,10,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,10,1,7,,,,1,2,2,,2,,,2,3,2,,,,,,,,,,,,,2,,,,,,,1,1,,,,,,1,,6,,,,,2,,1,,2,,40,2,2,1,2,,,,,,,2,,,,,1,3,2,3,3,2,2,1,4,4,1,1,4,3,,1,,,3,1,,1,1,1,0,5,3,3,1,2,2,3,4,0,,,,1,1,,,,,,,,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,1,2,1,,2,12,,4,4,1,1,2,,,,,,,,,,,,,,,,,,,,,1,7," <7:Or someone else? (specify)>:section h",1,1,,3,,,700,,12,8400,1,,1,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,5,40,12,40,1,350,,,,5,7000,1,,,,,,,,,,,4,,,,27000,,27000,1,,,,,,,,,,,2,,2,,8000,,,,,,,,,2,,,,,,,,,1,2,,1,400,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100,70,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,1,2,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,1,1,10,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:afraid of something happening",2,1,1,,,2,2,1,1,2,1,4,,2,76,1,,,,1,,97," <5:OTHER (SPECIFY)>:peru",,1,"ma","020321",4,3,1,3,2,1,27000.001953125,6999.99951171875,0,69.99999237060547,0,0,0,0,0,0,0,0,0,34070,.4049670994281769,556.2520751953125,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,26,27,26.5,2,0,1,0,0,0,1,0,0,1,4,1126.898681640625,563.4493408203125,375.6329040527344,1,2,1,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,0,1,2,1,1,2,1.3333333730697632,0,0,0,0,,4,4,4,8000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,14630,21945,0,58520,0,1,46438.2578125,165,0,1,1,0,0,4,1,1,0,0,1,0,1,1,0,0,1,0,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,1,0,0,1,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,27737,,,,63,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,70,8.366600036621094,0,0,0,0,0,0,0,0,0,2,7000,7000,83.66600036621094,27000,27000,164.3167724609375,27000,7000,27000,164.3167724609375,7000,83.66600036621094,0,0,,1,0,0,0,0,1,1,0,0,26,676,1,1,0,1,0,0,2,1,27,27,41.4865608215332,27,729,0,0,0,1,0,0,1,0,12,40,1,1,1,1,0,26,676,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020321",2,4,,,2,,1,50,,1,1,1,1,4,1,1,1,2,2,3,1,1,50,1,1,1,,2,49,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,14,1,1,,1,,,12,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,14,1,11,,,,,2,9,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,800,1,,2,,800,8,2,1,2,2,2,2,2,1,2,2,,,,,1,3,3,3,2,3,1,2,2,2,1,1,3,1,,1,,,8,3,,1,1,1,0,9,4,4,2,2,2,1,4,1,1,,,2,0,2,2,2,2,,,5000,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,4,,,,500,,500,1,,2,,,1,2,3,,,6,,20,1,2,2,1,1,2,,,2,,,3,,,8300,,12,99600,1,,,2500000,1500000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,4,1,1,,1,1,,12,60,6,20,4,,,,500000,,500000,1,,,,,,,,,,,4,,,,60000,,60000,1,,,,,,,,,,,1,1,1,1,2e+06,,,,,,,,,1,22000,18000,,,,,,,1,1,,1,40000,,,,,,,2,2,2,1,1,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,40000,2,,,,,50000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,2,1,2,2,,1,1,2,1,8,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:DEPRESSION",2,2,,,,,2,1,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,2,52,1,,,,1,,1,,,1,"CD","020321",4,2,2,4,2,2,100000.9921875,60000,40000,0,0,0,0,0,50000,0,0,0,0,250001,.13503867387771606,185.48553466796875,1,4,0,4,4,1,4,0,0,0,1,0,0,0,0,2,0,1,0,0,50,49,49.5,4,0,0,0,1,0,1,0,0,1,4,475.6535339355469,237.82676696777344,237.82676696777344,1,2,1,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,2,1,1,0,0,0,0,,4,4,4,2e+06,1,1,1,1,2500000,1500000,1e+06,1,22000,18000,4000,1,1,1,1,0,1,17650,26475,0,70600,1,1,37000,11,1,,,1,,20,5,1,1,1,1,1,1,1,1,1,1,0,1,1,3,0,1,0,0,0,0,0,1,0,1,1,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,27772,,,,,1,0,0,0,0,0,0,0,0,0,40000,40000,200,50000,50000,223.60679626464844,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,500000,500000,707.1068115234375,60000,60000,244.948974609375,500000,60000,500000,707.1068115234375,60000,244.948974609375,0,0,1,0,0,0,0,0,1,1,1,1,50,2500,1,1,1,1,1,1,1,1,49,49,41.4865608215332,50,2500,0,1,0,1,1,1,2,0,12,60,0,1,1,1,0,49,2401,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020309",2,2,,,1,1,,22,,2,1,1,1,8,1,2,1,2,2,3,5,5,40,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,15,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,15,2,9,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,7,,," <7:or another type of government program? {specify}>:CARE PLUS",1,,,1,,1,200,450,1,2,1,2,2,2,2,2,2,2,2,,,,,1,2,3,3,3,3,1,1,1,4,1,1,3,3,,1,,,8,3,,1,2,1,1,12,4,4,1,2,2,1,4,2,3,," <3:Something Else? (SPECIFY)>:BETTER TUITION",1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,1,,5,1,2,2,1,1,2,,,2,,,4,,,,12000,,12000,1,,,240000,129000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,2,1,,,,,4,40,,,4,,,,21000,,21000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,11000,,,,,,,,,2,,,,,,,,,1,2,,1,8000,,,,,,,1,2,2,1,1,2,1,1,,2,2,2,1,2,8000,2,,,,,,,,,,,,,,,,,,150,2,,,,,9000,2,,,,,,,,,,,800,800,250,2,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,1,4,2,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,2,2,1,2,,,,,,,,,,,,2,1,2,2,2,2,2,,3,61,97," <5:OTHER (SPECIFY)>:BARBADOS",1,,,,,,1980,1,"RR2","020309",2,1,1,2,1,1,21000.001953125,0,150,800,0,0,0,0,9000,8000,0,0,250,39200,.6836602687835693,939.0576171875,0,1,1,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,40,,40,3,0,0,1,0,0,0,1,0,1,2,1236.9241943359375,1236.9241943359375,1236.9241943359375,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,0,2,1,1,1,1,1.3333333730697632,0,0,0,0,,4,4,4,11000,1,1,0,1,240000,129000,111000,0,0,0,0,1,1,0,0,,0,11610,17415,0,46440,0,1,42400,281,0,1,0,1,1,5,2.5,1,1,1,1,1,,1,1,1,1,,1,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,27781,20,,,,20,8000,8000,89.44271850585938,0,0,0,0,0,0,150,150,12.247448921203613,9000,9000,94.86833190917969,0,0,0,800,800,28.284271240234375,0,0,0,0,0,0,0,0,0,1,21000,21000,144.9137725830078,0,0,0,21000,0,21000,144.9137725830078,0,0,0,0,1,0,1,1,0,0,1,1,1,0,40,1600,1,,1,1,1,1,0,0,0,,41.4865608215332,40,1600,0,1,0,0,0,0,0,0,4,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250 -"9543o","020326",2,4,,,2,,1,12,,4,3,4,3,4,3,4,2,2,2,2,1,1,25,2,1,1,,1,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,1,1,,1,,,1,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,1,2,2,,2,,,2,2,,2,,,2,1,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,6,,,,,,,1,,2,,3200,2,2,2,1,,,,,,,2,2,3,3,3,,,,,,,,,,,,1,4,1,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,1,1,2,2,,,,,,,2,,2,,,,,,,1,,,,2,,,1,,,2,,,,,,,,,,,,2,2,,,1,175,,,,12,8400,1,,2,,,1,2,1,,8,8,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,2,1,,12,40,12,50,4,,,,18000,,18000,1,,,,,,,,,,,4,,,,22000,,22000,1,,,,,,,,,,,1,1,2,,4000,,,,,,,,,1,26000,25000,,,,,,,1,2,,1,50000,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,2,500,2,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,1,,2,76,97," <5:OTHER (SPECIFY)>:GUATAMALA",1,,,,,,1989,1,"NR","020326",4,2,2,4,2,2,22000.001953125,18000,100,0,500,0,0,0,0,0,0,0,0,40600,.4740406572818756,651.1296997070312,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,25,30,27.5,2,0,1,0,0,0,1,0,0,1,4,1234.79443359375,617.397216796875,617.397216796875,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,,,,,,,,,,,,3,,,4,4000,1,0,0,0,0,0,0,1,26000,25000,1000,1,1,1,1,1,1,17650,26475,0,70600,0,1,37000,138,1,,,1,,4,1,1,0,1,1,0,0,1,0,,0,0,0,1,2,0,0,0,1,0,1,1,0,1,0,2,1,0,0,0,0,1,1,1,1,0,1,0,1,,,,,,,,0,0,0,1,27866,40,,,,40,0,0,0,500,500,22.360679626464844,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,18000,18000,134.16407775878906,22000,22000,148.323974609375,22000,18000,22000,148.323974609375,18000,134.16407775878906,2,1,,1,1,1,0,0,1,0,0,0,25,625,1,1,0,1,0,0,2,1,30,30,41.4865608215332,30,900,0,1,1,1,0,0,2,1,12,50,1,1,0,0,0,25,625,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020310",2,4,,,3,,1,15,,1,1,1,3,2,3,8,1,2,2,8,1,1,45,1,1,1,,2,98,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,9,1,1,,1,,,7,1,1,,1,,,0,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,7,1,10,,,,,1,9,,,,,1,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,5000,1,,2,,500,2,2,1,2,,,,,,,2,,,,,1,3,2,3,3,3,2,1,4,4,1,1,3,0,,1,,,1,3,,1,1,1,0,3,4,4,2,2,2,2,1,0,,,,2,0,2,2,2,2,,,5000,,3,1,2,1,1,1,2,,,,2,,,98,,3,,98,,,,,1,,,,2,,,1,,,2,,1,,,,2,,,,,,2,2,,,1,150,,,,12,7200,2,200,2,,,2,2,3,,,8,,7,1,2,2,1,1,2,,,2,,,4,,,,24000,,24000,1,,,400000,150000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,100000,,100000,1,,,,,,,,,,,4,,,,50000,,50000,1,,,,,,,,,,,1,1,1,1,300000,,,,,,,,,1,62000,0,,,,,,,2,,2,1,15000,,,,,,,2,2,2,2,1,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,5000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,8,51,97," <5:OTHER (SPECIFY)>:african country",1,,,,,,1987,1,"kp","020310",5,2,3,5,2,3,99999.9921875,50000,0,0,0,0,0,0,5000,0,0,0,0,155000,.5401546955108643,741.942138671875,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,2,0,1,0,0,45,41.53856658935547,43.269283294677734,3,0,0,1,0,0,1,0,0,1,4,1642.67724609375,821.338623046875,821.338623046875,1,2,1,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,0,,4,4,4,300000,1,1,1,1,400000,150000,250000,1,62000,0,62000,0,0,1,1,1,1,20670,31005,0,82680,1,1,36847.08984375,2,1,,,1,,7,1.399999976158142,1,1,1,1,1,1,1,1,1,1,1,,1,3,0,1,0,1,0,1,0,2,0,2,3,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,27872,97,,,,97,0,0,0,0,0,0,0,0,0,0,0,0,5000,5000,70.71067810058594,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,100000,100000,316.2277526855469,50000,50000,223.60679626464844,100000,50000,100000,316.2277526855469,50000,223.60679626464844,1,1,1,0,1,1,0,0,1,1,1,1,45,2025,1,1,1,1,1,1,1,1,41.4865608215332,,41.4865608215332,45,2025,0,1,0,1,1,1,3,1,12,40,0,1,1,1,0,41.53856658935547,1725.4525146484375,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020318",2,1,,,3,,1,8,,1,2,1,1,1,1,1,1,2,2,3,1,1,40,2,1,1,,1,43,1,12,,1,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,15,1,1,,1,,,7,1,1,,1,,,4,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,7,1,1,2,,,,2,2,,2,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,1,1,1700,8,,,,,8,2,2,2,,,,,,,2,,,,,1,3,3,3,3,1,1,2,4,4,1,1,5,2,,1,,,1,1,,2,2,1,0,98,4,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,2,1,1,2,2,2,1,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2," |,|,|<",,,,,,,,,,,,,,2,,,8,2,3,,,4,,5,1,2,2,1,1,2,,,2,,,3,,,1400,,12,16800,1,,,98,98,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,72,4,,,,22000,,22000,1,,,,,,,,,,,4,,,,30000,,30000,1,,,,,,,,,,,1,1,1,1,8,2,,8,,,,,,1,3500,0,,,,,,,1,2,,1,15000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,1,1,1,2,2,,6,51,99," <5:OTHER (SPECIFY)>:",7," <5:OTHER (SPECIFY)>:ghana",,,,,1994,1,"dj","020323",6,3,3,5,2,3,30000,22000.001953125,0,0,0,0,0,0,0,0,0,0,0,52000,.697822093963623,958.5099487304688,1,1,0,2,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,40,43,41.5,3,0,0,1,0,0,1,0,0,1,4,3753.3837890625,1876.69189453125,1251.1279296875,1,1,0,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,1,1,1,1,1,3,1,0,0,0,0,,4,4,4,,,,,1,,,,1,3500,0,3500,1,1,1,1,1,1,20670,31005,0,82680,0,1,36847.08984375,18,1,,,1,,5,.8333333134651184,0,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,,0,0,1,1,1,1,2,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,27918,,37,,,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,22000,22000,148.323974609375,30000,30000,173.205078125,30000,22000,30000,173.205078125,22000,148.323974609375,1,1,1,0,,0,0,0,0,0,0,0,40,1600,1,1,0,1,0,0,2,1,43,43,41.4865608215332,43,1849,0,0,0,1,0,0,3,1,12,72,1,0,0,0,0,40,1600,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020417",2,4,,,2,,1,9,,3,2,2,3,2,3,3,2,2,2,3,1,1,39,1,1,1,,2,39,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,14,1,1,,1,,,10,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,99,9,7,,,,2,2,7,,,,2,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,6,,,,,,,2,,,,,2,2,2,2,,,,,,,2,,,,,,,,,,,,,,,,1,4,0,,,,,,,,,,,,,,,,,,,,,,,,2,2,,,,,,,,,1,0,1,2,2,2,,,,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,2,2,,,8,,,,,,,8,,2,,,2,2,3,,,5,,9,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,1,3,1,1,,1,1,,12,50,12,10,9,,,,,,,,,9,,,,,,,,,3,,,200,,99,,,,,,,,,,,,,2,,2,,9,9,,,,,,,,1,8,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,3,,7,99,97," <5:OTHER (SPECIFY)>:korea",99,,,,,,99,5,"return","020419",4,2,2,4,2,2,53107.2578125,21951.52734375,1774.5811767578125,0,0,0,0,0,0,0,0,0,0,76833.3671875,.25723394751548767,353.3297424316406,1,3,0,4,4,1,4,0,0,0,1,0,0,0,0,4,0,0,0,1,39,39,39,3,0,0,1,0,0,1,0,0,1,4,1068.2410888671875,534.1205444335938,534.1205444335938,1,2,1,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,,,,,,,,,,,,,,,4,,,,,0,0,0,0,1,,0,,1,1,1,1,0,1,17650,26475,0,70600,1,1,37000,133,1,,,0,,9,2.25,1,1,1,1,0,0,1,0,,0,1,0,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,27920,53,,,,53,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,,0,1,1,0,0,1,1,1,1,39,1521,1,1,1,1,1,1,1,1,39,39,41.4865608215332,39,1521,0,1,0,1,1,1,2,0,12,50,0,1,1,1,0,39,1521,0,0,0,0,0,.1519336998462677,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020320",2,2,,,2,,1,18,,2,1,1,1,2,1,1,1,2,2,2,1,1,47,1,1,1,,2,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,15,1,1,,1,,,9,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,9,2,9,,,,,2,9,,,,,2,1,2,,,,,,,,,,,,,1,1,2,3,4,5,,1,1,2,3,4,5,,2,,,,,,,1,1800,2,,,,,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,2,4,4,1,1,1,3,,1,,,3,3,,1,2,1,2,3,4,4,2,2,2,1,4,0,,,,2,0,2,2,2,2,,,8,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,12,,3,1,2,2,1,1,2,,,2,,,3,,,2600,,12,31200,1,,,380000,276000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,2,1,1,,,,12,37,,,,,,,,,,,,,,,,,,,4,,,,70000,,70000,1,,,,,,,,,,,1,1,2,,30000,,,,,,,,,1,26000,0,,,,,,,1,2,,1,25000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,2,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,3,,2,54,97," <5:OTHER (SPECIFY)>:Filipino",1,,,,,,1981,1,"ma","020321",4,2,2,4,2,2,70000,0,0,0,0,0,0,0,0,0,0,0,0,70000,.7717018127441406,1059.9891357421875,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,4,0,0,0,1,47,45,46,4,0,0,0,1,0,1,0,0,1,4,3711.836669921875,1855.9183349609375,1855.9183349609375,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,30000,1,1,1,1,380000,276000,104000,1,26000,0,26000,1,1,1,0,1,1,17650,26475,0,70600,0,1,37000,240,1,,,1,,3,.75,0,1,1,1,1,1,0,0,1,1,1,1,1,3,0,1,0,1,0,0,0,1,0,1,1,0,0,1,0,1,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,27924,64,,,,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,70000,70000,264.57513427734375,70000,0,70000,264.57513427734375,0,0,0,0,,0,1,1,0,0,1,1,1,1,47,2209,0,1,0,1,1,1,1,0,45,45,41.4865608215332,45,2025,0,0,0,0,0,0,0,0,12,37,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020415",2,4,,,2,,1,13,,3,2,3,8,3,2,2,3,2,2,1,1,1,37,2,1,1,,1,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,5,1,1,,1,,,8,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,5,1,2,,3,,,2,1,2,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,300,2,2,2,2,,,,,,,2,2,3,3,3,,,,,,,,,,,,1,3,1,1,,,,0,1,,1,1,1,0,12,4,4,2,2,2,1,4,,,,,2,2,,,,,,,,,2,1,2,1,1,2,2,,,,1,2,,2,,2,,,,,1,,1,,,,2,,,1,,,2,,,,,,,,,2,,,2,2,,,4,,,,800,,800,1,,2,,,2,2,1,,2,5,,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,12,9000,1,,2,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,12,40,12,40,8,,,,,,,,,1,2,2,1,,,,,,8,,,,,,,,,1,2,2,1,,,,,,2,,2,,8,8,,,,,,,,1,1500,8,8,,,,,,2,,1,1,3000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,1,1,1,11,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:nervous",2,1,4,,,,,1,1,1,2,,,,,,,,,,,,3,2,2,1,2,1,1,,2,64,97," <5:OTHER (SPECIFY)>:columbia",1,,,,,,1981,2,"jd","020415",4,2,2,4,2,2,35000,35000,0,0,0,0,0,0,0,0,0,0,0,70000,.7111620903015137,976.8333740234375,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,37,40,38.5,3,0,0,1,0,0,1,0,0,1,4,2846.130859375,1423.0654296875,1423.0654296875,1,2,1,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,1,1,1,1,,,1,0,0,0,0,3,,,4,,,,,0,0,0,0,1,1500,,,0,1,1,1,1,1,17650,26475,0,70600,0,1,37000,115,1,,,0,,3,.75,0,0,0,1,1,1,1,1,1,0,0,1,1,2,0,0,0,1,0,0,1,1,1,2,2,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,27932,28,,,,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,35000,35000,187.08287048339844,35000,35000,187.08287048339844,35000,35000,35000,187.08287048339844,35000,187.08287048339844,1,1,,1,1,1,0,0,0,0,0,0,37,1369,1,1,1,0,0,0,2,0,40,40,41.4865608215332,37,1369,0,0,0,0,0,0,0,0,12,40,0,0,0,0,1,40,1600,0,0,0,2,1,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020402",2,2,,,2,,1,20,,2,1,3,2,4,4,3,4,2,2,1,1,5,36,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,12,1,1,,,,,6,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,6,2,3,,,,,2,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,2,,,,,,,,,,2,,,,2,2,2,2,,,,,,,2,,,,,1,2,3,3,3,3,2,2,4,4,1,1,1,6,1,,,,0,2,,1,2,1,0,15,3,4,2,2,2,1,4,0,,,,2,1,1,2,1,2,,,500,,2,0,2,1,2,2,,,,,1,2,,2,,,,,,,1,,2,1,8,,,,,,,,,,,,,,,,,2,2," yes",,,,,,,,,,,,,,2,,,2,2,1,,1,5,,5,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,153,,6,918,2,2000,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,6,32,,,4,,,,14000,,14000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,2000,,,,,,,,,2,,,,,,,,,2,,1,1,1200,,,,,,,2,2,2,2,2,2,1,2,,2,1,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,200,,,,,,,,,,,,,,,,,,3,69,207,1,,,,,,,2,,2,,2,,,,,,,2,,2,,,,1,1,,,,1,,,,1,2,,,,1,1,,,,,2,,,,2,1,2,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,1,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,2,,1,66,1,,,,1,,1,,,1,"rm","020402",3,1,2,3,1,2,14000,0,0,200,0,207.00001525878906,0,0,0,0,0,0,0,14200,.8832159638404846,1213.1619873046875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,36,,36,3,0,0,1,0,0,0,1,0,1,2,1345.8680419921875,1345.8680419921875,1345.8680419921875,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,2,1,1,1,1,1.3333333730697632,0,0,0,0,,4,4,4,2000,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,,0,14630,21945,1,58520,0,0,46438.2578125,33,0,1,1,0,0,5,1.6666666269302368,1,0,0,1,0,,0,0,1,1,0,0,1,2,0,0,0,0,0,0,0,2,1,2,2,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,27945,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,207,207,14.387495040893555,0,0,0,1,14000,14000,118.32159423828125,0,0,0,14000,0,14000,118.32159423828125,0,0,0,0,1,0,0,0,0,0,1,0,0,0,36,1296,1,,1,1,0,0,0,0,0,,41.4865608215332,36,1296,0,0,0,0,0,0,0,0,6,32,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020412",2,3,,,3,,1,13,,1,3,8,3,2,4,2,2,2,2,8,1,1,45,1,1,1,,2,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,12,2,1,,1,,,11,2,1,,1,,,9,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,11,2,4,,,,,2,8,,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,4,,,,,,,1,,2,,0,2,2,2,2,,,,,,,2,,,,,1,1,8,3,3,3,1,2,2,4,1,1,5,0,,1,,,5,1,,1,1,1,0,4,4,4,2,2,2,1,4,0,,,,3,3,,,,,,,,,3,0,3,1,2,2,,,,,1,4,,3,,,,,,,3,,2,2,,,,,,,,,,,,,,,,,,2,2," return|return",,,,,,,,,,,,,,2,,,2,8,1,,2,13,,2,4,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,630,,12,7560,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,2,1,,8,50,8,50,4,,,,6000,,6000,1,,,,,,,,,,,4,,,,6000,,6000,1,,,,,,,,,,,1,2,2,,5000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,1,2,,,,,,,9,9,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,8,2,1,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,3,,7,57,9," <5:OTHER (SPECIFY)>:china",1,,,,,,1984,4,"return|ret","020412",5,2,3,5,2,3,5999.99951171875,5999.99951171875,100,0,4342.46435546875,0,0,0,0,0,0,0,0,16442.462890625,.547620952129364,752.1976318359375,1,1,0,3,2,1,2,0,1,0,0,0,0,0,0,4,0,0,0,1,45,45,45,4,0,0,0,1,0,1,0,0,1,4,5140.27587890625,2570.137939453125,2570.137939453125,1,2,1,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,3,,1,1,1,2,1,0,0,0,,4,4,4,5000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,20670,31005,1,82680,0,0,36847.08984375,35,0,1,1,0,0,2,.4000000059604645,0,,1,1,0,0,1,0,1,1,1,1,1,3,0,1,0,1,0,0,0,3,0,3,3,1,1,0,0,1,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,28001,9,,,,9,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,6000,6000,77.45966339111328,6000,6000,77.45966339111328,6000,6000,6000,77.45966339111328,6000,77.45966339111328,0,0,,0,1,1,0,0,1,0,0,1,45,2025,1,1,1,1,0,0,1,1,45,45,41.4865608215332,45,2025,0,1,1,1,0,0,3,0,8,50,0,1,1,1,0,45,2025,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020318",2,3,,,1,1,,25,,2,1,3,2,2,2,2,3,2,2,2,5,2,25,2,1,2,,1,28,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,6,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,6,2,1,2,,,,1,2,,2,,,2,3,2,,,,,,,,,,,,,1,4,,,,,,2,,,,,,,1,,4,,,,,,,2,,,,,8,2,2,2,,,,,,,2,,,,,1,3,2,3,3,3,2,1,1,1,1,1,3,2,1,,,,1,1,,2,1,1,2,10,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,1,2,3,,,21,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,147,,12,1764,1,,1,,,,,,,,,,,,,,,1,3,2,,1,1,,1,1,,9,35,12,40,2,,450,,,9,8100,1,,,,,,,,,,,2,,650,,,12,15600,1,,,,,,,,,,,1,1,1,2,8,1,2,,,,,,,1,4500,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,2,2,1,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,100,,,,,,,,,,,,,,,,,,3,300,900,1,,,,,,,2,,2,,2,,,,,,,2,,2,,,,2,2,1,3,,,,,,2,7,,," <7:or something else? (specify)>:DO TO THE TRADE CENTER 9/11",2,,,,,,,,,,2,1,2,1,2,1,2,2,,2,2,2,2,,,,,,,,,,,,,,,1,1,1,2,2,,,,,,,,,,,,1,1,1,1,2,1,1,,2,76,1,,,,1,,3,,,1,"TY","020319",3,2,1,3,2,1,15600.0009765625,8100,0,100,0,900,0,0,0,0,0,0,0,23800,.5688487887382507,781.3555908203125,1,1,2,2,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,25,28,26.5,2,0,1,0,0,0,1,0,0,1,4,3554.006591796875,1777.0032958984375,1777.0032958984375,1,2,1,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,0,,4,4,4,1250,1,0,0,0,0,0,0,1,4500,0,4500,1,1,1,0,1,1,14630,21945,0,58520,0,1,46438.2578125,153,0,1,1,1,1,4,1.3333333730697632,1,0,0,1,1,0,1,0,1,1,1,1,1,2,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,28027,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,900,900,30,0,0,0,2,8100,8100,90,15600,15600,124.89996337890625,15600,8100,15600,124.89996337890625,8100,90,0,0,,1,0,0,0,0,0,0,0,0,25,625,1,1,0,1,0,0,2,1,28,28,41.4865608215332,28,784,0,0,0,1,0,0,1,0,12,40,1,0,0,0,0,25,625,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020322",2,1,,,3,,1,7,,2,3,3,3,3,3,3,2,2,2,2,5,1,25,2,1,1,,1,26,1,7,,2,20,1,9," <14:OTHER, SPECIFY>:brotherinlaw",1,22,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,10,1,1,,1,,,5,2,1,,1,,,2,1,6,,6,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,5,2,1,2,,,,1,1,2,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,6,,,,,,,2,,,,,1,2,1,1,,,,,,,2,3,3,2,3,,,,,,,,,,,,1,1,5,1,,,,0,1,,2,1,1,0,1,3,3,2,2,2,2,2,,,,,2,2,,,,,,,,,3,2,2,2,2,2,1,2,,,2,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,,2," no",,,,,,,,,,,,,,2,,,2,2,1,,8,0,9,4,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,725,,9,6525,1,,8,,,,,,,,,,,,,,,1,3,2,,2,1,,1,2,2,2,40,,,1,290,,,,6,6960,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,0,,,,,,,,,1,8,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,2,1,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,,,,98,,,,99,,,,,,,,,,,2,,2,100,1,2,,2,,2,2,1,1,2,1,4,2,1,1,,,,3,,,,2,8,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,2,2,1,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,1,2,1,4,,2,76,8," <5:OTHER (SPECIFY)>:mexico",1,,,,,,1993,2,"dm","020322",7,4,3,4,2,2,6959.99951171875,0,0,0,0,0,0,0,0,0,0,322.1361083984375,0,7282.1357421875,1.045190691947937,1435.646240234375,1,1,2,1,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,25,26,25.5,2,0,1,0,0,0,1,0,0,1,4,4352.7509765625,2176.37548828125,1088.187744140625,1,2,1,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,1,2,1,,,1.3333333730697632,0,0,0,0,2,,,4,0,0,0,0,0,0,0,0,1,,0,,1,1,1,0,0,0,17650,26475,1,70600,0,0,37000,223,0,1,0,0,0,4,.5714285969734192,0,0,1,1,0,0,1,0,1,1,0,0,1,2,0,0,0,1,0,0,1,1,1,2,2,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,28064,8,,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,214.38082885742188,14.641749382019043,0,0,0,0,0,0,1,6960,6960,83.4266128540039,0,0,0,6960,0,6960,83.4266128540039,0,0,1,1,,1,1,1,0,0,0,0,0,0,25,625,1,0,1,0,0,0,2,0,26,26,41.4865608215332,25,625,0,0,0,0,0,0,0,0,2,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 -"9543o","020401",2,2,,,2,,1,30,,3,3,3,8,3,3,3,3,2,2,1,5,5,34,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,11,1,1,,,,,7,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,11,1,1,2,,,,1,,,,,,,4,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,4,,,,,,,2,,,,,2,2,3,2,,,,,,,1,,,,,1,3,2,3,3,2,1,1,4,4,8,1,1,2,,1,,,5,1,,1,1,1,0,2,3,4,2,2,2,2,2,1,5,," <3:Something Else? (SPECIFY)>:child required special ed, and this wan't available at previous school",2,2,,,,,,,,,2,0,2,2,2,2,,,,,1,4,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,1,,1,15,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,210,,12,2520,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,1,1,,,,,,,2,,,,,,,,,2,,8,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,200,2400,1,,12,214,2568,1,,2,,2,,2,,,,,,,5,,2,,,,3,,,,,,,,,1,4,,,,,,,,,,,,,,2,2,3,,2,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,1,2,2,2,,,,,,,,,,,,2,2,2,1,1,1,1,,2,67,6," <5:OTHER (SPECIFY)>:ecuador",1,,,,,,98,1,"agh","020401",3,1,2,3,1,2,0,0,0,0,0,2400,2568,0,0,0,0,0,0,2568,.90010005235672,1236.353515625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,34,,34,2,0,1,0,0,0,0,1,0,1,2,2547.173583984375,2547.173583984375,2547.173583984375,0,3,0,1,0,1,1,0,1,0,0,0,0,3,0,1,0,0,1,1,2,1,1,2,1.3333333730697632,0,0,0,0,,4,,4,250,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,14630,21945,1,58520,0,0,46438.2578125,190,0,1,,0,1,4,1.3333333730697632,1,0,0,1,0,,1,0,1,0,0,0,1,2,0,0,0,1,0,0,0,2,0,2,2,1,0,1,0,1,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,28104,6,,,,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2400,2400,48.98979568481445,2568,2568,50.675437927246094,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,1,1,0,1,0,0,0,0,34,1156,0,,1,0,0,0,0,0,0,,41.4865608215332,34,1156,1,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020318",2,2,,,1,1,,8,,2,3,1,3,2,3,4,1,2,2,2,5,2,37,1,1,98,,2,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,4,,,,,1,4,,,,,2,2,2,,,,,,,,,,,,,1,2,,,,,,1,8,,,,,,1,,9,,,,2,2,,2,,,,,2,1,1,2,,,,,,,2,1,1,3,3,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,1,2,,,,,,,,,,,,,,,,2,2,,,,,,2,2,,,,2,2,,,,,,,1,,,,,,,,,,,,,,,2,,,1,1,1,,2,6,,2,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,60,12,9,4,,,,40000,,40000,1,,,,,,,,,,,8,,,,,,,,,1,2,1,,1,,,,,1,1,1,1,7,2,,2,1,,,,,1,7000,3000,,,,,,,1,2,,1,10000,,,,,,,1,2,2,2,2,2,2,2,2,2,2,2,2,2,16000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,1,2,,1,1,2,1,11,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:nervouse tummy",8,1,7,,,,1,3,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,2,,6,60,1,,,,1,,1,,,1,"kp","020318",3,2,1,3,2,1,65000,40000,0,0,0,0,0,0,0,15999.9990234375,0,0,0,121000,.697822093963623,958.5099487304688,1,1,0,2,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,37,41.53856658935547,39.269283294677734,3,0,0,1,0,0,1,0,0,1,4,2274.833984375,1137.4169921875,1137.4169921875,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,6000,1,0,0,0,0,0,0,1,7000,3000,4000,1,1,1,1,0,1,14630,21945,0,58520,1,1,46438.2578125,100,1,,,1,,2,.6666666865348816,0,1,1,1,1,1,1,1,,1,1,0,1,2,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,28109,,,,,1,16000,16000,126.49110412597656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,40000,40000,200,65000,65000,254.9509735107422,65000,40000,65000,254.9509735107422,40000,200,1,1,1,0,0,0,0,0,1,0,0,1,37,1369,1,1,0,1,0,0,0,.4996632933616638,41.4865608215332,,41.4865608215332,41.53856658935547,1725.4525146484375,0,0,0,0,0,0,.4996632933616638,0,12,9,1,1,0,0,1,37,1369,1,0,0,1,1,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020430",2,1,,,4,,1,58,,3,2,4,1,2,4,3,2,2,2,2,4,5,58,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,15,1,5,,,,1,13,2,5,,,,1,9,2,5,,,,1,7,2,5,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,15,1,1,2,,,,2,,,,,,,4,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,2,2,2,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,2,1,2,1,4,4,1,1,0,,1,,,8,1,,1,1,1,0,10,4,4,1,2,2,2,4,0,,,,4,2,0,,,,,,,,2,0,2,1,2,2,,,,,1,2,,98,,,,,,,2,,2,2,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,1,,1,27,,5,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,250,,12,3000,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,1,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,12,632,7584,1,,98,,,,99,12,109,1308,1,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,1,5,,,,,,,,,,,,,,2,2,2,,1,2,2,2,,1,2,2,1,12,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:STRESS",1,1,9,,,,1,2,1,1,2,,,,,,,,,,,,2,2,3,1,3,2,2,,1,44,1,,,,1,,1,,,1,"RM","020430",9,1,8,5,1,4,0,0,0,0,0,3029.615478515625,1308,0,0,0,0,7584.00048828125,0,8892,2.216223955154419,3044.146484375,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,58,,58,4,0,0,0,1,0,0,1,0,1,2,5287.5927734375,5287.5927734375,5287.5927734375,0,3,0,1,0,1,1,0,1,0,0,0,1,2,1,0,0,1,0,1,1,1,1,2,1,0,0,0,0,,4,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,20670,31005,1,82680,0,0,36847.08984375,37,0,1,1,0,0,5,.5555555820465088,0,0,1,1,1,,1,1,1,0,1,0,1,3,0,1,0,0,0,0,0,2,0,2,2,1,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,28110,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7584,7584,87.08616638183594,-5,169.98902893066406,13.037983894348145,1308,1308,36.166282653808594,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,58,3364,0,,1,0,0,0,0,0,0,,41.4865608215332,58,3364,1,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.4038054943084717,.1519336998462677,.1519336998462677,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020321",2,4,,,1,1,,28,,1,1,1,2,2,2,2,1,2,2,2,1,1,28,2,1,1,,1,28,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,10,,,,,1,9,,,,,2,2,2,,,,,,,,,,,,,1,1,2,,,,,1,1,2,,,,,1,,1,2,,,2,2,,1,,2,,120,2,2,2,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,1,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,1,2,,,,,,,,,,,,,,,,2,2,,,,,,1,,,2,,1,,,,2,,,,,,2,2,,,3,,,1000,,12,12000,1,,2,,,1,2,3,,,2,,6,1,2,2,1,1,2,,,2,,,3,,,1300,,12,15600,1,,,270000,160000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,35,12,45,4,,,,75000,,75000,1,,,,,,,,,,,4,,,,100000,,100000,1,,,,,,,,,,,1,1,1,1,8,2,,8,,,,,,1,19000,0,,,,,,,1,1,,1,75000,,,,,,,2,2,2,1,2,2,1,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,50000,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>:sorority; community service program (through my church)",1,1,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,74,1,,,,1,,1,,,1,"agh","020502",3,2,1,3,2,1,99999.9921875,74999.9921875,2279.426513671875,0,0,0,0,0,0,0,0,0,0,177279.40625,.5401546955108643,741.942138671875,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,28,28,28,2,0,1,0,0,0,1,0,0,1,4,1371.8763427734375,685.9381713867188,685.9381713867188,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,,,,,,,,,,,,4,,,4,,,,,1,270000,160000,110000,1,19000,0,19000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,3,1,,,1,,6,2,1,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,28129,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,75000,75000,273.86126708984375,100000,100000,316.2277526855469,100000,75000,100000,316.2277526855469,75000,273.86126708984375,1,1,1,0,0,0,0,0,1,1,1,0,28,784,1,1,0,1,1,1,2,1,28,28,41.4865608215332,28,784,0,1,0,1,1,1,1,1,12,45,1,1,1,1,0,28,784,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020328",2,1,,,1,1,,14,,1,3,1,1,1,1,2,2,2,2,2,5,5,35,1,1,3,,2,66,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,14,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,14,1,7,,,,5,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,4,,,,2,2,,1,,2,,975,2,2,2,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,2,4,1,1,2,3,0,,1,,,8,1,,2,2,1,2,12,4,4,1,2,2,3,3,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,5,,4,1,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,7," <7:Other (not staying w/anyone) {specify}>:SUPER AND DON'T HAVE TO PAY RENT",,,2,,2,,1,1,,,,,12,40,,,4,,,,32000,,32000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,3000,,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,3089,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,1,,6,67,3,,,,,,,,1987,1,"RR2","020328",3,2,1,2,1,1,32000,0,3089,0,0,0,0,0,0,0,0,0,0,35089,.20816582441329956,285.9310607910156,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,35,,35,3,0,0,1,0,0,0,1,0,1,2,1051.304443359375,1051.304443359375,525.6522216796875,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,0,1,1,1,1,1,1,0,0,0,0,,4,4,3,3000,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,1,11610,17415,0,46440,0,1,42400,265,0,1,1,1,1,4,1.3333333730697632,1,1,1,1,1,,1,1,0,1,1,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,,,,,,,,0,1,0,0,28146,,,,,3,0,0,0,0,0,0,0,0,0,3089,3089,55.578773498535156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,32000,32000,178.88543701171875,0,0,0,32000,0,32000,178.88543701171875,0,0,0,0,,1,0,0,0,0,1,1,0,1,35,1225,1,,1,1,1,0,0,1,0,,41.4865608215332,35,1225,0,1,0,1,1,0,1,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020420",2,1,,,1,1,,11,,3,2,4,2,2,3,3,3,2,2,2,4,5,28,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,3,1,2,,1,,,2,,,,,,,1,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,1,,,1,,2,,200,2,2,1,2,,,,,,,2,1,2,2,3,,,,,,,,,,,,1,1,3,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,1,2,,,,,,,,,,,,,,,,1,,,,2,,,1,,,2,,2,2,,,,,,,,,2,2,,,3,,,100,,9,900,1,,2,,,2,2,1,,2,1,,1,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,2,,3,,,525,,12,6300,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,98,40,,,7,,,,,,,,,2,,,,,2,,2,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,8,,1,1,9,2,,1,2,,,1,2,2,2,2,2,1,2,,2,1,1,2,1,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,4,135,540,1,,4,108,432,1,,2,,1,,1,2,,2,,2,2,1,1,2,,,,3,,,,,,,,,1,2,,,,,,,,,,,,,,2,2,5,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,1,3,2,,,,,,,,,,,,2,2,2,1,2,1,4,,2,74,4,,1,,,,,,1991,2,"jd","020506",2,1,1,2,1,1,7500,0,0,355.52703857421875,0,540,431.9999694824219,0,0,373.4169616699219,0,0,0,8660.9443359375,.5999813675880432,824.1184692382812,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,28,,28,2,0,1,0,0,0,0,1,0,1,2,1061.9798583984375,1061.9798583984375,1061.9798583984375,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,2,2,1,,,1.6666666269302368,1,,,,4,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,,,11610,17415,1,46440,0,0,42400,110,0,1,0,0,1,1,.5,0,0,0,1,1,,1,1,,0,1,0,1,2,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,28153,,,,,4,-5,341.67962646484375,18.484577178955078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,540,540,23.237899780273438,432,432,20.784608840942383,1,7500,7500,86.6025390625,0,0,0,7500,0,7500,86.6025390625,0,0,1,1,,1,1,1,0,0,1,0,0,0,28,784,1,,1,1,0,0,0,0,0,,41.4865608215332,28,784,1,0,0,0,0,0,0,0,11,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 -"9543o","020401",2,4,,,2,,1,2,,3,2,3,3,4,2,8,4,2,2,3,1,1,25,1,1,1,,2,19,1,7,,1,28,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,2,1,,1,,,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,3,2,1,2,,,,2,1,2,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,9,,,,,,,2,,,,,8,2,2,2,,,,,,,2,1,8,8,3,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,1,2,,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,850,,12,10200,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,98,40,98,40,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,1,1,1,2,9,9,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,8,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,9,2,,,,,,,1,2,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,3,2,2,,,,,,,,,,,,2,2,1,2,2,1,4,,2,76,8," <5:OTHER (SPECIFY)>:mexico",1,,,,,,1985,2,"jd","020416",5,3,2,4,2,2,18132.6875,7980.66162109375,0,0,0,0,0,0,0,0,0,0,0,26113.349609375,.7111620903015137,976.8333740234375,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,25,19,22,1,1,0,0,0,0,1,0,0,1,4,3127.18359375,1563.591796875,1042.39453125,1,2,1,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,,,,1,,,1,0,,,,4,,,4,,,,,0,0,0,0,0,0,0,0,0,0,1,,,,17650,26475,1,70600,0,0,37000,162,0,1,0,0,1,3,.6000000238418579,0,0,0,1,0,0,1,0,,0,0,,1,2,0,0,0,1,0,1,1,0,1,0,2,0,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,28163,8,,,,8,0,0,0,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,2,1,,1,1,1,0,0,0,0,0,1,25,625,1,1,1,0,0,0,1,1,19,19,41.4865608215332,25,625,0,0,0,0,0,0,2,1,11,40,0,0,0,0,0,19,361,0,0,0,0,0,.1519336998462677,1,1,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,0,0 -"9543o","020404",2,1,,,1,1,,22,,3,3,3,3,1,3,1,3,2,2,3,4,5,45,2,1,5,,2,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,15,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,15,1,3,,,,,2,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,6,,,,,,,1,,2,,120,2,2,1,1,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,1,4,4,2,1,4,2,,1,,,10,1,,1,2,1,0,5,4,4,2,2,2,2,3,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,7,,6,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,1,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,12,60,,,4,,,,18000,,18000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,,8,1,1,,,,,,,1,1500,0,,,,,,,2,,2,1,7000,,,,,,,2,2,2,2,2,1,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,1,1,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,3,1,1,1,1,2,2,,3,57,2,,1,,,,,,1980,1,"CD","020404",3,2,1,2,1,1,18000,0,0,0,0,0,0,0,0,0,2228.56494140625,0,0,20228.564453125,.4416079819202423,606.5809936523438,0,2,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,45,,45,4,0,0,0,1,0,0,1,0,1,2,779.418701171875,779.418701171875,389.7093505859375,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,3,4,250,1,0,0,0,0,0,0,1,1500,0,1500,0,0,1,1,,1,11610,17415,0,46440,0,1,42400,144,0,1,0,0,0,6,2,1,0,0,1,0,,1,0,1,0,1,1,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,28172,,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,164.60757446289062,12.829948425292969,0,0,0,0,0,0,0,0,0,0,0,0,1,18000,18000,134.16407775878906,0,0,0,18000,0,18000,134.16407775878906,0,0,0,0,1,0,1,1,0,0,1,0,0,0,45,2025,1,,1,1,0,0,0,0,0,,41.4865608215332,45,2025,0,0,0,0,0,0,0,0,12,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 -"9543o","020322",2,1,,,3,,1,48,,2,1,2,1,3,3,3,2,2,2,2,1,1,48,1,1,1,,2,47,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,17,1,1,,1,,,0,9,99,,99,,9,0,9,99,,99,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,1,2,,1,,,2,8,,,,,2,4,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,200,2,1,2,2,2,2,2,1,1,2,2,,,,,2,3,2,3,3,3,1,1,3,4,2,2,2,5,,1,,,12,3,,1,1,1,0,2,4,4,2,2,2,1,4,0,,,,1,0,1,2,2,2,,,3900,,2,2,0,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,2,,,14,,5,3,2,2,1,2,,,,,,,,,,,,,,,,1,19000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,3,40,4,,,,50000,,50000,1,,,,,,,,,,,1,400,,,,3,4800,1,,,,,,,,,,,1,1,1,2,0,,,,,,,,,1,1000,0,,,,,,,1,2,,1,8,2,,1,2,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,1,1,1,2,,,,,,,,,,,,2,2,2,2,8,1,4," <7:ANOTHER GROUP (SPECIFY)>:PUERTO RICAN",2,53,1,,,,3,,3,,,1,"TY","020322",3,2,1,3,2,1,50000,4800.00048828125,0,0,0,0,0,0,0,0,0,0,0,54800,.4049670994281769,556.2520751953125,1,1,0,3,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,48,47,47.5,4,0,0,0,1,0,1,0,0,1,4,1997.9288330078125,998.9644165039062,998.9644165039062,0,3,0,1,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,0,,3,3,3,0,0,0,0,1,19000,0,19000,1,1000,0,1000,1,1,1,1,0,1,14630,21945,0,58520,0,1,46438.2578125,85,1,,,0,,5,1.6666666269302368,1,1,1,1,1,1,1,1,1,1,0,0,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,28176,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,50000,50000,223.60679626464844,4800,4800,69.28203582763672,50000,4800,50000,223.60679626464844,4800,69.28203582763672,0,0,,1,0,0,0,0,1,0,0,1,48,2304,1,1,1,1,0,0,1,1,47,47,41.4865608215332,48,2304,0,0,0,1,0,0,1,0,12,40,0,1,1,1,0,47,2209,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020317",2,4,,,3,,1,28,,1,3,1,1,1,2,1,1,2,2,2,1,1,28,2,1,1,,1,31,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,7,1,1,,1,,,4,1,1,,1,,,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,2,1,4,,,,,2,8,,,,,2,2,2,,,,,,,,,,,,,1,4,,,,,,2,,,,,,,1,,4,,,,,,,2,,,,,1,1,2,2,,,,,,,2,2,3,3,3,,,,,,,,,,,,1,1,5,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,3,2,1,1,2,2,1,2,,,2,,,3,,,,,,1,,,2,2,,,,,,,,,,,,,,,,,2,,1,,,,,,,,,,,,,,,2,,,1,2,1,,2,4,,6,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,12,9000,1,,1,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,12,8,12,40,4,,,,3000,,3000,1,,,,,,,,,,,4,,,,15000,,15000,1,,,,,,,,,,,1,2,2,,8,1,2,,,,,,,1,4000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,600,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,1,4,2,2,1,2,2,,,,,,,,,,,,,,,,,,1,2,8,,,,,,,,2,1,2,1,2,1,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,2,2,1,1,,2,73,1,,,,6," <5:OTHER (SPECIFY)>:ecuador",6," <5:OTHER (SPECIFY)>:ecuador",,1,"agh","020317",5,2,3,5,2,3,15000,3000,0,600,0,0,0,0,0,0,0,0,0,18600,.4049670994281769,556.2520751953125,1,1,0,3,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,28,31,29.5,2,0,1,0,0,0,1,0,0,1,4,1234.79443359375,617.397216796875,617.397216796875,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,,,,,,,,,,,,3,,,4,1250,1,0,0,0,0,0,0,1,4000,0,4000,1,1,1,0,1,1,20670,31005,1,82680,0,0,36847.08984375,20,0,1,0,0,1,6,1.2000000476837158,1,1,1,1,1,0,1,0,,1,1,1,1,2,0,0,0,0,0,1,1,1,1,1,3,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,28186,,,6,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,600,24.494897842407227,0,0,0,0,0,0,0,0,0,2,3000,3000,54.772254943847656,15000,15000,122.4744873046875,15000,3000,15000,122.4744873046875,3000,54.772254943847656,2,1,,1,0,0,0,0,1,0,0,0,28,784,1,1,0,1,1,0,2,1,31,31,41.4865608215332,31,961,0,0,0,1,1,0,3,1,12,40,1,1,0,0,0,28,784,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020315",2,1,,,1,1,,5,,2,1,2,3,1,2,2,4,2,2,2,1,1,34,1,1,1,,2,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,2,99,,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,2,4,,,,,2,1,2,,,,2,2,2,,,,,,,,,,,,,1,4,,,,,,1,4,,,,,,1,,4,,,,2,,,2,,,,,2,1,1,2,2,2,2,2,2,2,2,,,,,2,3,3,2,3,2,2,2,2,3,1,1,1,6,,1,,,9,1,,2,2,2,10,3,3,4,2,2,1,4,4,0,,,,1,0,0,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,2,,3,,,300,,4,1200,2,7600,1,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,6,50,,,1,600,,,,6,14400,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,2,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,200,2400,1,,12,100,1200,1,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,,,,,,,,,,,2,2,2,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,9,9,,99,99,99,,99,,,,,,99,1,"gs","020414",10,2,8,3,2,1,14400,0,0,0,0,2400,1200.0001220703125,0,0,0,0,0,0,15600,2.1031746864318848,2888.864990234375,1,1,0,1,2,1,2,0,1,0,0,0,0,0,0,,,,,,34,30,32,2,0,1,0,0,0,1,0,0,1,4,7617.4267578125,3808.71337890625,3808.71337890625,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,2,1,2,1.3333333730697632,0,0,0,1,,3,4,4,2000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,14630,21945,1,58520,0,0,46438.2578125,138,0,1,1,1,1,4,.4000000059604645,0,1,0,1,1,1,1,1,0,1,1,1,1,2,0,0,0,,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,28189,,,,,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2400,2400,48.98979568481445,1200,1200,34.64101791381836,1,14400,14400,120,0,0,0,14400,0,14400,120,0,0,0,0,0,0,,0,0,0,1,0,0,1,34,1156,1,0,1,1,0,0,1,1,30,30,41.4865608215332,34,1156,1,0,0,1,0,0,1,0,6,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020320",2,4,,,2,,1,45,,1,1,1,1,2,1,2,1,2,2,3,1,1,46,2,1,1,,1,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,13,1,1,,1,,,8,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,13,1,8,,,,,2,8,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,2400,1,,2,,300,2,2,1,2,2,2,2,2,2,2,2,,,,,4,2,3,2,3,3,2,1,1,2,1,1,1,2,,1,,,8,1,,2,2,1,0,6,4,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,1,2,3,,,6,,6,1,2,2,1,1,1,1,,2,,,4,,,,12000,,12000,1,,,300000,100000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,1,1,1,,12,10,12,40,9,,,,,,,,,2,,,,,2,,2,,9,,,,,,,,,1,2,2,2,,,,,,2,,2,,50000,,,,,,,,,1,15000,5000,,,,,,,1,1,,2,,,,,,,,2,2,2,1,1,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,500,2,,,,,6000,2,,,,,,,,,,,1000,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,56,1,,,,1,,1,,,1,"agh","020320",4,2,2,4,2,2,45000,7500,500,200,0,0,0,0,5999.99951171875,0,0,0,0,59200,.9003636240959167,1236.715576171875,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,46,45,45.5,4,0,0,0,1,0,1,0,0,1,4,2392.381103515625,1196.1905517578125,1196.1905517578125,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,2,1,2,1,1,1.6666666269302368,1,0,0,0,,1,4,4,50000,1,1,1,1,300000,100000,200000,1,15000,5000,10000,1,1,1,0,1,1,17650,26475,0,70600,0,1,37000,119,1,,,1,,6,1.5,1,1,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,0,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,28194,,,,,1,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,6000,6000,77.45966339111328,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,2,7500,7500,86.6025390625,45000,45000,212.1320343017578,45000,7500,45000,212.1320343017578,7500,86.6025390625,0,0,,0,0,0,0,0,1,1,0,0,46,2116,1,1,0,1,1,0,2,1,45,45,41.4865608215332,45,2025,0,1,0,1,1,0,2,0,12,40,1,1,1,1,0,46,2116,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020402",2,4,,,1,1,,47,,2,1,1,3,8,1,2,1,2,2,3,1,1,47,2,1,1,,1,42,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,11,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,11,1,11,,,,,2,4,,,,,2,3,1,2,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,1000,1,,2,,225,2,2,1,2,,,,,,,2,,,,,2,3,3,3,3,2,1,2,2,2,1,1,4,3,,1,,,5,1,,2,1,1,0,15,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,3,,,4,,7,1,2,2,1,1,2,,,2,,,3,,,1500,,12,18000,1,,,550000,170000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,50,,,,,,,,,,,,,,,,,,,4,,,,70000,,70000,1,,,,,,,,,,,2,,2,,8,2,,1,,1,,1,,1,8,0,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,1,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,54,1,,,,1,,1,,,1,"rm","020402",3,2,1,3,2,1,70000,0,643.9814453125,0,0,0,0,0,0,0,0,0,0,70643.984375,.9321386218070984,1280.36083984375,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,47,42,44.5,3,0,0,1,0,0,1,0,0,1,4,2065.5322265625,1032.76611328125,1032.76611328125,1,2,1,0,0,0,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,2,1,0,0,0,0,,3,4,4,175000,1,1,1,1,550000,170000,380000,1,,0,,1,1,1,0,1,1,14630,21945,0,58520,1,1,46438.2578125,168,1,,,1,,7,2.3333332538604736,1,1,1,1,1,1,1,1,1,1,,1,1,3,0,1,0,0,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,28212,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,70000,70000,264.57513427734375,70000,0,70000,264.57513427734375,0,0,0,0,,0,0,0,0,0,1,1,1,0,47,2209,0,1,0,1,0,0,2,1,42,42,41.4865608215332,42,1764,0,1,0,1,0,0,1,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020315",2,2,,,2,,1,22,,2,2,3,2,4,4,4,2,2,2,1,1,5,57,2,1,5,,2,33,1,9,,1,84,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,2,1,,,,,6,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,10,2,2,,3,,,2,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,4,,,,,,,2,,,,,8,2,2,2,,,,,,,2,,,,,1,3,2,2,3,8,1,1,1,1,8,1,1,0,,1,,,4,1,,1,1,1,4,98,4,8,1,2,8,1,8,0,,,,2,2,,,,,,,,,2,0,2,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,16,,5,1,2,1,1,1,2,,,2,,,9,,,,,,,,,,99,1700,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,48,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,8,,8,,8,8,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,1,2,2,2,2,,2,1,2,1,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,200,2400,8,900,,,,,,2,,8,0,1,2,,2,,2,2,2,,2,,,,3,,,,,,,,,3,,,,,1,1,,,,,2,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,8,3,2,8,1,98,,,,,,1,1,1,,,2,1,1,1,3,1,4,,2,43,97," <5:OTHER (SPECIFY)>:nicaragua",97," <5:OTHER (SPECIFY)>:nicaragua",,,,,1958,1,"em","020330",5,3,2,3,1,2,22874.283203125,0,425.94744873046875,0,0,900,0,0,0,0,0,0,0,23300.23046875,.90010005235672,1236.353515625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,57,,57,4,0,0,0,1,0,0,1,0,1,2,2835.142333984375,2835.142333984375,945.0474243164062,1,1,0,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,0,1,2,2,1,,1.6666666269302368,1,,0,,,4,,4,,,,,1,,1700,,0,0,0,0,0,1,1,1,,1,14630,21945,0,58520,0,1,46438.2578125,17,0,1,1,1,0,5,1,1,0,1,1,0,,1,0,1,1,0,0,1,3,0,1,0,1,0,0,0,2,1,2,2,,0,1,0,1,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,28219,58,58,,,58,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,900,900,30,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,1,1,0,0,0,0,0,0,57,3249,1,,1,0,0,0,0,0,0,,41.4865608215332,57,3249,0,1,0,0,0,0,0,0,12,48,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020413",2,1,,,3,,1,42,,1,1,1,1,1,1,1,1,2,2,3,1,1,52,1,1,1,,2,99,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,9,2,1,,1,,,7,1,1,,1,,,5,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,7,1,9,,,,,2,9,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,140,2,,,,,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,1,1,1,1,3,3,,1,,,1,3,,1,1,1,0,4,4,4,2,2,2,1,4,0,,,,3,0,3,2,2,2,,,4000,,3,1,3,1,1,2,2,,,,2,,,3,,3,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,,,,2,2,,,8,,,,,,,2,8,2,,,2,1,3,,,10,,6,1,2,2,1,1,2,,,2,,,3,,,1200,,12,14400,1,,,0,8000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,35,12,97,4,,,,54000,,54000,1,,,,,,,,,,,4,,,,70000,,70000,1,,,,,,,,,,,2,,2,,200,,,,,,,,,1,5500,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,1,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,14000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,1," <1:Yes (Specify)>:the astonia education society",4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,7," <7:ANOTHER GROUP (SPECIFY)>:astonian",1,50,97," <5:OTHER (SPECIFY)>:germany",1,,,,,,1960,1,"ty","020413",5,2,3,5,2,3,70000,54000,0,0,0,0,0,0,14000,0,0,0,0,138000,.7717018127441406,1059.9891357421875,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,4,0,0,0,1,52,41.53856658935547,46.769283294677734,4,0,0,0,1,0,1,0,0,1,4,3711.836669921875,1855.9183349609375,1855.9183349609375,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,200,1,0,0,1,0,8000,-8000,1,5500,0,5500,1,1,1,1,1,1,20670,31005,0,82680,1,1,36847.08984375,68,1,,,1,,6,1.2000000476837158,1,1,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,1,0,0,1,2,1,3,3,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,28222,36,,,,36,0,0,0,0,0,0,0,0,0,0,0,0,14000,14000,118.32159423828125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,54000,54000,232.37899780273438,70000,70000,264.57513427734375,70000,54000,70000,264.57513427734375,54000,232.37899780273438,1,1,,0,1,1,0,0,1,1,1,1,52,2704,1,1,0,1,1,1,1,0,41.4865608215332,,41.4865608215332,41.53856658935547,1725.4525146484375,0,1,0,0,0,0,0,0,12,42.29999923706055,1,1,1,1,1,52,2704,1,1,1,3,1,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020531",2,4,,,1,1,,12,,2,1,3,2,3,3,3,2,2,1,2,1,1,98,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,9,,,,,2,9,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,6,,,,1,1,250,1,,2,,5000,2,2,1,2,,,,,,,2,2,3,1,3,,,,,,,,,,,,1,1,98,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,3,,,1000,,12,12000,1,,2,,,1,2,3,,,4,,2,3,2,2,1,1,2,,,2,,,3,,,2000,,12,24000,1,,,400000,20000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,27,12,40,4,,,,40000,,40000,1,,,,,,,,,,,4,,,,40000,,40000,1,,,,,,,,,,,1,1,1,1,8,2,,1,,1,,1,,1,6000,0,,,,,,,1,8,,2,,,,,,,,1,2,2,1,2,2,2,2,,2,2,1,2,2,1500,2,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,3,,7,99,97," <5:OTHER (SPECIFY)>:Hongkong",1,,,,,,1988,4,"talked to","020531",2,1,1,3,2,1,40000,40000,1352.4854736328125,0,0,0,0,0,0,1499.9998779296875,0,0,0,82852.484375,.3858509063720703,529.9945678710938,1,2,0,4,4,2,8,0,0,0,0,0,0,0,1,4,0,0,0,1,41.3242301940918,41.53856658935547,41.431396484375,3,0,0,1,0,0,1,0,0,1,4,1286.0001220703125,643.0000610351562,1286.0001220703125,1,2,1,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,3,,,4,175000,1,1,1,1,400000,20000,380000,1,6000,0,6000,1,1,1,0,1,1,14630,21945,0,58520,1,1,46438.2578125,34,1,,,0,,2,1,1,0,1,0,1,1,1,1,,1,0,0,1,2,0,0,0,1,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,28235,44,,,,44,1500,1500,38.72983169555664,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,40000,40000,200,40000,40000,200,40000,40000,40000,200,40000,200,1,1,,0,1,1,0,0,1,1,1,0,41.28620147705078,1707.6920166015625,1,1,1,1,1,1,0,0,41.4865608215332,,41.4865608215332,42.23152160644531,1783.50146484375,0,1,0,0,0,0,0,0,12,27,0,1,1,1,.3509513735771179,41.53856658935547,1725.4525146484375,0,0,0,.3509513735771179,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020319",2,2,,,1,1,,27,,3,3,1,3,1,1,2,2,2,2,3,1,1,27,2,1,1,,1,28,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,8,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,1,7,,,,5,2,7,,,,5,2,1,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:aetna",1,6,,,,," <6:another type of government program? {specify}>:aetna",1,,7,,," <7:or another type of government program? {specify}>:aetna",2,,,1,,2,,8,2,8,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,1,1,1,1,2,2,,1,,,3,1,,2,1,1,0,25,4,4,2,2,2,2,4,1,1,,,1,1,,,,,,,,,1,0,1,1,2,2,,,,,1,2,3,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,2,2," the other place outside of school had to be paid for",,,,,,,,,,,,,,2,,,1,2,1,,2,0,11,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,1100,,1100,1,,2,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,8,35,12,40,4,,,,16000,,16000,1,,,,,,,,,,,4,,,,50000,,50000,1,,,,,,,,,,,1,1,1,1,8,2,,8,,,,,,1,8,8,2,,1,1,1,,2,,1,1,15000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,1,2,1,2,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,2,2,1,1,2,2,2,,6,75,1,,,,1,,1,,,1,"SF","020319",3,2,1,3,2,1,50000,15999.9990234375,0,0,0,0,0,0,0,0,0,0,0,66000,.6563703417778015,901.5728759765625,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,27,28,27.5,2,0,1,0,0,0,1,0,0,1,4,1486.1168212890625,743.0584106445312,743.0584106445312,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,0,0,0,0,1,,25000,,0,1,1,0,1,1,14630,21945,0,58520,1,1,46438.2578125,269,1,,,1,,5,1.6666666269302368,1,1,1,1,1,1,1,1,1,0,1,1,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,28240,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16000,16000,126.49110412597656,50000,50000,223.60679626464844,50000,16000,50000,223.60679626464844,16000,126.49110412597656,0,0,1,0,0,0,0,0,1,1,0,0,27,729,1,1,0,1,1,0,2,1,28,28,41.4865608215332,28,784,0,0,0,1,1,0,1,0,12,40,1,1,1,1,0,27,729,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020319",2,1,,,1,1,,15,,1,3,2,1,4,1,1,1,2,2,2,1,1,30,1,1,1,,2,34,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,9,1,1,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,9,1,8,,,,,2,8,,,,,2,1,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,1,150,2,,,,,2,2,1,1,,,,,,,2,,,,,1,3,3,3,3,3,1,1,4,4,1,1,1,5,,1,,,3,1,,2,1,1,10,0,4,4,2,2,2,1,1,0,,,,1,1,,,,,,,,,1,0,1,1,2,2,,,,,1,2,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,1,2,3,,,2,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1000,,12,12000,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,2,1,,12,35,12,35,9,,,,,,,,,2,,,,,1,1,,,9,,,,,,,,,8,,,,,,,,,1,1,1,1,20000,,,,,,,,,1,10000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3000,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,1,2,2,2,2,,2,71,97," <5:OTHER (SPECIFY)>:ANTIGUA",1,,,,,,1986,1,"TY","020319",3,2,1,3,2,1,17500,11433.794921875,0,200,0,0,0,0,0,0,0,0,0,29133.794921875,.6563703417778015,901.5728759765625,1,1,0,3,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,30,34,32,2,0,1,0,0,0,1,0,0,1,4,1677.47900390625,838.739501953125,838.739501953125,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,20000,1,1,0,0,0,0,0,1,10000,0,10000,1,1,1,1,1,1,14630,21945,0,58520,0,1,46438.2578125,25,0,1,1,1,1,4,1.3333333730697632,1,1,1,1,1,1,1,1,1,1,0,1,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,28247,14,,,,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,2,17500,17500,132.28756713867188,-5,19612.009765625,140.0428924560547,17500,-5,17500,132.28756713867188,9043.8486328125,95.09915161132812,0,0,1,0,1,1,0,0,1,1,0,1,30,900,1,1,1,1,1,0,1,1,34,34,41.4865608215332,30,900,0,0,0,1,1,0,1,0,12,35,0,1,1,1,0,34,1156,0,0,0,0,0,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020525",2,2,,,1,1,,50,,3,2,3,1,3,2,8,2,2,2,8,2,5,51,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,2,11,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,280,1,,2,,1200,8,2,3,2,8,8,8,2,1,2,2,,,,,4,1,3,1,2,2,1,1,4,4,4,4,4,1,,1,,,12,3,,1,2,1,0,5,3,4,2,2,1,1,3,0,,,,1,0,1,2,2,2,,,10000,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,7,,8,2,2,2,1,1,2,,,2,,,4,,,,12000,,12000,1,,,250000,111000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,3,2,1,,,,,7,35,,,4,,,,40000,,40000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,7,2,,1,,1,,1,,1,18500,0,,,,,,,1,1,,1,30000,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,8,2,,3,1,2,2,,,,,,,,,,,,,,,1,2,2,2,8,,,,,,,,,,,,8,8,2,2,2,2,1,,4,50,1,,,,1,,98,,,1,"nr","020528",2,1,1,2,1,1,40000,0,1961.866455078125,0,0,0,0,0,0,0,0,0,0,41961.8671875,.1597161889076233,219.38192749023438,0,3,0,,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,51,,51,4,0,0,0,1,0,0,1,0,1,2,788.8825073242188,788.8825073242188,788.8825073242188,1,2,1,0,0,1,4,1,0,0,0,1,0,3,0,1,0,1,1,3,1,3,2,2,2.3333332538604736,1,0,0,1,,1,1,1,175000,1,1,1,1,250000,111000,139000,1,18500,0,18500,1,1,0,0,,0,11610,17415,0,46440,0,1,42400,309,0,1,1,1,1,8,4,1,0,1,1,1,,1,1,1,0,0,,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,0,,0,0,0,,,,,,,,0,1,0,0,28360,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,40000,40000,200,0,0,0,40000,0,40000,200,0,0,0,0,,0,0,0,0,0,1,1,1,1,51,2601,1,,1,1,1,1,0,1,0,,41.4865608215332,51,2601,0,1,0,1,1,1,1,0,7,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020602",2,4,,,2,,1,11,,3,1,2,2,3,2,8,3,2,2,8,1,1,36,2,1,1,,1,39,1,3,,1,68,1,3,,2,62,1,7,,1,31,2,,,,,,,,,,,,,,,,,,,,,,,,,,2,5,1,1,,1,,,3,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,3,1,4,,,,,2,4,,,,,2,4,2,,,,,,,,,,,,,1,4,,,,,,2,,,,,,,1,,2,,,,,2,,2,,,,,2,2,2,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,1,98,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,2,2,1,2,2,1,1,2,,,2,,,,,,,98,,8,,,,,,,,,,,,,,,1,,,,1,2,1,,,,2,2,,,3,,,16,,98,,2,8,1,7,3,1,1,3,,,6,,6,3,2,2,1,1,1,1,,2,,,9,,,,,,,,,,98,90000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,2,1,,1,1,,8,40,12,40,4,,,,8000,,8000,1,,,,,,,,,,,4,,,,10000,,10000,1,,,,,,,,,,,1,2,2,,0,,,,,,,,,1,6000,0,,,,,,,1,2,,1,100000,,,,,,,1,2,2,2,2,2,2,1,,2,2,1,1,1,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7000,2,,,,,,,,,,,,,,,,,,,,,98,,,,99,2,,2,8,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,1,2,7,,,,,,,,2,1,5,2,2,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,2,1,2,1,2,,,,,,,,,,,,1,2,2,2,2,2,3,,7,65,9," <5:OTHER (SPECIFY)>:china",1,,,,,,1992,4,"wtl","020604",7,5,2,4,2,2,10000,8000,0,0,0,0,11.359197616577148,0,0,0,0,0,7000,25011.359375,.5950267910957336,817.3130493164062,1,2,0,2,2,2,6,0,0,0,0,0,1,0,0,4,0,0,0,1,36,39,37.5,3,0,0,1,0,0,1,0,0,1,4,1526.472412109375,763.2362060546875,305.29449462890625,0,3,0,1,0,1,2,1,0,1,0,0,1,2,1,0,0,1,,1,1,1,,,1,0,,,,4,,,4,0,0,0,0,1,,90000,,1,6000,0,6000,1,1,1,0,1,1,17650,26475,1,70600,0,0,37000,32,0,1,1,0,1,6,.8571428656578064,0,1,0,1,1,0,1,0,,0,0,,1,2,0,0,0,1,0,0,2,0,2,1,2,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,28402,9,,,,9,-5,341.67962646484375,18.484577178955078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,107.74469757080078,10.380014419555664,2,8000,8000,89.44271850585938,10000,10000,100,10000,8000,10000,100,8000,89.44271850585938,2,1,,0,1,1,0,0,1,0,0,0,36,1296,1,1,0,1,0,0,2,1,39,39,41.4865608215332,39,1521,1,0,0,1,0,0,2,1,12,40,1,1,0,0,0,36,1296,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,7000 -"9543o","020314",2,2,,,2,,1,23,,2,1,2,1,3,3,1,2,2,2,2,5,2,23,1,1,2,,2,27,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,7,1,1,,1,,,3,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,3,2,1,2,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,8,,,,,,,1,,4,,,,,,,1,,2,,0,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,3,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,2,1,1,1,2,2,2,,,,2,,,1,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,1,100,,,,7,2800,2,9,2,,,1,2,1,,1,11,,4,3,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,94,,1,94,1,,1,,,,,,,,,,,,,,,2,,2,,1,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,7,,,,,,,,,2,,,,,1,1,,,2,,1,1,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,1,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200,200,,,,,,,,,,,,,,,,,,99,,,,99,,,,,,2,,2,,1,2,,1,3,2,2,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,1,1,1,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,74,1,,,,3,,3,,,1,"cr","020330",4,2,2,4,2,2,17500,0,0,200,0,586.5776977539062,0,0,0,0,0,0,0,17700,.4256257116794586,584.628173828125,1,1,0,4,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,23,27,25,2,0,1,0,0,0,1,0,0,1,4,3426.596923828125,1713.2984619140625,1713.2984619140625,1,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,,1,1,1,,,1,0,,,,4,,,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,17650,26475,1,70600,0,0,37000,87,0,1,1,0,0,4,1,1,1,1,1,0,,1,0,,1,0,1,1,1,1,0,0,0,0,0,1,1,1,1,2,1,0,1,0,1,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,28405,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,-5,169.98902893066406,13.037983894348145,0,0,0,1,0,0,0,17500,17500,132.28756713867188,17500,0,17500,132.28756713867188,0,0,1,1,,1,0,0,0,0,0,0,0,1,23,529,0,1,0,1,1,1,1,0,27,27,41.4865608215332,27,729,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020412",2,4,,,2,,1,20,,3,3,3,3,3,3,4,2,2,2,2,2,5,43,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,17,2,1,,,,,16,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,17,2,4,,,,,2,,,,,,,4,1,8,,,,,,,,,,,,1,5,,,,,,,,,,,,,1,,5,,,,2,,,2,,,,,2,2,3,2,2,2,2,2,2,2,2,,,,,4,1,2,2,2,2,1,1,4,8,1,1,5,3,,1,,,3,1,,2,1,1,0,1,4,4,2,2,1,2,3,0,,,,2,2,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,12,,3,4,1,2,1,1,1,1," <7:or Someone else? (specify)>:husband's older sister",2,,,3,,,320,,12,3840,8,99,,68000,20000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,2,2,1,,,,98,24,,,8,,,,,,,,,2,,,,,2,,2,,,,,,,,,,,,,,,,,,,,2,,1,1,1800,,,,,,,,,2,,,,,,,,,2,,2,1,20000,,,,,,,2,2,2,2,2,1,1,2,,2,1,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6660,2,,,,,2000,0,,,,,,,,,,,,,,,,,,1,20,20,1,,,,,,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,3,3,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,3,,6,63,9," <5:OTHER (SPECIFY)>:china",9," <5:OTHER (SPECIFY)>:china",,,,,1989,3,"ok","020426",3,1,2,3,1,2,7500,0,0,0,0,20,0,0,0,0,6660.00048828125,0,0,14160,1.506221055984497,2068.9052734375,0,1,1,,2,2,6,0,0,0,0,0,1,0,0,4,0,0,0,1,43,,43,3,0,0,1,0,0,0,1,0,1,2,2864.3701171875,2864.3701171875,2864.3701171875,0,3,0,1,0,0,2,1,0,1,0,0,0,3,0,1,0,1,1,3,2,2,2,2,2.3333332538604736,1,0,0,1,,1,4,4,1800,1,0,0,1,68000,20000,48000,0,0,0,0,0,0,0,0,,0,14630,21945,1,58520,0,0,46438.2578125,42,0,1,1,0,0,3,1,1,0,1,1,1,,1,1,1,0,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,28427,9,9,,,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6660,6660,81.60882568359375,0,0,0,0,0,0,20,20,4.4721360206604,0,0,0,1,7500,7500,86.6025390625,0,0,0,7500,0,7500,86.6025390625,0,0,0,0,,0,1,1,0,0,1,0,0,0,43,1849,1,,1,1,0,0,0,0,0,,41.4865608215332,43,1849,0,0,0,0,0,0,0,0,11,24,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020428",2,4,,,3,,1,20,,2,3,2,3,2,4,2,1,2,2,2,1,1,38,1,1,1,,2,39,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,9,2,1,,1,,,7,1,1,,1,,,5,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,99,9,4,,,,,1,7,,,,5,1,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,2,,,,,2,2,1,2,,,,,,,2,,,,,,,,,,,,,,,,1,2,3,,,,,,,,,,,,,,,,,,,,,,,,3,3,,,,,,,,,3,1,3,1,2,2,1,2,,,2,,,3,,,,,,,,,8,8,,,,,,,,,,,,,,,,,8,,8,,,,,,,,,,,,,,,8,,,8,8,3,,,9,,6,1,2,2,1,1,2,,,2,,,3,,,900,,12,10800,1,,,170000,95000,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,6,98,12,45,8,,,,,,,,,2,,,,,2,,2,,8,,,,,,,,,9,,,,,,,,,1,8,1,1,5000,,,,,,,,,1,16000,12000,,,,,,,8,,8,1,15000,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,8,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,4,,2,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,64,2,,1,,,,,,1980,1,"agh","020428",5,2,3,5,2,3,7500,5048.3427734375,0,0,0,0,0,0,0,0,0,0,0,12548.3427734375,.6563703417778015,901.5728759765625,1,1,0,3,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,38,39,38.5,3,0,0,1,0,0,1,0,0,1,4,2274.833984375,1137.4169921875,1137.4169921875,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,,,,,,,,,,,,,,4,5000,1,0,0,1,170000,95000,75000,1,16000,12000,4000,0,0,1,0,1,1,20670,31005,1,82680,0,0,36847.08984375,74,0,1,0,1,1,6,1.2000000476837158,1,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,1,0,0,1,2,1,3,3,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,28440,,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,7500,7500,86.6025390625,-5,19612.009765625,140.0428924560547,7500,-5,7500,86.6025390625,9043.8486328125,95.09915161132812,1,1,1,0,1,1,0,0,1,0,0,1,38,1444,1,1,1,1,0,0,1,1,39,39,41.4865608215332,38,1444,0,0,0,1,0,0,3,1,6,42.29999923706055,0,1,1,1,0,39,1521,0,0,0,0,0,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020318",2,1,,,1,1,,34,,1,3,2,2,3,2,2,2,2,2,2,5,2,45,1,1,2,,2,42,1,12,,1,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,6,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,6,1,9,,,,,2,9,,,,,2,1,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,1,1,1000,1,,2,,400,2,2,1,2,,,,,,,2,,,,,1,2,3,3,2,3,2,1,2,2,1,1,1,2,1,,,,0,1,,2,1,1,4,12,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,10,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,850,,12,10200,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,40,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,9,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,2,1,,,,,,,,2,1,2,1,2,2,2,2,,2,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,1,2,2,3,2,2,1,,2,56,1,,,,1,,1,,,1,"gs","020318",4,3,1,3,2,1,47637.59765625,0,0,0,0,0,0,0,0,0,0,0,0,47637.59765625,.9321386218070984,1280.36083984375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,45,42,43.5,3,0,0,1,0,0,1,0,0,1,4,2375.8203125,1187.91015625,791.9401245117188,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,2,1,1,2,1,1.3333333730697632,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,14630,21945,0,58520,0,1,46438.2578125,261,1,,,1,,5,1.25,1,1,1,1,1,1,1,1,1,1,0,1,1,3,0,1,0,0,0,0,0,1,1,1,1,,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,28445,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,1,1,1,45,2025,1,0,1,1,1,1,1,1,42,42,41.4865608215332,45,2025,0,0,0,1,1,1,1,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020428",2,4,,,3,,1,35,,2,3,2,1,2,1,2,1,2,2,3,1,1,35,2,1,1,,1,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,9,1,1,,1,,,6,1,1,,1,,,3,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,6,1,4,,,,,2,4,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,200,2,2,1,2,,,,,,,1,,,,,1,3,1,2,3,1,2,1,1,3,1,1,1,3,1,,,,0,2,,1,2,1,0,8,4,4,2,2,2,1,4,0,,,,2,0,2,1,2,2,,,2700,,3,1,2,1,2,2,2,,,,2,,,3,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,3,,,11,,7,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,500,,12,6000,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,4,,,,50000,,50000,1,,,,,,,,,,,1,1,2,,75000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,1000,2,,,,,,,,,,,,,,,,,3000,250,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,66,1,,,,1,,1,,,1,"gs","020428",5,2,3,5,2,3,50000,0,999.9999389648438,249.99998474121094,0,0,0,0,0,0,0,0,0,51250,1.4416096210479736,1980.15673828125,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,35,36,35.5,3,0,0,1,0,0,1,0,0,1,4,2263.298583984375,1131.6492919921875,1131.6492919921875,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,0,1,1,3,2,1,3,2,1,0,0,0,,4,4,4,75000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,1,1,20670,31005,0,82680,0,1,36847.08984375,56,1,,,1,,7,1.399999976158142,1,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,0,0,0,1,2,2,2,3,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,28448,,,,,1,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,250,250,15.81138801574707,0,0,0,0,0,0,0,0,0,1,0,0,0,50000,50000,223.60679626464844,50000,0,50000,223.60679626464844,0,0,1,1,,0,0,0,0,1,1,0,0,0,35,1225,0,1,0,1,0,0,2,1,36,36,41.4865608215332,36,1296,0,1,0,1,0,0,3,1,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020319",2,2,,,2,,1,20,,3,3,3,2,4,3,3,2,2,2,2,1,1,33,2,1,1,,1,34,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,14,1,1,,1,,,6,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,14,1,8,,,,,2,7,,,,5,2,3,2,,,,,,,,,,,,,1,2,,,,,,1,1,,,,,,1,,7,,," <7:or another type of government program? {specify}>:GHI",2,1,80,1,,2,,150,2,2,2,2,2,2,2,2,2,2,2,,,,,1,3,2,3,3,2,1,2,3,3,2,1,4,3,,1,,,10,1,,2,1,1,0,2,4,4,2,2,2,2,2,0,,,,2,2,,,,,,,,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,1,2,1,,2,4,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,1,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,60,12,98,4,,,,35000,,35000,1,,,,,,,,,,,4,,,,45000,,45000,1,,,,,,,,,,,2,,2,,8,2,,2,1,,,,,1,8,8000,,,,,,,1,2,,1,10000,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,2,67,11," <5:OTHER (SPECIFY)>:TRINADAD",11," <5:OTHER (SPECIFY)>:TRINADAD",,,,,1979,1,"TY","020319",4,2,2,4,2,2,45000,35000,1388.2080078125,0,0,0,0,0,0,0,0,0,0,81388.2109375,.32818517088890076,450.78643798828125,1,2,0,3,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,33,34,33.5,2,0,1,0,0,0,1,0,0,1,4,743.0584106445312,371.5292053222656,371.5292053222656,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,2,1,1,2,1.3333333730697632,0,0,0,0,,4,3,4,6000,1,0,0,0,0,0,0,1,,8000,,1,1,1,1,,1,17650,26475,0,70600,1,1,37000,236,1,,,1,,5,1.25,1,0,1,1,1,1,1,1,1,0,0,0,1,2,0,0,0,1,0,0,0,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,28449,11,11,,,11,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,35000,35000,187.08287048339844,45000,45000,212.1320343017578,45000,35000,45000,212.1320343017578,35000,187.08287048339844,0,0,1,0,1,1,0,0,1,1,0,0,33,1089,1,1,0,1,1,0,2,1,34,34,41.4865608215332,34,1156,0,1,0,1,1,0,2,0,12,42.29999923706055,1,1,1,1,0,33,1089,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020317",2,1,,,1,1,,42,,2,2,2,1,2,2,2,1,2,2,2,5,5,42,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,2,7,,,,2,2,,,,,,,3,1,2,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,635,1,,2,,100,2,2,2,2,2,1,2,2,2,2,2,,,,,1,3,3,2,3,3,2,2,2,4,2,3,1,5,,1,,,10,1,,1,2,1,0,1,4,4,2,2,2,2,4,1,2,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,11,,4,1,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,615,,12,7380,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,37,,,4,,,,31700,,31700,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,20000,,,,,,,,,2,,,,,,,,,2,,1,1,7285,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,1,4,1,1,1,2,2,,,,,,,,,,,,,,,,,,1,1,,,,,3,,,,2,1,2,1,2,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,1,2,,2,59,1,,,,97," <5:OTHER (SPECIFY)>:PANAMA",97," <5:OTHER (SPECIFY)>:CUBA",,1,"GOLDY/FLEX","020317",2,1,1,2,1,1,31700,0,0,0,0,0,0,0,0,0,0,0,0,31700,.5387037992477417,739.9492797851562,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,42,,42,3,0,0,1,0,0,0,1,0,1,2,859.778076171875,859.778076171875,859.778076171875,1,2,1,0,0,0,4,1,0,0,0,1,1,2,1,0,0,1,1,1,1,2,1,1,1.3333333730697632,0,0,0,0,,4,3,2,20000,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,,1,11610,17415,0,46440,0,1,42400,285,0,0,0,1,0,4,2,1,1,1,1,1,,1,1,1,1,1,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,28451,,,61,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,31700,31700,178.04493713378906,0,0,0,31700,0,31700,178.04493713378906,0,0,0,0,,1,0,0,0,0,1,1,1,0,42,1764,1,,1,1,1,1,0,0,0,,41.4865608215332,42,1764,0,0,0,0,0,0,0,0,12,37,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020324",2,2,,,2,,1,9,,3,2,4,3,3,3,4,8,2,2,1,5,5,38,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,14,1,1,,,,,9,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,14,1,7,,,,5,1,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,8,1,,2,,2000,2,1,3,2,2,2,2,2,2,2,1,,,,,1,3,2,2,3,1,2,2,1,3,1,1,2,2,,1,,,6,1,,1,2,1,0,0,4,4,1,2,2,4,4,3,7,," <3:Something Else? (SPECIFY)>:MY SON IS DIABETIC THE SCHOOLS DIDNT HAVE THE PROPER CARE FOR A DIABETIC",2,2,,,,,,,,,1,0,1,1,1,2,,,,,2,,,,,,,,,,,,1,,,,2,,,1,,,2,,,,,,,,,,,,2,2,,,4,,,,2400,,2400,1,,2,,,1,2,3,,,9,,5,2,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 9 YEARS",2,,2,,1,1,,,,,12,40,,,4,,,,30000,,30000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,17000,,,,,,,,,1,2500,0,,,,,,,2,,2,1,7000,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,2,99,97," <5:OTHER (SPECIFY)>:germany",1,,,,,,99,1,"ma","020326",3,1,2,3,1,2,30000,0,0,0,0,0,0,0,0,0,0,0,0,30000,.8307514786720276,1141.09814453125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,38,,38,3,0,0,1,0,0,0,1,0,1,2,1228.266357421875,1228.266357421875,1228.266357421875,1,2,1,0,0,1,3,1,0,0,1,0,0,3,0,1,0,0,0,1,2,2,1,3,1.6666666269302368,1,0,0,0,,4,4,4,17000,1,1,0,0,0,0,0,1,2500,0,2500,0,0,1,1,,1,14630,21945,0,58520,0,1,46438.2578125,127,0,1,1,1,1,5,1.6666666269302368,1,0,,1,1,,1,1,0,0,0,0,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,28458,36,,,,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,30000,30000,173.205078125,0,0,0,30000,0,30000,173.205078125,0,0,0,0,1,0,1,1,0,1,1,1,0,0,38,1444,1,,1,1,1,0,0,0,0,,41.4865608215332,38,1444,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020315",2,4,,,1,1,,50,,1,1,1,1,1,2,2,1,2,2,2,1,1,99,2,1,1,,1,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,1,9,,,,,2,9,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,2,,,,,,,2,,,,,,,2,,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,1,2,1,1,1,1,1,,1,,,11,3,,1,1,1,5,10,4,4,2,2,2,1,4,0,,,,1,0,1,2,2,2,,,8000,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,20,,8,1,2,2,1,1,2,,,2,,,9,,,,,,,,,,4e+06,98,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,50,12,40,9,,,,,,,,,1,8,,,,,,,,8,,,,,,,,,1,8,,,,,,,,2,,2,,8,2,,8,,,,,,1,20000,0,,,,,,,1,8,,1,0,,,,,,,8,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,8,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,1,1,1,,,,,,,,1,2,,,,,,1,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,52,1,,,,1,,1,,,1,"ty","020315",3,2,1,3,2,1,54811.3515625,22348.2421875,0,0,0,0,0,0,0,0,0,0,0,77159.59375,.9321386218070984,1280.36083984375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,41.3242301940918,50,45.66211700439453,4,0,0,0,1,0,1,0,0,1,4,2208.474853515625,1104.2374267578125,1104.2374267578125,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,1,4e+06,,,1,20000,0,20000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,207,1,,,1,,8,2.6666667461395264,1,1,1,1,1,0,0,0,1,1,1,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,28462,,,,,1,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,,0,0,0,0,0,1,1,1,0,41.28620147705078,1707.6920166015625,1,1,1,1,1,1,2,0,50,50,41.4865608215332,42.23152160644531,1783.50146484375,0,0,0,0,0,0,0,0,12,50,0,1,1,1,1,50,2500,1,1,1,1,.1519336998462677,.1519336998462677,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0 -"9543o","020408",2,1,,,1,1,,23,,2,3,2,1,3,2,8,2,1,1,2,5,2,23,2,1,2,,1,29,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,2,7,,,,5,1,9,,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,1,1,,,,,,1,,1,,,,,2,,1,,2,,10000,2,2,1,2,,,,,,,2,1,3,3,1,,,,,,,,,,,,1,4,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,1,100,,,,6,2400,2,8,1,5,2,1,2,3,,,1,,6,2,2,2,1,1,2,,,2,,,3,,,1500,,12,18000,1,,,210000,154000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,98,30,12,40,4,,,,6000,,6000,1,,,,,,,,,,,4,,,,50000,,50000,1,,,,,,,,,,,1,2,2,,0,,,,,,,,,2,,,,,,,,,2,,2,1,5000,,,,,,,2,2,2,2,2,2,2,2,2,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,6000,1,,2,,,,,,,2,,1,,,,,,,,,,,,,,,,,,1,2,7,,,,,,,,2,1,2,2,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,2,79,1,,,,97," <5:OTHER (SPECIFY)>:HAITI",97," <5:OTHER (SPECIFY)>:HAITI",,1,"PF","020408",3,2,1,3,2,1,50000,5999.99951171875,0,0,0,0,0,0,0,0,0,0,0,56000,.5401546955108643,741.942138671875,1,1,0,4,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,23,29,26,2,0,1,0,0,0,1,0,0,1,4,1486.1168212890625,743.0584106445312,743.0584106445312,1,2,1,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,0,0,0,0,1,210000,154000,56000,0,0,0,0,0,0,1,0,1,1,14630,21945,0,58520,0,1,46438.2578125,21,1,,,1,,6,2,1,1,1,0,0,1,1,0,,1,0,,1,1,1,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,28485,,,42,42,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,6000,6000,77.45966339111328,50000,50000,223.60679626464844,50000,6000,50000,223.60679626464844,6000,77.45966339111328,1,1,1,0,0,0,0,0,1,1,0,0,23,529,1,1,0,1,1,1,2,1,29,29,41.4865608215332,29,841,0,0,0,1,1,1,1,1,12,40,1,1,1,1,0,23,529,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020317",2,2,,,1,1,,38,,1,1,2,2,2,2,3,2,2,2,1,1,1,38,2,1,1,,1,37,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,12,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,12,2,11,,,,,2,4,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,2,,,,,,,1,,1,,,,,2,,1,,2,,50,2,2,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,1,2,2,1,1,2,2,,1,,,6,3,,1,1,1,0,12,4,4,2,2,2,1,4,0,,,,1,0,1,2,2,2,,,2280,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,30,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,10,34,12,30,4,,,,45000,,45000,1,,,,,,,,,,,7,,,,,,,,,8,,,,,,,,,1,1,2,,7,2,,1,,2,1,,,2,,,,,,,,,1,1,,1,2100,,,,,,,1,2,2,2,2,2,1,2,,2,2,2,2,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,700,700,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,1,2,,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,1,1,1,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,64,1,,,,1,,1,,,1,"ejg","020317",3,2,1,3,2,1,45000,25414.955078125,0,700.0000610351562,0,0,0,0,0,5693.90283203125,0,0,0,76808.859375,.5401546955108643,741.942138671875,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,38,37,37.5,3,0,0,1,0,0,1,0,0,1,4,1428.140380859375,714.0701904296875,714.0701904296875,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,50000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,14630,21945,0,58520,1,1,46438.2578125,251,1,,,1,,4,1.3333333730697632,1,1,1,1,1,0,1,0,1,1,1,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,28520,,,,,1,-5,341.67962646484375,18.484577178955078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,700,26.4575138092041,0,0,0,0,0,0,0,0,0,2,45000,45000,212.1320343017578,-5,19612.009765625,140.0428924560547,45000,-5,45000,212.1320343017578,9043.8486328125,95.09915161132812,0,0,1,0,0,0,0,0,1,1,1,0,38,1444,1,1,1,1,1,1,2,0,37,37,41.4865608215332,38,1444,0,0,0,0,0,0,0,0,10,34,0,1,0,0,1,37,1369,1,0,0,1,.1519336998462677,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 -"9543o","020326",2,1,,,2,,1,4,,1,1,3,1,1,3,3,1,2,2,8,1,1,40,1,1,1,,2,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,4,1,1,,1,,,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,4,1,6,,,,,2,7,,,,2,2,2,2,,,,,,,,,,,,,2,,,,,,,1,1,,,,,,1,,1,,,,,1,8,1,,2,,1000,1,1,2,2,,,,,,,2,1,2,3,3,,,,,,,,,,,,1,1,3,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,1,2,2,2,,,,,,,98,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,4,,,,3000,,3000,1,,2,,,1,1,1,,1,0,3,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,625,,3,1875,1,,1,,,,,,,,,,,,,,,1,3,2,,1,1,,2,1,,7,40,3,40,1,250,,,,7,7000,1,,,,,,,,,,,8,,,,,,,,,2,,,,,8,,,,1,1,1,8,8,1,8,,,,,,,1,500,0,,,,,,,2,,2,1,2000,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,8,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,200,,,,,,,,,,,,,,,,,,,,,,,98,,,,99,2,,8,,2,,,,,,,1,2,2,1,3,2,1,8,,,,,,,,3,,,,,2,,,,,,,,,,2,1,1,1,2,1,2,2,,1,2,2,1,10,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:MORE FEARS OF IT HAPPENING AGAIN",2,2,,,,,2,1,1,1,8,,,,,,,,,,,,8,2,1,2,1,2,2,,3,60,97," <5:OTHER (SPECIFY)>:NIGERIA",1,,,,,,1996,1,"NR","020326",4,2,2,4,2,2,6999.99951171875,6765.72021484375,0,200,0,0,48.506351470947266,0,0,0,0,0,0,14014.2265625,.6481856107711792,890.33056640625,1,1,2,4,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,40,30,35,3,0,0,1,0,0,1,0,0,1,4,1934.4443359375,967.22216796875,967.22216796875,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,,2,1,1,,,1.3333333730697632,0,,,,4,,,4,,,,,0,0,0,0,1,500,0,500,0,0,1,0,0,0,17650,26475,1,70600,0,0,37000,208,0,1,0,1,1,3,.75,0,0,1,1,0,1,1,0,,1,1,0,1,2,0,0,0,1,0,1,1,0,1,0,2,1,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,28521,59,,,,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,-5,107.74469757080078,10.380014419555664,2,7000,7000,83.66600036621094,-5,19612.009765625,140.0428924560547,7000,-5,7000,83.66600036621094,9043.8486328125,95.09915161132812,2,1,1,0,1,1,0,0,1,1,0,1,40,1600,1,1,1,1,1,0,1,1,30,30,41.4865608215332,40,1600,1,0,0,1,1,0,2,1,7,40,0,1,1,1,0,30,900,0,0,0,0,0,.1519336998462677,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020401",2,1,,,2,,1,28,,3,2,2,2,1,4,3,2,2,2,2,3,5,28,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,17,1,1,,,,,15,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,17,1,4,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,67,1,,2,,8,2,2,2,2,2,2,2,2,2,2,2,,,,,3,3,3,2,3,2,1,1,1,2,1,1,2,2,,1,,,12,1,,2,1,1,0,3,4,4,2,2,2,4,4,0,,,,2,2,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,5,,4,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,1,2,2,2,2,2,2,2,,2,2,2,2,2,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,1,4,2,2,5,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,2,2,1,1,2,2,7," <7:ANOTHER GROUP (SPECIFY)>:SAID WHITE AND BLACK",3,98,1,,,,1,,1,,,1,"RR2","020401",3,1,2,3,1,2,0,0,0,0,0,0,0,0,0,874.3643798828125,0,0,0,874.3643798828125,1.506221055984497,2068.9052734375,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,4,0,0,0,1,28,,28,2,0,1,0,0,0,0,1,0,1,2,2732.264404296875,2732.264404296875,2732.264404296875,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,1,1,2,1,2,1.3333333730697632,0,0,0,0,,2,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,14630,21945,1,58520,0,0,46438.2578125,118,0,1,,0,0,4,1.3333333730697632,1,1,1,1,1,,1,1,0,0,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,28536,,,,,1,-5,341.67962646484375,18.484577178955078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,0,0,0,28,784,0,,1,1,0,0,0,0,0,,41.4865608215332,28,784,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 -"9543o","020502",2,3,,,2,,1,20,,2,3,3,3,3,2,3,1,2,2,1,2,5,40,2,1,5,,2,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,15,2,1,,,,,12,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,12,2,1,2,,,,2,,,,,,,4,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,3,3,3,2,3,2,2,2,3,3,1,1,4,2,,1,,,6,1,,1,1,2,0,15,4,3,2,2,2,2,4,0,,,,2,2,,,,,,,,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,1,12,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,1,2,2,2,2,2,2,,2,1,2,1,2,,,,,,,1,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6,9,,,99,,,,,,2,,2,0,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,60,3,,,,,,,,1976,2,"JD","020502",4,2,2,3,1,2,0,0,0,0,1550.4317626953125,1142.710205078125,0,0,0,0,0,0,0,1550.4317626953125,.90010005235672,1236.353515625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,40,,40,3,0,0,1,0,0,0,1,0,1,2,2447.803466796875,2447.803466796875,1223.9017333984375,0,3,0,1,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,1,1,2,1,2,1.3333333730697632,0,0,0,0,,2,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,14630,21945,1,58520,0,0,46438.2578125,225,0,1,1,1,1,4,1,1,0,1,1,1,,1,1,1,1,0,0,1,2,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,28615,,,,,3,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,169.98902893066406,13.037983894348145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,0,40,1600,0,,1,0,0,0,0,0,0,,41.4865608215332,40,1600,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020319",2,3,,,2,,1,15,,3,3,3,3,2,3,2,3,2,2,1,1,1,48,1,1,1,,2,37,1,3,,2,70,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,12,1,1,,1,,,10,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,12,1,1,2,,,,2,1,2,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,800,1,1,1,2,2,2,2,2,2,2,2,,,,,1,3,2,3,3,3,2,1,2,3,1,1,1,2,,1,,,7,1,,2,1,1,0,98,4,4,2,2,2,3,2,0,,,,2,2,,,,,,,,,2,0,2,1,2,2,,,,,2,,,2,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,1,80,,,,12,3840,1,,2,,,1,2,1,,2,10,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,735,,12,8820,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,11,40,11,40,4,,,,15000,,15000,1,,,,,,,,,,,4,,,,31000,,31000,1,,,,,,,,,,,2,,1,1,0,,,,,,,,,1,1000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,700,2,,,,,,,,,,,,,,,,,500,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,1,2,,,,,,,,,,,,,,,3,1,1,1,2,,,,,,,,,,,,2,2,2,1,2,1,2,,2,52,4,,1,,,,,,1988,2,"ar","020320",5,3,2,4,2,2,30999.998046875,15000,700.0000610351562,200,0,0,0,0,0,0,0,0,0,46900,.7111620903015137,976.8333740234375,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,48,37,42.5,3,0,0,1,0,0,1,0,0,1,4,3292.918212890625,1646.4591064453125,1097.639404296875,1,2,1,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,1,1000,0,1000,1,1,1,0,0,0,17650,26475,0,70600,0,1,37000,5,1,,,0,,4,.800000011920929,0,0,0,1,1,1,1,1,0,0,1,1,1,3,0,1,0,1,0,0,0,2,0,2,2,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,28655,,,,,4,0,0,0,0,0,0,0,0,0,700,700,26.4575138092041,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,2,15000,15000,122.4744873046875,31000,31000,176.0681610107422,31000,15000,31000,176.0681610107422,15000,122.4744873046875,0,0,,1,1,1,0,0,0,0,0,1,48,2304,1,1,0,0,0,0,1,0,37,37,41.4865608215332,37,1369,0,1,0,0,0,0,0,0,11,40,1,0,0,0,1,48,2304,0,0,0,2,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020401",2,4,,,1,1,,23,,2,1,1,2,2,1,3,2,2,2,2,3,5,51,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,7,2,5,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,7,2,8,,,,,2,,,,,,,5,1,2,,,,,,,,,,,,1,4,5,,,,,,,,,,,,1,,6,,,,2,,,1,,2,,150,2,2,2,2,,,,,,,2,,,,,1,3,2,3,3,3,2,1,3,1,1,1,4,2,,1,,,2,1,,2,2,1,0,6,4,4,2,2,2,3,4,1,3,," <3:Something Else? (SPECIFY)>:COULDN'T AFFORD A PRIVATE KINDERGARTEN ANYMORE",1,1,,,,,,,,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,2," NO i DID NOT",,,,,,,,,,,,,,1,3,2,2,2,1,,2,1,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,800,,12,9600,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,1,2,2,2,2,1,2,,2,2,2,1,2,,,,,,,1,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,1,1,2,2,2,2,,1,2,1,2,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,2,8,2,2,2,2,3,,3,50,97," <5:OTHER (SPECIFY)>:SOUTH AMERICAN (NON SPEC",1,,,,,,1968,1,"RR2","020401",9,1,8,2,1,1,0,0,0,0,697.8453979492188,0,0,0,0,0,0,0,0,697.8453979492188,1.960411548614502,2692.769287109375,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,4,0,0,0,1,51,,51,4,0,0,0,1,0,0,1,0,1,2,7850.0810546875,7850.0810546875,7850.0810546875,0,4,0,0,1,0,3,1,0,0,1,0,1,2,1,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,0,,4,4,4,200,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,11610,17415,1,46440,0,0,42400,174,0,1,0,1,1,4,.4444444477558136,0,1,1,1,1,,1,1,0,1,1,0,1,3,0,1,0,1,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,28668,97,,,,97,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,0,0,1,1,0,0,51,2601,0,,1,1,1,0,0,0,0,,41.4865608215332,51,2601,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020319",2,2,,,2,,1,20,,3,2,4,3,4,3,4,3,2,1,1,5,1,35,1,1,2,,2,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,1,1,,8,,,1,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,1,1,2,,2,,,1,2,,2,,,1,2,1,2,,,,,,,,,,,,1,3,4,,,,,1,3,4,,,,,1,,1,4,6,,2,1,8,1,,2,,500,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,2,3,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,1,1,1,2,,,,,,,1,,1,,1,,,,,1,,,,2,,,1,,,8,,2,2,,,,,,,,,2,2,,,1,150,,,,2,1200,1,,1,4,8,8,2,1,,2,15,,2,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,450,,4,1800,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,1,1,2000,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,7,67,1,,,,1,,1,,,1,"SF","020724",4,2,2,4,2,2,0,996.1190185546875,0,0,0,0,0,0,0,0,0,0,0,996.1190185546875,.697822093963623,958.5099487304688,1,1,0,2,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,35,25,30,2,0,1,0,0,0,1,0,0,1,4,2367.183349609375,1183.5916748046875,1183.5916748046875,1,1,0,0,0,0,2,1,0,1,0,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,,17650,26475,1,70600,0,0,37000,93,0,1,1,0,0,2,.5,0,0,0,0,1,1,1,1,,0,0,0,1,2,0,0,0,0,0,1,1,0,1,0,2,1,0,0,0,0,2,1,1,0,0,0,0,0,,,,,,,,0,0,0,1,28678,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-9,-9,,0,-9,0,0,-9,,2,1,1,0,0,0,0,0,1,0,0,1,35,1225,0,,1,1,0,0,1,1,25,25,41.4865608215332,35,1225,0,0,0,1,0,0,2,1,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020408",2,1,,,1,1,,32,,2,1,4,3,4,4,4,4,2,2,1,3,5,31,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,9,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,9,2,8,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,6,,,,2,1,4500,1,,2,,200,2,2,1,2,,,,,,,2,,,,,1,3,2,2,3,3,2,1,2,2,1,2,1,6,,1,,,4,1,,2,1,1,0,6,3,4,2,2,2,2,4,1,2,,,1,1,,,,,,,,,1,0,1,1,1,2,,,,,1,1,,,,,,,,,,,1,,,,2,,,1,,,2,,,,,,,,,2,,,2,2,,,3,,,600,,12,7200,2,300,2,,,1,2,1,,2,7,,4,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,950,,12,11400,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,58000,,58000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,1,2,,,,,,,2,,,,,,,,,2,,1,1,8000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,1,1,2,1,13,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:tense",1,2,,,,2,2,2,1,2,1,2,,2,70,1,,,,3,,1,,,1,"RM","020408",2,1,1,2,1,1,58000,0,0,0,0,0,0,0,0,0,0,0,0,58000,.5125567317008972,704.0343627929688,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,31,,31,2,0,1,0,0,0,0,1,0,1,2,969.184326171875,969.184326171875,969.184326171875,1,2,1,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,2,2,1,1,1.6666666269302368,1,0,0,0,,4,4,3,1250,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,1,11610,17415,0,46440,1,1,42400,374,1,,,0,,4,2,1,0,0,1,1,,1,1,1,1,0,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,28681,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,58000,58000,240.83189392089844,0,0,0,58000,0,58000,240.83189392089844,0,0,0,0,,1,0,0,0,0,1,1,0,0,31,961,1,,1,1,1,0,0,0,0,,41.4865608215332,31,961,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020314",2,1,,,1,1,,52,,2,1,2,1,3,3,2,3,2,2,3,1,1,54,1,1,1,,2,52,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,2,4,,,,,2,4,,,,,2,5,1,1,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,4,,,,,,,1,,2,,70,2,2,2,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,2,2,4,4,4,1,4,3,,1,,,8,1,,2,1,1,2,1,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,10,,6,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,531,,12,6372,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,1,2000,0,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,1,2,2,1,4,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:respiratory problems",1,1,7,,,,1,1,1,1,2,,,,,,,,,,,,2,2,2,2,2,1,1,,2,47,3,,,,,,,,1948,1,"rm","020314",3,2,1,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.4740406572818756,651.1296997070312,1,1,0,2,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,54,52,53,4,0,0,0,1,0,1,0,0,1,4,1997.9288330078125,998.9644165039062,998.9644165039062,0,4,0,0,1,0,2,1,0,1,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,1,4,0,0,0,0,0,0,0,0,1,2000,0,2000,0,0,0,0,0,0,14630,21945,1,58520,0,0,46438.2578125,86,0,1,1,1,1,6,2,1,1,0,1,0,0,1,0,1,1,0,1,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,,,,,,,,0,0,0,1,28701,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,1,0,1,0,0,1,54,2916,0,0,1,1,0,0,1,1,52,52,41.4865608215332,54,2916,0,0,0,1,0,0,1,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020316",2,2,,,1,1,,69,,3,2,3,1,2,2,2,3,2,2,8,2,5,69,2,1,5,,1,43,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,11,1,5,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,11,1,2,,2,,,2,,,,,,,4,2,,2,1,1,1,1,1,4,4,4,4,4,1,5,,,,,,,,,,,,,1,,2,,,,2,1,150,2,,,,,2,2,1,2,,,,,,,1,,,,,1,2,2,2,1,2,1,8,1,4,1,1,4,2,,1,,,4,1,,1,2,2,0,0,4,4,2,2,2,1,3,2,1,,,1,1,,,,,,,,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,20,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,8,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,1,1,,,,,,,2,,,,,,,,,1,8,,9,,,,,,,,9,9,9,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,1,2,,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,1," <1:Yes (Specify)>:Disabled Amer. Veterans",3,2,2,2,,,,,,,,,,,,,,,3,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,32,1,,,,10," <5:OTHER (SPECIFY)>:Poland",10," <5:OTHER (SPECIFY)>:Poland",,1,"ddb","020316",10,2,8,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5.160773754119873,7088.7021484375,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,69,,69,5,0,0,0,0,1,0,1,0,1,2,6611.9130859375,6611.9130859375,3305.95654296875,0,3,0,1,0,1,2,1,0,1,0,0,1,1,0,0,0,0,1,2,2,2,3,2,2,1,0,0,0,,4,4,4,250,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,11610,17415,1,46440,0,0,42400,345,0,1,0,1,1,5,.5,0,0,0,1,1,,1,1,1,0,1,1,1,4,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,28718,,,10,10,1,-9,-9,,-9,-9,,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,1,1,0,0,0,69,4761,0,,1,1,0,0,0,0,0,,41.4865608215332,69,4761,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,,1,0,0,0,0,,1,,1,0,0,0,0,0 -"9543o","020314",2,4,,,1,1,,24,,2,1,4,3,4,4,3,3,2,2,2,3,5,48,1,1,5,,1,26,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,1,6,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,2,,1,,2,,500,2,1,1,2,2,2,2,2,2,2,2,,,,,3,3,3,3,3,3,2,2,4,3,2,2,4,2,,1,,,10,1,,2,2,1,0,2,3,4,1,2,1,4,3,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,5,,6,4,2,1,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,840,,12,10080,1,,8,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,12,40,,,4,,,,31000,,31000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,0,,,,,,,,,2,,,,,,,,,1,2,,1,900,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,5000,8,8,2,,,,,,,2,,1,,,,,,,,,,,,,,,,,,1,2,7,,,,,,,,2,2,5,,2,2,2,2,,4,1,2,1,1,,,,,,,,1,2,,,,,,1,2,2,2,,,,,,,,,,,,2,2,2,3,2,1,7," <7:ANOTHER GROUP (SPECIFY)>:MESTIZO",2,54,6," <5:OTHER (SPECIFY)>:ECUADOR",1,,,,,,1973,2,"ar","020314",3,2,1,2,1,1,30999.998046875,0,0,0,0,0,0,0,0,0,0,0,0,30999.998046875,.10408291220664978,142.9655303955078,0,2,0,,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,48,,48,4,0,0,0,1,0,0,1,0,1,2,608.8311157226562,608.8311157226562,304.4155578613281,1,2,1,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,0,1,1,1,1,1,1,0,0,0,1,,2,3,3,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,11610,17415,0,46440,0,1,42400,75,0,1,1,0,0,6,2,1,0,0,1,1,,1,1,0,1,0,0,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,,,,,,,,0,1,0,0,28720,6,,,,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,31000,31000,176.0681610107422,0,0,0,31000,0,31000,176.0681610107422,0,0,0,0,,1,1,1,0,0,1,1,0,1,48,2304,1,,1,1,1,0,0,1,0,,41.4865608215332,48,2304,0,0,0,1,1,0,1,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020507",2,4,,,2,,1,5,,3,3,2,3,1,1,1,1,2,2,3,1,1,99,2,1,1,,1,99,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,14,1,1,,8,,,7,2,1,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,14,1,8,,,,,1,8,,,,,2,1,2,,,,,,,,,,,,,1,2,3,,,,,1,2,3,,,,,1,,2,3,,,2,1,50,2,,,,,2,1,1,2,2,2,2,2,2,2,2,,,,,4,3,3,3,2,2,1,1,1,1,1,2,5,0,,1,,,9,1,,1,1,1,0,3,4,4,2,2,2,2,4,0,,,,2,1,1,2,2,2,,,3000,,1,0,1,2,1,1,,,,,2,,,,,,,,,,,,,,,,,,,1,,,2,,2,2,,,,,,,,,2,2,,,8,,,,,,,1,,2,,,1,8,1,,2,5,,6,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,900,,12,10800,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,9,40,12,40,4,,,,35000,,35000,1,,,,,,,,,,,4,,,,40000,,40000,1,,,,,,,,,,,2,,2,,8,8,,,,,,,,1,2000,0,,,,,,,1,8,,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,1,2,,,,,,,,,,,,,,,1,1,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,1,99,97," <5:OTHER (SPECIFY)>:Haiti",1,,,,,,1986,1,"ep","020507",4,2,2,4,2,2,40000,35000,0,0,0,0,0,0,0,0,0,0,0,75000,.6563703417778015,901.5728759765625,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,41.3242301940918,41.53856658935547,41.431396484375,3,0,0,1,0,0,1,0,0,1,4,1428.140380859375,714.0701904296875,714.0701904296875,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,2,2,1,0,0,0,0,,1,4,3,,,,,0,0,0,0,1,2000,0,2000,1,1,1,0,1,1,17650,26475,0,70600,1,1,37000,187,1,,,1,,6,1.5,1,1,1,1,1,1,1,1,1,0,1,1,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,28724,42,,,,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,35000,35000,187.08287048339844,40000,40000,200,40000,35000,40000,200,35000,187.08287048339844,0,0,1,0,1,1,0,0,1,1,0,0,41.28620147705078,1707.6920166015625,1,1,0,1,1,0,2,1,41.4865608215332,,41.4865608215332,41.53856658935547,1725.4525146484375,0,0,0,1,1,0,2,0,12,40,1,1,1,1,0,38.23428726196289,1461.8607177734375,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020524",2,4,,,1,1,,40,,1,1,1,1,1,1,2,1,2,2,2,1,1,44,2,1,1,,1,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,15,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,15,2,4,,,,,2,4,,,,,2,3,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,1,8,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,3,3,3,2,3,3,1,2,1,2,1,1,1,3,,1,,,9,1,,2,1,1,0,18,4,4,2,2,2,1,3,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,9,,4,1,2,2,1,1,2,,,2,,,3,,,241,,12,2892,1,,1,80000,30000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,8,25,12,40,7,,,,,,,,,2,,,,,2,,3,,7,,,,,,,,,1,2,2,1,,,,,,1,1,1,2,7,2,,1,,2,1,,,1,40000,0,,,,,,,1,2,,1,8,2,,1,1,2,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,2,1,2,2,,2,1,2,1,8,10,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:constant fear, depression",1,2,,,,,2,2,1,2,1,10,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:fear about it happening again",1,2,,,,1,1,1,1,2,1,1,,2,58,1,,,,3,,3,,,1,"pg","020524",3,2,1,3,2,1,35000,12500,0,0,0,0,0,0,0,0,0,0,0,47500,.4740406572818756,651.1296997070312,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,44,45,44.5,3,0,0,1,0,0,1,0,0,1,4,1186.6226806640625,593.3113403320312,593.3113403320312,1,2,1,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,2,1,1,1.3333333730697632,0,0,0,0,,2,4,4,50000,1,1,1,1,80000,30000,50000,1,40000,0,40000,1,1,1,0,1,1,14630,21945,0,58520,0,1,46438.2578125,38,1,,,1,,4,1.3333333730697632,1,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,28725,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,12500,12500,111.80339813232422,35000,35000,187.08287048339844,35000,12500,35000,187.08287048339844,12500,111.80339813232422,0,0,,1,0,0,0,0,1,0,0,0,44,1936,1,1,0,1,0,0,2,1,45,45,41.4865608215332,45,2025,0,0,0,1,0,0,1,0,12,40,1,1,0,0,0,44,1936,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020318",2,5,,,2,,1,12,,1,1,1,1,1,1,1,1,2,2,3,1,1,41,2,1,1,,1,51,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,13,2,1,,1,,,13,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,13,2,8,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,8,2,8,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,1,2,1,1,1,4,4,,1,,,8,1,,2,1,1,0,5,4,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,5,,6,2,2,2,1,1,2,,,2,,,3,,,1351,,12,16212,1,,,250000,123000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,40000,,40000,1,,,,,,,,,,,4,,,,39000,,39000,1,,,,,,,,,,,1,2,2,,8,2,,2,9,,,,,1,40000,100000,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,1,2,2,1,10,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:overall feeling of insecurity",1,2,,,,,1,3,1,1,1,97,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:anger about what happened",2,2,,,,3,2,1,1,1,2,1,,5,60,97," <5:OTHER (SPECIFY)>:egypt",1,,,,,,1987,1,"rm","020318",4,2,2,4,2,2,40000,39000,1169.812255859375,0,0,0,0,0,0,0,0,0,0,80169.8125,.9321386218070984,1280.36083984375,1,1,0,4,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,41,51,46,4,0,0,0,1,0,1,0,0,1,4,2392.381103515625,1196.1905517578125,1196.1905517578125,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,1,250000,123000,127000,1,40000,100000,-60000,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,135,1,,,1,,6,1.5,1,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,28727,31,,,,31,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,40000,40000,200,39000,39000,197.4841766357422,40000,39000,40000,200,39000,197.4841766357422,0,0,,0,1,1,0,0,1,1,0,0,41,1681,1,1,1,1,1,0,2,0,51,51,41.4865608215332,41,1681,0,1,0,0,0,0,0,0,12,40,0,1,1,1,1,51,2601,1,1,1,2,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020324",2,1,,,3,,1,11,,4,3,3,2,4,2,4,1,2,2,3,4,5,32,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,9,2,1,,,,,6,1,1,,,,,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,2,1,7,,,,2,2,,,,,,,5,1,2,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,2,2,2,2,,,,,,,1,2,3,3,3,,,,,,,,,,,,1,1,3,,,,,,,,,,,,,,,,,,,,,,,,2,2,,,,,,,,,3,1,2,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,6,,4,2,2,1,2,,,,,,,,,,,,,,,,,,,,,1,7," <7:Or someone else? (specify)>:government",1,2,,3,,,100,,12,1200,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,1,,,,12,40,,,1,300,,,,6,7200,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,4000,,,,,,,,,1,1500,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,150,1800,1,,12,730,8760,1,,2,,2,,1,2,,2,,2,2,5,,2,,,,3,,,,,,,,,1,3,,,,,,,,,,,,,,2,2,4,,2,1,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,69,4,,1,,,,,,1991,2,"ak","020324",4,1,3,4,1,3,7200,0,0,0,0,1800,8760,0,0,0,0,0,0,15960,.5387037992477417,739.9492797851562,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,32,,32,2,0,1,0,0,0,0,1,0,1,2,894.6813354492188,894.6813354492188,894.6813354492188,0,4,0,0,1,0,4,1,0,0,0,1,1,2,1,0,0,0,,,,,,,,,,,,3,,,4,4000,1,0,0,0,0,0,0,1,1500,0,1500,1,1,0,1,,1,17650,26475,1,70600,0,0,37000,191,0,1,,1,0,4,1,1,0,1,1,1,,1,1,,0,0,0,1,2,0,0,0,1,0,1,0,2,1,2,3,0,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,28746,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,1800,42.42640686035156,8760,8760,93.5948715209961,1,7200,7200,84.85281372070312,0,0,0,7200,0,7200,84.85281372070312,0,0,1,1,,1,1,1,0,1,1,1,1,0,32,1024,1,,1,1,1,1,0,0,0,,41.4865608215332,32,1024,1,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020324",2,4,,,2,,1,6,,1,3,1,3,1,1,1,1,2,2,3,1,1,99,2,1,1,,1,99,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,17,2,1,,1,,,16,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,17,2,10,,,,,1,10,,,,,2,2,2,,,,,,,,,,,,,1,2,,,,,,2,,,,,,,1,,2,,,,,1,9,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,1,1,4,1,1,2,3,,1,,,12,1,,2,1,1,0,4,4,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,3,1,2,2,1,1,1,1,,2,,,9,,,,,,,,,,98,98,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,50,12,60,4,,,,40000,,40000,1,,,,,,,,,,,4,,,,40000,,40000,1,,,,,,,,,,,2,,2,,9,2,,1,,2,1,,,2,,,,,,,,,1,1,,1,9,1,2,,,,,2,2,2,2,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,1,2,2,2,,4,2,2,1,8,12,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:depression stress",2,2,,,,,2,1,1,1,1,8,12,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:drepression stress",2,2,,,,1,1,1,2,2,2,1,,4,61,99,,99,,,,,,99,1,"cd","020404",4,2,2,4,2,2,40000,40000,0,0,0,0,0,0,0,0,0,0,0,80000,.9321386218070984,1280.36083984375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,41.3242301940918,41.53856658935547,41.431396484375,3,0,0,1,0,0,1,0,0,1,4,1906.7513427734375,953.3756713867188,953.3756713867188,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,50000,1,1,1,1,,,,0,0,0,0,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,150,1,,,1,,3,.75,0,1,1,1,1,0,1,0,1,1,1,1,1,2,0,0,0,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,28751,,,,,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,40000,40000,200,40000,40000,200,40000,40000,40000,200,40000,200,0,0,,0,,0,0,0,1,1,1,0,41.28620147705078,1707.6920166015625,1,1,1,1,1,1,2,0,41.4865608215332,,41.4865608215332,42.23152160644531,1783.50146484375,0,0,0,0,0,0,0,0,12,50,0,1,1,1,1,41.53856658935547,1725.4525146484375,1,1,1,2,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020314",2,4,,,1,1,,10,,3,3,3,2,3,3,8,2,2,2,8,1,1,41,1,1,1,,2,33,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,9,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,9,2,7,,,,2,2,7,,,,5,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,1,2,,2,,,,,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,2,1,4,1,1,4,1,,1,,,4,1,,2,1,1,0,2,4,4,2,2,2,2,3,0,,,,1,1,,,,,,,,,1,0,1,2,2,2,,,,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,1,2,3,,,4,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,10,45,12,15,4,,,,90000,,90000,1,,,,,,,,,,,4,,,,8000,,8000,1,,,,,,,,,,,2,,2,,7,9,,,,,,,,1,4000,0,,,,,,,8,,1,2,,,,,,,,1,2,2,2,2,2,2,2,,2,2,2,2,2,1200,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,3,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,61,97," <5:OTHER (SPECIFY)>:RUSSIA",1,,,,,,1992,1,"RM","020318",3,2,1,3,2,1,90000,8000,0,0,0,0,0,0,0,1200.0001220703125,0,0,0,99200,.9321386218070984,1280.36083984375,1,1,0,3,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,41,33,37,3,0,0,1,0,0,1,0,0,1,4,2375.8203125,1187.91015625,1187.91015625,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,0,0,0,0,1,4000,0,4000,0,1,1,0,0,0,14630,21945,0,58520,1,1,46438.2578125,69,1,,,1,,4,1.3333333730697632,1,0,1,1,1,1,1,1,1,0,0,,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,28759,66,,,,66,1200,1200,34.64101791381836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,90000,90000,300,8000,8000,89.44271850585938,90000,8000,90000,300,8000,89.44271850585938,0,0,,0,1,1,0,0,1,1,1,1,41,1681,1,1,1,1,1,1,1,1,33,33,41.4865608215332,41,1681,0,0,0,1,1,1,1,0,10,45,0,1,1,1,0,33,1089,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020321",2,2,,,3,,1,17,,1,1,3,3,2,2,8,2,2,2,3,4,5,39,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,17,1,1,,,,,13,2,1,,,,,9,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,13,2,7,,,,2,2,,,,,,,2,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,2,8,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,2,2,4,4,1,1,3,3,,1,,,8,1,,2,1,1,0,10,4,4,2,2,1,4,4,0,,,,3,3,,,,,,,,,1,0,1,1,1,2,,,,,1,2,,,,,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,2,,,2,2,,,1,70,,,,12,3360,2,8,2,,,1,2,3,,,4,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,210,,12,2520,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,9000,,9000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,8,1,2,,,,,,,2,,,,,,,,,1,1,,1,5000,,,,,,,2,2,2,2,2,2,1,2,,2,1,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,1000,,,,,,,,,,,,,,,,,,12,280,3360,1,,,,,,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,1,2,1,4,,7,62,6," <5:OTHER (SPECIFY)>:ecuador",1,,,,,,1984,2,"ak","020321",4,1,3,4,1,3,9000,0,0,999.9999389648438,0,3360,0,0,0,0,0,0,0,10000,.5387037992477417,739.9492797851562,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,39,,39,3,0,0,1,0,0,0,1,0,1,2,859.778076171875,859.778076171875,859.778076171875,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,1,,4,4,4,1250,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,17650,26475,1,70600,0,0,37000,146,0,1,1,1,1,5,1.25,1,0,1,1,1,,1,1,0,1,1,,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,28762,6,,,,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,3360,3360,57.96550750732422,0,0,0,1,9000,9000,94.86833190917969,0,0,0,9000,0,9000,94.86833190917969,0,0,0,0,,1,1,1,0,0,1,1,1,0,39,1521,1,,1,1,1,1,0,0,0,,41.4865608215332,39,1521,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020402",2,1,,,2,,1,20,,1,1,3,2,3,3,3,2,2,2,2,1,1,40,2,1,1,,1,43,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,17,1,1,,1,,,13,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,17,1,4,,,,,2,3,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,2,,,,,2,2,1,2,2,2,2,2,2,1,2,,,,,3,3,3,3,3,3,2,2,2,2,2,4,1,6,,1,,,11,1,,2,2,1,0,4,2,3,1,2,1,4,4,0,,,,2,2,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,1,,4,1,2,2,1,1,2,,,2,,,3,,,1100,,12,13200,1,,,250000,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,2,1,,12,80,12,36,4,,,,54000,,54000,1,,,,,,,,,,,4,,,,70000,,70000,1,,,,,,,,,,,2,,2,,9,2,,1,,2,1,,,1,10000,8,2,,1,2,,,1,2,,1,7000,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,1,58,97," <5:OTHER (SPECIFY)>:ANTIQUA",1,,,,,,1982,1,"RR2","020613",4,2,2,4,2,2,70000,54000,1506.091552734375,0,0,0,0,0,0,0,0,0,0,125506.09375,.3489110469818115,479.2549743652344,1,2,0,2,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,40,43,41.5,3,0,0,1,0,0,1,0,0,1,4,782.439453125,391.2197265625,391.2197265625,1,2,1,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,0,1,1,1,1,1,1,0,0,0,1,,2,3,1,50000,1,1,1,1,250000,,,1,10000,7500,2500,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,98,1,,,1,,4,1,1,0,1,1,1,1,1,1,0,1,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,1,,,,,,,,0,0,0,1,28764,14,,,,14,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,54000,54000,232.37899780273438,70000,70000,264.57513427734375,70000,54000,70000,264.57513427734375,54000,232.37899780273438,0,0,1,0,1,1,0,0,1,0,0,0,40,1600,1,1,0,1,0,0,2,1,43,43,41.4865608215332,43,1849,0,1,0,1,0,0,2,0,12,36,1,1,0,0,0,40,1600,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020319",2,4,,,1,1,,53,,4,2,1,2,4,1,4,2,2,2,3,3,5,53,2,1,7,,2,38,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,14,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,14,1,9,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,2,,1,,2,,1000,2,1,2,2,2,2,2,2,2,2,2,,,,,4,3,3,3,3,3,1,1,1,1,1,1,4,0,,1,,,8,3,,1,1,1,3,5,4,4,2,2,2,1,4,0,,,,1,0,1,2,2,2,,,2000,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,10,,12,1,2,2,1,1,1,1,,2,,,3,,,645,,12,7740,1,,,194000,134000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,43000,,43000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,250000,,,,,,,,,1,4000,3000,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,35000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,1,1,2,2,,2,1,2,1,4,12,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:MENTAL STRESS",1,1,9,,,,1,1,1,1,2,,,,,,,,,,,,2,2,2,2,1,2,2,,6,49,1,,,,1,,1,,,1,"CD","020319",3,2,1,2,1,1,43000,0,0,0,0,0,0,0,0,0,0,0,0,43000,.6836602687835693,939.0576171875,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,53,,53,4,0,0,0,1,0,0,1,0,1,2,1313.2666015625,1313.2666015625,656.63330078125,1,2,1,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,1,4,4,250000,1,1,1,1,194000,134000,60000,1,4000,3000,1000,1,1,1,1,,1,11610,17415,0,46440,0,1,42400,348,1,,,1,,12,4,1,1,1,1,1,,1,1,1,0,0,0,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,28765,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,43000,43000,207.36441040039062,0,0,0,43000,0,43000,207.36441040039062,0,0,0,0,1,0,0,0,0,0,1,1,1,0,53,2809,1,,1,1,1,1,0,0,0,,41.4865608215332,53,2809,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020402",2,1,,,3,,1,10,,2,3,3,1,8,3,2,2,2,2,2,1,1,25,2,1,1,,1,31,1,7,,1,33,1,7,,2,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,11,1,6,,6,,2,9,2,1,,1,,,1,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,1,2,1,2,,,,2,1,2,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,4,,,,,,,2,,,,,2,2,2,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,0,,,,,,,,,,,,,,,,,,,,,,,,2,1,0,,,,,,,,3,1,2,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,1,10,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,340,,12,4080,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,1,350,,,,12,16800,1,,,,,,,,,,,2,,1,8,0,,,,,,,,,2,,,,,,,,,1,8,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,76,8," <5:OTHER (SPECIFY)>:mexico",1,,,,,,1992,2,"el","020402",7,4,3,4,2,2,16799.998046875,0,0,0,0,0,0,0,0,0,0,0,0,16799.998046875,.8709921836853027,1196.371826171875,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,25,31,28,2,0,1,0,0,0,1,0,0,1,4,3627.29248046875,1813.646240234375,906.8231201171875,1,2,1,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,,,,,,,,,,,,4,,,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,17650,26475,1,70600,0,0,37000,114,0,1,1,1,1,4,.5714285969734192,0,0,1,1,0,0,1,0,,1,,1,1,2,0,0,0,1,0,1,0,1,0,1,2,0,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,28768,8,,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,16800,16800,129.61480712890625,16800,0,16800,129.61480712890625,0,0,1,1,,1,1,1,0,0,0,0,0,0,25,625,0,1,0,0,0,0,2,1,31,31,41.4865608215332,31,961,0,0,0,0,0,0,2,1,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020320",2,2,,,2,,1,35,,1,1,1,1,1,1,8,2,2,2,3,1,1,35,1,1,1,,2,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,7,1,1,,1,,,5,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,7,1,8,,,,,2,98,,,,,2,1,2,,,,,,,,,,,,,1,3,,,,,,1,3,,,,,,1,,3,,,,2,1,1200,1,,2,,350,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,2,1,3,1,1,1,4,4,,1,,,5,3,,1,1,1,3,5,3,4,2,2,2,1,4,0,,,,2,0,1,2,1,2,,,4800,,2,1,2,1,1,2,2,,,,2,,,1,,1,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,,,,2,2,,,4,,,,1500,,1500,1,,2,,,2,1,3,,,7,,10,1,2,2,1,2,,,,,,,,,,,,,,,,,125000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,1,1,,2,2,2,12,70,,,4,,,,250000,,250000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,100000,,,,,,,,,1,100000,8,8,,,,,,1,1,,2,,,,,,,,2,2,2,2,1,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,60000,2,,,,,,,,,,,5000,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,1,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,1,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,66,1,,,,97," <5:OTHER (SPECIFY)>:belgian",97," <5:OTHER (SPECIFY)>:romainia",,1,"jm","020321",4,2,2,4,2,2,100000.9921875,0,0,100,0,0,0,0,60000,0,0,0,0,160101,.9822148680686951,1349.144287109375,1,2,1,,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,35,32,33.5,2,0,1,0,0,0,1,0,0,1,4,1323.3565673828125,661.6782836914062,661.6782836914062,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,100000,1,1,1,1,125000,0,125000,1,100000,,,1,1,1,1,0,1,17650,26475,0,70600,1,1,37000,75,1,,,1,,10,2.5,1,1,1,1,1,1,1,1,1,1,1,,1,2,0,0,0,0,0,0,1,1,1,2,2,1,0,1,0,1,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,28770,,,84,65,1,0,0,0,0,0,0,0,0,0,0,0,0,60000,60000,244.948974609375,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,1,250000,250000,500,0,0,0,250000,0,250000,500,0,0,1,1,,0,0,0,0,0,1,1,0,1,35,1225,1,0,1,1,1,0,1,1,32,32,41.4865608215332,35,1225,0,1,0,1,1,0,2,1,12,70,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020406",2,4,,,1,1,,54,,8,2,3,1,8,2,3,8,2,2,1,1,1,58,1,1,3,,2,98,1,1,,2,52,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,12,1,2,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,12,1,1,2,,,,2,7,,,,2,2,5,1,2,,,,,,,,,,,,1,5,,,,,,1,1,,,,,,1,,1,,,,2,1,8,2,,,,,8,2,1,2,2,2,2,2,2,2,2,,,,,1,2,3,2,3,2,1,2,4,4,2,2,1,5,,1,,,6,1,,1,1,1,0,3,4,4,2,2,2,3,3,0,,,,1,1,,,,,,,,,1,0,1,2,2,2,,,,,1,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,1,2,3,,,12,,5,2,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,1,,1," 3",2,,2,,2,1,,1,2,1,12,98,7,98,4,,,,18000,,18000,1,,,,,,,,,,,8,,,,,,,,,2,,,,,2,,8,,2,,2,,0,,,,,,,,,1,3000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,0,1,2,,2,,2,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,5," <7:ANOTHER GROUP (SPECIFY)>:american indian",1,44,1,,,,97," <5:OTHER (SPECIFY)>:british west indies, jamacia",1,,,1,"kp","020406",4,3,1,3,2,1,18000,10817.4287109375,0,0,0,0,0,0,0,0,0,0,0,28817.4296875,.7717018127441406,1059.9891357421875,1,1,0,4,1,1,1,1,0,0,0,0,0,0,0,4,0,0,0,1,58,52,55,4,0,0,0,1,0,1,0,0,1,4,9812.6376953125,4906.31884765625,3270.879150390625,0,4,0,0,1,0,1,0,1,0,0,0,1,1,0,0,0,1,1,2,1,2,1,2,1.6666666269302368,1,0,0,0,,4,3,3,0,0,0,0,0,0,0,0,1,3000,0,3000,1,1,1,,0,,14630,21945,0,58520,0,1,46438.2578125,208,0,1,1,1,1,5,1.25,1,0,,1,1,1,1,1,0,,,0,1,3,0,1,0,0,0,0,0,1,0,1,1,1,0,0,0,0,2,1,1,0,1,1,0,1,,,,,,,,0,0,0,1,28788,,,85,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,18000,18000,134.16407775878906,-5,19612.009765625,140.0428924560547,18000,-5,18000,134.16407775878906,9043.8486328125,95.09915161132812,0,0,,0,0,0,0,0,0,0,0,1,58,3364,1,1,1,0,0,0,1,1,52,52,41.4865608215332,58,3364,0,0,0,0,0,0,1,0,12,42.29999923706055,0,1,1,1,0,52,2704,0,0,0,0,0,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020315",2,2,,,1,1,,40,,1,3,2,1,1,1,3,1,2,2,2,1,1,40,2,1,1,,1,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,6,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,6,2,11,,,,,1,9,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,600,1,,2,,50,2,2,2,2,,,,,,,2,,,,,1,2,2,3,3,3,2,2,1,1,1,1,3,5,1,,,,1,2,,2,1,1,10,12,4,4,2,2,2,1,4,1,1,,,1,0,1,2,2,2,,,6000,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,2," CORRECT",,,,,,,,,,,,,,2,,,1,2,1,,2,3,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,790,,12,9480,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,54,12,54,4,,,,40000,,40000,1,,,,,,,,,,,4,,,,35000,,35000,1,,,,,,,,,,,1,1,1,1,10000,,,,,,,,,1,9500,5000,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,1000,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,1,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,62,1,,,,97," <5:OTHER (SPECIFY)>:WEST INDIES",97," <5:OTHER (SPECIFY)>:WEST INDIES",,1,"NR","020315",3,2,1,3,2,1,40000,35000,100,200,0,0,0,0,0,0,0,0,0,75300,.5401546955108643,741.942138671875,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,40,35,37.5,3,0,0,1,0,0,1,0,0,1,4,1318.3564453125,659.17822265625,659.17822265625,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,2,2,1,1,1,1.6666666269302368,1,0,0,0,,4,4,4,10000,1,1,0,0,0,0,0,1,9500,5000,4500,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,122,1,,,1,,5,1.6666666269302368,1,1,1,1,1,1,1,1,1,1,1,0,1,2,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,28789,,,97,97,1,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,2,40000,40000,200,35000,35000,187.08287048339844,40000,35000,40000,200,35000,187.08287048339844,0,0,1,0,0,0,0,0,1,1,1,0,40,1600,1,1,1,1,1,1,2,0,35,35,41.4865608215332,40,1600,0,1,0,0,0,0,0,0,12,54,0,1,1,1,1,35,1225,1,1,1,1,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020318",2,4,,,1,1,,11,,1,1,3,2,3,3,3,1,1,2,1,5,2,19,2,1,2,,1,31,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,1,2,,,,2,7,,,,1,2,4,2,,,,,,,,,,,,,1,4,,,,,,2,,,,,,,1,,4,,,,,,,1,,2,,70,2,8,3,2,,,,,,,2,1,3,2,3,,,,,,,,,,,,1,4,3,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,2,2,,,,,,,,,,,,,,,,1,,,,2,,,2,1,5,,,,,,,,,,,,,2,2,,,8,,,,,,,8,,2,,,1,1,3,,,2,,4,4,2,1,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,750,,12,9000,8,99,2,,,,,,,,,,,,,,,2,,2,,2,1,,2,1,,6,98,12,98,1,160,,,,2,1280,1,,,,,,,,,,,1,300,,,,12,14400,8,300,,,,,,,,,,1,8,1,8,8,1,8,,,,,,,2,,,,,,,,,1,1,,1,900,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3000,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,8,2,,1,2,,2,,2,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,4,2,2,1,97,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:LOOKING FOR LAWYER THEY ARE ALL BUSY WITH WTC INCIDENT UPSET ABOUTHER SONS DEATH",2,2,,,,,3,1,1,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,82,97," <5:OTHER (SPECIFY)>:RL SALVADOR",1,,,,,,1989,1,"TY","020318",3,2,1,3,2,1,1280,300.0000305175781,0,519.49853515625,0,0,0,0,0,0,0,0,0,2099.49853515625,.4049670994281769,556.2520751953125,1,1,0,3,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,19,31,25,2,0,1,0,0,0,1,0,0,1,4,1234.79443359375,617.397216796875,617.397216796875,0,3,0,1,0,1,1,0,1,0,0,0,0,3,0,1,0,1,,,,,,,,,,,,4,,,4,,,,,0,0,0,0,0,0,0,0,1,1,0,0,,,14630,21945,1,58520,0,0,46438.2578125,202,0,1,1,0,0,4,1.3333333730697632,1,0,1,0,1,0,1,0,,1,0,0,1,1,1,0,0,1,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,0,0,0,0,0,,,,,,,,0,0,0,1,28792,32,,,,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,2,1280,1280,35.7770881652832,300,300,17.32050895690918,1280,300,1280,35.7770881652832,300,17.32050895690918,1,1,,1,1,1,0,0,0,0,0,0,19,361,1,1,1,0,0,0,2,0,31,31,41.4865608215332,19,361,0,0,0,0,0,0,0,0,6,42.29999923706055,0,1,1,1,1,31,961,1,1,1,1,1,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020318",2,1,,,1,1,,22,,2,3,2,1,2,2,3,1,2,2,1,5,5,22,2,1,3,,2,55,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,5,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,5,1,7,,,,5,1,,,,,,,1,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:blue cross and blue sheild",,,,,,,,1,,7,,," <7:or another type of government program? {specify}>:blue cross and blue shield",1,,,2,,,,,2,2,2,2,,,,,,,2,2,3,1,3,,,,,,,,,,,,1,1,3,1,,,,0,2,,1,1,1,0,4,4,4,2,2,2,1,4,,,,,1,0,1,2,2,2,,,0," the medicade pays for the services",1,1,1,1,2,2,2,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,2," never have to pay for expences",,,,,,,,,,,,,,2,,,2,2,1,,2,11,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,12,9000,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,37,,,4,,,,23000,,23000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1500,,,,,,,,,1,2000,3000,,,,,,,1,2,,1,3000,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,80,1,,,,3,,3,,,1,"ma","020319",3,2,1,2,1,1,23000.001953125,0,0,0,0,0,0,0,0,0,0,0,0,23000.001953125,.5125567317008972,704.0343627929688,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,22,,22,1,1,0,0,0,0,0,1,0,1,2,884.4981079101562,884.4981079101562,442.2490539550781,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,3,1,,,1.6666666269302368,1,0,0,0,3,,,4,1500,1,0,0,0,0,0,0,1,2000,3000,-1000,1,1,1,1,,1,11610,17415,0,46440,0,1,42400,274,0,1,1,1,1,3,1,1,1,1,1,1,,1,1,1,1,1,0,1,1,1,0,0,0,0,0,1,0,1,1,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,28798,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,23000,23000,151.6575164794922,0,0,0,23000,0,23000,151.6575164794922,0,0,1,1,,1,0,0,0,0,1,1,0,0,22,484,1,,1,1,1,0,0,0,0,,41.4865608215332,22,484,0,0,0,0,0,0,0,0,12,37,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020409",2,4,,,1,1,,15,,2,1,2,3,3,3,3,3,2,2,3,1,1,99,2,1,1,,1,99,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,9,,,,,2,11,,,,,2,4,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,8,2,2,2,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,1,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,2,2,,,,,,,,,,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,,,,2,2,,,9,,,,,,,1,,2,,,2,2,3,,,5,,4,3,2,2,1,9,2,,,2,,,9,,,,,,,,,,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,1,,1,1,,12,40,12,40,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,2,,2,,9,9,,,,,,,,1,9,9,1,2,,,,,2,,2,2,,,,,,,,2,2,2,9,9,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,2,2,2,,4,2,2,1,8,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:depression",1,2,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,3,,6,99,97," <5:OTHER (SPECIFY)>:taiwan",1,,,,,,1986,1,"RR2","020409",3,2,1,3,2,1,42338.97265625,20208.859375,0,0,0,0,0,0,0,0,0,0,0,62547.83203125,.7717018127441406,1059.9891357421875,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,4,0,0,0,1,41.3242301940918,41.53856658935547,41.431396484375,3,0,0,1,0,0,1,0,0,1,4,2572.000244140625,1286.0001220703125,1286.0001220703125,0,3,0,1,0,1,4,1,0,0,0,1,1,2,1,0,0,1,,,,,,,,,,,,4,,,4,,,,,1,,,,1,,1250,,0,0,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,39,1,,,0,,4,1.3333333730697632,1,1,0,1,1,1,1,1,,1,0,0,1,2,0,0,0,1,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,,1,,1,1,,,,,,,,0,0,0,1,28827,79,,,,79,0,0,0,0,0,0,0,0,0,-9,-9,,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,1,1,,0,1,1,0,0,1,1,1,0,41.28620147705078,1707.6920166015625,1,1,1,1,1,1,2,0,41.4865608215332,,41.4865608215332,42.23152160644531,1783.50146484375,0,0,0,0,0,0,0,0,12,40,0,1,1,1,1,41.53856658935547,1725.4525146484375,1,1,1,1,1,.1519336998462677,1,1,,1,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,0,0 -"9543o","020409",2,3,,,3,,1,25,,2,1,2,1,1,1,1,1,2,2,3,1,1,44,2,1,1,,1,47,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,14,1,1,,1,,,12,1,1,,1,,,5,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,14,1,9,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,2397,2,2,1,2,2,2,2,2,2,2,2,,,,,3,3,3,3,3,3,1,1,1,2,1,2,1,1,,1,,,8,2,,1,1,1,0,30,4,4,2,2,2,1,4,0,,,,3,0,3,2,2,2,,,50000,,2,1,2,2,1,1,2,,,,2,,,,,97," once every six months",97," no did not use one for this",,,,,,,,,,,1,,,2,,8,8,,,,,,,,,2,2,,,8,,,,,,,2,8,2,,,2,2,2,,,4,,8,1,2,2,1,1,2,,,2,,,4,,,,80000,,80000,1,,1,999999,9999999,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,2,2,2,2,1,1,,,,12,60,,,,,,,,,,,,,,,,,,,4,,,,700000,,700000,1,,,,,,,,,,,2,,2,,999999,,,,,,,,,1,30000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,10000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>:board of a community music school",4,1,2,2,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,1,,8,57,1,,,,1,,1,,,1,"RR2","020409",5,2,3,5,2,3,100000.9921875,0,10000,0,0,0,0,0,0,0,0,0,0,110000.9921875,1.0168784856796265,1396.75732421875,1,2,1,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,44,47,45.5,4,0,0,0,1,0,1,0,0,1,4,1204.6224365234375,602.3112182617188,602.3112182617188,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,2,4,3,999999,1,1,1,1,999999,9999999,-9e+06,1,30000,0,30000,1,1,1,0,1,1,20670,31005,0,82680,1,1,36847.08984375,3,1,,,1,,8,1.600000023841858,1,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,0,0,0,1,1,1,2,2,1,1,0,0,1,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,28901,,,,,1,0,0,0,0,0,0,0,0,0,10000,10000,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,700000,700000,836.6600341796875,700000,0,700000,836.6600341796875,0,0,1,1,,0,0,0,0,0,1,1,1,0,44,1936,0,1,0,1,1,1,2,1,47,47,41.4865608215332,47,2209,0,1,0,1,1,1,3,1,12,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020318",2,4,,,2,,1,7,,1,1,2,3,2,3,8,8,2,2,2,1,1,37,2,1,1,,1,43,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,15,2,1,,1,,,14,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,15,2,8,,,,,1,4,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,2000,1,,2,,1500,1,1,1,2,2,2,2,2,2,2,2,,,,,1,3,8,3,3,3,1,2,1,2,1,1,1,3,,1,,,9,3,,2,1,1,0,10,4,4,2,2,2,2,2,0,,,,2,0,0,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,7,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,8,,,,,,,,,,,,,,,1,1,2,,2,2,2,2,1,,,,12,50,,,,,,,,,,,,,,,,,,,4,,,,30000,,30000,1,,,,,,,,,,,2,,2,,8,1,2,,,,,,,2,,,,,,,,,2,,2,1,5000,,,,,,,2,2,2,2,2,2,2,2,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,8,2,3,,2,2,2,1," <1:Yes (Specify)>:Theta Sigma al{",3,2,2,2,,,,,,,,,,,,,,,1,2,3,2,8,,,,,,,,,,,,2,2,2,2,2,2,1,,6,55,97," <5:OTHER (SPECIFY)>:eastern europe",97," <5:OTHER (SPECIFY)>:eastern europe",,,,,1995,1,"kp","020318",4,2,2,4,2,2,30000,0,0,0,0,0,0,0,0,0,0,0,0,30000,.9003636240959167,1236.715576171875,1,1,1,2,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,37,43,40,3,0,0,1,0,0,1,0,0,1,4,2253.308349609375,1126.6541748046875,1126.6541748046875,1,2,1,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,,1,1,1,1,0,0,0,0,,4,4,4,1250,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,17650,26475,0,70600,0,1,37000,234,0,1,0,1,1,5,1.25,1,1,,1,1,1,1,1,1,1,1,,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,,,,,,,,0,0,0,1,29001,97,97,,,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,30000,30000,173.205078125,30000,0,30000,173.205078125,0,0,0,0,,0,1,1,0,0,1,1,0,0,37,1369,0,1,0,1,0,0,2,1,43,43,41.4865608215332,43,1849,0,0,0,1,0,0,2,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020324",2,4,,,3,,1,28,,2,1,1,1,2,1,8,1,2,2,3,1,1,28,1,1,1,,2,28,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,5,2,1,,1,,,2,2,1,,1,,,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,5,2,9,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,1600,1,,2,,8,1,2,1,2,,,,,,,2,2,3,2,2,,,,,,,,,,,,1,5,2,1,,,,0,3,,1,1,1,0,50,4,4,2,2,2,1,4,,,,,1,0,1,2,1,2,,,4000,,3,3,1,1,1,2,1,4,," <4:OTHER (SPECIFY)>:ON OUR WAY",2,,,3,,3,,,,1,,,2,2,,,,,,1,,,1,5,,,,,,,2,,,,2,2,,,4,,,,12000,,12000,1,,2,,,8,2,3,,,2,,7,2,1,2,1,1,2,,,2,,,4,,,,20400,,20400,1,,,280000,260000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,1,,11,35,11,37,4,,,,45000,,45000,1,,,,,,,,,,,4,,,,50000,,50000,1,,,,,,,,,,,1,1,1,1,8,2,,2,8,,,,,1,3000,0,,,,,,,1,8,,1,8,2,,1,1,2,,2,1,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,1,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,73,1,,,,97," <5:OTHER (SPECIFY)>:COLUMBIA",97," <5:OTHER (SPECIFY)>:GERMANY",,1,"CK","020717",5,2,3,5,2,3,50000,45000,0,535.5589599609375,783.2335815429688,0,0,0,0,0,0,0,0,96318.7890625,.9321386218070984,1280.36083984375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,28,28,28,2,0,1,0,0,0,1,0,0,1,4,2472.268310546875,1236.1341552734375,1236.1341552734375,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,2,2,,,1.6666666269302368,1,0,0,0,3,,,4,,,,,1,280000,260000,20000,1,3000,0,3000,1,1,1,0,0,0,20670,31005,0,82680,1,1,36847.08984375,54,1,,,1,,7,1.399999976158142,1,1,1,1,1,1,1,1,1,1,1,,1,2,0,0,0,0,0,2,1,0,1,1,3,1,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,29024,,,28,36,1,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,2,45000,45000,212.1320343017578,50000,50000,223.60679626464844,50000,45000,50000,223.60679626464844,45000,212.1320343017578,3,1,,0,0,0,0,0,1,1,1,1,28,784,1,1,0,1,1,1,1,0,28,28,41.4865608215332,28,784,0,0,1,0,0,0,0,0,11,37,1,1,1,1,1,28,784,1,1,1,3,1,.1519336998462677,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020319",2,4,,,1,1,,25,,2,2,4,3,3,3,1,1,2,2,1,4,5,39,2,1,5,,2,23,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,12,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,12,1,3,,,,,2,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,2,,,,,,,,,,1,2,,200,2,1,2,2,2,2,2,2,2,2,2,,,,,1,3,1,3,3,3,1,1,4,4,1,1,1,4,,1,,,6,1,,2,1,2,0,6,4,4,2,2,2,1,2,1,3,," <3:Something Else? (SPECIFY)>:catholic school too expensive",1,1,,,,,,,,,1,0,1,2,2,2,,,,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,1,2,1,,2,17,,4,3,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,650,,12,7800,1,,2,,,,,,,,,,,,,,,1,2,2,,2,1,,,,,11,40,,,4,,,,26000,,26000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,1,1,15000,,,,,,,1,2,2,2,2,2,2,1,,2,2,2,2,2,1800,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,650,2,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,0,1,2,,2,,2,2,1,1,1,,,,,,,,,,,,,,,,,,1,1,,,,,3,,,,2,1,2,1,1,2,2,2,,2,1,1,1,1,2,3,5,8,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:depression",1,2,,,,,,1,1,1,1,2,4,5,,,,1,2,,,,1,1,1,1,8,1,4,,2,62,3,,,,,,,,1977,1,"cd","020319",3,2,1,2,1,1,25999.998046875,0,0,0,0,0,0,0,0,1800,0,0,650,28449.998046875,.5999813675880432,824.1184692382812,0,1,1,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,39,,39,3,0,0,1,0,0,0,1,0,1,2,1113.3275146484375,1113.3275146484375,556.6637573242188,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,1,3,1,1,1,1.6666666269302368,1,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,11610,17415,0,46440,0,1,42400,58,0,1,0,0,0,4,1.3333333730697632,1,0,1,1,0,,0,0,1,1,0,1,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,29047,,,,,3,1800,1800,42.42640686035156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,26000,26000,161.24514770507812,0,0,0,26000,0,26000,161.24514770507812,0,0,0,0,,1,0,0,0,0,1,0,0,0,39,1521,1,,1,1,0,0,0,0,0,,41.4865608215332,39,1521,0,0,0,0,0,0,0,0,11,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,650 -"9543o","020321",2,2,,,2,,1,30,,3,1,3,3,3,2,3,2,2,2,2,1,1,38,1,1,1,,2,40,1,5,,2,22,1,5,,1,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,17,2,1,,1,,,9,2,1,,1,,,,,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,17,2,9,,,,,2,4,,,,,1,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,50,2,,,,,2,2,2,2,2,2,2,2,1,2,2,,,,,1,3,3,3,3,3,1,1,3,3,2,2,2,3,,1,,,12,1,,2,1,1,2,5,4,4,2,2,2,2,2,1,1,,,2,2,,,,,,,,,1,0,1,2,2,2,,,,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,3,,,4,,8,2,2,2,1,1,1,9," <7:or Someone else? (specify)>:",2,,,3,,,800,,12,9600,1,,,325000,190000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,40,12,35,4,,,,60000,,60000,1,,,,,,,,,,,4,,,,40000,,40000,1,,,,,,,,,,,1,1,1,1,1e+06,,,,,,,,,1,10000,0,,,,,,,1,1,,1,6000,,,,,,,2,2,2,1,1,2,1,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,10000,2,,,,,22000,2,,,,,,,,,,,10000,1500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,3,1,2,2,2,1," <1:Yes (Specify)>:panamanian community centre",2,1,2,2,,,,,,,,,,,,,,,3,2,1,1,2,,,,,,,,,,,,3,2,2,3,2,1,2,,7,63,97," <5:OTHER (SPECIFY)>:panama",1,,,,,,1975,1,"ap","020330",7,4,3,5,2,3,60000,40000,10000,1499.9998779296875,0,0,0,0,22000.001953125,0,0,0,0,133500,.2128128558397293,292.3140869140625,1,2,0,2,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,38,40,39,3,0,0,1,0,0,1,0,0,1,4,611.1907348632812,305.5953674316406,152.7976837158203,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,3,3,1e+06,1,1,1,1,325000,190000,135000,1,10000,0,10000,1,1,1,1,1,1,20670,31005,0,82680,1,1,36847.08984375,44,1,,,1,,8,1.1428571939468384,1,0,1,1,1,1,1,1,1,0,0,0,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,29081,61,,,,61,0,0,0,0,0,0,0,0,0,10000,10000,100,22000,22000,148.323974609375,0,0,0,1500,1500,38.72983169555664,0,0,0,0,0,0,0,0,0,2,60000,60000,244.948974609375,40000,40000,200,60000,40000,60000,244.948974609375,40000,200,0,0,,1,1,1,0,0,1,1,1,1,38,1444,1,1,1,1,1,1,1,1,40,40,41.4865608215332,38,1444,0,1,0,1,1,1,3,0,12,40,0,1,0,0,0,40,1600,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020403",2,4,,,3,,1,16,,2,3,1,1,1,2,1,1,2,2,3,1,1,40,2,1,1,,1,42,1,3,,1,70,1,7,,1,38,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,12,2,1,,1,,,9,2,1,,1,,,5,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,99,9,1,2,,,,2,1,2,,,,2,1,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,6,,,,,,,2,,,,,2,2,1,2,,,,,,,2,,,,,,,,,,,,,,,,1,4,3,,,,,,,,,,,,,,,,,,,,,,,,3,3,,,,,,,,,3,1,3,1,1,2,1,2,,,1,2,,5,,1,,,,,1,,1,,,,2,,,1,,,2,,,,,,,,2,2,,,2,2,,,1,150,,,,12,7200,2,100,2,,,2,2,3,,,6,,8,1,2,1,1,1,2,,,2,,,3,,,1400,,12,16800,1,,,300000,154000,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,35,12,45,1,200,,,,12,9600,1,,,,,,,,,,,8,,,,,,,,,8,,,,,,,,,2,,2,,8,8,,,,,,,,1,15000,8,8,,,,,,1,1,,1,20000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,2,1,,,,,,,,2,2,5,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,3,2,1,4,,6,61,4,,1,,,,,,1986,2,"ak","020403",7,4,3,5,2,3,9600,8441.4501953125,0,0,0,0,0,0,0,0,0,0,0,18041.44921875,.7111620903015137,976.8333740234375,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,40,42,41,3,0,0,1,0,0,1,0,0,1,4,2846.130859375,1423.0654296875,711.53271484375,1,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,,,,,,,,,,,,,,,4,,,,,1,300000,154000,146000,1,15000,,,1,1,1,1,1,1,20670,31005,1,82680,0,0,36847.08984375,26,0,1,1,1,0,8,1.1428571939468384,1,1,1,1,0,0,1,0,,1,1,1,1,2,0,0,0,1,0,0,1,2,1,3,3,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,29095,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,9600,9600,97.9795913696289,-5,19612.009765625,140.0428924560547,9600,-5,9600,97.9795913696289,9043.8486328125,95.09915161132812,1,1,,1,1,1,0,0,0,0,0,0,40,1600,1,1,1,0,0,0,2,0,42,42,41.4865608215332,40,1600,0,0,0,0,0,0,0,0,12,35,0,0,0,0,1,42,1764,0,0,0,3,1,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020320",2,2,,,3,,1,33,,1,3,1,1,1,2,4,2,2,2,3,1,1,33,2,1,1,,1,39,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,13,2,1,,1,,,11,1,1,,1,,,6,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,13,2,4,,,,,2,4,,,,,2,1,2,,,,,,,,,,,,,1,4,,,,,,1,4,,,,,,1,,4,,,,2,,,1,,2,,8,2,2,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,2,1,1,2,1,1,5,0,,1,,,8,3,,1,1,1,10,50,4,4,2,2,2,1,4,0,,,,3,0,3,1,1,1,1,,9,,2,0,2,2,2,1,,,,,2,,,,,,,1,,,,,,,,,,,,,,,,,2,1,2,,,,,,1,,,,,,,,,,,,,,,2,,,8,2,1,,2,4,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,10000,,10000,1,,2,,,,,,,,,,,,,,,2,,2,,1,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,9,,,,,,,,,2,,,,,1,9,,,2,,2,,0,,,,,,,,,2,,,,,,,,,8,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,280,3360,1,,,,,,,2,,8,,1,2,,2,,2,2,1,2,2,,,,3,,,,,,,,,3,,,,,1,1,,,,,2,,,,2,1,2,1,1,1,2,1," <1:Yes (Specify)>:bikurch cholim",1,2,2,2,,,,,,,,,,,,,,,1,3,1,1,2,,,,,,,,,,,,1,2,2,1,2,2,1,,4,68,1,,,,1,,97," <5:OTHER (SPECIFY)>:hungary",,1,"rm","020320",5,2,3,5,2,3,27139.6015625,0,0,0,0,3360,0,0,0,0,0,0,0,27139.6015625,1.4416096210479736,1980.15673828125,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,33,39,36,3,0,0,1,0,0,1,0,0,1,4,2263.298583984375,1131.6492919921875,1131.6492919921875,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,20670,31005,1,82680,0,0,36847.08984375,77,0,1,0,1,1,5,1,1,1,1,1,1,1,1,1,1,1,1,0,1,2,0,0,0,0,0,0,0,2,1,2,2,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,29120,,,,85,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3360,3360,57.96550750732422,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,0,0,0,33,1089,0,1,0,1,0,0,2,1,39,39,41.4865608215332,39,1521,0,0,0,1,0,0,3,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020411",2,3,,,1,1,,47,,2,1,2,1,2,2,3,2,2,2,2,5,5,47,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,10,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,10,1,7,,,,5,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,3000,1,,2,,300,2,1,1,2,,,,,,,2,,,,,2,3,3,3,2,3,1,1,1,1,1,2,3,1,,1,,,5,1,,1,1,1,0,50,4,4,2,2,2,1,4,1,5,," <3:Something Else? (SPECIFY)>:Parents preferred moving him to the school he is now in.",1,1,,,,,,,,,1,0,1,1,1,1,,,,,2,,,,,,,,,,,,2,2,,,,,,1,,,2,,1,,,,2,,,,,,2,2,,,4,,,,3100,,3100,1,,2,,,2,1,1,,2,9,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,890,,12,10680,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,55000,,55000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,70000,,,,,,,,,2,,,,,,,,,1,1,,1,3000,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,3000,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,1," <1:Yes (Specify)>:homeless shelter at my church",1,2,2,2,,,,,,,,,,,,,,,1,1,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,55,1,,,,1,,1,,,1,"ar","020411",2,1,1,2,1,1,54999.99609375,0,100,500,0,0,0,0,0,0,0,0,0,55599.99609375,1.1395677328109741,1565.280029296875,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,47,,47,4,0,0,0,1,0,0,1,0,1,2,2057.558349609375,2057.558349609375,2057.558349609375,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,2,1,1,0,0,0,0,,3,4,3,70000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,,1,11610,17415,0,46440,1,1,42400,355,1,,,1,,4,2,1,1,1,1,1,,1,1,1,1,1,0,1,3,0,1,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,29211,,,,,1,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,1,55000,55000,234.52078247070312,0,0,0,55000,0,55000,234.52078247070312,0,0,0,0,,0,0,0,0,0,1,1,0,0,47,2209,1,,1,1,1,0,0,0,0,,41.4865608215332,47,2209,0,1,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020321",2,3,,,1,1,,10,,1,3,1,2,2,2,3,2,2,2,3,1,1,39,2,1,1,,1,42,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,1,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,9,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,400,1,,2,,2000,2,1,1,2,,,,,,,2,2,3,3,3,,,,,,,,,,,,1,3,98,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,2,2,,,,,,,,,,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,,,,8,8,,,4,,,,26000,,26000,1,,1,98,8,1,1,2,,,2,,3,2,2,2,1,1,2,,,2,,,4,,,,12000,,12000,1,,1,225000,117000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,55,12,55,4,,,,65000,,65000,1,,,,,,,,,,,4,,,,150000,,150000,1,,,,,,,,,,,1,1,1,2,8,8,,,,,,,,1,12000,16000,,,,,,,2,,1,1,110000,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,1000,2,,,,,,,,,,,,,,,,,8,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,2,2,2,,4,2,2,1,1,,,,,,,,2,2,,,,,,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,63,1,,,,1,,1,,,1,"jm","020321",3,2,1,3,2,1,100000.9921875,65000,999.9999389648438,0,0,0,0,0,0,0,0,0,0,166000.984375,.9321386218070984,1280.36083984375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,39,42,40.5,3,0,0,1,0,0,1,0,0,1,4,1906.7513427734375,953.3756713867188,953.3756713867188,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,3,,,4,,,,,1,225000,117000,108000,1,12000,16000,-4000,0,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,189,1,,,1,,3,1,1,1,1,1,1,1,1,1,,1,1,0,1,2,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,29218,,,,,1,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65000,65000,254.9509735107422,150000,150000,387.29833984375,150000,65000,150000,387.29833984375,65000,254.9509735107422,1,1,,0,0,0,0,0,1,1,1,0,39,1521,1,1,0,1,1,1,2,1,42,42,41.4865608215332,42,1764,0,1,0,1,1,1,1,1,12,55,1,1,1,1,0,39,1521,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020508",2,3,,,2,,1,37,,2,3,3,2,4,3,4,8,2,1,1,5,5,37,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,16,2,1,,,,,14,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,16,2,7,,,,5,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,2,,1,,2,,300,2,2,1,2,2,2,2,2,2,2,2,,,,,1,2,3,2,3,3,2,2,2,2,2,1,4,3,,1,,,10,1,,1,2,1,4,3,3,4,2,2,2,1,8,0,,,,2,2,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,8,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,37,,,4,,,,30000,,30000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,7,2,,2,1,,,,,2,,,,,,,,,2,,2,1,5000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,1,1,1,1,2,,1,1,2,1,10,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:fear of riding trains-fear of going to ny area",2,2,,,,,3,3,3,3,1,10,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:fear of subway and going to wtc area, flying",2,2,,,,3,3,3,3,3,2,2,,3,65,1,,,,1,,1,,,1,"ap","020508",3,1,2,3,1,2,30000,0,0,0,0,0,0,0,0,0,0,0,0,30000,.8307514786720276,1141.09814453125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,37,,37,3,0,0,1,0,0,0,1,0,1,2,1228.266357421875,1228.266357421875,1228.266357421875,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,2,1,2,1,1,1.6666666269302368,1,0,0,0,,4,3,4,6000,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,1,14630,21945,0,58520,0,1,46438.2578125,128,0,1,1,1,1,5,1.6666666269302368,1,0,,0,1,,1,1,1,1,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,29240,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,30000,30000,173.205078125,0,0,0,30000,0,30000,173.205078125,0,0,0,0,1,0,0,0,0,0,1,1,0,0,37,1369,1,,1,1,1,0,0,0,0,,41.4865608215332,37,1369,0,0,0,0,0,0,0,0,12,37,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020508",2,3,,,2,,1,32,,2,1,2,3,3,2,3,2,2,2,2,1,1,31,2,1,1,,1,34,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,12,2,1,,2,,,4,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,4,1,4,,,,,2,3,,,,,2,1,2,,,,,,,,,,,,,1,4,,,,,,1,1,,,,,,1,,4,,,,2,1,8,2,,,,,2,2,1,2,,,,,,,2,1,2,3,3,,,,,,,,,,,,1,1,4,,,,,,,,,,,,,,,,,,,,,,,,1,0,1,1,2,2,,,1700,,2,1,1,2,2,2,1,1,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,,,,,,,,,,,,,,2,,,1,2,1,,1,21,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,286,,12,3432,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,45,,,,,,,,,,,,,,,,,,,4,,,,48000,,48000,1,,,,,,,,,,,1,1,1,1,10000,,,,,,,,,1,23000,22000,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,1,2,2,,2,1,1,1,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,10000,2,,,,,,,,,,,,,,,,,,,,,,,,12,220,2640,1,,,,,,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,1,2,7,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,1,70,1,,,,97," <5:OTHER (SPECIFY)>:JAMAICA WEST INDIES",97," <5:OTHER (SPECIFY)>:JAMAICA WEST INDIES",,1,"RR2","020514",4,2,2,4,2,2,48000,0,502.3414611816406,0,0,2640.000244140625,0,0,0,0,10000,0,0,58502.33984375,.697822093963623,958.5099487304688,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,31,34,32.5,2,0,1,0,0,0,1,0,0,1,4,1628.4063720703125,814.2031860351562,814.2031860351562,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,2,1,1,,,1.3333333730697632,0,,,,4,,,4,10000,1,1,0,0,0,0,0,1,23000,22000,1000,1,1,1,0,1,1,17650,26475,0,70600,0,1,37000,28,1,,,1,,4,1,1,1,1,1,1,1,1,1,,1,0,0,1,2,0,0,0,0,0,0,1,1,1,1,2,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,29258,,,2,2,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,10000,10000,100,0,0,0,0,0,0,2640,2640,51.38093185424805,0,0,0,1,0,0,0,48000,48000,219.08901977539062,48000,0,48000,219.08901977539062,0,0,1,1,1,0,0,0,0,0,1,0,0,0,31,961,0,1,0,1,0,0,2,1,34,34,41.4865608215332,34,1156,0,1,0,1,0,0,2,1,12,45,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020401",2,3,,,1,1,,18,,2,3,1,2,2,1,8,2,2,2,2,5,5,18,1,1,3,,1,51,1,3,,2,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,10,2,7,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,10,2,4,,,,,1,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,9,,,,2,1,8,1,,2,,0,2,1,1,2,,,,,,,2,,,,,1,3,3,3,3,2,1,2,4,4,4,4,4,2,,1,,,4,2,,1,1,1,98,5,3,4,2,2,2,1,2,0,,,,1,0,1,2,2,2,,,11000,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,16,,3,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,15000,,15000,1,,2,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,12,60,,,4,,,,80000,,80000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,2,,1,,1,,1,,1,500,0,,,,,,,2,,1,2,,,,,,,,2,1,2,1,2,2,1,2,2,1,2,2,2,2,,,,,,,8,75000,2,,,,,,,,,,,300,2,,,,,,,,,,,,,,,,,8,8,,,,,,,,,4,,," <4:OTHER {SPECIFY}>:DAD",12,8,,,99,,,,,,,,,,,2,,2,400000,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,7," <7:ANOTHER GROUP (SPECIFY)>:MIDDLE EASTERN",5,83,1,,,,1,,1,,,1,"CD","020401",11,3,8,2,1,1,80000,0,300.0000305175781,119.89138793945312,74999.9921875,0,0,0,0,0,0,2300.337890625,0,157720.21875,.8651097416877747,1188.291748046875,0,2,0,,2,1,2,0,1,0,0,0,0,0,0,4,0,0,0,1,18,,18,1,1,0,0,0,0,0,1,0,1,2,5126.21826171875,5126.21826171875,1708.7393798828125,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,2,1,0,0,0,0,,4,1,1,175000,1,1,1,0,0,0,0,1,500,0,500,0,1,1,1,,1,11610,17415,0,46440,1,1,42400,20,1,,,1,,3,.27272728085517883,0,1,1,1,1,,1,1,1,1,1,,1,1,1,0,0,0,0,0,0,1,0,1,1,0,1,0,0,1,,0,1,1,,0,1,1,,,,,,,,0,1,0,0,29261,,,,,1,0,0,0,75000,75000,273.86126708984375,0,0,0,300,300,17.32050895690918,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,-5,214.38082885742188,14.641749382019043,0,0,0,0,0,0,1,80000,80000,282.84271240234375,0,0,0,80000,0,80000,282.84271240234375,0,0,0,0,,0,0,0,0,0,1,0,0,1,18,324,1,,1,1,0,0,0,1,0,,41.4865608215332,18,324,0,1,1,1,0,0,1,0,12,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 -"9543o","020316",2,2,,,1,1,,30,,3,2,2,2,2,2,4,2,2,2,2,2,5,99,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,10,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,10,2,9,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,5,,,,,,,,,,,,,1,,6,,,,2,,,1,,2,,700,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,1,1,1,1,1,2,,1,,,4,1,,2,2,2,0,10,3,4,2,2,2,3,4,2,1,,,1,1,,,,,,,,,1,0,1,2,2,1,,,,,1,1,,,,,,,,,,,,,,,,,,,,,,,2,1,7," <7:SOMEONE OR SOMEWHERE ELSE ? (SPECIFY)>:NYC BOARD OF ED",,,,2,1,,,,,,,,,,,,,,,2,,,1,2,1,,2,1,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,754,,12,9048,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200,,,,,,,,,2,,,,,,,,,1,1,,1,3000,,,,,,,2,1,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,1,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,8,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,51,1,,,,1,,1,,,1,"RM","020316",2,1,1,2,1,1,0,0,0,0,2303.753662109375,0,0,0,0,0,0,0,0,2303.753662109375,.6836602687835693,939.0576171875,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,41.3242301940918,,41.3242301940918,3,0,0,1,0,0,0,1,0,1,2,1133.847412109375,1133.847412109375,1133.847412109375,1,2,1,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,200,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,11610,17415,1,46440,0,0,42400,163,0,1,1,1,1,3,1.5,1,1,1,1,1,,1,1,0,0,1,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,29276,,,,,1,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,1,0,41.28620147705078,1707.6920166015625,0,,1,1,1,1,0,0,0,,41.4865608215332,42.23152160644531,1783.50146484375,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020316",2,2,,,2,,1,9,,3,2,3,3,3,3,3,4,2,2,1,1,1,26,2,1,1,,1,33,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,2,1,,1,,,5,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,10,2,1,2,,,,2,1,2,,,,2,1,2,,,,,,,,,,,,,1,4,,,,,,1,4,,,,,,1,,4,,,,2,,,2,,,,,2,2,2,2,,,,,,,2,,,,,1,3,3,3,3,2,1,2,1,2,1,1,4,3,,1,,,3,1,,1,1,1,0,16,4,4,1,2,2,2,4,0,,,,2,1,0,,,,,,,,2,1,2,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,1,3,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,8,,,,,,,,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,1,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,250,,,,,,,,,,,,,,,,,,12,296,3552,1,,12,145,1740,1,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,1,2,4,,,,,,,,,,,,,2,1,8,2,2,2,2,2,,1,2,2,1,1,,,,,,,,2,2,,,,,,1,2,1,2,,,,,,,,,,,,2,2,3,3,2,1,4,,2,75,3,,,,,,,,1994,2,"el","020316",4,2,2,4,2,2,0,0,0,249.99998474121094,0,3552.000244140625,1739.9998779296875,0,0,0,0,0,0,1989.9998779296875,.7111620903015137,976.8333740234375,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,26,33,29.5,2,0,1,0,0,0,1,0,0,1,4,2961.671142578125,1480.8355712890625,1480.8355712890625,1,1,0,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,0,1,1,1,1,2,1,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,17650,26475,1,70600,0,0,37000,172,0,1,1,0,1,4,1,1,0,0,1,1,1,1,1,1,0,0,0,1,2,0,0,0,0,0,0,1,1,1,2,2,0,0,0,0,0,1,1,1,0,0,0,0,0,,,,,,,,0,0,0,1,29308,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,250,15.81138801574707,0,0,0,3552,3552,59.59865951538086,1740,1740,41.71330642700195,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,1,0,0,0,0,0,0,0,0,26,676,0,0,1,0,0,0,2,0,33,33,41.4865608215332,26,676,1,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020326",2,2,,,3,,1,33,,3,2,3,1,2,3,8,2,2,2,8,1,1,33,2,1,1,,1,37,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,12,1,1,,1,,,8,2,1,,1,,,4,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,4,2,8,,,,,1,7,,,,5,2,2,2,,,,,,,,,,,,,1,1,,,,,,2,,,,,,,1,,1,,,,,2,,1,,2,,8,2,2,2,2,,,,,,,2,1,3,2,3,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,2,2,,,,,,,,,3,1,2,1,2,1,1,1,,,2,,,98,,,,3,,,,,2,2,,,,,,,,,,,2,2,,,,,2,,1,,,,,,,,,,,,,,,2,,,1,2,1,,1,3,,5,2,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,620,,12,7440,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,10,34,12,35,4,,,,17000,,17000,1,,,,,,,,,,,4,,,,28000,,28000,1,,,,,,,,,,,1,1,2,,8,2,,2,8,,,,,1,12000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,2,2,1,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,2,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,1,1,2,1,4," <7:ANOTHER GROUP (SPECIFY)>:latino",2,68,1,,,,1,,3,,,1,"rm","020326",5,2,3,5,2,3,27999.998046875,17000,1791.7708740234375,0,0,0,0,0,0,0,0,0,0,46791.76953125,.4049670994281769,556.2520751953125,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,33,37,35,3,0,0,1,0,0,1,0,0,1,4,1082.935546875,541.4677734375,541.4677734375,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,,1,2,1,,,1.3333333730697632,0,,,,4,,,4,,,,,0,0,0,0,1,12000,0,12000,1,1,1,0,1,1,20670,31005,0,82680,0,1,36847.08984375,27,1,,,1,,5,1,1,0,1,1,1,0,1,0,,0,1,,1,2,0,0,0,0,0,0,1,2,1,2,3,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,29310,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,17000,17000,130.38404846191406,28000,28000,167.33200073242188,28000,17000,28000,167.33200073242188,17000,130.38404846191406,1,1,,1,0,0,0,0,1,1,0,0,33,1089,1,1,0,1,1,0,2,1,37,37,41.4865608215332,37,1369,0,1,0,1,1,0,3,1,12,35,1,1,1,1,0,33,1089,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020401",2,2,,,2,,1,20,,2,1,1,1,3,2,3,2,2,1,3,1,5,48,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,15,2,1,,,,,9,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,9,2,11,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,3,,,,,,,,,,,,,1,,6,,,,2,1,4800,1,,2,,500,1,2,1,2,,,,,,,2,,,,,2,1,3,3,3,3,1,2,4,4,1,1,1,2,,1,,,98,1,,1,1,2,0,3,3,4,2,2,2,2,1,0,,,,2,2,,,,,,,,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,1,2,2,,,12,,4,1,2,2,1,1,2,,,2,,,4,,,,15000,,15000,1,,1,98,120000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,12,98,,,4,,,,25000,,25000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,5000,,,,,,,,,1,7000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,3,1,2,2,2,2,,3,2,1,2,,,,,,,,,,,,,,,1,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,5,55,97," <5:OTHER (SPECIFY)>:ALGERIA",1,,,,,,1980,1,"RR2","020401",3,1,2,3,1,2,24999.998046875,0,0,0,0,0,0,0,0,0,0,0,0,24999.998046875,.13882824778556824,190.6907958984375,0,2,0,,4,1,4,0,0,0,1,0,0,0,0,2,0,1,0,0,48,,48,4,0,0,0,1,0,0,1,0,1,2,818.167724609375,818.167724609375,818.167724609375,1,2,1,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,3,1,1,1,1,1.6666666269302368,1,0,0,0,,3,4,4,5000,1,0,0,1,,120000,,1,7000,0,7000,1,1,1,,,,14630,21945,0,58520,0,1,46438.2578125,133,0,1,1,1,1,4,1.3333333730697632,1,1,1,0,1,,1,1,1,1,0,0,1,3,0,1,0,1,0,0,0,1,0,1,1,1,0,0,0,0,,0,1,1,,0,1,1,,,,,,,,0,1,0,0,29313,13,,,,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,25000,25000,158.11387634277344,0,0,0,25000,0,25000,158.11387634277344,0,0,0,0,1,0,1,1,0,0,1,1,1,1,48,2304,1,,1,1,1,1,0,1,0,,41.4865608215332,48,2304,0,0,0,1,1,1,2,0,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020315",2,1,,,2,,1,26,,2,3,1,2,4,2,1,1,2,2,3,5,2,26,2,1,2,,1,31,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,5,1,1,,2,,,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,5,1,4,,,,,2,8,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,1,1,500,1,,2,,600,2,1,4,1,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,8,1,,,,0,1,,1,2,1,0,30,4,4,2,2,2,3,4,,,,,1,1,,,,,,,,,2,2,1,1,2,2,1,2,,,2,,,5,,,,,,1,,,2,2,,,,,,,,,,,,,,,,,2,,1,,,,,,,,,,,,,,,2,,,1,2,1,,1,2,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,692,,12,8304,1,,1,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,12,35,12,55,4,,,,30000,,30000,1,,,,,,,,,,,4,,,,55000,,55000,1,,,,,,,,,,,1,1,1,1,2000,,,,,,,,,1,9000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,7,76,1,,,,3,,3,,,1,"CK","020315",4,2,2,4,2,2,54999.99609375,30000,0,0,0,0,0,0,0,0,0,0,0,85000,.4049670994281769,556.2520751953125,1,1,0,3,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,26,31,28.5,2,0,1,0,0,0,1,0,0,1,4,1234.79443359375,617.397216796875,617.397216796875,1,1,0,0,0,1,2,1,0,1,0,0,0,4,0,0,1,1,1,1,1,1,,,1,0,0,0,0,4,,,4,2000,1,0,0,0,0,0,0,1,9000,0,9000,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,78,1,,,1,,4,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2,0,0,0,0,0,1,1,0,1,1,2,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,29314,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,30000,30000,173.205078125,55000,55000,234.52078247070312,55000,30000,55000,234.52078247070312,30000,173.205078125,2,1,,1,0,0,0,0,1,0,0,0,26,676,1,1,0,1,1,0,2,1,31,31,41.4865608215332,31,961,0,0,0,1,1,0,2,1,12,55,1,1,0,0,0,26,676,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020319",2,2,,,1,1,,20,,2,2,1,2,2,2,2,2,2,2,3,3,5,45,2,1,5,,1,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,4,1,11,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,1,,1,2,,,2,1,400,2,,,,,2,2,1,2,,,,,,,2,1,3,2,3,,,,,,,,,,,,1,2,1,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,1,2,,,,,,,,,,,,,,,,1,,,,2,,,1,,,2,,1,,,,2,,,,,,2,2,,,4,,,,6000,,6000,1,,2,,,1,2,3,,,11,,6,2,2,2,1,1,2,,,2,,,4,,,,16000,,16000,1,,,280000,140000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,10,36,,,4,,,,45000,,45000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,100000,,,,,,,,,1,10000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,1500,2,,,,,,,,,,,,,,,,,30000,7000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,8,1,2,1,2,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,1,56,7," <5:OTHER (SPECIFY)>:GUYANA",1,,,,,,1980,1,"JR","020320",3,2,1,2,1,1,45000,0,1499.9998779296875,6999.99951171875,0,0,0,0,0,0,0,0,0,53500,.6836602687835693,939.0576171875,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,45,,45,4,0,0,0,1,0,0,1,0,1,2,1313.2666015625,1313.2666015625,656.63330078125,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,1,2,1,,,1.3333333730697632,0,,,,4,,,4,100000,1,1,1,1,280000,140000,140000,1,10000,0,10000,1,1,1,0,,0,11610,17415,0,46440,1,1,42400,383,1,,,1,,6,2,1,1,1,1,1,,1,1,,1,1,1,1,3,0,1,0,1,0,0,1,0,1,0,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,29319,7,,,,7,0,0,0,0,0,0,0,0,0,1500,1500,38.72983169555664,0,0,0,0,0,0,7000,7000,83.66600036621094,0,0,0,0,0,0,0,0,0,1,45000,45000,212.1320343017578,0,0,0,45000,0,45000,212.1320343017578,0,0,1,1,1,0,1,1,0,0,1,1,1,0,45,2025,1,,1,1,1,1,0,0,0,,41.4865608215332,45,2025,0,1,0,0,0,0,0,0,10,36,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020429",2,4,,,2,,1,33,,1,1,2,1,2,3,1,1,2,2,3,1,1,33,2,1,3,,1,53,1,9," <14:OTHER, SPECIFY>:SISTER IN LAW",2,33,1,7,,1,32,1,1,,1,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,2,11,1,7,,7,,1,9,1,6,,8,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,11,1,4,,,,,2,4,,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,6,,,,,,,1,,2,,1500,2,2,2,2,,,,,,,2,,,,,1,3,3,2,3,2,1,2,2,2,1,1,1,4,,1,,,5,1,,1,1,2,0,98,4,4,2,2,2,1,4,0,,,,2,1,0,,,,,,,,2,0,2,1,2,2,,,,,2,,,1,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,3,,,5,,8,1,2,2,1,1,2,,,2,,,3,,,3000,,12,36000,1,,,400000,200000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,40000,,40000,1,,,,,,,,,,,4,,,,45000,,45000,1,,,,,,,,,,,2,,2,,10000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,3,1,2,2,,,,,,,,,,,,2,3,1,1,2,1,1,,2,69,4,,97," <5:OTHER (SPECIFY)>:EDUCADOR",,,,,98,1,"RR2","020429",13,5,8,3,2,1,45000,40000,0,0,0,0,0,0,0,0,0,0,0,85000,1.3407894372940063,1841.6728515625,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,33,35,34,2,0,1,0,0,0,1,0,0,1,4,3492.525634765625,1746.2628173828125,698.505126953125,1,2,1,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,1,1,2,1,2,1.3333333730697632,0,0,0,0,,4,4,4,10000,1,1,0,1,400000,200000,200000,0,0,0,0,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,83,1,,,1,,8,.6153846383094788,0,1,1,1,0,0,1,0,1,1,1,1,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,29320,,6,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,40000,40000,200,45000,45000,212.1320343017578,45000,40000,45000,212.1320343017578,40000,200,0,0,,1,1,1,0,0,1,0,0,0,33,1089,1,1,0,1,0,0,2,1,35,35,41.4865608215332,35,1225,0,0,0,1,0,0,1,0,12,40,1,1,0,0,0,33,1089,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020323",2,5,,,4,,1,34,,2,2,2,1,2,1,3,2,1,2,2,3,5,34,2,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,99,2,1,,,,,99,9,99,,,,9,99,9,99,,,,2,99,9,99,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,99,9,7,,,,5,2,,,,,,,4,1,2,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,7,,," <7:or another type of government program? {specify}>:from thie father insurance",2,,,1,,2,,2000,2,2,9,9,,,,,,,1,,,,,,,,,,,,,,,,1,3,98,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,3,,5,3,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,7,,,,,,,9,2,,,,,,,,,1,1,,1,300,,,,,,,2,2,2,2,2,1,1,2,,1,8,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,,,,,,8,8,,,,,,,,,1,3,,,12,9,,,99,,,,,,,,,,,2,,2,,1,1,4,1,2,2,2,1,1,1,,,,2,2,7,," <12:OTHER (specify)>:i try to make it own my own",,,,,1,5,,,,1,2,7,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,1,2,3,,,,,,,1,1,7,,,,1,1,1,1,2,,,,,,,,,,,,2,1,1,2,2,1,4," <7:ANOTHER GROUP (SPECIFY)>:white hispanic",3,67,1,,,,1,,3,,,1,"ty","020323",2,1,1,2,1,1,0,0,0,1325.939208984375,0,0,0,0,0,0,4700.62158203125,1850.1309814453125,0,7876.69189453125,.5125567317008972,704.0343627929688,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,34,,34,2,0,1,0,0,0,0,1,0,1,2,969.184326171875,969.184326171875,969.184326171875,0,3,0,1,0,0,3,1,0,0,1,0,,,,,,0,,,,,,,,,,,,,,,4,9,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,11610,17415,1,46440,0,0,42400,295,0,1,0,0,0,5,2.5,1,1,1,0,1,,1,1,,1,1,0,1,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,29322,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,164.60757446289062,12.829948425292969,-5,404.5105285644531,20.11244773864746,-5,214.38082885742188,14.641749382019043,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,1,1,1,0,0,34,1156,0,,1,1,1,0,0,0,0,,41.4865608215332,34,1156,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,1,0,,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0 -"9543o","020317",2,2,,,6,,1,42,,2,1,1,1,1,2,8,2,2,2,2,1,1,42,2,1,1,,1,48,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6,16,2,1,,1,,,14,2,1,,1,,,13,1,1,,1,,,11,2,1,,1,,,9,2,1,,1,,,4,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,2,3,13,1,7,,,,1,2,11,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,100,8,8,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,2,1,2,3,1,1,4,0,,1,,,7,3,,1,1,1,0,20,4,4,2,2,2,1,4,0,,,,5,0,6,2,8,2,,,8,,3,1,2,1,2,2,2,,,,2,,,3,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,8,8,3,,,14,,10,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,1,3,1,1,,1,1,,12,98,12,98,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,2,,2,,9,2,,2,1,,,,,1,2500,0,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,1," <1:Yes (Specify)>:Chesed Fund",3,2,2,2,,,,,,,,,,,,,,,1,1,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,60,1,,,,1,,97," <5:OTHER (SPECIFY)>:Germany",,1,"*yime","020317",8,2,6,8,2,6,39385.328125,15569.9736328125,0,0,0,0,0,0,0,0,0,0,0,54955.30078125,.31071287393569946,426.7869567871094,1,3,0,4,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,42,48,45,4,0,0,0,1,0,1,0,0,1,4,797.4605102539062,398.7302551269531,398.7302551269531,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,6000,1,0,0,0,0,0,0,1,2500,0,2500,1,1,1,,,,29730,44595,0,118920,0,1,54955.30078125,2,1,,,1,,10,1.25,1,1,1,1,1,1,1,1,1,1,1,,1,2,0,0,0,0,0,0,1,2,1,2,3,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,29329,,,,36,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,1,1,,0,0,0,0,0,1,1,0,0,42,1764,1,1,1,1,1,0,2,0,48,48,41.4865608215332,42,1764,0,0,0,0,0,0,0,0,12,42.29999923706055,0,1,1,1,1,48,2304,1,1,1,6,1,.1519336998462677,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020315",2,4,,,2,,1,3,,3,1,2,2,3,3,4,2,2,2,3,1,1,29,2,1,1,,1,29,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,5,1,1,,1,,,1,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,1,2,9,,,,,2,7,,,,5,1,2,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,7,,," <7:or another type of government program? {specify}>:fidelis health",,,,2,,,,,2,2,1,2,,,,,,,2,2,3,3,3,,,,,,,,,,,,1,4,0,,,,,,,,,,,,,,,,,,,,,,,,1,0,1,2,2,2,,,8,,2,2,1,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,3,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,34000,,34000,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,46,,,9,,,,,,,,,2,,,,,1,3,,,,,,,,,,,,,,,,,,,,,2,,2,,8,2,,2,1,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,7,72,6," <5:OTHER (SPECIFY)>:ecuqdor",1,,,,,,1999,1,"ck","020315",4,2,2,4,2,2,27500,0,0,0,0,0,0,0,0,0,0,0,0,27500,.4256257116794586,584.628173828125,1,1,0,3,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,29,29,29,2,0,1,0,0,0,1,0,0,1,4,1040.271728515625,520.1358642578125,520.1358642578125,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,3,,,4,6000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,17650,26475,0,70600,0,1,37000,184,0,1,1,1,1,4,1,1,1,1,1,0,0,1,0,,0,0,0,1,2,0,0,0,1,0,1,1,0,1,1,2,0,0,0,0,0,1,1,1,1,0,1,0,1,,,,,,,,0,0,0,1,29334,6,,,,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,27500,27500,165.83123779296875,0,0,0,27500,0,27500,165.83123779296875,0,0,2,1,,1,1,1,0,0,1,1,1,0,29,841,1,0,1,1,1,1,2,0,29,29,41.4865608215332,29,841,0,0,0,0,0,0,0,0,12,46,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020402",2,1,,,2,,1,40,,3,1,2,1,2,2,2,1,2,2,2,5,5,40,2,1,5,,2,22,1,5,,1,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,6,2,1,,,,,2,2,5,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,6,2,3,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,1,,,2,,,,,2,2,1,2,,,,,,,2,,,,,1,3,2,3,3,3,2,2,1,1,1,1,1,2,1,,,,0,1,,1,2,2,0,20,3,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,2,1,1,1,2,2,1,2,,,2,,,2,,,,,,,,,1,,,,2,,,,,,,,,,,,,,2,,,,2,2,,,4,,,,1200,,1200,1,,1,7,2,1,2,1,,2,10,,4,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,1,2," <5:Or something else? {specify}>:welfare",8,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,15,,,4,,,,11000,,11000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,2,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,224,2688,1,,12,308,3696,1,,2,,1,0,2,,,,,,,2,,2,,,,8,,,,,,,,,1,2,,,,,,,,,,,,,,1,1,2,1,2,2,2,2,,3,2,1,2,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,2,2,1,1,1,2,2,,3,62,1,,,,1,,1,,,1,"cd","020403",5,3,2,2,1,1,10999.9990234375,0,0,0,0,2687.999755859375,3695.999755859375,0,0,0,0,0,0,14695.9990234375,1.2490559816360474,1715.670166015625,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,40,,40,3,0,0,1,0,0,0,1,0,1,2,1903.3447265625,1903.3447265625,634.4482421875,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,11610,17415,1,46440,0,0,42400,18,0,1,1,1,0,4,.800000011920929,0,1,1,1,1,,1,1,1,0,1,1,1,2,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,29354,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2688,2688,51.845924377441406,3696,3696,60.794734954833984,1,11000,11000,104.8808822631836,0,0,0,11000,0,11000,104.8808822631836,0,0,0,0,1,0,0,0,0,0,1,0,0,0,40,1600,1,,1,1,0,0,0,0,0,,41.4865608215332,40,1600,1,0,0,0,0,0,0,0,12,15,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020319",2,1,,,3,,1,12,,3,3,3,2,3,3,3,3,2,2,1,1,1,34,2,1,1,,1,39,1,9,,1,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,12,1,1,,1,,,10,1,1,,1,,,6,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,10,1,1,2,,,,2,9,,,,,2,4,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,4,,,,,,,1,,2,,8,2,2,2,2,,,,,,,2,,,,,1,3,2,2,2,3,2,2,4,4,1,1,1,3,,1,,,3,1,,1,2,2,0,2,3,4,1,2,2,3,3,0,,,,3,3,,,,,,,,,3,0,3,2,2,2,,,,,1,4,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,9,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,988,,12,11856,1,,8,,,,,,,,,,,,,,,1,1,2,,2,2,2,1,1,,,,10,60,,,,,,,,,,,,,,,,,,,1,360,,,,10,14400,8,99,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,1,2,,2,,1,1,2,,1,,,,,,,,,,,,,,,,,,1,1,,,,,1,7,," <7:or some other reason? (specify)>:They asked for more proofs regarding my husband's income but we couldn'r produce it so they refused to give us benefits.",2,2,3,,2,2,2,2,,1,2,1,1,8,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:DEPRESSION",1,2,,,,,3,1,1,1,1,1,10,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:SCARED TO BE ALONE, DOESN'T WANT TO SLEEP ALONE",2,2,,,,3,3,1,1,3,1,4," <7:ANOTHER GROUP (SPECIFY)>:MEXICAN",2,68,8," <5:OTHER (SPECIFY)>:MEXICO",1,,,,,,1986,2,"ar","020319",6,3,3,5,2,3,33639.24609375,0,0,0,0,0,0,0,0,0,0,0,0,33639.24609375,.4256257116794586,584.628173828125,1,1,1,4,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,34,39,36.5,3,0,0,1,0,0,1,0,0,1,4,3104.87060546875,1552.435302734375,1034.9569091796875,0,3,0,1,0,1,1,0,1,0,0,0,1,2,1,0,0,1,0,1,2,2,2,1,1.6666666269302368,1,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,20670,31005,0,82680,0,1,36847.08984375,67,0,0,1,0,1,4,.6666666865348816,0,0,0,1,0,0,1,0,0,0,0,0,1,2,0,0,0,1,0,0,0,3,1,3,3,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,29355,8,,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,1,1,0,0,0,0,0,0,34,1156,0,1,0,1,1,1,2,1,39,39,41.4865608215332,39,1521,0,0,0,1,1,1,3,0,10,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020324",2,4,,,3,,1,44,,1,8,3,1,1,2,2,2,2,2,1,9,9,44,2,1,1,,1,43,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,12,2,1,,,,,10,1,1,,,,,6,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,99,9,7,,,,5,2,,,,,,,4,1,2,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,2,,2,,,,,2,2,1,2,,,,,,,2,,,,,,,,,,,,,,,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,3,3,,,,,,,,,3,0,3,1,2,2,,,,,2,,,97," 0",,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,1,2,1,,2,10,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,1,8,8,8,,,,,,1,1,,1,9,9,,,,,,2,2,1,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,1,2,,2,,2,2,1,2,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,2,1,2,2,,3,2,2,1,1,9,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:problems dealing with it",1,2,,,,,,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,99,1,,,,1,,1,,,1,"nh","020324",5,2,3,4,1,3,0,0,0,0,0,0,0,333.5796203613281,0,0,0,0,0,333.5796203613281,1.1395677328109741,1565.280029296875,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,44,,44,3,0,0,1,0,0,0,1,0,1,2,1776.4530029296875,1776.4530029296875,888.2265014648438,0,3,0,1,0,0,3,1,0,0,1,0,1,1,0,0,0,1,,,,,,,,,,,,,,,4,,,,,0,0,0,0,1,,,,1,1,0,0,,0,17650,26475,1,70600,0,0,37000,221,0,1,0,1,1,4,.800000011920929,0,0,1,1,1,,1,1,,1,1,1,1,2,0,0,0,0,0,0,0,3,1,3,3,1,1,0,0,1,1,1,0,0,,0,0,0,,,,,,,,0,1,0,0,29364,,,,,1,0,0,0,0,0,0,-5,1241.30029296875,35.23208999633789,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,1,0,0,44,1936,0,,1,1,1,0,2,0,43,43,41.4865608215332,44,1936,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543o","020326",2,4,,,5,,1,17,,1,1,3,2,3,4,4,2,2,2,2,1,1,33,2,1,1,,1,33,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5,12,1,1,,1,,,11,2,1,,1,,,9,1,1,,1,,,6,2,1,,1,,,12,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,5,12,1,1,1,,,,2,1,2,,,,2,4,2,,,,,,,,,,,,,1,5,,,,,,1,5,,,,,,1,,5,,,,2,,,2,,,,,2,2,2,2,2,2,2,2,2,2,2,,,,,1,2,3,3,3,2,2,1,4,4,1,1,4,2,,1,,,7,1,,2,1,2,0,0,4,4,2,2,2,2,4,4,1,,,5,5,,,,,,,,,5,0,5,1,2,2,,,,,2,,,97," 10 timesd in the year",,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,4,,,,40,,40,1,,2,,,2,2,3,,,4,,6,3,2,1,2,,,,,,,,,,,,,,,,,,,,,1,7," <7:Or someone else? (specify)>:section a",2,,,3,,,500,,12,6000,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,48,,,,,,,,,,,,,,,,,,,4,,,,15000,,15000,1,,,,,,,,,,,2,,2,,8,1,2,,,,,,,2,,,,,,,,,8,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,400,4800,1,,,,,,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,2,2,,2,2,2,1," <1:Yes (Specify)>:church",1,2,2,1,8,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:sometime sad",2,2,,,,,1,1,2,2,2,,,,,,,,,,,,2,2,3,1,2,1,4,,2,68,8," <5:OTHER (SPECIFY)>:mexico",1,,,,,,1985,1,"ma","020326",7,2,5,7,2,5,15000,0,0,0,0,4800.00048828125,0,0,0,0,0,0,0,15000,.4740406572818756,651.1296997070312,1,1,0,1,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,33,33,33,2,0,1,0,0,0,1,0,0,1,4,1234.79443359375,617.397216796875,617.397216796875,0,3,0,1,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,2,1,1,1,2,1.3333333730697632,0,0,0,0,,4,4,4,1250,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,26710,40065,1,106840,0,0,33667.30859375,6,0,1,1,0,0,6,.8571428656578064,0,0,1,1,1,1,1,1,1,1,0,0,1,2,0,0,0,1,0,0,0,5,1,5,5,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,29367,8,,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4800,4800,69.28203582763672,0,0,0,1,0,0,0,15000,15000,122.4744873046875,15000,0,15000,122.4744873046875,0,0,0,0,,1,1,1,0,0,1,0,0,0,33,1089,0,1,0,0,0,0,2,1,33,33,41.4865608215332,33,1089,0,0,0,0,0,0,5,0,12,48,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.7547569274902344,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020412",2,4,,,1,1,,20,,2,3,3,2,2,3,2,2,2,2,2,1,1,47,2,1,1,,1,54,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,2,1,2,,,,2,1,2,,,,2,4,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,7,,," <7:or another type of government program? {specify}>:hip",2,2,,1,,2,,0,2,2,2,2,2,2,2,2,2,2,2,,,,,1,3,3,3,8,3,1,1,2,3,1,1,2,2,,1,,,11,1,,2,2,2,0,5,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,15,,3,2,2,2,1,2,,,,,,,,,,,,,,,,,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,1,,8,40,12,40,4,,,,8000,,8000,1,,,,,,,,,,,4,,,,8300,,8300,1,,,,,,,,,,,1,1,1,1,0,,,,,,,,,1,6000,0,,,,,,,8,,8,2,,,,,,,,1,2,2,2,2,2,2,2,,2,2,2,2,2,2000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,1,1,1,2,,,,,,,,,,,,2,2,2,2,1,2,3,,7,53,9," <5:OTHER (SPECIFY)>:china",1,,,,,,1982,4,"return|ret","020416",3,2,1,3,2,1,8300.0009765625,8000,0,0,0,0,0,0,0,2000,0,0,0,18300,.9324471950531006,1280.7847900390625,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,4,0,0,0,1,47,54,50.5,4,0,0,0,1,0,1,0,0,1,4,8481.244140625,4240.6220703125,4240.6220703125,0,3,0,1,0,1,1,0,1,0,0,0,1,2,1,0,0,1,1,1,1,1,,1,1,0,0,0,0,,4,4,4,0,0,0,0,1,,0,,1,6000,0,6000,0,0,1,0,1,1,14630,21945,1,58520,0,0,46438.2578125,288,0,1,1,1,1,3,1,1,0,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,1,,,,,,,,0,0,0,1,29382,9,,,,9,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8000,8000,89.44271850585938,8300,8300,91.10433959960938,8300,8000,8300,91.10433959960938,8000,89.44271850585938,0,0,,0,1,1,0,0,0,0,0,0,47,2209,1,1,0,0,0,0,2,1,54,54,41.4865608215332,54,2916,0,0,0,0,0,0,1,0,12,40,1,0,0,0,0,47,2209,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020328",2,2,,,1,1,,13,,2,2,4,3,3,4,4,3,2,2,1,5,5,20,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,2,4,,,,,1,,,,,,,2,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,8,2,1,1,,,,,,,2,4,3,3,3,,,,,,,,,,,,9,4,98,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,1,4,," <4:OTHER (SPECIFY)>:NURSERY",,,,,,,,,,,,,1,,,,2,,,,,,,,,,,,,,2,,,,2,2,,,8,,,,,,,8,,1,7,3,2,2,1,,1,0,4,3,3,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,7," <7:Other (not staying w/anyone) {specify}>:SHELTER",,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,2,,,,,,,,,2,,2,1,1500,,,,,,,8,8,8,8,8,2,2,1,1,2,1,1,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,800,2,,,,,1,,,,,,,,,,,4,135,540,1,,4,218,872,1,,2,,8,,1,1,3,1,3,2,1,8,,2,2,,1,3,,,,,,,,,1,1,4,5,,,,,,,,,,,,2,2,2,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,1,8,2,,,,,,,,,,,,8,8,8,8,8,2,2,,3,82,97," <5:OTHER (SPECIFY)>:HAITI",1,,,,,,1987,1,"JM","020416",2,1,1,2,1,1,0,0,0,0,0,540,872,0,0,0,0,0,800,1672,.8832159638404846,1213.1619873046875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,20,,20,1,1,0,0,0,0,0,1,0,1,2,1278.1292724609375,1278.1292724609375,1278.1292724609375,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,,,,,,,,,,,1,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,,0,11610,17415,1,46440,0,0,42400,206,0,0,,0,1,3,1.5,1,0,0,1,1,,1,1,,1,0,0,1,1,1,0,0,1,1,1,0,0,0,0,1,1,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,29394,42,,,,42,-9,-9,,-9,-9,,-9,-9,,-9,-9,,-9,-9,,0,0,0,0,0,0,0,0,0,540,540,23.237899780273438,872,872,29.529645919799805,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,0,0,1,0,0,0,20,400,0,,1,1,0,0,0,0,0,,41.4865608215332,20,400,1,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,,1,0,0,0,0,,1,0,0,,1,,1,,1,0,0,0,0,800 -"9543o","020316",2,1,,,2,,1,36,,3,1,1,1,1,2,4,2,2,2,2,5,5,36,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,12,1,2,,,,,10,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,10,1,1,2,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,2,2,2,2,,,,,,,1,,,,,1,3,3,3,3,1,2,2,1,1,1,1,1,4,,1,,,3,1,,2,2,2,0,7,4,4,1,2,1,4,4,1,1,,,2,2,,,,,,,,,2,0,2,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,5,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,7," <7:Or someone else? (specify)>:giggits",1,2,,4,,,,10,,10,2,0,8,,,,,,,,,,,,,,,2,,2,,2,1,,,,,2,20,,,4,,,,15000,,15000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,8,,1,1,12000,,,,,,,2,2,2,2,2,2,2,2,,2,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,196,2352,1,,12,90,1080,1,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,1,2,1,2,,,,,,,,,,,,2,1,2,2,2,1,4,,2,65,1,,,,3,,3,,,1,"SF","020723",3,1,2,3,1,2,15000,0,0,0,0,2351.999755859375,1080,0,0,0,0,0,0,16080,.90010005235672,1236.353515625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,36,,36,3,0,0,1,0,0,0,1,0,1,2,2447.803466796875,2447.803466796875,2447.803466796875,1,2,1,0,0,1,1,0,1,0,0,0,1,2,1,0,0,0,0,1,1,1,1,3,1,0,0,0,1,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,14630,21945,1,58520,0,0,46438.2578125,9,0,1,1,1,1,3,1,1,1,1,1,1,,1,1,0,0,1,0,1,2,0,0,0,0,0,0,0,2,0,2,2,0,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,29423,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2352,2352,48.49742126464844,1080,1080,32.86335372924805,1,15000,15000,122.4744873046875,0,0,0,15000,0,15000,122.4744873046875,0,0,0,0,,1,0,0,0,1,0,0,0,0,36,1296,1,,1,0,0,0,0,0,0,,41.4865608215332,36,1296,1,0,0,0,0,0,0,0,2,20,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020323",2,4,,,2,,1,15,,3,1,1,2,2,2,2,2,2,2,3,1,1,29,2,1,1,,1,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,7,1,1,,1,,,5,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,7,1,6,,,,,2,2,,2,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,60,2,2,2,2,,,,,,,2,,,,,1,3,3,3,3,2,2,2,3,3,2,2,3,2,,1,,,2,1,,1,2,1,0,3,2,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,2,1,2,1,2,2,1,2,,,2,,,2,,,,,,,,,2,2,,,,,,,,,,,,,,,,,2,,1,,,,,,,,,,,,,,,2,,,1,2,1,,2,6,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,736,,10,7360,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,24,12,45,4,,,,9000,,9000,1,,,,,,,,,,,4,,,,62000,,62000,1,,,,,,,,,,,2,,2,,9,9,,,,,,,,1,11000,10000,,,,,,,1,1,,1,20000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,636,2,,1,2,,2,,2,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,1,2,1,4,,2,72,97," <5:OTHER (SPECIFY)>:elsalvador",1,,,,,,1985,1,"kp","020323",4,2,2,4,2,2,61999.99609375,9000,0,0,0,0,0,0,0,0,0,0,0,71000,.4049670994281769,556.2520751953125,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,29,35,32,2,0,1,0,0,0,1,0,0,1,4,1126.898681640625,563.4493408203125,563.4493408203125,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,1,1,2,1,0,0,0,0,,4,3,3,,,,,0,0,0,0,1,11000,10000,1000,1,1,1,0,1,1,17650,26475,0,70600,1,1,37000,71,1,,,1,,4,1,1,1,1,1,1,1,1,1,1,0,1,1,1,2,0,0,0,1,0,0,1,1,1,2,2,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,29424,32,,,,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,9000,9000,94.86833190917969,62000,62000,248.99798583984375,62000,9000,62000,248.99798583984375,9000,94.86833190917969,1,1,,1,1,1,0,0,1,1,0,0,29,841,1,1,0,1,0,0,2,1,35,35,41.4865608215332,35,1225,0,0,0,1,0,0,2,1,12,45,1,1,1,0,0,29,841,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020430",2,5,,,1,1,,40,,1,1,1,1,1,1,1,2,2,2,2,1,1,40,2,1,1,,1,42,1,5,,2,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,1,7,,,,1,2,7,,,,5,1,2,9,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,100,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,1,1,1,1,1,4,1,,1,,,11,3,,1,1,1,15,30,4,4,2,2,2,1,4,0,,,,1,0,1,2,2,2,,,4200,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,10,,6,2,2,2,1,1,2,,,2,,,9,,,,,,,,,,98,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,9,,,,,,,,,1,2,8,,,,,,,1,1,8,,8,2,,2,8,,,,,1,8,0,,,,,,,1,8,,2,,,,,,,,2,2,2,2,2,2,1,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,1500,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,1,1,1,1,1,1," <1:Yes (Specify)>:scouts; church",1,2,2,2,,,,,,,,,,,,,,,1,2,2,2,2,,,,,,,,,,,,2,2,3,2,2,2,1,,2,62,1,,,,1,,1,,,1,"agh","020430",4,3,1,3,2,1,38758.3359375,0,0,100,0,0,0,0,0,0,0,0,0,38858.3359375,.9003636240959167,1236.715576171875,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,40,42,41,3,0,0,1,0,0,1,0,0,1,4,2065.5322265625,1032.76611328125,688.5107421875,1,1,0,0,0,,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,1,,,,1,,0,,1,1,1,0,1,1,14630,21945,0,58520,0,1,46438.2578125,244,0,1,1,1,1,6,1.5,1,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,29437,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,1,0,0,40,1600,0,1,0,1,1,0,2,1,42,42,41.4865608215332,42,1764,0,0,0,1,1,0,1,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020501",2,5,,,2,,1,50,,2,1,1,1,2,1,1,1,2,2,3,1,1,50,1,1,1,,2,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,17,1,1,,1,,,14,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,17,1,9,,,,,2,11,,,,,2,2,2,,,,,,,,,,,,,1,3,,,,,,1,3,,,,,,1,,3,,,,2,1,10000,1,,2,,2500,2,2,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,1,2,2,1,1,4,1,,1,,,12,3,,1,1,1,20,98,4,4,2,2,2,1,4,0,,,,2,0,2,2,2,2,,,12000,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,12,,10,1,2,2,1,1,2,,,2,,,4,,,,24000,,24000,1,,,500000,150000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,3,1,1,,1,2,2,12,60,,,4,,,,130000,,130000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,2,,1,,1,,1,,1,8,0,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,1,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,51,1,,,,1,,1,,,1,"agh","020501",4,2,2,4,2,2,100000.9921875,0,0,0,0,0,0,0,0,0,0,0,0,100000.9921875,.31071287393569946,426.7869567871094,1,3,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,50,45,47.5,4,0,0,0,1,0,1,0,0,1,4,917.2562255859375,458.62811279296875,458.62811279296875,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,175000,1,1,1,1,500000,150000,350000,1,,0,,1,1,1,1,0,1,17650,26475,0,70600,1,1,37000,72,1,,,1,,10,2.5,1,1,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,29438,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,130000,130000,360.55511474609375,0,0,0,130000,0,130000,360.55511474609375,0,0,0,0,,0,0,0,0,0,1,1,1,1,50,2500,1,0,1,1,1,1,1,1,45,45,41.4865608215332,50,2500,0,0,0,1,1,1,2,0,12,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020427",2,3,,,1,1,,20,,3,2,3,2,3,2,3,3,2,2,1,1,1,40,2,1,1,,1,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,2,9,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,150,2,2,1,2,,,,,,,2,4,8,8,8,,,,,,,,,,,,1,1,98,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,1,50,,,,12,2400,1,,2,,,1,2,2,,,10,,3,2,2,2,1,1,2,,,2,,,3,,,600,,12,7200,1,,1,150000,40000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,37,12,40,9,,,,,,,,,1,2,1,,2,,,,,4,,,,55000,,55000,1,,,,,,,,,,,2,,1,1,8,8,,,,,,,,1,8,0,,,,,,,1,2,,1,2000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,1,53,1,,,,1,,1,,,1,"rm","020427",3,2,1,3,2,1,74999.9921875,54999.99609375,0,0,0,0,0,0,0,0,0,0,0,129999.984375,.5401546955108643,741.942138671875,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,40,40,40,3,0,0,1,0,0,1,0,0,1,4,1318.3564453125,659.17822265625,659.17822265625,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,1,,,4,,,,,1,150000,40000,110000,1,,0,,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,22,1,,,1,,3,1,1,0,0,1,1,1,1,1,,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,29524,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,75000,75000,273.86126708984375,55000,55000,234.52078247070312,75000,55000,75000,273.86126708984375,55000,234.52078247070312,1,1,1,0,0,0,0,0,1,1,1,0,40,1600,1,1,1,1,1,1,2,0,40,40,41.4865608215332,40,1600,0,0,0,0,0,0,0,0,12,37,0,1,1,1,1,40,1600,1,1,1,1,1,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020509",2,1,,,3,,1,18,,2,2,2,3,1,2,4,3,2,2,2,4,5,41,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,14,2,1,,,,,13,1,1,,,,,11,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,13,1,7,,,,2,2,,,,,,,2,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,1,,2,,64,2,2,2,2,2,2,2,2,2,2,2,,,,,1,3,3,3,2,3,2,2,4,4,1,1,4,7,,1,,,6,1,,2,2,1,3,9,4,4,1,2,2,1,4,0,,,,3,3,,,,,,,,,1,0,1,2,2,2,,,,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,4,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,648,,12,7776,1,,2,,,,,,,,,,,,,,,2,,2,,1,2,1,,,,98,8,,,2,,100,,,12,2400,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,1,2,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,1,1,2,,2,1,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,2,,,,,500,200,,,,,,,,,,,,,,,,,,12,8,,,3000,,,,,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,1,1,1,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,3,2,1,4,,8,60,3,,,,,,,,1980,1,"ma","020509",4,1,3,4,1,3,2400,0,0,200,0,1084.0224609375,0,0,0,0,2000,0,0,4600,.5387037992477417,739.9492797851562,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,41,,41,3,0,0,1,0,0,0,1,0,1,2,859.778076171875,859.778076171875,859.778076171875,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,0,1,1,1,2,1,1,0,0,0,0,,4,4,4,1250,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,17650,26475,1,70600,0,0,37000,14,0,1,1,1,1,3,.75,0,1,0,1,1,,1,1,1,1,1,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,29582,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,2000,44.72135925292969,200,200,14.142135620117188,0,0,0,-5,169.98902893066406,13.037983894348145,0,0,0,1,2400,2400,48.98979568481445,0,0,0,2400,0,2400,48.98979568481445,0,0,0,0,,1,0,0,0,0,1,1,1,0,41,1681,1,,1,1,1,1,0,0,0,,41.4865608215332,41,1681,0,0,0,0,0,0,0,0,11,8,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020424",2,1,,,1,1,,19,,3,2,3,2,2,3,3,2,2,2,1,5,2,33,2,1,2,,1,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,1,7,,,,2,2,7,,,,2,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,2,,,,,2,2,2,2,,,,,,,2,3,3,3,3,,,,,,,,,,,,1,1,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,1,,1,11,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,757,,12,9084,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,37000,,37000,1,,,,,,,,,,,8,,,,,,,,,1,2,2,1,,,,,,2,,1,2,10000,,,,,,,,,1,500,0,,,,,,,1,2,,1,14000,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,2,,2,73,4,,1,,,,,,1985,1,"ar","020426",3,2,1,3,2,1,37000,35000,1199.61376953125,0,0,0,0,0,0,0,0,0,0,73199.6171875,.4256257116794586,584.628173828125,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,33,35,34,2,0,1,0,0,0,1,0,0,1,4,1040.271728515625,520.1358642578125,520.1358642578125,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,,,,,,,,,,,,2,,,4,10000,1,1,0,0,0,0,0,1,500,0,500,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,264,1,,,0,,4,1.3333333730697632,1,0,1,1,1,1,1,1,,0,1,0,1,2,0,0,0,1,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,29583,,,,,4,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,37000,37000,192.3538360595703,35000,35000,187.08287048339844,37000,35000,37000,192.3538360595703,35000,187.08287048339844,1,1,,1,1,1,0,0,1,1,1,0,33,1089,1,1,1,1,1,1,2,0,35,35,41.4865608215332,33,1089,0,1,0,0,0,0,0,0,12,40,0,1,1,1,1,35,1225,1,1,1,1,1,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020507",2,4,,,2,,1,5,,3,3,4,3,3,3,4,2,2,2,8,1,1,25,2,1,1,,1,26,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,7,2,1,,1,,,6,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,6,1,4,,,,,2,8,,,,,2,1,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,2,,2,,,,,2,2,2,2,,,,,,,2,,,,,1,3,3,3,3,2,1,1,3,4,1,2,5,1,1,,,,0,2,,1,1,1,0,5,3,4,2,2,2,1,4,0,,,,2,0,2,2,2,2,,,7000,,2,0,2,1,2,1,,,,,2,,,2,,,,2,,,,,2,2,,,,,,,,,,,1,,,,2,,,,,,2,2,,,3,,,600,,12,7200,1,,2,,,1,8,1,,1,1,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,8,,,3,,,700,,12,8400,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,37,12,40,9,,,,,,,,,2,,,,,1,3,,,4,,,,25000,,25000,1,,,,,,,,,,,2,,1,2,9,9,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,9,9,9,2,2,2,9,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,9,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,1,2,2,2,2,,3,77,1,,,,1,,1,,,1,"zs","020513",4,2,2,4,2,2,27500,24999.998046875,0,0,0,0,0,0,0,0,0,0,0,52500,.6563703417778015,901.5728759765625,1,1,0,3,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,25,26,25.5,2,0,1,0,0,0,1,0,0,1,4,1628.4063720703125,814.2031860351562,814.2031860351562,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,1,1,1,1,2,1,0,0,0,0,,4,4,3,,,,,0,0,0,0,0,0,0,0,1,1,1,1,1,1,17650,26475,0,70600,0,1,37000,31,1,,,1,,5,1.25,1,0,1,1,1,1,1,1,1,0,0,0,1,2,0,0,0,0,0,0,0,2,1,2,2,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,29584,,,,,1,-9,-9,,-9,-9,,-9,-9,,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,2,27500,27500,165.83123779296875,25000,25000,158.11387634277344,27500,25000,27500,165.83123779296875,25000,158.11387634277344,0,0,1,0,0,0,0,0,1,0,0,0,25,625,1,1,1,1,0,0,2,0,26,26,41.4865608215332,25,625,0,0,0,0,0,0,0,0,12,37,0,1,1,1,1,26,676,1,1,1,2,.1519336998462677,.1519336998462677,0,0,0,0,,1,0,0,,1,0,0,0,0,,1,,1,0,0,0,0,0 -"9543o","020425",2,1,,,2,,1,25,,3,1,1,1,1,3,3,2,1,2,2,1,1,32,1,1,1,,2,31,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,5,2,1,,1,,,2,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,2,2,2,,3,,,2,7,,,,2,2,1,2,,,,,,,,,,,,,1,2,,,,,,1,1,,,,,,1,,1,,,,2,2,,2,,,,,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,2,2,1,1,2,2,2,,,,1,2,,2,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,1,,,2,2,,,3,,,150,,6,900,1,,2,,,2,2,3,,,5,,4,1,2,2,1,2,,,,,,,,,,,,,,,,,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,9," <7:ANOTHER GROUP (SPECIFY)>:american",7,70,1,,,,1,,1,,,1,"sf","020713",4,2,2,4,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.7435845732688904,1021.3680419921875,1,1,0,4,1,1,1,1,0,0,0,0,0,0,0,,,,,,32,31,31.5,2,0,1,0,0,0,1,0,0,1,4,5141.1767578125,2570.58837890625,2570.58837890625,1,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,,,,,1,,0,,0,0,0,0,0,0,0,0,0,0,17650,26475,1,70600,0,0,37000,59,0,1,1,1,1,4,1,1,1,1,0,1,1,1,1,,0,1,0,1,2,0,0,0,0,0,1,1,0,1,1,2,1,0,0,0,0,2,1,1,0,0,0,0,0,,,,,,,,0,0,0,1,29586,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,1,32,1024,0,0,1,0,0,0,1,1,31,31,41.4865608215332,32,1024,0,0,0,0,0,0,2,1,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020501",2,4,,,1,1,,5,,2,2,3,2,1,2,1,2,2,2,2,5,5,24,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,3,1,2,,2,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,6,,,,2,1,260,1,,2,,20,2,1,2,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,1,2,,,,,,,,,,,,,,,,1,,,,2,,,,,,,,1,,,,2,,,,,,1,2,,,3,,,285,,12,3420,1,,2,,,1,2,1,,1,1,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,4,,2,,,4,,,,2500,,2500,1,,1,,,,,,,,,,,,,,,1,3,2,,1,1,,,,,10,20,,,4,,,,20000,,20000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,1,7,2,,2,1,,,,,2,,,,,,,,,1,2,,1,200,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1500,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,1,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,77,1,,,,1,,1,,,1,"ap","020501",2,1,1,2,1,1,20000,0,0,100,0,0,0,0,0,0,0,0,0,20100,1.0598591566085815,1455.79443359375,0,1,2,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,24,,24,1,1,0,0,0,0,0,1,0,1,2,1533.75537109375,1533.75537109375,1533.75537109375,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,,1,1,1,,,1,0,,,,4,,,4,6000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,11610,17415,0,46440,0,1,42400,64,0,1,1,1,1,3,1.5,1,0,1,1,1,,1,1,,1,1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,29594,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,1,20000,20000,141.42135620117188,0,0,0,20000,0,20000,141.42135620117188,0,0,1,1,1,0,0,0,0,0,1,0,0,0,24,576,1,,1,1,0,0,0,0,0,,41.4865608215332,24,576,0,0,0,0,0,0,0,0,10,20,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020501",2,2,,,2,,1,4,,2,1,1,1,1,1,1,1,8,2,8,1,1,46,1,1,1,,2,37,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,13,1,1,,1,,,10,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,13,1,4,,,,,2,1,1,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,6,,,,,,,2,,,,,8,8,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,8,1,2,2,3,8,1,1,2,,1,,,8,1,,1,1,1,0,10,4,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,1,0,1,2,2,2,,,,,1,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,1,,,,,,,,,,,,,,,2,,,8,8,1,,2,4,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,900,,12,10800,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,48,,,4,,,,15000,,15000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,8,,1,1,9,2,,1,2,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,3,2,1,2,,,,,,,,,,,,,,,8,1,1,1,2,,,,,,,,,,,,1,3,2,2,1,2,3,,5,56,97," <5:OTHER (SPECIFY)>:BANGLADESH",97," <5:OTHER (SPECIFY)>:BANGLADESH",,,,,1998,1,"RR2","020501",4,2,2,4,2,2,15000,0,0,0,0,0,0,0,0,0,0,0,0,15000,1.1900535821914673,1634.6260986328125,1,1,0,2,2,1,2,0,1,0,0,0,0,0,0,4,0,0,0,1,46,37,41.5,3,0,0,1,0,0,1,0,0,1,4,4438.0078125,2219.00390625,2219.00390625,1,2,1,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,,1,0,0,0,0,,4,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,17650,26475,1,70600,0,0,37000,25,0,1,0,1,1,3,.75,0,1,1,,0,0,1,0,1,1,1,1,1,3,0,1,0,1,0,0,0,1,0,1,1,1,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,29602,19,19,,,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,15000,15000,122.4744873046875,0,0,0,15000,0,15000,122.4744873046875,0,0,0,0,,0,1,1,0,0,1,0,0,1,46,2116,1,0,1,1,0,0,1,1,37,37,41.4865608215332,46,2116,0,0,0,1,0,0,2,0,12,48,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020602",2,2,,,2,,1,16,,2,2,2,2,3,2,3,3,2,2,8,1,1,47,2,1,1,,1,49,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,14,1,1,,1,,,13,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,13,1,9,,,,,2,4,,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,1,1,,,,,,1,,6,,,,,2,,1,,2,,8000,2,2,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,1,2,4,1,1,4,1,,1,,,8,1,,1,2,1,0,98,4,4,2,2,2,2,4,0,,,,2,2,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,10,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,900,,12,10800,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,10,40,12,60,4,,,,19000,,19000,1,,,,,,,,,,,4,,,,34000,,34000,1,,,,,,,,,,,1,1,2,,6000,,,,,,,,,2,,,,,,,,,2,,1,1,10000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,1,2,2,2,1," <1:Yes (Specify)>:Church",1,2,1,1,97,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:psychological problems, chills",2,1,2,,,,1,2,1,1,2,,,,,,,,,,,,2,1,1,1,1,1,1,,2,54,97," <5:OTHER (SPECIFY)>:COLOMBIA",1,,,,,,1985,2,"ar","020602",4,2,2,4,2,2,34000,19000,0,0,0,0,0,0,0,0,0,0,0,53000,.4256257116794586,584.628173828125,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,47,49,48,4,0,0,0,1,0,1,0,0,1,4,1254.2987060546875,627.1493530273438,627.1493530273438,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,6000,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,17650,26475,0,70600,0,1,37000,125,1,,,0,,4,1,1,1,0,1,0,1,1,0,1,1,0,0,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,29636,28,,,,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,19000,19000,137.84048461914062,34000,34000,184.39088439941406,34000,19000,34000,184.39088439941406,19000,137.84048461914062,0,0,,1,1,1,0,0,1,1,1,0,47,2209,1,1,0,1,0,0,2,1,49,49,41.4865608215332,49,2401,0,0,0,1,0,0,2,0,12,60,1,1,1,1,0,47,2209,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020427",2,1,,,3,,1,38,,1,3,1,1,3,1,1,2,2,2,2,1,1,55,1,1,1,,2,48,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,17,1,1,,1,,,10,1,1,,1,,,9,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,9,1,7,,,,2,2,1,2,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,200,2,2,2,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,2,2,1,1,1,4,,1,,,3,1,,2,1,2,0,6,4,4,2,2,1,1,4,0,,,,3,3,,,,,,,,,2,0,2,1,2,2,,,,,1,2,,2,,,,,,,1,,2,2,,,,,,,,,,,,,,,,,,2,2," o",,,,,,,,,,,,,,2,,,1,2,1,,2,12,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,8,,,,,,,,,,,,,,,1,2,2,,1,1,,2,2,1,12,35,12,20,7,,,,,,,,,2,,,,,1,3,,,7,,,,,,,,,2,,,,,2,,1,,1,1,2,,7,1,2,,,,,,,1,11000,7,2,,1,1,2,,2,,1,1,2000,,,,,,,2,2,2,2,2,2,2,2,,1,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,,12,523,6276,1,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,3,2,2,1,98,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:he wonders why it happened",2,1,1,,,2,2,3,2,3,1,4,,2,47,3,,,,,,,,1963,1,"pg","020427",5,2,3,5,2,3,27500,5000,0,0,0,0,0,0,0,0,0,6275.99951171875,0,38776,.4256257116794586,584.628173828125,1,1,1,1,4,1,4,0,0,0,1,0,0,0,0,3,0,0,1,0,55,48,51.5,4,0,0,0,1,0,1,0,0,1,4,1573.8780517578125,786.9390258789062,786.9390258789062,1,2,1,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,1,,4,4,4,1250,1,0,0,0,0,0,0,1,11000,15000,-4000,0,1,1,1,0,1,20670,31005,0,82680,0,1,36847.08984375,65,1,,,1,,5,1,1,1,1,1,1,1,1,1,1,1,0,1,1,3,0,1,0,0,0,0,0,2,0,2,2,1,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,29649,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6276,6276,79.22120666503906,0,0,0,0,0,0,2,27500,27500,165.83123779296875,5000,5000,70.71067810058594,27500,5000,27500,165.83123779296875,5000,70.71067810058594,0,0,,1,0,0,0,0,1,1,1,1,55,3025,1,1,1,1,1,1,1,1,48,48,41.4865608215332,55,3025,0,0,0,1,1,1,3,0,12,35,0,0,0,0,0,48,2304,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020503",2,1,,,2,,1,12,,1,3,2,1,2,3,3,2,2,2,3,1,1,51,1,1,1,,2,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,9,1,1,,1,,,6,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,9,1,2,,3,,,2,2,,5,,,2,2,2,,,,,,,,,,,,,2,,,,,,,1,1,,,,,,1,,4,,,,,1,8,1,,2,,2000,2,1,1,2,,,,,,,2,,,,,2,2,3,3,3,2,1,2,3,2,1,1,1,2,,1,,,3,2,,1,2,1,2,15,4,4,2,2,2,1,4,1,7,," <3:Something Else? (SPECIFY)>:went from public school to private",2,0,1,2,2,2,,,330,,2,0,2,2,2,1,,,,,1,2,,,,,,97," 0",,97," none k \the program is private",,,,,,,,,,,,,1,,,,2,,,8,,,2,2,,,3,,,330,,9,2970,1,,1,5,5,1,2,1,,2,4,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,694,,12,8328,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,10,40,1,240,,,,12,11520,1,,,,,,,,,,,1,300,,,,10,12000,1,,,,,,,,,,,1,1,1,1,8,1,1,,,,,,,1,8,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,1,1,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,2,,6,50,7," <5:OTHER (SPECIFY)>:ghana",1," <5:OTHER (SPECIFY)>:",,,,,1989,1,"zs|","020503",4,2,2,4,2,2,12000,11520,0,0,0,0,0,0,0,0,0,0,0,23520,1.2381591796875,1700.70263671875,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,2,0,1,0,0,51,40,45.5,4,0,0,0,1,0,1,0,0,1,4,5029.76318359375,2514.881591796875,2514.881591796875,1,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,2,1,1,1,2,1.3333333730697632,0,0,0,0,,3,4,4,250,1,0,0,0,0,0,0,1,,0,,1,1,1,1,0,1,17650,26475,1,70600,0,0,37000,128,0,1,0,1,1,3,.75,0,1,1,1,0,1,1,0,1,1,1,0,1,3,0,1,0,1,0,0,0,2,1,2,2,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,29650,37,,,,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,11520,11520,107.33126068115234,12000,12000,109.54450988769531,12000,11520,12000,109.54450988769531,11520,107.33126068115234,0,0,1,0,1,1,0,0,0,0,0,1,51,2601,1,1,0,0,0,0,1,0,40,40,41.4865608215332,40,1600,0,0,0,0,0,0,0,0,10,40,1,0,0,0,1,51,2601,0,0,0,2,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020504",2,2,,,3,,1,50,,1,2,2,2,3,2,3,3,2,2,2,1,1,50,2,1,1,,1,49,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,16,2,1,,1,,,11,2,1,,1,,,8,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,8,2,9,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,8,2,2,2,2,,,,,,,2,,,,,1,3,3,3,3,2,2,1,3,3,1,1,4,1,,1,,,2,3,,1,1,1,0,99,4,4,2,2,2,1,4,0,,,,3,0,3,2,2,2,,,8,,2,0,2,1,2,2,,,,,2,,,97," USED THE FRIEND ONLY A FEW TIMES A YEAR",,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,3,,,21,,10,1,2,2,1,1,2,,,2,,,9,,,,,,,,,,99,99,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,2,2,2,1,1,,,,12,98,,,,,,,,,,,,,,,,,,,9,,,,,,,,,9,,,,,,,,,2,,2,,9,2,,9,,,,,,1,9,8,9,,,,,,1,1,,9,,,,,,,,2,2,2,1,1,2,8,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,1,2,1," <1:Yes (Specify)>:REFUSED TO GIVE ANSWER",3,2,8,2,,,,,,,,,,,,,,,1,1,3,1,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,52,1,,,,1,,10," <5:OTHER (SPECIFY)>:POLAND",,1,"RR2","020504",5,2,3,5,2,3,52845.3359375,0,2256.74072265625,0,0,0,0,0,5899.76611328125,0,0,0,0,61001.84375,.4660693109035492,640.180419921875,1,2,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,50,49,49.5,4,0,0,0,1,0,1,0,0,1,4,1104.2374267578125,552.1187133789062,552.1187133789062,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,1,1,1,2,1,0,0,0,0,,4,4,4,,,,,1,,,,1,,,,1,1,1,0,,,20670,31005,0,82680,0,1,36847.08984375,24,1,,,1,,10,2,1,1,0,1,1,1,1,1,1,1,0,0,1,3,0,1,0,0,0,0,0,2,0,2,2,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,29663,,,,10,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,-5,907.7564086914062,30.128995895385742,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,1,1,0,50,2500,0,1,0,1,1,1,2,1,49,49,41.4865608215332,49,2401,0,1,0,1,1,1,3,0,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,1,0,1,0,,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 -"9543o","020406",2,2,,,1,1,,13,,3,2,3,1,3,4,2,1,2,2,1,1,1,43,2,1,1,,1,48,1,5,,2,20,1,3,,1,77,1,3,,2,70,2,,,,,,,,,,,,,,,,,,,,,,,,,,1,10,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,10,1,4,,,,,2,4,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,2,,,,,,,1,,2,,,,,1,8,1,,2,,8,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,2,4,4,1,1,2,2,,1,,,5,1,,1,1,1,0,0,3,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,1,0,1,2,2,2,,,,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,10,,4,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,42,12,98,9,,,,,,,,,2,,,,,1,3,,,9,,,,,,,,,1,2,2,1,,,,,,1,1,1,1,0,,,,,,,,,2,,,,,,,,,2,,2,1,8,8,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,59,7," <5:OTHER (SPECIFY)>:guyana",7," <5:OTHER (SPECIFY)>:guyana",,,,,1988,1,"jd","020415",6,5,1,3,2,1,35000,27500,0,0,0,0,0,0,0,0,0,0,0,62500,.697822093963623,958.5099487304688,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,43,48,45.5,4,0,0,0,1,0,1,0,0,1,4,1812.5045166015625,906.2522583007812,362.50091552734375,1,2,1,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,1,14630,21945,0,58520,1,1,46438.2578125,294,1,,,1,,4,.6666666865348816,0,0,1,1,1,0,1,0,1,0,0,1,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,29689,7,7,,,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,27500,27500,165.83123779296875,35000,35000,187.08287048339844,35000,27500,35000,187.08287048339844,27500,165.83123779296875,0,0,1,0,1,1,0,0,1,0,0,0,43,1849,1,1,0,1,0,0,2,1,48,48,41.4865608215332,48,2304,0,0,0,1,0,0,1,0,12,42.29999923706055,1,1,0,0,0,43,1849,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020425",2,4,,,1,1,,45,,2,1,2,1,1,1,3,2,2,2,3,1,1,45,2,1,1,,1,54,1,5,,1,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,13,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,13,2,9,,,,,2,7,,,,5,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,100,2,2,1,2,2,1,2,2,2,2,2,,,,,2,3,2,2,3,3,1,2,2,3,1,1,1,1,,1,,,8,1,,1,1,1,0,10,4,4,1,2,1,2,2,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,45,,9,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,2,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,43,12,40,4,,,,38000,,38000,1,,,,,,,,,,,4,,,,38000,,38000,1,,,,,,,,,,,1,1,2,,70000,,,,,,,,,1,5000,0,,,,,,,1,1,,1,12000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,1,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,1,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,1,56,1,,,,97," <5:OTHER (SPECIFY)>:GERMANY",97," <5:OTHER (SPECIFY)>:GERMAN;Y",,1,"RR2","020426",4,3,1,3,2,1,38000,38000,0,0,0,0,0,0,0,0,0,0,0,76000,.4660693109035492,640.180419921875,1,2,0,3,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,45,54,49.5,4,0,0,0,1,0,1,0,0,1,4,1104.2374267578125,552.1187133789062,368.0791320800781,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,0,1,2,2,1,1,1.6666666269302368,1,0,0,1,,3,4,4,70000,1,1,1,0,0,0,0,1,5000,0,5000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,56,1,,,1,,9,2.25,1,1,1,1,1,1,1,1,1,1,1,0,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,29696,,,36,36,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,38000,38000,194.93588256835938,38000,38000,194.93588256835938,38000,38000,38000,194.93588256835938,38000,194.93588256835938,0,0,,0,0,0,0,0,1,1,1,0,45,2025,1,1,1,1,1,1,2,0,54,54,41.4865608215332,45,2025,0,0,0,0,0,0,0,0,12,43,0,1,1,1,1,54,2916,1,1,1,1,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020412",2,1,,,2,,1,42,,4,2,3,3,2,3,8,4,2,2,1,3,2,47,2,1,9,,1,46,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,9,1,5,,8,,1,3,2,5,,8,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,3,2,4,,,,,2,98,,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,4,,,,,,,2,,,,,1,2,1,2,,,,,,,2,2,3,3,3,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,2,1,1,2,1,2,2,,,,2,,,,,2,,,,,,,,,,,,,,1,,,2,,,,,,,,,,,,2,2,,,4,,,,60,,60,2,8,1,4,3,1,2,1,,2,2,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,139,,6,834,8,99,8,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,20,12,98,4,,,,7000,,7000,1,,,,,,,,,,,8,,,,,,,,,2,,,,,8,,,,2,,2,,8,8,,,,,,,,2,,,,,,,,,8,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,57,228,1,,,,,,,2,,8,0,2,,,,,,,2,,1,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,1,3,2,2,1,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,45,3,,,,,,,,1959,1,"gs","020412",10,2,8,4,2,2,6999.99951171875,3727.103271484375,0,0,0,227.99998474121094,0,0,0,0,0,0,0,10727.1025390625,.9480813145637512,1302.2593994140625,1,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,47,41.53856658935547,44.269283294677734,3,0,0,1,0,0,1,0,0,1,4,2373.245361328125,1186.6226806640625,1186.6226806640625,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,1,1,1,,,1,0,,,,3,,,4,,,,,0,0,0,0,0,0,0,0,0,1,1,0,,,17650,26475,1,70600,0,0,37000,161,0,1,1,1,1,3,.30000001192092896,0,0,0,1,0,0,1,0,,0,1,,1,3,0,1,0,0,0,0,1,1,1,1,2,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,29703,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,228,15.099668502807617,0,0,0,2,7000,7000,83.66600036621094,-5,19612.009765625,140.0428924560547,7000,-5,7000,83.66600036621094,9043.8486328125,95.09915161132812,1,1,,1,0,0,0,0,1,0,0,0,47,2209,1,1,1,1,0,0,0,0,41.4865608215332,,41.4865608215332,47,2209,0,0,0,0,0,0,0,0,12,20,0,1,1,1,.3509513735771179,41.53856658935547,1725.4525146484375,0,0,0,.7019027471542358,.1519336998462677,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020423",2,2,,,10,,1,36,,2,3,1,1,2,2,3,2,2,2,2,1,1,36,2,1,1,,1,37,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,15,2,1,,1,,,14,1,1,,1,,,12,1,1,,1,,,10,2,1,,1,,,9,1,1,,1,,,7,1,1,,1,,,5,2,1,,1,,,4,2,1,,1,,,2,2,1,,1,,,2,7,5,2,2,,2,,,2,2,,5,,,2,1,2,,,,,,,,,,,,,1,4,,,,,,1,4,,,,,,1,,4,,,,2,,,2,,,,,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,5,0,1,,,,0,3,,1,1,1,3,30,4,4,2,2,2,1,4,,,,,7,1,7,2,2,1,1,,3000,,7,3,5,1,1,1,2,,,,2,,,7,,1,,1,,,,,1,,,,2,,,1,,,2,,2,1,2,,,,,,,,2,2,,,4,,,,500,,500,1,,2,,,1,2,3,,,1,,8,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,190,,12,2280,1,,2,,,,,,,,,,,,,,,2,,1,2,2,2,2,1,1,,,,12,26,,,,,,,,,,,,,,,,,,,4,,,,10000,,10000,1,,,,,,,,,,,2,,2,,3000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,1,1,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,,12,500,6000,1,,12,800,9600,1,,,,,,,2,,1,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,1,2,1,,,,,,,,2,1,2,2,2,2,2,1," <1:Yes (Specify)>:GOMLEICHEFED",2,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,65,1,,,,97," <5:OTHER (SPECIFY)>:GERMANY",1,,,1,"NR","020423",10,2,8,10,2,8,10000,0,0,0,0,9600,0,0,0,0,0,5999.99951171875,0,16000,.7208048105239868,990.078369140625,1,2,0,1,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,36,37,36.5,3,0,0,1,0,0,1,0,0,1,4,1131.6492919921875,565.8246459960938,565.8246459960938,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,,,1,0,0,0,0,4,,,4,3000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,35770,53655,1,143080,0,0,27370.8203125,5,0,1,1,1,1,8,.800000011920929,0,1,1,1,1,1,1,1,1,1,1,0,1,2,0,0,0,0,0,1,2,4,2,5,7,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,29707,,,36,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,6000,77.45966339111328,9600,9600,97.9795913696289,0,0,0,1,0,0,0,10000,10000,100,10000,0,10000,100,0,0,3,1,,0,0,0,0,0,1,0,0,0,36,1296,0,1,0,0,0,0,2,1,37,37,41.4865608215332,37,1369,0,0,0,0,0,0,8,1,12,26,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,2.8076109886169434,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020415",2,2,,,1,1,,30,,3,3,4,1,3,2,3,2,2,2,1,4,5,51,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,15,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,15,2,1,2,,,,2,,,,,,,5,1,1,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,2,2,3,2,2,2,2,2,2,2,1,,,,,1,3,3,2,3,3,1,2,1,1,1,1,1,1,,1,,,9,1,,2,1,1,0,5,4,2,2,2,2,2,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,24,,4,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,376,,12,4512,1,,2,,,,,,,,,,,,,,,2,,1,3,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,1,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,12,568,6816,1,,12,563,6756,1,,12,8,,,99,2,,8,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,,,,,,,,,,,2,1,2,1,2,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,3,2,2,2,1,1,4,5,6,11," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:nervious",2,1,1,,,,2,1,1,1,1,1,,2,61,3,,,,,,,,1969,2,"jd","020415",2,1,1,2,1,1,0,0,0,0,0,6756.00048828125,1270.4388427734375,0,0,0,0,6815.99951171875,0,8086.4384765625,.3000333607196808,412.11785888671875,0,3,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,51,,51,4,0,0,0,1,0,0,1,0,1,2,945.0475463867188,945.0475463867188,945.0475463867188,0,4,0,0,1,0,1,0,1,0,0,0,0,3,0,1,0,0,1,1,1,2,1,1,1.3333333730697632,0,1,0,0,,4,4,4,,,,,0,0,0,0,0,0,0,0,0,0,0,0,,0,11610,17415,1,46440,0,0,42400,180,0,1,1,0,0,4,2,1,0,1,1,1,,1,1,1,0,0,0,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,29726,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6816,6816,82.55906677246094,6756,6756,82.19489288330078,-5,107.74469757080078,10.380014419555664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,1,1,0,0,0,0,51,2601,0,,1,0,0,0,0,0,0,,41.4865608215332,51,2601,1,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020504",2,2,,,2,,1,22,,2,1,1,1,2,2,1,2,2,2,2,5,2,53,2,1,2,,2,47,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,12,1,4,,1,,,7,1,4,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,7,1,11,,,,,2,11,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,700,1,,2,,500,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,1,1,2,2,2,1,1,4,1,,1,,,2,1,,2,1,1,0,15,4,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,2,0,2,1,1,1,,,,,1,3,,2,,97," 1",1,,,1,,1,,,,2,,,1,,,2,,1,,,,2,,,1,,,2,2,,,4,,,,1200,,1200,2,1000,2,,,1,2,3,,,5,,10,1,2,2,1,1,2,,,2,,,4,,,,20000,,20000,1,,,800000,225000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,10,34,12,40,4,,,,52000,,52000,1,,,,,,,,,,,4,,,,85000,,85000,1,,,,,,,,,,,1,1,2,,260000,,,,,,,,,1,8000,5000,,,,,,,1,1,,1,7500,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,2000,2,,,,,,,,,,,,,,,,,2000,2000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,1,1,1,2,2,,,,,,,,,,,,1,1,1,1,2,2,1,,2,48,1,,,,1,,1,,,1,"nr","020504",4,2,2,4,2,2,85000.0078125,51999.99609375,2000,2000,0,0,0,0,0,0,0,0,0,141000,.9321386218070984,1280.36083984375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,53,47,50,4,0,0,0,1,0,1,0,0,1,4,2208.474853515625,1104.2374267578125,1104.2374267578125,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,3,1,0,0,0,0,,4,4,4,260000,1,1,1,1,800000,225000,575000,1,8000,5000,3000,1,1,1,0,1,1,17650,26475,0,70600,1,1,37000,134,1,,,1,,10,2.5,1,1,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,0,0,0,0,2,0,2,2,1,0,0,0,0,2,2,0,1,1,2,0,1,,,,,,,,0,0,0,1,29730,,,,,1,0,0,0,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,2,52000,52000,228.0350799560547,85000,85000,291.547607421875,85000,52000,85000,291.547607421875,52000,228.0350799560547,0,0,,0,0,0,0,0,1,1,1,0,53,2809,1,1,0,1,1,1,1,0,47,47,41.4865608215332,47,2209,0,1,0,0,0,0,0,0,12,40,1,1,1,1,0,53,2809,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020507",2,3,,,3,,1,40,,2,1,3,2,3,2,4,1,2,2,1,4,2,37,2,1,2,,1,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,12,1,1,,1,,,9,1,1,,1,,,8,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,8,1,7,,,,1,2,5,,,1,,2,2,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,1,,,,,2,,2,,,,,2,2,1,2,,,,,,,2,,,,,1,2,3,3,3,1,2,2,1,4,1,1,4,2,,1,,,2,1,,2,1,1,0,4,3,4,2,2,2,3,4,0,,,,3,3,,,,,,,,,3,0,3,2,2,2,,,,,1,2,,,,,,,,,3,,,,,,,,,,,,,,,,,,,,,1,,,2,2,,,4,,,,4000,,4000,1,,1,5,3,1,2,1,,2,10,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,3600,,3600,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,35,,,4,,,,34000,,34000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,9,9,,,,,,,,2,,,,,,,,,2,,1,1,20000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,1,1,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,1," <1:Yes (Specify)>:elk",4,1,2,2,,,,,,,,,,,,,,,2,1,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,1,65,1,,,,1,,1,,,1,"sf","020720",5,2,3,5,2,3,34000,0,0,0,0,0,0,0,0,0,0,0,0,34000,.6563703417778015,901.5728759765625,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,37,40,38.5,3,0,0,1,0,0,1,0,0,1,4,1428.140380859375,714.0701904296875,714.0701904296875,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,2,1,1,1,3,1.3333333730697632,0,0,0,0,,4,4,4,,,,,0,0,0,0,0,0,0,0,0,1,1,1,0,1,20670,31005,0,82680,0,1,36847.08984375,25,0,1,0,1,1,3,.6000000238418579,0,0,1,1,0,0,1,0,0,1,0,0,1,2,0,0,0,0,0,0,0,3,0,3,3,1,0,0,0,0,1,1,1,1,0,1,0,1,,,,,,,,0,0,0,1,29812,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,34000,34000,184.39088439941406,0,0,0,34000,0,34000,184.39088439941406,0,0,0,0,1,0,0,0,0,0,1,1,0,0,37,1369,1,0,1,1,1,0,2,0,40,40,41.4865608215332,37,1369,0,0,0,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020412",2,3,,,1,1,,35,,1,1,1,1,2,2,3,2,2,2,2,1,1,53,2,1,1,,1,54,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,15,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,15,1,9,,,,,2,7,,,,2,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,8,2,1,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,1,1,1,2,1,3,1,,1,,,9,2,,1,1,1,20,97,4,4,2,2,2,1,4,0,,,,1,0,1,2,2,2,,,26000,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,15,,7,1,2,2,1,1,2,,,2,,,3,,,2200,,12,26400,1,,1,9999999,220000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,3,2,2,2,1,1,,,,12,70,,,,,,,,,,,,,,,,,,,4,,,,250000,,250000,1,,,,,,,,,,,2,,8,,9999999,,,,,,,,,1,20000,0,,,,,,,1,1,,1,6000,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,1,1,1,1," <1:Yes (Specify)>:society of relief of women and children",1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,1,48,1,,,,1,,1,,,1,"gs","020412",3,2,1,3,2,1,100000.9921875,0,1145.0882568359375,0,0,0,0,0,0,0,0,0,0,101146.078125,.31071287393569946,426.7869567871094,1,3,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,53,54,53.5,4,0,0,0,1,0,1,0,0,1,4,736.158203125,368.0791015625,368.0791015625,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,3,4,9999999,1,1,1,1,9999999,220000,9779999,1,20000,0,20000,1,1,1,0,1,1,14630,21945,0,58520,1,1,46438.2578125,72,1,,,1,,7,2.3333332538604736,1,1,1,1,1,1,1,1,1,1,1,0,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,29860,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,250000,250000,500,250000,0,250000,500,0,0,0,0,,0,0,0,0,0,1,1,1,0,53,2809,0,1,0,1,1,1,2,1,54,54,41.4865608215332,54,2916,0,1,0,1,1,1,1,0,12,70,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020422",2,2,,,2,,1,30,,1,3,2,1,1,1,2,1,2,2,3,5,2,30,2,1,2,,1,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,2,1,,8,,,1,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,1,2,7,,,,1,2,7,,,,5,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,400,1,2,2,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,2,4,2,,,,,,,,,,,,,,,,,,,,,,,,1,0,1,2,2,2,,,4000,,2,1,1,2,1,2,2,,,,2,,,,,1,,,,,,,,,,,,,,1,,,2,,,,,,,,,,,,2,2,,,4,,,,1000,,1000,1,,2,,,8,2,2,,,4,,6,2,2,2,1,1,2,,,2,,,3,,,800,,12,9600,1,,1,169000,50000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,4,1,1,,1,1,,12,68,12,40,4,,,,85000,,85000,1,,,,,,,,,,,4,,,,55000,,55000,1,,,,,,,,,,,1,1,1,1,50000,,,,,,,,,1,25000,4000,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,2,2,1,2,,2,70,3,,,,,,,,1970,1,"nr","020423",4,2,2,4,2,2,85000.0078125,54999.99609375,0,0,0,0,0,0,0,0,0,0,0,140000,.10124177485704422,139.06301879882812,1,4,0,3,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,30,30,30,2,0,1,0,0,0,1,0,0,1,4,281.72467041015625,140.86233520507812,140.86233520507812,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,,,,,,,,,,,,4,,,3,50000,1,1,1,1,169000,50000,119000,1,25000,4000,21000,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,201,1,,,1,,6,1.5,1,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,0,0,1,0,1,0,1,2,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,29861,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,85000,85000,291.547607421875,55000,55000,234.52078247070312,85000,55000,85000,291.547607421875,55000,234.52078247070312,1,1,,1,0,0,0,0,1,1,0,0,30,900,1,1,1,1,1,0,2,0,30,30,41.4865608215332,30,900,0,0,0,0,0,0,0,0,12,68,0,1,1,1,1,30,900,1,1,1,2,1,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020501",2,4,,,1,1,,28,,1,3,1,2,1,1,1,1,2,2,3,1,1,28,2,1,1,,1,28,1,7,,2,33,1,7,,1,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,6,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,6,2,9,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,1,1,50,1,,2,,250,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,2,1,2,2,3,1,1,1,4,1,,,,0,3,,1,1,1,10,10,3,4,2,2,2,1,4,0,,,,1,0,1,2,2,2,,,4000,,1,0,1,1,2,1,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,1,,,,2,,,,,,2,2,,,4,,,,1000,,1000,1,,2,,,1,2,3,,,3,,7,2,2,2,1,1,1,1,,2,,,4,,,,7000,,7000,1,,,315000,175000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,40000,,40000,1,,,,,,,,,,,4,,,,40000,,40000,1,,,,,,,,,,,2,,1,1,9,2,,2,2,,,,,1,8000,0,,,,,,,1,1,,1,30000,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,5000,2,,,,,,,,,,,,,,,,,5000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,90000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,1,2,2,,2,2,2,1,7,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:ANXIETY ATTACKS",1,1,9,,,,1,1,1,1,2,,,,,,,,,,,,2,2,2,1,2,1,1,,2,73,1,,,,97," <5:OTHER (SPECIFY)>:EL SALVADOR",97," <5:OTHER (SPECIFY)>:EL SALVADOR",,1,"RR2","020501",5,4,1,3,2,1,40000,40000,5000,999.9999389648438,0,0,0,0,0,0,0,0,0,86000,.4256257116794586,584.628173828125,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,28,28,28,2,0,1,0,0,0,1,0,0,1,4,1040.271728515625,520.1358642578125,260.06793212890625,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,2,1,0,0,0,0,,4,4,4,15000,1,1,0,1,315000,175000,140000,1,8000,0,8000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,223,1,,,1,,7,1.399999976158142,1,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,29862,,,32,32,1,0,0,0,0,0,0,0,0,0,5000,5000,70.71067810058594,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,2,40000,40000,200,40000,40000,200,40000,40000,40000,200,40000,200,0,0,,1,0,0,0,0,1,1,1,0,28,784,1,1,1,1,1,1,2,0,28,28,41.4865608215332,28,784,0,1,0,0,0,0,0,0,12,40,0,1,1,1,1,28,784,1,1,1,1,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020412",2,4,,,1,1,,20,,2,3,2,2,2,2,2,2,2,2,3,5,5,36,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,1,4,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,2,2,2,2,1,8,2,2,2,2,2,,,,,4,3,3,3,3,3,1,2,4,4,4,3,1,4,,1,,,12,1,,2,2,1,0,4,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,5,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,650,,12,7800,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,2,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,429,5148,1,,12,736,8832,1,,2,,2,,2,,,,,,,1,2,2,,,,2,1,,,,3,,,,1,3,,,,,,,,,,,,,,2,1,8,2,2,2,2,2,,1,2,1,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,1,,2,63,4,,1,,,,,,1983,2,"ar","020426",2,1,1,2,1,1,0,0,0,0,0,5148,8832,0,0,0,0,0,0,8832,.5999813675880432,824.1184692382812,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,36,,36,3,0,0,1,0,0,0,1,0,1,2,1020.5499267578125,1020.5499267578125,1020.5499267578125,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,11610,17415,1,46440,0,0,42400,220,0,1,0,1,1,4,2,1,1,1,1,1,,1,1,1,1,1,1,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,29957,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5148,5148,71.74956512451172,8832,8832,93.97872161865234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,1,1,0,0,1,0,0,0,36,1296,0,,1,1,0,0,0,0,0,,41.4865608215332,36,1296,1,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020427",2,2,,,4,,1,18,,3,3,3,2,3,3,8,2,2,2,3,2,5,45,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,6,2,5,,,,1,4,1,5,,,,1,3,2,5,,,,1,1,2,5,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,99,9,1,2,,,,2,,,,,,,4,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,2,,,,,,,,,,1,2,,1000,2,2,1,2,,,,,,,2,,,,,,,,,,,,,,,,3,3,0,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,4,3,1,1,1,1,2,,,,2,,,4,,4,,2,,,,,2,2,,,,,,1,,,2,,2,2,,,,,,,,,2,1,2,,1,250,,,,12,12000,1,,2,,,1,8,1,,8,18,,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,470,,12,5640,1,,1,,,,,,,,,,,,,,,1,1,2,,1,1,,,,,12,32,,,7,,,,,,,,,2,,,,,2,,3,,,,,,,,,,,,,,,,,,,,2,,2,,7,2,,2,1,,,,,2,,,,,,,,,1,8,,1,7000,,,,,,,2,2,2,2,2,2,1,2,,2,2,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,2,,2,2,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,1,56,2,,1,,,,,,1980,1,"PG","020427",9,1,8,5,1,4,12500,0,0,90.182373046875,0,0,0,0,0,0,0,0,0,12590.1826171875,2.216223955154419,3044.146484375,0,1,1,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,45,,45,4,0,0,0,1,0,0,1,0,1,2,5768.2841796875,5768.2841796875,5768.2841796875,0,3,0,1,0,1,1,0,1,0,0,0,1,1,0,0,0,1,,,,,,,,,,,,,,,2,6000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,20670,31005,1,82680,0,0,36847.08984375,58,0,1,1,0,1,3,.3333333432674408,0,0,1,1,0,,0,0,,0,0,,1,3,0,1,0,1,0,1,2,1,3,1,4,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,29968,,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,12500,12500,111.80339813232422,0,0,0,12500,0,12500,111.80339813232422,0,0,3,1,1,0,1,1,0,0,0,0,0,0,45,2025,1,,1,0,0,0,0,0,0,,41.4865608215332,45,2025,0,0,0,0,0,0,0,0,12,32,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.4038054943084717,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020406",2,4,,,3,,1,9,,3,2,4,3,4,2,4,1,2,2,2,5,5,24,1,1,7,,2,29,1,9," <14:OTHER, SPECIFY>:brother in law",1,29,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,13,2,7,,,,1,12,1,6,,,,1,10,1,6,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,12,1,2,,3,,,2,,,,,,,2,8,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,6,,,,,,,2,,,,,2,2,2,2,2,2,2,2,8,2,2,,,,,1,3,8,2,2,3,1,1,4,4,1,1,1,0,,1,,,7,1,,1,1,1,1,29,3,4,2,2,2,3,4,0,,,,3,3,,,,,,,,,2,0,2,1,2,2,,,,,1,2,,1,,,,,,,3,,2,2,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,1,2,3,,,3,,5,3,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,325,,12,3900,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,10,11,,,4,,,,17000,,17000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,1,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,300,,,,,,,,,,,,,,,,,,12,8,,,99,4,8,,,99,2,,1,800,2,,,,,,,1,2,2,,,,1,2,1,,,,,,,3,,,,,,,,,,,,,,,2,2,3,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,2,1,1,1,,6,77,8," <5:OTHER (SPECIFY)>:Mexico",8," <5:OTHER (SPECIFY)>:Mexico",,,,,1992,1,"kp","020406",11,3,8,4,1,3,17000,0,0,300.0000305175781,0,1173.1314697265625,56.16055679321289,0,0,0,0,0,0,17356.16015625,.5969564914703369,819.963623046875,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,24,,24,1,1,0,0,0,0,0,1,0,1,2,4391.97119140625,4391.97119140625,1463.9903564453125,1,1,0,0,0,,1,0,1,0,0,0,1,2,1,0,0,1,1,1,,2,2,1,1.5,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,17650,26475,1,70600,0,0,37000,237,0,1,0,0,1,5,.4545454680919647,0,0,1,1,0,,1,0,0,0,0,0,1,1,1,0,0,1,0,0,0,2,0,2,2,1,0,0,0,0,,0,1,1,,0,1,1,,,,,,,,0,1,0,0,29978,8,8,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,-5,169.98902893066406,13.037983894348145,-5,107.74469757080078,10.380014419555664,1,17000,17000,130.38404846191406,0,0,0,17000,0,17000,130.38404846191406,0,0,0,0,,1,1,1,0,0,0,0,0,1,24,576,1,,1,0,0,0,0,1,0,,41.4865608215332,24,576,1,0,0,0,0,0,3,0,10,11,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020508",2,2,,,2,,1,43,,1,3,3,1,2,1,4,3,2,2,2,4,5,43,2,1,5,,1,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,14,2,1,,,,,10,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,10,1,11,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,2,,1,,2,,500,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,2,3,1,3,4,1,,1,,,5,1,,2,1,1,1,3,4,4,2,2,2,1,2,0,,,,2,2,,,,,,,,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,8,2,3,,,18,,4,2,2,2,1,1,2,,,2,,,3,,,800,,12,9600,1,,,180000,40000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,45000,,45000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,8,,9,2,,2,2,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,8,5000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,2,1,2,1," <1:Yes (Specify)>:religious",2,1,2,2,,,,,,,,,,,,,,,2,1,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,58,1,,,,1,,1,,,1,"al","020508",4,2,2,3,1,2,45000,0,2558.71630859375,5000,0,0,0,0,0,0,0,0,0,52558.71484375,1.1797845363616943,1620.520751953125,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,43,,43,3,0,0,1,0,0,0,1,0,1,2,1639.8939208984375,1639.8939208984375,819.9469604492188,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,2,15000,1,1,0,1,180000,40000,140000,0,0,0,0,1,1,1,1,,1,14630,21945,0,58520,0,1,46438.2578125,195,1,,,1,,4,1,1,0,0,1,1,,1,1,1,1,1,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,29986,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,5000,5000,70.71067810058594,0,0,0,0,0,0,0,0,0,1,45000,45000,212.1320343017578,0,0,0,45000,0,45000,212.1320343017578,0,0,0,0,,0,0,0,0,0,1,1,1,0,43,1849,1,,1,1,1,1,0,0,0,,41.4865608215332,43,1849,0,1,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020416",2,2,,,1,1,,2,,4,1,3,1,4,3,2,4,1,1,1,1,1,52,1,1,1,,2,37,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,6,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,6,1,4,,,,,2,4,,,,,2,5,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:for 911 only",1,6,,,,," <6:another type of government program? {specify}>:for 911 only",1,,6,,,,2,,,1,,1,200,500,2,2,2,2,,,,,,,1,,,,,1,1,3,2,2,3,1,2,4,3,1,1,1,5,1,,,,0,1,,2,1,1,0,4,4,4,1,2,2,1,4,0,,,,1,1,,,,,,,,,1,0,1,1,2,1,,,,,1,1,,,,,,,,,,,2,2,,,,,,,,,,,2,2,,,,,,1,,,2,1,2,,3,,,150,,12,1800,1,,1,1,3,1,2,1,,2,0,3,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,5600,,12,67200,1,,8,,,,,,,,,,,,,,,2,,2,,2,1,,1,2,2,12,60,,,4,,,,8500,,8500,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,,4500,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,3,,8,50,97," <5:OTHER (SPECIFY)>:hong kong",9," <5:OTHER (SPECIFY)>:china",,,,,1999,4,"return|ret","020416",3,2,1,3,2,1,8500,0,0,0,0,0,0,0,0,0,0,0,0,8500,1.1900535821914673,1634.6260986328125,1,1,0,2,2,1,2,0,1,0,0,0,0,0,0,4,0,0,0,1,52,37,44.5,3,0,0,1,0,0,1,0,0,1,4,4438.0078125,2219.00390625,2219.00390625,0,4,0,0,1,1,2,1,0,1,0,0,1,2,1,0,0,0,0,3,1,2,2,1,2,1,0,0,0,,4,4,4,4500,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,14630,21945,1,58520,0,0,46438.2578125,248,0,1,1,1,1,3,1,1,0,0,0,1,1,1,1,1,0,0,1,1,3,0,1,0,1,0,0,0,1,1,1,1,1,0,1,0,1,2,1,1,0,1,1,0,1,,,,,,,,0,0,0,1,29987,44,9,,,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,8500,8500,92.19544219970703,0,0,0,8500,0,8500,92.19544219970703,0,0,0,0,,0,1,1,0,1,1,0,0,1,52,2704,1,0,1,1,0,0,1,1,37,37,41.4865608215332,52,2704,0,0,0,1,0,0,1,0,12,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020509",2,2,,,1,1,,11,,2,2,2,2,1,3,2,2,2,2,8,5,5,44,2,1,5,,2,22,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,8,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,1,2,,3,,,1,,,,,,,3,2,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,2,,,,,,,2,,2,,,,,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,2,4,4,1,1,4,0,,1,,,3,1,,2,2,1,0,98,4,4,2,2,2,1,4,0,,,,1,0,0,,,,,,,,1,0,1,2,2,2,,,,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,1,2,1,,2,6,,3,4,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,634,,12,7608,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,98,98,,,4,,,,1200,,1200,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,1,8,2,,2,7,,,,8,2,,,,,,,,,2,,2,1,8,2,,1,8,,,2,2,2,2,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,2,58,97," <5:OTHER (SPECIFY)>:haiti",1,,,,,,1990,1,"ma","020509",3,2,1,2,1,1,1200.0001220703125,0,0,0,0,0,0,0,0,0,0,0,0,1200.0001220703125,1.567107081413269,2152.53662109375,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,44,,44,3,0,0,1,0,0,0,1,0,1,2,3228.08349609375,3228.08349609375,1614.041748046875,1,2,1,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,8,1,0,0,0,0,0,0,0,0,0,0,0,0,1,,,,11610,17415,1,46440,0,0,42400,273,0,1,0,0,1,3,1,1,1,1,1,1,,0,0,1,1,1,1,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,30000,42,,,,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1200,1200,34.64101791381836,0,0,0,1200,0,1200,34.64101791381836,0,0,0,0,1,0,1,1,0,0,0,0,0,0,44,1936,1,,1,0,0,0,0,0,0,,41.4865608215332,44,1936,0,0,0,0,0,0,0,0,11,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020412",2,4,,,2,,1,7,,3,2,2,2,1,3,1,3,2,2,2,1,1,38,1,1,1,,2,34,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,17,2,1,,1,,,99,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,99,9,4,,,,,2,4,,,,,2,4,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,2,,,,,,,,,,1,2,,2000,2,2,2,2,,,,,,,2,,,,,,,,,,,,,,,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,3,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,1000,,12,12000,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,48,12,48,1,450,,,,12,21600,1,,,,,,,,,,,1,300,,,,12,14400,1,,,,,,,,,,,2,,2,,8,8,,,,,,,,2,,,,,,,,,1,8,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,1,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,62,8," <5:OTHER (SPECIFY)>:mexico",8," <5:OTHER (SPECIFY)>:mexico",,,,,1995,2,"el","020412",4,2,2,4,2,2,21600.001953125,14400,0,0,0,0,0,0,0,0,0,0,0,36000,.4740406572818756,651.1296997070312,1,1,0,2,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,38,34,36,3,0,0,1,0,0,1,0,0,1,4,1724.97021484375,862.485107421875,862.485107421875,0,3,0,1,0,1,2,1,0,1,0,0,1,2,1,0,0,1,,,,,,,,,,,,,,,4,,,,,0,0,0,0,0,0,0,0,1,1,1,1,1,1,17650,26475,0,70600,0,1,37000,178,0,1,1,1,1,4,1,1,1,0,1,0,0,0,0,,0,1,1,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,30006,8,8,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,21600,21600,146.96939086914062,14400,14400,120,21600,14400,21600,146.96939086914062,14400,120,0,0,,1,1,1,0,0,1,0,0,1,38,1444,1,1,1,1,0,0,1,1,34,34,41.4865608215332,38,1444,0,0,0,1,0,0,2,0,12,48,0,1,0,0,0,34,1156,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020417",2,1,,,3,,1,22,,2,3,2,3,2,2,1,2,2,2,2,1,1,22,2,1,1,,1,23,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,7,1,1,,1,,,6,1,1,,1,,,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,6,1,2,,1,,,2,4,,,,,2,3,2,,,,,,,,,,,,,1,4,,,,,,1,1,,,,,,1,,4,,,,2,2,,1,,2,,133,8,2,2,2,,,,,,,2,,,,,1,2,3,3,2,1,2,2,4,2,1,2,1,3,1,,,,0,1,,2,1,1,0,15,4,4,2,2,2,2,4,0,,,,2,2,,,,,,,,,3,1,2,1,2,2,2,,,,1,2,,1,,,,,,,2,,2,2,,,,,,,,,,,,,,,,,,1,,,2,2,,,1,35,,,,5,700,2,8,2,,,1,2,1,,1,3,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,625,,12,7500,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,55,12,55,4,,,,17000,,17000,1,,,,,,,,,,,4,,,,20000,,20000,1,,,,,,,,,,,1,1,2,,8,2,,2,2,,,,,1,18000,2000,,,,,,,1,1,,2,,,,,,,,2,2,2,2,1,2,1,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,3500,700,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,2,1,,,,,,,,2,1,3,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,3,1,2,,,,,,,,,,,,2,2,1,2,2,1,4,,2,81,1,,,,3,,3,,,1,"el","020424",5,2,3,5,2,3,20000,17000,0,700.0000610351562,0,0,0,0,3350.5087890625,0,0,0,0,41050.5078125,.4740406572818756,651.1296997070312,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,22,23,22.5,1,1,0,0,0,0,1,0,0,1,4,1126.8992919921875,563.4496459960938,563.4496459960938,1,2,1,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,2,1,1,2,3,1.3333333730697632,0,0,0,0,,4,4,3,15000,1,1,0,0,0,0,0,1,18000,2000,16000,1,1,1,1,1,1,20670,31005,0,82680,0,1,36847.08984375,40,1,,,1,,3,.6000000238418579,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,2,1,2,3,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,30017,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,-5,907.7564086914062,30.128995895385742,0,0,0,700,700,26.4575138092041,0,0,0,0,0,0,0,0,0,2,17000,17000,130.38404846191406,20000,20000,141.42135620117188,20000,17000,20000,141.42135620117188,17000,130.38404846191406,1,1,,1,0,0,0,0,1,0,0,0,22,484,1,1,0,1,0,0,2,1,23,23,41.4865608215332,23,529,0,1,0,1,0,0,3,1,12,55,1,1,0,0,0,22,484,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 -"9543o","020424",2,1,,,3,,1,11,,3,1,3,2,2,3,2,2,2,2,2,5,5,38,2,1,7,,1,98,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,11,1,1,,,,,10,2,1,,,,,2,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,2,2,1,2,,,,2,,,,,,,4,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,4,,,,,,,1,,2,,8,2,2,2,1,,,,,,,2,4,3,3,3,,,,,,,,,,,,1,2,1,,,,,,,,,,,,,,,,,,,,,,,,2,2,,,,,,,,,3,1,2,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,8,2,,3,3,2,1,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,800,,12,9600,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,8,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,1,,,,,,,,,,,,,,,,,,8,,,,,,,,,,2,2,8,,2,2,2,2,,1,2,1,1,2,,,,,,,,1,1,4,,,,1,2,1,2,2,,,,,,,,,,,,2,2,2,8,2,1,4,,2,64,8," <5:OTHER (SPECIFY)>:mexico",1,,,,,,1990,2,"el","020424",5,2,3,4,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.90010005235672,1236.353515625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,38,,38,3,0,0,1,0,0,0,1,0,1,2,2447.803466796875,2447.803466796875,1223.9017333984375,0,3,0,1,0,1,1,0,1,0,0,0,1,2,1,0,0,1,,,,,,,,,,,,1,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,17650,26475,1,70600,0,0,37000,151,0,1,1,0,0,3,.6000000238418579,0,0,1,1,0,,1,0,,0,1,1,1,2,0,0,0,1,0,1,0,2,0,2,3,0,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,30024,8,,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,1,1,1,0,0,0,0,0,0,38,1444,0,,1,0,0,0,0,0,0,,41.4865608215332,38,1444,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020422",2,5,,,3,,1,40,,3,3,1,1,3,1,1,2,2,2,2,1,1,40,2,1,1,,1,42,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,15,2,1,,1,,,11,2,1,,1,,,9,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,11,2,7,,,,5,2,4,,,,,2,1,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,1,6000,2,,,,,2,2,1,2,,,,,,,2,,,,,3,3,3,3,3,3,1,2,2,2,1,1,3,4,,1,,,6,1,,2,1,1,0,3,4,4,2,2,2,1,4,0,,,,3,2,1,2,2,2,,,3500,,2,0,2,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,4,,10,1,2,2,1,1,2,,,2,,,3,,,3000,,12,36000,1,,,700000,98,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,5,35,12,60,1,270,,,,5,5400,1,,,,,,,,,,,4,,,,50000,,50000,1,,,,,,,,,,,2,,2,,8,8,,,,,,,,1,8,0,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,62,1,,5,,5," <5:OTHER (SPECIFY)>:italy",5," <5:OTHER (SPECIFY)>:italy",,1,"rm","020422",5,2,3,5,2,3,50000,5400.00048828125,0,0,0,0,0,0,0,0,0,0,0,55400,.9003636240959167,1236.715576171875,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,40,42,41,3,0,0,1,0,0,1,0,0,1,4,2065.5322265625,1032.76611328125,1032.76611328125,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,2,4,4,,,,,1,700000,,,1,,0,,1,1,1,0,1,1,20670,31005,0,82680,0,1,36847.08984375,81,1,,,1,,10,2,1,1,1,1,1,1,1,1,1,0,0,1,1,2,0,0,0,0,0,0,0,2,0,2,2,0,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,30031,,,5,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5400,5400,73.48469543457031,50000,50000,223.60679626464844,50000,5400,50000,223.60679626464844,5400,73.48469543457031,0,0,,0,0,0,0,0,1,1,0,0,40,1600,1,1,0,1,0,0,2,1,42,42,41.4865608215332,42,1764,0,0,0,1,0,0,3,0,12,60,1,1,1,1,0,40,1600,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020422",2,3,,,1,1,,26,,1,1,1,1,2,2,4,1,2,2,2,1,1,52,2,1,1,,1,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,2,11,,,,,2,11,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,4400,1,,2,,4000,2,1,1,2,2,2,2,2,2,2,2,,,,,2,2,3,3,3,1,1,1,2,2,1,1,4,1,,1,,,10,2,,1,1,1,0,4,4,4,2,2,2,1,4,0,,,,1,0,1,2,2,2,,,22000,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,15,,6,2,2,2,1,1,2,,,2,,,3,,,800,,12,9600,1,,1,400000,150000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,90000,,90000,1,,,,,,,,,,,4,,,,110000,,110000,1,,,,,,,,,,,1,1,1,2,450000,,,,,,,,,1,15000,10000,,,,,,,1,1,,1,20000,,,,,,,1,2,2,1,2,2,1,2,,2,2,2,2,2,25000,2,,,,,,,,,,,,,,,,,,1000,2,,,,,,,,,,,,,,,,,4000,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,1,,1,49,1,,,,1,,1,,,1,"rm","020422",3,2,1,3,2,1,100000.9921875,90000,999.9999389648438,0,0,0,0,0,0,24999.998046875,0,0,0,216000.984375,.9321386218070984,1280.36083984375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,52,50,51,4,0,0,0,1,0,1,0,0,1,4,2208.474853515625,1104.2374267578125,1104.2374267578125,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,2,1,1,1,3,1.3333333730697632,0,0,0,0,,3,4,4,450000,1,1,1,1,400000,150000,250000,1,15000,10000,5000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,48,1,,,1,,6,2,1,1,1,1,1,1,1,1,1,1,1,0,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,30101,,,,,1,25000,25000,158.11387634277344,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,90000,90000,300,110000,110000,331.6624755859375,110000,90000,110000,331.6624755859375,90000,300,0,0,,0,0,0,0,0,1,1,1,0,52,2704,1,1,0,1,1,1,2,1,50,50,41.4865608215332,50,2500,0,1,0,1,1,1,1,0,12,40,1,1,1,1,0,52,2704,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020501",2,3,,,1,1,,47,,1,1,1,1,1,2,2,1,2,2,3,1,1,47,1,1,1,,2,41,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,8,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,1,7,,,,2,2,9,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,500,2,1,1,2,,,,,,,2,,,,,1,2,2,3,3,1,1,1,1,1,1,2,1,2,,1,,,2,1,,2,1,1,10,14,4,4,2,2,2,1,1,0,,,,1,1,,,,,,,,,1,0,1,1,1,1,,,,,1,2,,,,,,,,,,,1,,,,2,,,1,,,2,,1,,,,2,,,1,,,2,2,,,4,,,,600,,600,2,2000,2,,,1,1,1,,2,7,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1600,,12,19200,1,,1,,,,,,,,,,,,,,,1,1,2,,1,1,,1,1,,12,25,12,40,7,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,2,,1,1,7,9,,,,,,,,1,60000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,2,1,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,3,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,54,1,,,,1,,1,,,1,"PG","020501",3,2,1,3,2,1,55750.9296875,24740.8046875,2681.08837890625,0,0,0,0,0,0,0,0,0,0,83172.8203125,.9321386218070984,1280.36083984375,1,1,1,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,47,41,44,3,0,0,1,0,0,1,0,0,1,4,2591.802978515625,1295.9014892578125,1295.9014892578125,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,2,2,1,1,3,1.6666666269302368,1,0,0,0,,4,4,3,,,,,0,0,0,0,1,60000,0,60000,1,1,1,0,1,1,14630,21945,0,58520,1,1,46438.2578125,275,1,,,1,,4,1.3333333730697632,1,1,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,0,0,0,0,1,0,1,1,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,30103,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,,0,0,0,0,0,1,1,1,1,47,2209,1,1,1,1,1,1,1,1,41,41,41.4865608215332,47,2209,0,1,0,1,1,1,1,0,12,25,0,1,1,1,0,41,1681,0,0,0,0,0,.1519336998462677,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020413",2,3,,,2,,1,24,,1,1,3,1,2,4,8,2,2,2,2,5,2,24,2,1,2,,1,29,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,4,2,1,,1,,,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,4,2,7,,,,1,2,2,,2,,,2,2,2,,,,,,,,,,,,,1,4,,,,,,1,4,,,,,,1,,4,,,,2,,,2,,,,,2,2,2,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,1,2,2,1,2,3,,,,,2,,,,,,1,,,2,2,,,,,,,,,,,,,,,,,2,,1,,,,,,,,,,,,,,,1,4,2,1,2,1,,2,2,,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,122,,12,1464,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,10,20,12,40,4,,,,5500,,5500,1,,,,,,,,,,,8,,,,,,,,,1,2,2,1,,,,,,8,,1,2,0,,,,,,,,,2,,,,,,,,,1,2,,1,5000,,,,,,,2,2,2,2,2,2,2,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,1,,,,,8,,,,2,1,3,1,2,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,2,1,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,2,,8,77,1,,,,1,,1,,,1,"nr","020413",4,2,2,4,2,2,35000,5500.00048828125,0,0,0,0,0,0,0,0,0,0,0,40500,.6563703417778015,901.5728759765625,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,24,29,26.5,2,0,1,0,0,0,1,0,0,1,4,1486.1168212890625,743.0584106445312,743.0584106445312,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,,1,1,1,,,1,0,,,,4,,,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,17650,26475,0,70600,0,1,37000,99,1,,,0,,3,.75,0,0,1,1,1,1,1,1,,1,1,,1,1,1,0,0,0,0,1,1,0,1,0,2,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,30110,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5500,5500,74.1619873046875,35000,35000,187.08287048339844,35000,5500,35000,187.08287048339844,5500,74.1619873046875,2,1,1,0,0,0,0,0,1,1,0,0,24,576,1,1,0,1,0,0,2,1,29,29,41.4865608215332,29,841,0,0,0,1,0,0,2,1,12,40,1,1,1,1,0,24,576,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020408",2,3,,,2,,1,12,,2,3,2,1,1,2,2,1,2,2,2,4,5,37,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,14,2,1,,,,,7,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,99,9,9,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,2,,1,,2,,150,2,2,1,2,,,,,,,2,,,,,,,,,,,,,,,,1,2,3,,,,,,,,,,,,,,,,,,,,,,,,2,2,,,,,,,,,1,0,1,1,2,1,,,,,1,1,,,,,,,,,,,2,2,,,,,,,,,,,1,,,,2,,,2,,,2,2,,,1,50,,,,1,200,1,,2,,,1,2,1,,2,0,6,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,6,3600,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,35,,,4,,,,36000,,36000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,8,3000,,,,,,,,,2,,,,,,,,,1,2,,1,1200,,,,,,,2,2,2,2,2,1,2,1,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1200,1,3,3600,2,1200,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,1,2,,1,2,2,2,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>:SUMMER CAMP SERVICES FROM THE CHURCH",1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,64,1,,,,1,,1,,,1,"RR2","020408",3,1,2,3,1,2,36000,0,0,0,0,0,0,0,0,0,1200.0001220703125,0,26.99055290222168,37226.9921875,.6836602687835693,939.0576171875,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,37,,37,3,0,0,1,0,0,0,1,0,1,2,1133.847412109375,1133.847412109375,1133.847412109375,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,,,,4,3000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,14630,21945,0,58520,0,1,46438.2578125,2,0,1,1,1,1,4,1.3333333730697632,1,1,1,1,1,,1,1,,1,1,1,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,30111,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,1200,34.64101791381836,0,0,0,0,0,0,0,0,0,0,0,0,1,36000,36000,189.73666381835938,0,0,0,36000,0,36000,189.73666381835938,0,0,0,0,1,0,0,0,0,0,1,1,1,0,37,1369,1,,1,1,1,1,0,0,0,,41.4865608215332,37,1369,0,0,0,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5 -"9543o","020501",2,3,,,2,,1,33,,3,1,3,2,3,3,4,2,2,2,1,1,1,33,2,1,1,,1,37,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,12,2,1,,2,,,2,2,1,,1,,,,,99,,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,12,2,7,,,,5,2,2,,1,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,200,2,2,1,2,2,2,2,2,1,2,2,,,,,4,2,2,3,3,3,1,2,2,3,1,2,2,3,,1,,,6,1,,1,1,2,0,12,4,4,2,2,2,1,4,1,1,,,1,1,,,,,,,,,2,1,1,1,2,1,2,,,,1,4,,1,,,,1,,,,,2,2,,,,,,,,,,,1,,,,2,,,2,,,2,2,,,1,80,,,,12,3840,1,,1,5,2,1,2,1,,1,1,,5,1,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,640,,12,7680,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,30000,,30000,1,,,,,,,,,,,4,,,,40000,,40000,1,,,,,,,,,,,1,1,1,1,50000,,,,,,,,,1,20000,15000,,,,,,,1,2,,1,12000,,,,,,,2,2,2,1,2,2,1,2,,2,2,1,1,2,,,,,,,,,,,,,,,,,,,,200,2,,,,,,,,,,,,,,,,,200,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4200,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,1,1,1,2,,,,,,,,,,,,2,1,1,2,2,2,2,,3,68,1,,,,1,,1,,,1,"NR","020505",4,2,2,4,2,2,40000,30000,200,100,0,0,0,0,0,0,0,0,0,70300,.6563703417778015,901.5728759765625,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,33,37,35,3,0,0,1,0,0,1,0,0,1,4,1428.140380859375,714.0701904296875,714.0701904296875,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,2,2,1,1,1,1.6666666269302368,1,0,0,0,,1,4,3,50000,1,1,1,0,0,0,0,1,20000,15000,5000,1,1,1,1,1,1,17650,26475,0,70600,0,1,37000,163,1,,,1,,5,1.25,1,0,1,1,1,1,1,1,1,0,0,0,1,2,0,0,0,0,0,1,0,1,0,1,2,1,1,0,0,1,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,30115,,,,,1,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,2,30000,30000,173.205078125,40000,40000,200,40000,30000,40000,200,30000,173.205078125,1,1,1,0,0,0,0,0,1,1,0,0,33,1089,1,1,0,1,0,0,2,1,37,37,41.4865608215332,37,1369,0,1,0,1,0,0,2,1,12,40,1,1,1,1,0,33,1089,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020426",2,2,,,7,,1,19,,2,1,2,2,2,1,3,3,2,2,2,1,1,38,2,1,1,,1,43,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7,17,2,1,,1,,,15,2,1,,1,,,13,1,1,,1,,,11,1,1,,1,,,11,1,1,,1,,,4,1,1,,1,,,2,2,1,,1,,,,,,,,,,,,,,,,,2,6,4,1,9,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,1000,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,2,4,1,,,,,,,,,,,,,,,,,,,,,,,,5,0,6,2,2,2,,,35000,,4,2,2,1,2,1,2,,,,2,,,4,,,,1,,,,,2,2,,,,,,,,,,,1,,,,2,,,,,,2,2,,,4,,,,3000,,3000,1,,2,,,1,2,3,,,8,,9,1,2,2,1,1,2,,,2,,,8,,,,,,,,,,99,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,10,12,40,9,,,,,,,,,2,,,,,2,,3,,9,,,,,,,,,1,9,,,,,,,,2,,2,,9,2,,1,,1,,3,,1,9,9,2,,1,1,2,,1,2,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,99,1,,,,1,,97," <5:OTHER (SPECIFY)>:GERMANY",,1,"RR2","020426",9,2,7,9,2,7,12500,5399.51953125,1815.11474609375,0,0,0,0,0,0,0,0,0,0,19714.634765625,.4660693109035492,640.180419921875,1,2,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,38,43,40.5,3,0,0,1,0,0,1,0,0,1,4,953.3756713867188,476.6878356933594,476.6878356933594,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,1,1,1,,,1,0,,,,4,,,3,500000,1,1,1,1,,,,1,,15000,,1,1,1,0,1,1,32750,49125,1,131000,0,0,10486.8427734375,2,1,,,1,,9,1,1,1,0,1,1,1,1,1,,1,1,0,1,2,0,0,0,0,0,1,1,2,1,2,4,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,30166,,,,36,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,12500,12500,111.80339813232422,-5,19612.009765625,140.0428924560547,12500,-5,12500,111.80339813232422,9043.8486328125,95.09915161132812,2,1,,0,0,0,0,0,1,1,1,0,38,1444,1,1,1,1,1,1,2,0,43,43,41.4865608215332,38,1444,0,1,0,0,0,0,0,0,12,10,0,1,1,1,1,43,1849,1,1,1,7,1,.1519336998462677,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020414",2,1,,,1,1,,20,,2,3,4,2,2,3,4,4,2,2,1,5,2,20,1,1,2,,2,20,1,3,,2,54,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,1,1,2,,,,2,3,,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,1,1,,,,,,1,,1,,,,,1,8,1,,2,,300,8,1,2,2,,,,,,,2,2,3,3,3,,,,,,,,,,,,1,4,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,2,2,,,,,,,,,,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,,,,2,2,,,1,100,,,,6,2400,1,,2,,,1,2,1,,2,20,,3,3,2,1,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,200,,5,1000,1,,1,,1," 20",2,,2,,1,1,,1,1,,6,40,12,45,8,,,,,,,,,2,,,,,2,,2,,8,,,,,,,,,2,,,,,1,1,,,8,,1,1,9,9,,,,,,,,9,,,,,,,,,9,,9,9,,,,,,,,9,9,2,2,2,2,1,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,200000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,2,1,1,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,1,1,4,,3,81,1,,,,3,,3,,,1,"ja2","020414",4,3,1,3,2,1,17500,7500,0,999.9999389648438,0,0,0,0,0,0,0,0,0,26000,.4740406572818756,651.1296997070312,1,1,0,2,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,20,20,20,1,1,0,0,0,0,1,0,0,1,4,3127.18359375,1563.591796875,1042.39453125,1,2,1,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,,,,,,,,,,,,3,,,4,,,,,0,0,0,0,,,,,,,1,0,1,1,14630,21945,0,58520,0,1,46438.2578125,204,0,1,1,0,0,3,.75,0,0,0,1,0,1,1,0,,1,1,0,1,1,1,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,30198,,,,,1,-9,-9,,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,2,7500,7500,86.6025390625,17500,17500,132.28756713867188,17500,7500,17500,132.28756713867188,7500,86.6025390625,1,1,,1,0,0,0,0,0,0,0,1,20,400,1,1,0,1,0,0,1,0,20,20,41.4865608215332,20,400,0,0,0,0,0,0,0,0,12,45,1,0,0,0,1,20,400,0,0,0,1,1,.1519336998462677,0,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,,1,0,0,0,0,0 -"9543o","020513",2,2,,,2,,1,30,,1,2,1,1,2,2,1,1,2,2,2,1,1,30,2,1,1,,1,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,4,1,1,,1,,,1,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,1,1,7,,,,5,2,9,,,,,2,1,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:empire",1,6,,,,," <6:another type of government program? {specify}>:empire",1,,7,,," <7:or another type of government program? {specify}>:empire",2,,,1,,2,,8,8,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,2,99,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,4,,4,3,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,99,,,,,,,,,,,,,,,,,,,9,,,,,,,,,9,,,,,,,,,2,,2,,9,9,,,,,,,,1,9,9,9,,,,,,1,1,,9,,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,3,2,2,1,8,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:sad",1,2,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,72,1,,,,3,,1,,,1,"jd","020513",4,2,2,4,2,2,42040.7421875,0,0,819.496337890625,0,0,0,0,0,0,0,0,0,42860.23828125,.4256257116794586,584.628173828125,1,1,0,4,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,30,30,30,2,0,1,0,0,0,1,0,0,1,4,1126.898681640625,563.4493408203125,563.4493408203125,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,,,,,0,0,0,0,1,,,,1,1,1,0,,,17650,26475,0,70600,0,1,37000,7,1,,,0,,4,1,1,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,0,0,1,1,0,1,0,2,0,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,30203,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,2,1,,1,0,0,0,0,1,1,0,0,30,900,0,1,0,1,1,1,2,1,30,30,41.4865608215332,30,900,0,0,0,1,1,1,2,1,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020422",2,2,,,2,,1,38,,1,1,1,1,1,1,1,1,2,2,2,5,2,38,1,1,2,,2,27,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,11,1,1,,1,,,3,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,3,2,9,,,,,2,4,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,8,1,1,1,1,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,3,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,2,1,1,1,2,2,1,2,,,1,2,,2,,,,,,,,,8,2,,,,,,,,,,,,,,,,,1,2,,,2,2,,,1,55,,,,12,2640,1,,2,,,1,2,1,,1,2,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,500,,12,6000,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,42,12,42,4,,,,32000,,32000,1,,,,,,,,,,,4,,,,40000,,40000,1,,,,,,,,,,,1,1,1,1,60000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000,2000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,1,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,2,,2,63,1,,,,1,,1,,,1,"RR2","020422",4,2,2,4,2,2,40000,32000,0,2000,0,0,0,0,0,0,0,0,0,74000,.5401546955108643,741.942138671875,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,38,27,32.5,2,0,1,0,0,0,1,0,0,1,4,1677.47900390625,838.739501953125,838.739501953125,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,1,1,1,,,1,0,,,,4,,,4,60000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,156,1,,,1,,4,1,1,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,0,0,0,1,1,1,1,2,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,30209,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,2,32000,32000,178.88543701171875,40000,40000,200,40000,32000,40000,200,32000,178.88543701171875,1,1,1,0,0,0,0,0,1,1,1,1,38,1444,1,1,0,1,0,0,1,0,27,27,41.4865608215332,27,729,0,0,0,0,0,0,0,0,12,42,1,1,1,1,1,38,1444,1,1,1,2,1,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020501",2,4,,,3,,1,41,,3,2,1,1,3,1,8,3,2,2,1,1,1,41,2,1,1,,1,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,16,2,1,,1,,,11,2,1,,1,,,6,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,6,2,4,,,,,1,4,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,1200,8,8,1,2,,,,,,,2,,,,,1,3,3,3,3,3,2,8,1,1,1,1,4,0,1,,,,0,2,,1,1,1,1,97,2,4,2,2,2,2,4,0,,,,3,0,3,2,2,2,,,16000,,2,0,2,1,2,2,,,,,2,,,1,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,2," right",,,,,,,,,,,,,,2,,,8,8,3,,,12,,7,1,1,2,1,1,2,,,2,,,8,,,,,,,,,,700000,98,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,3,2,2,2,2,1,,,,12,70,,,,,,,,,,,,,,,,,,,7,,,,,,,,,1,1,,,,,,,,1,1,8,,7,2,,1,,8,,,,1,8,7,8,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,1,1,2,1," <1:Yes (Specify)>:volunteer for people needing to be driven to the doctor",1,2,2,2,,,,,,,,,,,,,,,2,3,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,61,1,,,,1,,97," <5:OTHER (SPECIFY)>:russia",,1,"ap","020501",5,2,3,5,2,3,99999.9921875,0,642.3207397460938,0,0,0,0,0,0,0,0,0,0,100642.3125,.480536550283432,660.05224609375,1,3,0,2,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,41,45,43,3,0,0,1,0,0,1,0,0,1,4,754.432861328125,377.2164306640625,377.2164306640625,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,1,700000,,,1,,,,1,1,0,0,1,1,20670,31005,0,82680,1,1,36847.08984375,59,1,,,1,,7,1.399999976158142,1,1,0,1,1,1,1,1,1,0,0,,1,2,0,0,0,0,0,0,0,2,1,2,2,1,0,0,0,0,1,1,1,0,0,0,0,0,,,,,,,,0,0,0,1,30228,,,,66,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100000,100000,316.2277526855469,100000,0,100000,316.2277526855469,0,0,0,0,,0,0,0,0,0,1,0,0,0,41,1681,0,1,0,1,0,0,2,1,45,45,41.4865608215332,45,2025,0,1,0,1,0,0,3,0,12,70,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020402",2,2,,,1,1,,57,,3,3,2,2,2,2,2,2,2,2,2,1,1,57,1,1,1,,2,57,1,5,,2,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,2,4,,,,,2,4,,,,,2,4,1,1,,,,,,,,,,,,1,1,2,,,,,2,,,,,,,2,,,,,,,1,8,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,4,3,3,3,3,3,1,2,1,2,1,1,1,4,,1,,,13,7," <7:OTHER (SPECIFY)>:college",1,2,1,0,6,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,20,,7,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,500,,12,6000,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,1,1000,0,,,,,,,1,2,,2,,,,,,,,2,1,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,3,15000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,45,1,,,,1,,5," <5:OTHER (SPECIFY)>:italy",,1,"ap","020402",4,3,1,3,2,1,0,0,0,0,15000,0,0,0,0,0,0,0,0,15000,1.4416096210479736,1980.15673828125,1,1,0,2,2,1,2,0,1,0,0,0,0,0,0,1,1,0,0,0,57,57,57,4,0,0,0,1,0,1,0,0,1,4,3810.740478515625,1905.3702392578125,1270.246826171875,0,3,0,1,0,0,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,1,4,4,0,0,0,0,0,0,0,0,1,1000,0,1000,1,1,0,0,0,0,14630,21945,1,58520,0,0,46438.2578125,286,0,1,1,1,1,7,1.75,1,1,1,1,1,0,0,0,1,0,1,1,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,1,1,0,0,0,0,0,,,,,,,,0,0,0,1,30230,,,,5,1,0,0,0,15000,15000,122.4744873046875,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,1,0,1,0,0,1,57,3249,0,0,1,1,0,0,1,1,57,57,41.4865608215332,57,3249,0,0,1,1,0,0,1,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020407",2,2,,,3,,1,23,,3,1,1,1,2,1,3,1,2,2,1,5,5,38,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,15,2,1,,,,,8,2,1,,,,,6,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,15,2,1,2,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,2,2,2,2,2,1,2,2,2,2,2,,,,,2,3,2,3,3,1,2,2,4,3,1,1,4,2,,1,,,8,1,,1,2,1,0,5,4,4,1,2,2,3,2,0,,,,3,3,,,,,,,,,2,0,2,1,1,2,,,,,2,,,99,,2,,,,,,,1,,,,2,,,1,,,1,2,,,,,,,,,,,2,2,,,1,100,,,,12,4800,2,8,1,5,3,2,2,1,,2,3,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,7,,1,2," <5:Or something else? {specify}>:public assistance",3,,,463,,12,5556,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,1,150,,,,12,7200,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,8,1,2,,,,,,,2,,,,,,,,,8,,1,1,9000,,,,,,,2,2,2,2,2,2,2,2,,2,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,227,2724,1,,12,8,,,99,2,,8,,1,2,,2,,2,2,2,,2,,,,3,,,,,,,,,1,2,,,,,,,,,,,,,,2,2,5,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,1,1,2,1,1,2,2,,1,64,7," <5:OTHER (SPECIFY)>:guyana",1,,,,,,1979,1,"ma","020407",4,1,3,4,1,3,7200,0,0,0,0,2723.999755859375,2626.60986328125,0,0,0,0,0,0,9826.609375,1.567107081413269,2152.53662109375,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,38,,38,3,0,0,1,0,0,0,1,0,1,2,3228.08349609375,3228.08349609375,3228.08349609375,1,1,0,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,0,1,2,1,1,3,1.3333333730697632,0,0,0,0,,3,4,4,1250,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,1,17650,26475,1,70600,0,0,37000,157,0,1,1,1,1,4,1,1,1,1,1,1,,1,1,0,0,1,0,1,2,0,0,0,1,0,0,0,2,1,2,2,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,30232,7,,,,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2724,2724,52.191951751708984,-5,107.74469757080078,10.380014419555664,1,7200,7200,84.85281372070312,0,0,0,7200,0,7200,84.85281372070312,0,0,0,0,1,0,1,1,0,0,0,0,0,0,38,1444,1,,1,0,0,0,0,0,0,,41.4865608215332,38,1444,1,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020406",2,4,,,3,,1,12,,2,8,3,8,3,4,4,2,2,2,1,1,1,42,1,1,1,,2,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,13,2,1,,1,,,7,2,1,,1,,,4,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,7,2,3,,,,,2,1,2,,,,2,3,2,,,,,,,,,,,,,1,3,,,,,,1,4,,,,,,1,,4,,,,1,2,,1,,2,,8,1,2,2,2,,,,,,,2,,,,,4,3,3,3,3,3,2,1,2,8,1,3,1,2,,1,,,2,1,,2,1,1,0,0,4,4,2,2,2,3,3,0,,,,2,2,,,,,,,,,2,1,1,1,1,1,1,2,,,1,4,,3,,2,,97," 0",,,,2,2,,,,,,1,,,2,,2,2,,,,,2,2,,,2,2,,,8,,,,,,,1,,2,,,2,2,1,,2,7,,4,4,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,630,,12,7560,1,,1,,,,,,,,,,,,,,,1,3,2,,1,1,,1,2,2,12,40,,,1,600,,,,12,28800,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,7,2,,2,2,,,,,2,,,,,,,,,2,,2,1,7,2,,1,2,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,2,,2,59,97," <5:OTHER (SPECIFY)>:guatemala",1,,,,,,1989,2,"dm","020406",5,2,3,5,2,3,28800,0,0,0,0,0,0,0,0,0,0,0,0,28800,.5688487887382507,781.3555908203125,1,1,2,1,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,42,35,38.5,3,0,0,1,0,0,1,0,0,1,4,2069.96435546875,1034.982177734375,1034.982177734375,1,2,1,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,1,4,2,15000,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,20670,31005,1,82680,0,0,36847.08984375,32,0,1,0,0,0,4,.800000011920929,0,0,1,1,1,1,1,1,0,1,0,0,1,2,0,0,0,1,0,0,1,1,1,1,2,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,30239,40,,,,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,28800,28800,169.70562744140625,0,0,0,28800,0,28800,169.70562744140625,0,0,1,1,,1,1,1,0,0,1,0,0,1,42,1764,1,0,1,1,0,0,1,1,35,35,41.4865608215332,42,1764,0,0,0,1,0,0,3,1,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020509",2,1,,,3,,1,16,,2,3,3,3,2,3,2,3,2,2,3,4,5,34,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,11,2,1,,,,,8,1,1,,,,,3,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,11,2,7,,,,5,2,,,,,,,4,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,7,,," <7:or another type of government program? {specify}>:Infinity",,,,1,,2,,20,2,2,2,2,,,,,,,2,,,,,4,3,3,3,3,3,2,2,1,1,1,1,4,1,,1,,,5,1,,1,2,1,0,10,4,4,2,2,2,2,4,1,1,,,2,2,,,,,,,,,3,1,2,1,2,2,2,,,,2,,,1,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,2," I paid friends and family for taking care of children, $60 a week.",,,,,,,,,,,,,,2,,,2,2,1,,1,4,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,110,,5,550,2,99,2,,,,,,,,,,,,,,,2,,2,,1,2,1,,,,12,50,,,1,80,,,,12,3840,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,2,0,,,,,,,,,2,,,,,,,,,2,,1,1,150,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,1,2,7,,,,,,,,2,1,2,8,2,2,2,2,,4,2,2,1,11,13,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:TENSION, NERVOUSNESS",1,2,,,,,1,1,1,1,2,,,,,,,,,,,,2,2,2,2,2,1,7," <7:ANOTHER GROUP (SPECIFY)>:dark-skinned but ""not black""",2,68,4,,1,,,,,,1986,2,"ar","020509",4,1,3,4,1,3,3840.000244140625,0,0,0,0,0,0,0,0,0,0,0,0,3840.000244140625,.5125567317008972,704.0343627929688,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,34,,34,2,0,1,0,0,0,0,1,0,1,2,969.184326171875,969.184326171875,969.184326171875,0,3,0,1,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,1,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,1,17650,26475,1,70600,0,0,37000,127,0,1,0,0,1,4,1,1,0,0,1,0,,1,0,1,1,1,1,1,2,0,0,0,1,0,0,1,2,1,2,3,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,30244,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3840,3840,61.967735290527344,0,0,0,3840,0,3840,61.967735290527344,0,0,1,1,,1,1,1,0,0,1,1,0,0,34,1156,1,,1,1,1,0,0,0,0,,41.4865608215332,34,1156,0,0,0,0,0,0,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020513",2,2,,,2,,1,25,,2,3,4,3,4,4,4,4,1,2,1,5,5,25,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,6,1,1,,,,,2,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,2,2,4,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,1,,,1,,2,,100,2,2,2,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,3,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,2,1,1,1,2,2,2,,,,2,,,2,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,4,,,,500,,500,1,,1,4,2,1,2,1,,2,4,,3,3,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,226,,7,1582,1,,8,,,,,,,,,,,,,,,2,,2,,2,1,,,,,12,40,,,4,,,,18500,,18500,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,1,1,7000,,,,,,,1,2,2,2,2,2,2,2,,2,1,1,1,2,1100,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5,291,1455,1,,,,,,,2,,1,,1,2,,2,,2,1,1,2,1,,,,1,1,,,,1,,,,3,,,,,1,1,,,,,2,,,,2,1,2,2,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,2,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,76,1,,,,1,,1,,,1,"gs","020513",3,1,2,3,1,2,18500.001953125,0,0,0,0,1455,0,0,0,1100,0,0,0,19600.001953125,.8832159638404846,1213.1619873046875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,25,,25,2,0,1,0,0,0,0,1,0,1,2,1400.5042724609375,1400.5042724609375,1400.5042724609375,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,,,,,,,,,,,,4,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,,1,14630,21945,1,58520,0,0,46438.2578125,75,0,0,0,0,0,3,1,1,0,0,0,1,,1,1,,1,0,0,1,2,0,0,0,0,0,1,0,1,1,1,2,1,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,30247,,,,,1,1100,1100,33.1662483215332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1455,1455,38.14446258544922,0,0,0,1,18500,18500,136.01470947265625,0,0,0,18500,0,18500,136.01470947265625,0,0,1,1,1,0,0,0,0,0,1,0,0,0,25,625,1,,1,1,0,0,0,0,0,,41.4865608215332,25,625,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020502",2,1,,,4,,1,9,,2,3,2,1,3,3,2,2,2,2,1,1,1,32,2,1,1,,1,39,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,15,2,2,,1,,,11,2,1,,1,,,6,1,1,,1,,,5,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,15,2,1,2,,,,2,1,2,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,6,,,,1,1,200,2,,,,,1,2,2,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,2,2,1,4,4,1,1,4,1,,1,,,8,1,,2,2,1,0,3,4,4,1,1,2,2,4,0,,,,4,4,,,,,,,,,3,1,3,2,2,2,1,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,3,,5,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,800,,12,9600,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,98,,,,,,,,,,,,,,,,,,,8,,,,,,,,,8,,,,,,,,,1,8,1,8,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,1,1,,3,69,3,,,,,,,,1992,2,"jd","020502",6,2,4,6,2,4,24288.064453125,0,0,0,0,0,0,0,0,0,0,0,0,24288.064453125,.7111620903015137,976.8333740234375,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,32,39,35.5,3,0,0,1,0,0,1,0,0,1,4,2846.130859375,1423.0654296875,1423.0654296875,1,2,1,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,0,1,1,1,1,2,1,0,0,1,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,,23690,35535,1,94760,0,0,26400,27,0,1,1,0,1,5,.8333333134651184,0,1,1,1,1,1,1,1,1,1,0,1,1,2,0,0,0,0,0,0,1,2,2,3,3,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,30249,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,1,1,,1,0,0,0,0,0,0,0,0,32,1024,0,1,0,0,0,0,2,1,39,39,41.4865608215332,39,1521,0,0,0,0,0,0,4,1,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.4038054943084717,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020523",2,2,,,2,,1,34,,3,3,4,1,4,4,4,4,2,2,1,5,5,34,2,1,3,,2,60,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,13,2,1,,,,,12,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,12,2,7,,,,5,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,8,2,,,,,2,2,1,2,2,2,2,2,1,2,2,,,,,4,3,3,3,3,3,1,1,4,4,1,1,4,0,,1,,,7,1,,1,2,1,0,3,3,4,1,1,1,2,1,0,,,,2,2,,,,,,,,,1,0,1,2,2,2,,,,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2," no",,,,,,,,,,,,,,2,,,2,2,1,,1,3,,4,4,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 5",2,,2,,1,1,,,,,12,40,,,4,,,,25000,,25000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,0,,,,,,,,,1,10000,2000,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,3,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,1,7," <7:ANOTHER GROUP (SPECIFY)>:mixxed races",8,67,1,,,,1,,1,,,1,"ep","020530",4,2,2,3,1,2,24999.998046875,0,0,0,0,0,0,0,0,0,0,0,0,24999.998046875,.5125567317008972,704.0343627929688,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,34,,34,2,0,1,0,0,0,0,1,0,1,2,969.184326171875,969.184326171875,484.5921630859375,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,0,1,1,1,1,1,1,0,0,1,1,,1,4,4,0,0,0,0,0,0,0,0,1,10000,2000,8000,0,1,1,1,,1,14630,21945,0,58520,0,1,46438.2578125,193,0,1,1,0,1,4,1,1,0,0,1,1,,1,1,1,0,0,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,1,0,1,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,30256,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,25000,25000,158.11387634277344,0,0,0,25000,0,25000,158.11387634277344,0,0,0,0,,1,0,0,0,0,1,1,0,0,34,1156,1,,1,1,1,0,0,0,0,,41.4865608215332,34,1156,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020427",2,4,,,1,1,,8,,2,3,2,2,3,2,3,2,2,2,3,1,1,28,2,1,1,,1,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,4,2,7,,,,5,2,7,,,,2,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,780,1,,2,,100,1,2,1,1,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,1,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,1,,,,2,,,,,,2,2,,,3,,,160,,9,1440,1,,2,,,1,2,2,,,4,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,743,,12,8916,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,4,40,12,40,7,,,,,,,,,2,,,,,1,1,,,7,,,,,,,,,1,2,2,3,,,,,,1,1,2,,7,2,,1,,2,3,,,1,15000,0,,,,,,,1,1,,1,6000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,1,,2,73,97," <5:OTHER (SPECIFY)>:columbia",1,,,,,,1985,1,"nr","020427",3,2,1,3,2,1,54999.99609375,17500,0,0,0,0,0,0,0,0,0,0,0,72500,.4256257116794586,584.628173828125,1,1,0,4,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,28,32,30,2,0,1,0,0,0,1,0,0,1,4,1126.898681640625,563.4493408203125,563.4493408203125,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,,1,1,1,,,1,0,,,,4,,,4,90000,1,1,1,0,0,0,0,1,15000,0,15000,1,1,1,0,1,1,14630,21945,0,58520,1,1,46438.2578125,51,1,,,1,,3,1,1,1,1,1,1,1,1,1,,1,0,0,1,2,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,30266,28,,,,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,17500,17500,132.28756713867188,55000,55000,234.52078247070312,55000,17500,55000,234.52078247070312,17500,132.28756713867188,1,1,,1,1,1,0,0,1,1,0,0,28,784,1,1,0,1,1,1,2,1,32,32,41.4865608215332,32,1024,0,0,0,1,1,1,1,1,12,40,1,1,1,1,0,28,784,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020512",2,4,,,1,1,,47,,3,3,3,3,2,3,2,2,2,2,1,2,5,70,2,1,5,,1,45,1,5,,1,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,5,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,1,8,,,,,2,,,,,,,3,1,8,3,3,2,2,2,2,3,3,3,6,6,1,6,,,,," <6:another type of government program? {specify}>:va",,,,,,,,2,,,,,,,,,1,,2,,700,2,2,2,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,1,4,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,16,,4,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,778,,12,9336,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,8,2,,,,,,,,2,1,1,2,2,2,2,2,,2,2,2,2,2,,,,,,,1,14000,2,,,,,2500,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,2000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,2,31,1,,,,1,,1,,,1,"SF","020724",11,3,8,2,1,1,0,0,0,0,14000,0,0,2500,0,0,0,0,0,16500,2.349720001220703,3227.51318359375,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,70,,70,5,0,0,0,0,1,0,1,0,1,2,4172.111328125,4172.111328125,1390.7037353515625,1,2,1,0,0,0,3,1,0,0,1,0,1,2,1,0,0,1,,,,,,,,,,,,4,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,11610,17415,1,46440,0,0,42400,162,0,1,1,0,0,4,.3636363744735718,0,0,1,1,1,,0,0,,0,1,1,1,4,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,30290,,,,,1,0,0,0,14000,14000,118.32159423828125,2500,2500,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,70,4900,0,,1,1,1,0,0,0,0,,41.4865608215332,70,4900,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020409",2,5,,,1,1,,43,,2,3,1,1,1,1,2,1,2,2,3,1,1,43,1,1,1,,2,43,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,12,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,12,1,7,,,,5,2,7,,,,5,2,4,2,,,,,,,,,,,,,1,2,,,,,,2,,,,,,,1,,2,,,,,2,,1,,2,,200,2,2,1,2,2,2,2,2,1,2,2,,,,,1,2,3,3,3,2,2,2,1,4,1,1,2,4,,1,,,7,3,,1,1,1,0,10,4,4,2,2,2,1,2,0,,,,1,0,1,2,2,2,,,1600,,1,0,1,1,2,1,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,1,,,,8,,,,,,2,2,,,8,,,,,,,2,8,2,,,8,2,3,,,8,,10,2,2,2,1,1,2,,,2,,,3,,,1200,,12,14400,1,,,300000,100000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,12,40,12,40,4,,,,95000,,95000,1,,,,,,,,,,,4,,,,30000,,30000,1,,,,,,,,,,,2,,2,,15000,,,,,,,,,1,26000,0,,,,,,,8,,1,1,20000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,1,2,8,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,8,1,8,2,2,2,,2,58,1,,,,1,,1,,,1,"RR2","020409",3,2,1,3,2,1,95000,30000,0,0,0,0,0,0,0,0,0,0,0,125000,.6563703417778015,901.5728759765625,1,1,0,3,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,43,43,43,3,0,0,1,0,0,1,0,0,1,4,1612.0369873046875,806.0184936523438,806.0184936523438,0,3,0,1,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,2,1,1,1,2,1.3333333730697632,0,0,0,0,,4,4,4,15000,1,1,0,1,300000,100000,200000,1,26000,0,26000,0,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,290,1,,,1,,10,3.3333332538604736,1,1,1,1,1,0,1,0,1,1,1,1,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,2,1,1,0,1,1,0,1,,,,,,,,0,0,0,1,30296,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,95000,95000,308.220703125,30000,30000,173.205078125,95000,30000,95000,308.220703125,30000,173.205078125,0,0,1,0,0,0,0,0,1,1,0,1,43,1849,1,1,1,1,1,0,1,1,43,43,41.4865608215332,43,1849,0,0,0,1,1,0,1,0,12,40,0,1,1,1,0,43,1849,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020429",2,1,,,1,1,,73,,1,1,1,1,1,1,2,1,2,2,2,1,1,73,1,1,1,,2,49,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,2,4,,,,,2,4,,,,,2,2,2,,3,2,2,2,1,2,1,2,2,5,6,1,2,,,,,,1,2,,,,,,1,,2,,,,2,2,,1,,2,,100,2,2,2,2,2,8,2,2,2,2,2,,,,,4,3,2,2,3,3,2,2,3,4,1,2,1,8,,1,,,11,1,,2,1,1,0,3,2,3,2,2,8,1,2,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,16,,6,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,820,,12,9840,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,46,,,,,,,,,,,,,,,,,,,4,,,,43000,,43000,1,,,,,,,,,,,1,1,2,,1000,,,,,,,,,1,200,0,,,,,,,1,2,,1,50000,,,,,,,2,2,1,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,20000,2,,,,,100,2,,,,,,,,,,,,,,,,,1000,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,1,1,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,29,1,,,,1,,1,,,1,"RR2","020429",3,2,1,3,2,1,43000,0,100,200,0,0,0,20000,0,0,0,0,0,63300,1.4416096210479736,1980.15673828125,1,1,0,2,2,1,2,0,1,0,0,0,0,0,0,1,1,0,0,0,73,49,61,4,0,0,0,1,0,1,0,0,1,4,3810.740478515625,1905.3702392578125,1905.3702392578125,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,1,2,2,1,1,1.6666666269302368,1,0,0,,,1,4,3,1000,1,0,0,0,0,0,0,1,200,0,200,1,1,1,0,1,1,14630,21945,0,58520,1,1,46438.2578125,50,1,,,1,,6,2,1,1,1,1,1,1,1,1,1,1,1,1,1,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,1,1,0,1,,,,,,,,0,0,0,1,30301,,,,,1,0,0,0,0,0,0,20000,20000,141.42135620117188,100,100,10,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,1,0,0,0,43000,43000,207.36441040039062,43000,0,43000,207.36441040039062,0,0,0,0,,0,0,0,0,0,1,0,0,1,73,5329,0,1,0,1,0,0,1,0,49,49,41.4865608215332,49,2401,0,1,1,0,0,0,0,0,12,46,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020403",2,2,,,1,1,,32,,2,1,2,1,2,1,3,1,1,1,3,1,1,32,1,1,1,,2,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,2,9,,,,,2,4,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,2000,1,,2,,2000,2,1,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,2,,,3,,4,2,2,2,1,1,2,,,2,,,4,,,,15000,,15000,1,,1,185000,90000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,50,6,16,4,,,,170000,,170000,1,,,,,,,,,,,4,,,,20000,,20000,1,,,,,,,,,,,1,1,2,,200000,,,,,,,,,2,,,,,,,,,1,1,,1,15000,,,,,,,1,2,2,1,2,2,2,2,,2,2,2,2,2,8000,2,,,,,,,,,,,,,,,,,,2000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,69,1,,,,1,,1,,,1,"cd","020403",3,2,1,3,2,1,100000.9921875,20000,2000,0,0,0,0,0,0,8000,0,0,0,130000.9921875,.9321386218070984,1280.36083984375,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,32,32,32,2,0,1,0,0,0,1,0,0,1,4,2426.153076171875,1213.0765380859375,1213.0765380859375,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,200000,1,1,1,1,185000,90000,95000,0,0,0,0,1,1,1,1,0,1,14630,21945,0,58520,1,1,46438.2578125,160,1,,,1,,4,1.3333333730697632,1,1,1,0,1,1,1,1,,1,1,0,1,2,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,1,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,30302,,,,,1,8000,8000,89.44271850585938,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,170000,170000,412.3105773925781,20000,20000,141.42135620117188,170000,20000,170000,412.3105773925781,20000,141.42135620117188,1,1,,0,0,0,0,0,1,1,1,1,32,1024,1,1,1,1,1,1,1,1,32,32,41.4865608215332,32,1024,0,1,0,1,1,1,1,1,12,50,0,1,0,0,0,32,1024,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020501",2,2,,,10,,1,42,,1,1,1,1,2,2,3,1,2,2,3,2,5,41,2,1,11,,2,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,16,1,1,,,,,14,1,1,,,,,13,1,1,,,,,12,2,1,,,,,10,1,1,,,,,9,1,1,,,,,7,1,1,,,,,5,1,1,,,,,3,1,1,,,,,2,9,3,1,11,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,1,,1,,,,2,1,400,1,,2,,100,8,2,1,1,,,,,,,2,2,3,3,3,,,,,,,,,,,,1,4,0,,,,,,,,,,,,,,,,,,,,,,,,8,7,1,2,1,2,,,0,,6,2,5,1,1,2,1,2,,,1,2,,6,,6,,,,1,2,,2,2,,,,,,1,,,2,,,,,,,,2,2,,,2,1,3,,1,80,,,,12,3840,1,,2,,,8,2,3,,,5,,9,2,2,2,1,1,2,,,1,7," <7:Or from some other source? (specify)>:REALTOR'S GROUP",2,,619,,,6,7428,1,,,350000,150000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7,2,,2,3,,,,,1,8,0,,,,,,,1,2,,2,,,,,,,,2,2,1,2,2,2,1,1,,2,2,2,1,2,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,8,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,1,2,1,1,12,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:STRESS",1,1,5,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,60,1,,,,1,,1,,,1,"PG","020501",10,2,8,9,1,8,0,0,0,291.9135437011719,0,0,0,940.1471557617188,0,0,0,0,26.99055290222168,1259.05126953125,1.1797845363616943,1620.520751953125,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,41,,41,3,0,0,1,0,0,0,1,0,1,2,1639.8939208984375,1639.8939208984375,819.9469604492188,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,1,1,1,,,1,0,,,,3,,,4,25000,1,1,1,1,350000,150000,200000,1,,0,,1,1,0,0,,0,32750,49125,1,131000,0,0,10486.8427734375,1,0,1,1,1,1,9,.8999999761581421,0,1,1,1,1,,1,1,,1,1,0,1,2,0,0,0,0,0,0,2,4,2,5,6,1,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,30310,,,,,1,0,0,0,0,0,0,-5,1241.30029296875,35.23208999633789,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,,0,0,0,0,0,1,1,1,0,41,1681,0,,1,1,1,1,0,0,0,,41.4865608215332,41,1681,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,2.8076109886169434,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-5 -"9543o","020414",2,5,,,3,,1,5,,2,2,1,3,1,4,1,2,2,2,3,1,1,35,1,1,1,,2,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,4,2,1,,1,,,2,1,1,,1,,,0,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,2,1,9,,,,,2,9,,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,1,4,,,,,,1,,4,,,,,,,1,,2,,700,2,2,2,2,,,,,,,2,3,2,3,3,,,,,,,,,,,,1,1,5,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,3,3,0,2,2,1,2,,,,,,,,,,,1,,,,,,,,,,,,,,,,,1,,,,2,,,,,,2,2,,,3,,,175,,12,2100,1,,2,,,1,2,1,,2,3,,4,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,815,,12,9780,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,60,,,4,,,,22000,,22000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,500,,,,,,,,,1,20000,5000,,,,,,,2,,2,1,35000,,,,,,,2,2,2,2,2,2,2,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,1,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,5,64,97," <5:OTHER (SPECIFY)>:egypt",1,,,,,,1996,1,"gs","020414",5,2,3,5,2,3,22000.001953125,0,0,0,0,0,0,0,0,0,0,0,0,22000.001953125,.9321386218070984,1280.36083984375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,35,35,35,3,0,0,1,0,0,1,0,0,1,4,2375.8203125,1187.91015625,1187.91015625,1,2,1,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,,,,,,,,,,,,2,,,4,500,1,0,0,0,0,0,0,1,20000,5000,15000,0,0,1,1,0,1,20670,31005,1,82680,0,0,36847.08984375,8,0,1,0,0,0,4,.800000011920929,0,1,1,1,0,1,1,0,,1,1,1,1,2,0,0,0,1,0,2,1,0,1,0,3,1,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,30334,31,,,,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,22000,22000,148.323974609375,0,0,0,22000,0,22000,148.323974609375,0,0,3,1,,0,1,1,0,0,1,1,1,1,35,1225,1,0,1,1,1,1,1,1,35,35,41.4865608215332,35,1225,0,0,0,1,1,1,3,1,12,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020424",2,1,,,1,1,,13,,2,3,3,8,2,2,3,2,2,2,2,4,5,38,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,12,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,12,2,1,2,,,,2,,,,,,,4,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,1,,4,,,,2,2,,2,,,,,2,2,2,2,2,2,2,2,2,2,2,,,,,2,3,3,3,3,1,1,2,4,4,1,1,1,2,,1,,,7,1,,1,2,1,0,1,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,1,0,1,2,2,2,,,,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,1,,8,4,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,551,,12,6612,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,33,,,4,,,,11000,,11000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,0,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,122,1464,1,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,3,,,,,,,,,3,,,,,1,2,8,,,,,,,,2,2,8,,2,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,1,2,3,2,1,1,,,,,,2,2,,,,,2,2,2,2,1,1,,2,63,4,,1,,,,,,1988,2,"ar","020426",2,1,1,2,1,1,10999.9990234375,0,0,0,0,1464,0,0,0,0,0,0,0,10999.9990234375,.90010005235672,1236.353515625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,38,,38,3,0,0,1,0,0,0,1,0,1,2,2447.803466796875,2447.803466796875,2447.803466796875,0,3,0,1,0,1,1,0,1,0,0,0,1,2,1,0,0,1,1,1,1,1,1,3,1,0,0,0,0,,3,4,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,11610,17415,1,46440,0,0,42400,325,0,1,0,1,1,3,1.5,1,0,1,1,1,,1,1,1,1,1,0,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,30335,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1464,1464,38.26225280761719,0,0,0,1,11000,11000,104.8808822631836,0,0,0,11000,0,11000,104.8808822631836,0,0,0,0,,1,1,1,0,0,0,0,0,0,38,1444,1,,1,0,0,0,0,0,0,,41.4865608215332,38,1444,0,0,0,0,0,0,0,0,12,33,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020502",2,3,,,2,,1,11,,2,1,2,1,4,4,4,1,2,2,2,1,1,32,2,1,1,,1,41,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,4,1,1,,1,,,1,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,4,1,10,,,,,2,11,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,1200,1,,2,,2000,2,2,2,2,,,,,,,2,1,3,2,2,,,,,,,,,,,,1,4,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,1,1,1,2,,,,,,,1,,1,,1,,,,,2,2,,,,,,1,,,2,,1,,,,2,,,,,,2,2,,,4,,,,6000,,6000,1,,2,,,1,2,1,,2,8,,4,3,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1300,,12,15600,1,,1,,,,,,,,,,,,,,,1,1,1,2,2,1,,1,1,,12,1,12,40,4,,,,12000,,12000,1,,,,,,,,,,,9,,,,,,,,,1,1,,,,,,,,1,1,1,1,9,2,,1,,1,,9,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,4000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,4,2,1,1,7,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:panic attacks",1,2,,,,,1,1,2,2,2,,,,,,,,,,,,2,1,2,2,2,2,1,,1,70,97," <5:OTHER (SPECIFY)>:cananda",1,,,,,,1991,1,"rm","020502",4,2,2,4,2,2,99999.9921875,12000,3999.999755859375,0,0,0,0,0,0,0,0,0,0,115999.9921875,1.0168784856796265,1396.75732421875,1,2,1,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,32,41,36.5,3,0,0,1,0,0,1,0,0,1,4,1040.0458984375,520.02294921875,520.02294921875,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,,1,2,2,,,1.6666666269302368,1,,,,4,,,4,,,,,0,0,0,0,0,0,0,0,1,1,1,0,1,1,17650,26475,0,70600,1,1,37000,111,1,,,0,,4,1,1,1,1,1,1,1,1,1,,1,0,0,1,2,0,0,0,1,0,1,1,0,1,0,2,1,1,0,0,1,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,30430,27,,,,27,0,0,0,0,0,0,0,0,0,4000,4000,63.24555206298828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,12000,12000,109.54450988769531,100000,100000,316.2277526855469,100000,12000,100000,316.2277526855469,12000,109.54450988769531,2,1,,0,1,1,0,0,1,1,1,0,32,1024,1,1,0,1,1,1,2,1,41,41,41.4865608215332,41,1681,0,1,0,1,1,1,2,1,12,40,1,1,1,1,0,32,1024,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020408",2,3,,,1,1,,3,,1,3,1,2,1,2,4,2,2,2,3,1,1,45,2,1,1,,1,48,1,5,,1,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,1,9,,,,,2,11,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,500,1,,2,,200,2,2,1,2,8,2,2,2,2,2,2,,,,,1,3,2,3,3,3,1,2,1,4,1,1,1,3,,1,,,11,1,,1,2,1,0,10,4,4,2,2,1,3,2,3,1,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,2500,,12,30000,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,45,,,,,,,,,,,,,,,,,,,4,,,,100000,,100000,1,,,,,,,,,,,1,1,8,,8,2,,1,,8,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,40000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,1,3,2,1,2,3,,5,57,97," <5:OTHER (SPECIFY)>:PAKISTAN",97," <5:OTHER (SPECIFY)>:SPAIN",,,,,1999,1,"RR2","020408",4,3,1,3,2,1,99999.9921875,0,0,0,0,0,0,0,0,0,0,0,0,99999.9921875,.7717018127441406,1059.9891357421875,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,4,0,0,0,1,45,48,46.5,4,0,0,0,1,0,1,0,0,1,4,2978.99267578125,1489.496337890625,992.99755859375,1,2,1,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,1,,4,4,4,,,,,0,0,0,0,0,0,0,0,1,1,1,0,1,1,14630,21945,0,58520,1,1,46438.2578125,87,1,,,1,,4,1,1,1,1,1,1,1,1,1,0,1,1,0,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,30439,60,60,,,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100000,100000,316.2277526855469,100000,0,100000,316.2277526855469,0,0,0,0,,0,1,1,0,0,1,1,1,0,45,2025,0,1,0,1,1,1,2,1,48,48,41.4865608215332,48,2304,0,0,0,1,1,1,1,0,12,45,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020524",2,3,,,1,1,,28,,1,3,2,2,2,2,3,2,2,2,2,1,1,40,2,1,1,,1,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,15,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,15,2,9,,,,,2,2,,2,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,100,1,,2,,400,8,2,1,2,2,2,2,2,2,2,2,,,,,3,3,3,3,3,3,1,1,1,2,1,1,2,3,,1,,,10,1,,1,1,1,0,3,4,4,2,2,2,2,2,1,5,," <3:Something Else? (SPECIFY)>:WENT TO A BETTER SCHOOL",1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,12,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,12,9000,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,35,12,40,4,,,,37500,,37500,1,,,,,,,,,,,4,,,,44300,,44300,1,,,,,,,,,,,2,,2,,7,2,,2,1,,,,,1,8,0,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,250,2,,,,,,,,,,,,,,,,,250,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,8,2,2,1,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,2,,2,61,97," <5:OTHER (SPECIFY)>:GUATAMALA",1,,,,,,1974,1,"NR","020525",3,2,1,3,2,1,44299.99609375,37500,249.99998474121094,0,0,0,0,0,0,0,0,0,0,82049.9921875,.4256257116794586,584.628173828125,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,40,45,42.5,3,0,0,1,0,0,1,0,0,1,4,1082.935546875,541.4677734375,541.4677734375,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,2,4,4,6000,1,0,0,0,0,0,0,1,,0,,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,103,1,,,1,,4,1.3333333730697632,1,1,1,1,1,1,1,1,1,1,1,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,30451,40,,,,40,0,0,0,0,0,0,0,0,0,250,250,15.81138801574707,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,37500,37500,193.649169921875,44300,44300,210.47564697265625,44300,37500,44300,210.47564697265625,37500,193.649169921875,0,0,,1,1,1,0,0,1,1,1,0,40,1600,1,1,0,1,0,0,2,1,45,45,41.4865608215332,45,2025,0,1,0,1,0,0,1,0,12,40,1,1,1,1,0,40,1600,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020511",2,3,,,4,,1,15,,1,1,1,1,3,2,2,2,2,2,2,1,1,51,1,1,1,,2,46,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,17,1,1,,1,,,12,2,1,,1,,,8,1,1,,1,,,3,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,12,2,1,2,,,,2,1,2,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,2,,,,,,,,,,1,2,,200,2,2,2,1,2,2,2,2,2,2,1,,,,,1,3,1,2,2,8,1,2,4,2,1,1,1,1,,1,,,5,1,,1,2,1,2,3,3,4,1,2,1,2,4,0,,,,3,3,,,,,,,,,3,1,2,2,2,2,2,,,,1,2,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,1,,1,4,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,884,,4,3536,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,11,64,,,1,400,,,,11,17600,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,2,,2,2,1,2,8,,,,,,,,,,,,,,,,,,1,2,2,3,4,,,,,,2,1,3,2,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,3,2,2,1,2,,,,,,,,,,,,1,8,1,1,1,1,4,,2,51,8," <5:OTHER (SPECIFY)>:mexico",1,,,,,,1986,2,"jd","020511",6,2,4,6,2,4,17600,0,0,0,0,0,0,0,0,0,0,0,0,17600,.7111620903015137,976.8333740234375,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,51,46,48.5,4,0,0,0,1,0,1,0,0,1,4,3813.98779296875,1906.993896484375,1906.993896484375,1,2,1,0,0,1,1,0,1,0,0,0,1,2,1,0,0,0,0,1,3,2,2,,2,1,0,0,1,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,23690,35535,1,94760,0,0,26400,15,0,1,0,1,1,4,.6666666865348816,0,1,1,1,0,0,0,0,1,1,0,1,1,3,0,1,0,1,0,0,1,2,1,2,3,1,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,30452,8,,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,17600,17600,132.6649932861328,0,0,0,17600,0,17600,132.6649932861328,0,0,1,1,,1,1,1,0,1,0,0,0,1,51,2601,1,0,1,0,0,0,1,1,46,46,41.4865608215332,51,2601,0,0,0,0,0,0,4,1,11,64,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.4038054943084717,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020508",2,2,,,5,,1,32,,4,2,1,2,3,1,3,1,2,1,3,1,1,37,2,1,1,,1,39,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5,16,2,1,,1,,,13,2,1,,1,,,8,2,1,,1,,,3,1,1,,1,,,0,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,8,2,4,,,,,2,4,,,,,2,4,1,2,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,276,1,,2,,500,8,2,3,2,,,,,,,1,,,,,1,3,3,3,3,3,2,2,3,4,1,3,2,4,,1,,,3,1,,1,1,1,0,2,4,4,2,2,2,2,4,1,1,,,3,3,,,,,,,,,3,2,1,1,2,2,2,,,,1,2,,1,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,1,98,2,1,2,2,,,1,,5,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1350,,12,16200,1,,2,,,,,,,,,,,,,,,2,,1,2,2,1,,1,1,,12,50,12,90,2,,834,,,12,20016,1,,,,,,,,,,,2,,88000,,,12,2112000,2,101000,,,,,,,,,,1,1,1,1,4000,,,,,,,,,2,,,,,,,,,2,,2,1,6000,,,,,,,1,1,2,2,2,2,1,2,,2,2,1,1,2,1000,1,2,2000,1,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1500,300,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,1,1,1,1,1,,,,,,,,,,,,,,,,,,1,2,1,,,,,,,,2,1,2,1,2,1,2,2,,3,2,1,2,,,,,,,,,,,,,,,2,1,1,1,1,4,,,,,,1,1,9,,,1,1,1,1,2,2,2,,3,64,1,,,,1,,1,,,1,"ma","020514",7,2,5,7,2,5,100000.9921875,20016.001953125,0,300.0000305175781,1326.4515380859375,0,0,0,0,2000,0,0,0,123643.4453125,.3489110469818115,479.2549743652344,1,2,0,2,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,37,39,38,3,0,0,1,0,0,1,0,0,1,4,782.439453125,391.2197265625,391.2197265625,0,3,0,1,0,0,2,1,0,1,0,0,0,3,0,1,0,0,1,1,1,1,1,1,1,0,0,0,0,,4,4,2,4000,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,26710,40065,0,106840,1,1,33667.30859375,1,1,,,1,,5,.7142857313156128,0,1,1,0,1,1,1,1,1,0,0,0,1,2,0,0,0,0,0,1,1,1,1,1,3,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,30459,,,,,1,2000,2000,44.72135925292969,-5,995.5078735351562,31.55167007446289,0,0,0,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,0,0,0,0,0,0,2,20016,20016,141.47792053222656,101000,101000,317.8049621582031,101000,20016,101000,317.8049621582031,20016,141.47792053222656,2,1,1,0,0,0,0,1,1,0,0,0,37,1369,1,1,0,1,0,0,2,1,39,39,41.4865608215332,39,1521,0,0,1,1,0,0,5,1,12,90,1,1,0,0,0,37,1369,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020427",2,2,,,1,1,,11,,2,2,2,1,3,2,2,2,2,2,2,1,1,41,2,1,1,,1,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,15,1,1,,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,15,1,7,,,,1,1,99,,,,,9,1,2,,,,,,,,,,,,,9,,,,,,,9,,,,,,,9,,,,,,,,,,9,,,,9,9,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,1,3,3,2,1,3,1,,1,,,9,9,,1,2,1,0,5,4,4,2,2,2,2,3,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,9,,4,1,2,2,1,1,2,,,2,,,9,,,,,,,,,1,200000,99,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,40,12,40,7,,,,,,,,,9,,,,,,,,,7,,,,,,,,,9,,,,,,,,,1,1,1,1,9,9,,,,,,,,1,9,0,,,,,,,9,,1,9,,,,,,,,2,2,1,2,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,9,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,1,1,2,2,9,,1,9,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,9,9,,99,60,1,,,,1,,1,,,1,"pg","020427",3,2,1,3,2,1,38793.3828125,24062.126953125,0,0,0,0,0,4871.93798828125,0,0,0,0,0,67727.4453125,.3717922866344452,510.68402099609375,1,2,0,,3,2,7,0,0,0,0,0,0,1,0,,,,,,41,50,45.5,4,0,0,0,1,0,1,0,0,1,4,940.958740234375,470.4793701171875,470.4793701171875,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,3,4,,,,,1,200000,,,1,,0,,,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,105,1,,,1,,4,1.3333333730697632,1,1,1,1,,,,,1,1,0,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,30541,,,,,1,0,0,0,0,0,0,-5,1241.30029296875,35.23208999633789,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,0,0,0,0,0,0,1,1,0,0,41,1681,1,1,1,1,1,0,2,0,50,50,41.4865608215332,41,1681,0,0,1,0,0,0,0,0,12,40,0,1,1,1,1,50,2500,1,1,1,1,.1519336998462677,.1519336998462677,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -"9543o","020408",2,2,,,1,1,,37,,3,3,4,3,4,4,4,3,1,2,1,5,5,37,1,1,7,,1,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,10,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,10,1,7,,,,5,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,120,1,,2,,100,2,2,1,2,,,,,,,1,,,,,1,3,2,3,2,3,1,2,1,3,1,1,1,4,,1,,,5,1,,2,1,1,0,7,4,4,2,2,2,3,3,0,,,,1,1,,,,,,,,,1,0,1,1,2,2,,,,,1,2,,,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,2,,,2,2,,,3,,,150,,10,1500,2,1400,2,,,1,2,1,,2,10,,4,4,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,350,,12,4200,1,,2,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,12,35,,,4,,,,48000,,48000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,,10000,,,,,,,,,1,2500,0,,,,,,,2,,1,1,6500,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,999999,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,3,1,2,2,2,2,,3,2,2,1,97,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:I M VERY AWARE OF CURRENT POLITICAL ISSUES AROUND THE WORLD I PAY A LITTLE MORE ATTENTION TO THESE THINGS",1,2,,,,,1,1,1,1,1,10,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:VERY FEARFUL OF GOING OUT , AND TRAVELING PLACES AND VERY AWARE OF HIS SURROUNDINGS",1,1,1,,,2,2,1,1,1,1,4," <7:ANOTHER GROUP (SPECIFY)>:LATINO",2,65,1,,,,3,,3,,,1,"PF","020408",3,2,1,2,1,1,48000,0,0,0,0,0,0,0,0,0,0,0,0,48000,.10408291220664978,142.9655303955078,0,2,0,,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,37,,37,3,0,0,1,0,0,0,1,0,1,2,525.6522216796875,525.6522216796875,262.82611083984375,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,0,1,1,2,1,2,1,1.3333333730697632,0,0,0,0,,4,4,4,10000,1,1,0,0,0,0,0,1,2500,0,2500,0,1,1,1,,1,11610,17415,0,46440,1,1,42400,26,1,,,0,,4,1.3333333730697632,1,0,0,0,1,,1,1,0,0,0,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,1,0,1,,0,1,1,,0,1,1,,,,,,,,0,1,0,0,30552,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,48000,48000,219.08901977539062,0,0,0,48000,0,48000,219.08901977539062,0,0,0,0,,1,0,0,0,1,1,1,0,1,37,1369,1,,1,1,1,0,0,1,0,,41.4865608215332,37,1369,0,0,0,1,1,0,1,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020427",2,4,,,2,,1,7,,1,3,2,1,1,1,1,2,2,2,3,1,1,36,2,1,1,,1,38,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,5,1,1,,1,,,3,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,3,2,8,,,,,2,10,,,,,2,2,2,,,,,,,,,,,,,1,1,3,,,,,1,1,3,,,,,1,,1,,,,2,1,200,2,,,,,2,1,1,2,,,,,,,2,1,3,1,3,,,,,,,,,,,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,2,2,1,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,3,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,9000,,9000,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,4,,,,50000,,50000,1,,,,,,,,,,,2,,2,,8,1,2,,,,,,,1,2000,0,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,1,3,,5,64,7," <5:OTHER (SPECIFY)>:GUYANA",1,,,,,,1994,1,"JR","020428",4,2,2,4,2,2,50000,0,0,0,0,0,0,0,0,0,0,0,0,50000,.4256257116794586,584.628173828125,1,1,0,4,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,36,38,37,3,0,0,1,0,0,1,0,0,1,4,1082.935546875,541.4677734375,541.4677734375,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,,1,3,1,,,1.6666666269302368,1,,,,4,,,4,1250,1,0,0,0,0,0,0,1,2000,0,2000,0,1,1,0,1,1,17650,26475,0,70600,0,1,37000,58,1,,,1,,3,.75,0,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,1,0,0,2,0,2,1,2,0,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,30561,7,,,,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,50000,50000,223.60679626464844,50000,0,50000,223.60679626464844,0,0,2,1,,1,1,1,0,0,1,1,0,0,36,1296,0,1,0,1,1,1,2,1,38,38,41.4865608215332,38,1444,0,0,0,1,1,1,2,1,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020424",2,4,,,2,,1,20,,3,2,2,3,1,2,2,2,2,2,3,3,5,38,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,14,2,1,,,,,10,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,10,2,2,,3,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,2,,1,,2,,1500,1,8,2,2,,,,,,,2,,,,,2,3,3,2,2,3,2,2,4,4,1,1,4,3,,1,,,3,1,,2,1,1,0,1,4,4,2,2,2,3,4,0,,,,2,2,,,,,,,,,1,0,1,1,2,2,,,,,1,2,,,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,2,,,2,2,,,1,50,,,,12,2400,1,,2,,,1,2,3,,,3,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,840,,12,10080,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,2,,1200,,,12,28800,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,1,2,1,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,800,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,1,2,1,,,,,,,,2,1,3,2,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,1,1,1,2,,,,,,,,,,,,2,2,1,1,2,1,4,,2,63,4,,1,,,,,,1982,2,"el","020424",3,1,2,3,1,2,28800,0,100,0,0,0,0,0,0,0,800,0,0,29700,.90010005235672,1236.353515625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,38,,38,3,0,0,1,0,0,0,1,0,1,2,2447.803466796875,2447.803466796875,2447.803466796875,1,1,0,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,1,1,1,2,2,1,1.3333333730697632,0,0,0,0,,3,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,1,14630,21945,0,58520,0,1,46438.2578125,4,0,1,0,1,1,5,1.6666666269302368,1,1,1,1,1,,1,1,0,0,1,1,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,30572,,,,,4,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,800,800,28.284271240234375,0,0,0,0,0,0,0,0,0,0,0,0,1,28800,28800,169.70562744140625,0,0,0,28800,0,28800,169.70562744140625,0,0,0,0,,1,1,1,0,0,0,0,0,0,38,1444,1,,1,0,0,0,0,0,0,,41.4865608215332,38,1444,0,1,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020428",2,4,,,1,1,,5,,2,3,3,1,2,2,3,3,2,2,3,1,1,53,1,1,1,,2,50,1,5,,2,21,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,1,4,,,,,2,4,,,,,2,2,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,1,1,8,1,,2,,8,8,2,2,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,1,1,1,1,1,3,2,,1,,,11,1,,2,2,1,0,0,4,4,2,2,2,1,4,1,1,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,1,,6,2,2,2,1,1,2,,,2,,,3,,,1700,,12,20400,1,,,98,220000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,36,12,37,4,,,,25000,,25000,1,,,,,,,,,,,4,,,,25000,,25000,1,,,,,,,,,,,1,1,1,2,8,2,,8,,,,,,1,2000,0,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,8000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,1,2,2,1," <1:Yes (Specify)>:CHURCH ASSOCIATION",1,1,2,1,2,6,97,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:BACKACHE",2,2,,,,,1,3,2,2,2,,,,,,,,,,,,2,3,2,2,2,2,3,,1,49,97," <5:OTHER (SPECIFY)>:INDIA",97," <5:OTHER (SPECIFY)>:INDIA",,,,,1996,1,"JR","020428",5,4,1,3,2,1,24999.998046875,24999.998046875,0,0,0,0,0,0,0,0,0,0,0,49999.99609375,1.1900535821914673,1634.6260986328125,1,1,0,2,2,1,2,0,1,0,0,0,0,0,0,4,0,0,0,1,53,50,51.5,4,0,0,0,1,0,1,0,0,1,4,5140.27587890625,2570.137939453125,1285.0689697265625,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,1,,220000,,1,2000,0,2000,0,0,1,1,1,1,14630,21945,0,58520,0,1,46438.2578125,205,1,,,1,,6,1.2000000476837158,1,0,0,1,1,1,1,1,1,1,1,0,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,30579,45,45,,,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,25000,25000,158.11387634277344,25000,25000,158.11387634277344,25000,25000,25000,158.11387634277344,25000,158.11387634277344,0,0,,0,1,1,0,0,1,0,0,1,53,2809,1,1,1,1,0,0,1,1,50,50,41.4865608215332,53,2809,0,0,0,1,0,0,1,0,12,36,0,1,0,0,0,50,2500,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020424",2,4,,,1,1,,19,,1,2,2,2,1,2,2,2,2,2,1,1,1,43,1,1,1,,2,46,1,5,,2,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,10,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,10,1,7,,,,5,2,11,,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,1,2,,,,,,1,,7,,," <7:or another type of government program? {specify}>:HIP",,1,500,1,,2,,500,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,2,2,2,1,1,4,3,,1,,,5,3,,1,1,1,4,8,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,10,,6,2,2,2,1,1,2,,,2,,,9,,,,,,,,,,500,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,2,1,,12,38,10,20,4,,,,32000,,32000,1,,,,,,,,,,,4,,,,10000,,10000,1,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,1,12000,,,,,,,2,2,2,2,1,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,5000,2,,,,,,,,,,,3000,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,600,2,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,1,2,8,2,,,,,,,,,,,,,,,3,3,3,2,2,,,,,,,,,,,,2,2,2,1,3,1,1,,2,58,6," <5:OTHER (SPECIFY)>:ECUADOR",1,,,,,,1985,2,"ar","020502",4,3,1,3,2,1,32000,10000,0,0,0,0,0,0,5000,0,0,0,0,47000,.4256257116794586,584.628173828125,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,43,46,44.5,3,0,0,1,0,0,1,0,0,1,4,1222.3814697265625,611.1907348632812,407.4604797363281,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,0,0,0,0,1,500,,,0,0,0,0,1,1,0,1,0,1,14630,21945,0,58520,0,1,46438.2578125,285,1,,,1,,6,1.5,1,1,1,1,0,1,1,0,1,1,1,1,1,2,0,0,0,1,0,0,0,1,0,1,1,0,0,0,0,0,2,1,1,0,0,0,0,0,,,,,,,,0,0,0,1,30583,6,,,,6,0,0,0,0,0,0,0,0,0,0,0,0,5000,5000,70.71067810058594,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32000,32000,178.88543701171875,10000,10000,100,32000,10000,32000,178.88543701171875,10000,100,0,0,,1,1,1,0,0,1,1,0,1,43,1849,1,1,1,1,1,0,1,1,46,46,41.4865608215332,43,1849,0,1,0,1,1,0,1,0,12,38,0,1,1,1,0,46,2116,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020501",2,1,,,1,1,,29,,3,2,2,2,2,1,2,1,2,2,3,3,5,32,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,11,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,11,2,7,,,,5,1,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,2,,1,,2,,50,2,2,1,2,,,,,,,2,,,,,1,3,2,3,3,2,1,1,2,2,1,1,4,0,,1,,,4,1,,2,1,1,0,5,4,4,1,2,2,1,4,0,,,,1,1,,,,,,,,,1,0,1,1,1,1,,,,,1,3,,,,,,,,,,,2,2,,,,,,8,8,,,,2,1,7," <7:SOMEONE OR SOMEWHERE ELSE ? (SPECIFY)>:BOYS & GIRLS CLUB OF AMERICA",,,,2,1,,,,,,,,,,,,,,,2,,,1,2,3,,,26,,6,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1000,,12,12000,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,43000,,43000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,8,10000,,,,,,,,,2,,,,,,,,,1,2,,1,600,,,,,,,2,2,2,1,2,2,8,2,2,2,2,2,8,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>:MY CHURCH",1,1,2,1,4,6,,,,,,,1,1,7,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,1,2,1,4," <7:ANOTHER GROUP (SPECIFY)>:PUERTO RICAN",3,69,1,,,,3,,3,,,1,"JR","020501",2,1,1,2,1,1,43000,0,1305.3563232421875,0,0,0,0,0,0,0,0,0,0,44305.35546875,.20816582441329956,285.9310607910156,0,1,0,,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,32,,32,2,0,1,0,0,0,0,1,0,1,2,1093.9833984375,1093.9833984375,1093.9833984375,1,2,1,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,0,1,2,1,1,2,1.3333333730697632,0,0,0,0,,4,4,4,10000,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,11610,17415,0,46440,0,1,42400,62,1,,,1,,6,3,1,1,1,1,1,,1,1,1,0,1,1,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,0,1,1,,0,1,1,,,,,,,,0,1,0,0,30602,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,1,43000,43000,207.36441040039062,0,0,0,43000,0,43000,207.36441040039062,0,0,0,0,,1,0,0,0,0,1,1,0,1,32,1024,1,,1,1,1,0,0,1,0,,41.4865608215332,32,1024,0,1,0,1,1,0,1,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,1,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020505",2,2,,,1,1,,41,,2,1,2,1,3,3,2,1,2,2,2,1,1,41,2,1,1,,1,44,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,14,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,14,2,4,,,,,2,3,,,,,2,1,2,,,,,,,,,,,,,2,,,,,,,1,5,,,,,,1,,6,,,,,,,2,,,,,2,2,2,2,2,2,2,2,2,2,1,,,,,1,3,3,3,3,3,1,1,1,2,1,1,5,2,,1,,,8,1,,1,1,1,10,25,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,13,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,148,,3,444,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,1,2,2,2,12,40,,,4,,,,11000,,11000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,0,,,,,,,,,1,1000,0,,,,,,,1,1,,2,,,,,,,,1,1,2,2,2,2,1,2,,2,2,2,1,2,6000,2,,,,,2,4000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,1,3,1,3,2,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,1,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,1,60,1,,,,1,,1,,,1,"zs","020506",3,2,1,3,2,1,10999.9990234375,0,0,130.0205841064453,3999.999755859375,0,0,0,0,5999.99951171875,0,0,0,21130.01953125,.697822093963623,958.5099487304688,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,41,44,42.5,3,0,0,1,0,0,1,0,0,1,4,1564.87890625,782.439453125,782.439453125,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,0,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,1,1000,0,1000,1,1,0,1,0,1,14630,21945,1,58520,0,0,46438.2578125,214,0,1,1,1,1,5,1.6666666269302368,1,1,1,1,0,1,1,0,1,1,0,1,1,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,,,,,,,,0,0,0,1,30608,,,,,1,6000,6000,77.45966339111328,4000,4000,63.24555206298828,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,11000,11000,104.8808822631836,0,0,0,11000,0,11000,104.8808822631836,0,0,0,0,1,0,0,0,0,1,1,0,0,0,41,1681,1,0,1,1,0,0,2,0,44,44,41.4865608215332,41,1681,0,0,1,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020502",2,3,,,4,,1,12,,1,3,4,2,2,2,2,4,2,2,1,1,1,37,2,1,1,,1,34,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,11,1,1,,1,,,8,1,1,,1,,,6,1,1,,1,,,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,8,1,9,,,,,2,7,,,,5,2,5,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,4,,,2,1,10,2,,,,,2,2,1,2,,,,,,,2,,,,,1,3,3,2,3,2,2,2,3,2,1,1,4,5,,1,,,3,1,,1,2,1,0,10,4,1,2,2,2,2,4,0,,,,3,3,,,,,,,,,4,1,3,2,1,2,2,,,,1,2,,,,4,,,,,2,,,,,,,,,2,2,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,7,,4,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,810,,12,9720,1,,2,,,,,,,,,,,,,,,2,,1,2,2,2,1,1,1,,6,30,12,47,1,80,,,,6,1920,1,,,,,,,,,,,2,,1100,,,12,26400,1,,,,,,,,,,,2,,2,,0,,,,,,,,,1,8,8,8,,,,,,1,2,,1,8,8,,,,,,2,2,2,1,2,2,1,2,,2,2,1,1,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,500,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,2,8,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,1,2,2,1,2,,7,64,4,,1,,,,,,1988,2,"JD","020502",6,2,4,6,2,4,26400.001953125,1920.0001220703125,1992.3692626953125,500,0,0,0,0,0,0,0,0,0,30812.37109375,.2128128558397293,292.3140869140625,1,2,0,3,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,37,34,35.5,3,0,0,1,0,0,1,0,0,1,4,499.84423828125,249.922119140625,249.922119140625,0,4,0,0,1,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,2,1,2,1.3333333730697632,0,1,0,0,,4,4,4,0,0,0,0,0,0,0,0,1,,,,1,1,1,0,1,1,23690,35535,1,94760,0,0,26400,6,1,,,0,,4,.6666666865348816,0,0,0,1,1,1,1,1,1,1,1,1,1,2,0,0,0,1,0,1,0,3,1,3,4,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,30728,,,,,4,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,2,1920,1920,43.817806243896484,26400,26400,162.48077392578125,26400,1920,26400,162.48077392578125,1920,43.817806243896484,1,1,,1,1,1,0,0,1,1,1,0,37,1369,1,1,0,1,1,0,2,1,34,34,41.4865608215332,34,1156,0,1,0,1,1,0,4,1,12,47,1,1,1,1,0,37,1369,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020419",2,3,,,1,1,,5,,2,1,2,1,3,3,4,2,2,2,2,5,2,33,1,1,2,,2,30,1,11,,2,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,1,9,,,,,2,11,,,,,1,2,2,,,,,,,,,,,,,2,,,,,,,1,1,,,,,,1,,1,,,,,1,700,1,,2,,200,2,2,1,1,,,,,,,2,1,3,1,3,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,2,2,,,,,,,,,,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,,,,1,2,,,3,,,500,,4,2000,1,,2,,,1,2,3,,,2,,8,1,2,2,1,1,2,,,2,,,9,,,,,,,,,,1500000,98,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,11,30,6,20,9,,,,,,,,,1,2,1,,9,,,,,9,,,,,,,,,9,,,,,,,,,1,1,1,1,9,9,,,,,,,,2,,,,,,,,,1,1,,1,9,9,,,,,,2,2,2,1,1,2,1,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,9,,,,,,9,,,,,,,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,99,99,97," <5:OTHER (SPECIFY)>:GERMANY",1,,,,,,1972,1,"RR2","020419",4,3,1,3,2,1,48691.6796875,17808.8046875,3584.382080078125,1473.2918701171875,0,0,0,0,1092.080078125,0,0,0,0,72650.2421875,.9321386218070984,1280.36083984375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,33,30,31.5,2,0,1,0,0,0,1,0,0,1,4,2472.268310546875,1236.1341552734375,824.0894165039062,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,,,,,1,1500000,,,0,0,0,0,1,1,1,0,0,0,14630,21945,0,58520,1,1,46438.2578125,278,1,,,1,,8,2,1,1,1,1,0,1,1,0,,1,0,0,1,2,0,0,0,1,0,1,0,0,0,0,1,1,1,0,0,1,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,30751,36,,,,36,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,-5,907.7564086914062,30.128995895385742,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,1,1,,0,1,1,0,0,1,1,1,1,33,1089,1,1,1,1,1,1,1,1,30,30,41.4865608215332,33,1089,0,1,0,1,1,1,1,1,11,30,0,1,1,1,0,30,900,0,0,0,0,0,.1519336998462677,1,1,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 -"9543o","020503",2,3,,,1,1,,7,,4,2,3,2,4,4,4,3,2,2,1,2,5,38,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,14,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,14,2,9,,,,,2,,,,,,,1,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,6,,,,,,,2,,,,,2,2,1,2,2,2,2,2,2,2,1,,,,,1,3,3,2,2,2,1,1,2,2,2,1,1,3,,1,,,7,1,,1,1,1,0,13,4,4,1,2,2,3,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,7,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,16000,,16000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,1,4,1,1,1,2,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,1,1,1,1," <1:Yes (Specify)>:padres pan, comite domicano en el exterior",1,2,2,2,,,,,,,,,,,,,,,2,1,1,1,1,1,2,3,5,,,1,1,6,5,,,1,1,1,1,1,4,,1,62,4,,1,,,,,,1995,2,"jd","020503",2,1,1,2,1,1,15999.9990234375,0,0,999.9999389648438,0,0,0,0,0,0,0,0,0,16999.998046875,.5387037992477417,739.9492797851562,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,38,,38,3,0,0,1,0,0,0,1,0,1,2,859.778076171875,859.778076171875,859.778076171875,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,0,0,1,1,2,2,2,1.3333333730697632,0,0,0,0,,4,3,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,11610,17415,1,46440,0,0,42400,134,0,0,0,0,1,4,2,1,0,0,1,0,,1,0,0,0,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,30758,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,1,16000,16000,126.49110412597656,0,0,0,16000,0,16000,126.49110412597656,0,0,0,0,,1,1,1,0,1,1,1,1,0,38,1444,1,,1,1,1,1,0,0,0,,41.4865608215332,38,1444,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020502",2,3,,,3,,1,10,,2,1,2,1,1,2,1,2,2,2,3,1,1,44,2,1,1,,1,51,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,13,2,1,,1,,,13,2,1,,1,,,8,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,8,2,7,,,,5,2,8,,,,,2,5,1,1,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,5,,,,,,,2,,,,,2,2,1,2,,,,,,,2,,,,,2,3,3,3,3,1,2,1,2,2,1,2,1,4,,1,,,3,1,,1,2,1,0,10,3,4,2,2,2,1,4,0,,,,3,3,,,,,,,,,1,0,1,2,2,2,,,,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,1,,1,6,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,498,,12,5976,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,8,,,,,,,,,2,,,,,1,1,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,1,8,1,2,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,1,,,,,2,,,,2,2,5,,2,2,2,1," <1:Yes (Specify)>:JEHOVA WITNESS",1,2,2,2,,,,,,,,,,,,,,,1,2,3,2,2,,,,,,,,,,,,2,2,2,2,2,1,2,,6,57,4,,1,,,,,,1992,2,"JD","020502",5,2,3,5,2,3,17500,0,0,0,0,0,0,0,0,0,0,0,0,17500,.4049670994281769,556.2520751953125,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,44,51,47.5,4,0,0,0,1,0,1,0,0,1,4,1254.2987060546875,627.1493530273438,627.1493530273438,0,4,0,0,1,0,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,3,1,0,0,0,0,,3,4,3,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,20670,31005,1,82680,0,0,36847.08984375,57,0,1,1,1,1,5,1,1,1,1,1,0,0,1,0,1,1,1,1,1,2,0,0,0,1,0,0,0,1,0,1,1,1,1,0,0,1,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,30759,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,17500,17500,132.28756713867188,17500,0,17500,132.28756713867188,0,0,0,0,,1,1,1,1,0,1,1,0,0,44,1936,0,1,0,1,1,0,2,1,51,51,41.4865608215332,51,2601,0,0,0,1,1,0,3,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020412",2,2,,,2,,1,31,,1,1,1,1,2,1,8,1,2,2,2,1,1,31,1,1,1,,2,31,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,1,1,,1,,,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,2,1,7,,,,5,2,2,,2,,,2,2,1,2,,,,,,,,,,,,1,3,,,,,,1,3,,,,,,1,,3,,,,2,1,9600,1,,2,,1400,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,1,6,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,1,2,1,2,,,,,,,1,,,,1,,,,,2,2,,,,,,,,,,,2,2,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,4,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,13000,,13000,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,2,1,,,,6,25,,,,,,,,,,,,,,,,,,,4,,,,24000,,24000,1,,,,,,,,,,,1,8,1,1,100000,,,,,,,,,2,,,,,,,,,1,2,,1,15000,,,,,,,1,1,2,1,2,2,1,2,,2,2,2,2,2,1200,2,,,,,2,600,2,,,,,,,,,,,200,2,,,,,,,,,,,,,,,,,2000,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,70,1,,,,1,,1,,,1,"NR","020413",4,2,2,4,2,2,23999.998046875,0,200,0,600,0,0,0,0,1200.0001220703125,0,0,0,25999.998046875,.9003636240959167,1236.715576171875,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,31,31,31,2,0,1,0,0,0,1,0,0,1,4,2426.153076171875,1213.0765380859375,1213.0765380859375,1,1,0,0,0,0,3,1,0,0,1,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,100000,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,17650,26475,1,70600,0,0,37000,109,0,1,1,1,1,5,1.25,1,1,1,1,1,1,1,1,,1,1,,1,2,0,0,0,0,0,2,0,0,0,0,2,1,0,0,0,0,2,1,1,0,0,0,0,0,,,,,,,,0,0,0,1,30769,,,,,1,1200,1200,34.64101791381836,600,600,24.494897842407227,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,24000,24000,154.91932678222656,24000,0,24000,154.91932678222656,0,0,2,1,,0,0,0,0,0,1,1,0,1,31,961,0,1,0,1,0,0,1,0,31,31,41.4865608215332,31,961,0,1,1,0,0,0,0,0,6,25,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020501",2,5,,,1,1,,52,,1,3,1,1,1,1,1,1,2,2,3,1,1,52,2,1,1,,1,52,1,5,,1,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,15,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,15,2,2,,2,,,2,9,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,480,1,,2,,1500,2,2,1,2,2,2,2,2,2,2,2,,,,,3,3,3,3,3,3,1,1,1,1,1,1,3,2,,1,,,9,3,,1,1,1,3,15,4,4,2,2,2,2,4,0,,,,1,0,2,2,2,2,,,4200,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,18,,6,1,2,2,1,1,2,,,2,,,4,,,,8400,,8400,1,,,280000,60000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,7,15,12,35,4,,,,4000,,4000,1,,,,,,,,,,,4,,,,70000,,70000,1,,,,,,,,,,,1,1,8,,7,2,,1,,2,1,,,1,23000,20000,,,,,,,1,2,,1,40000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,4000,1,2,,2,,2,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,4,2,2,1,2,2,,2,2,2,1,8,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:DEPRESSION",2,2,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,1,1,,2,49,1,,,,1,,3,,,1,"NR","020507",4,3,1,3,2,1,70000,3999.999755859375,0,0,0,0,0,0,0,0,0,0,0,74000,.4256257116794586,584.628173828125,1,1,0,4,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,52,52,52,4,0,0,0,1,0,1,0,0,1,4,1254.2987060546875,627.1493530273438,418.0995788574219,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,2,4,4,50000,1,1,1,1,280000,60000,220000,1,23000,20000,3000,1,1,1,0,1,1,14630,21945,0,58520,1,1,46438.2578125,139,1,,,1,,6,1.5,1,1,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,30790,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4000,4000,63.24555206298828,70000,70000,264.57513427734375,70000,4000,70000,264.57513427734375,4000,63.24555206298828,0,0,,1,0,0,0,0,1,0,0,0,52,2704,1,1,0,1,1,1,2,1,52,52,41.4865608215332,52,2704,0,0,0,1,1,1,1,0,12,35,1,1,0,0,0,52,2704,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020421",2,1,,,2,,1,35,,2,1,1,1,3,2,3,1,2,2,3,1,1,35,1,1,1,,2,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,5,1,1,,1,,,3,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,5,1,9,,,,,2,11,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,2400,1,,2,,200,2,2,2,2,,,,,,,2,1,3,2,3,,,,,,,,,,,,1,4,2,1,,,,0,3,,1,1,1,0,12,4,4,2,2,2,1,4,,,,,1,0,2,2,2,2,,,3000,,2,2,1,1,2,1,2,,,,2,,,2,,,,99,,,,,2,2,,,,,,,,,,,2,2,,,,,,,1,,,,,,,,,,,,,,,2,,,8,2,3,,,2,,7,2,2,2,1,1,2,,,2,,,3,,,2000,,12,24000,1,,,350000,275000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,70,12,12,4,,,,90000,,90000,1,,,,,,,,,,,4,,,,10000,,10000,1,,,,,,,,,,,1,1,1,2,100000,,,,,,,,,1,20000,15000,,,,,,,1,1,,2,,,,,,,,2,2,2,1,1,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,200,2,,,,,12000,2,,,,,,,,,,,8,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,1,1,1,2,,2,1,2,1,4,,,,,,,,1,1,9,,,,1,1,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,66,1,,,,97," <5:OTHER (SPECIFY)>:IRELAND",97," <5:OTHER (SPECIFY)>:IRELAND",,1,"GOLDY/FLEX","020421",4,2,2,4,2,2,90000,10000,200,0,0,0,0,0,12000,0,0,0,0,112200,.9321386218070984,1280.36083984375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,35,36,35.5,3,0,0,1,0,0,1,0,0,1,4,2375.8203125,1187.91015625,1187.91015625,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,2,1,,,1.3333333730697632,0,0,0,0,4,,,4,100000,1,1,1,1,350000,275000,75000,1,20000,15000,5000,1,1,1,1,0,1,17650,26475,0,70600,1,1,37000,60,1,,,1,,7,1.75,1,1,1,1,1,1,1,1,1,1,0,0,1,2,0,0,0,0,0,0,2,0,2,1,2,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,30792,,,48,48,1,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,12000,12000,109.54450988769531,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,90000,90000,300,10000,10000,100,90000,10000,90000,300,10000,100,2,1,,0,0,0,0,0,1,1,1,1,35,1225,1,1,1,1,1,1,1,1,36,36,41.4865608215332,35,1225,0,1,0,1,1,1,2,1,12,70,0,1,1,1,0,36,1296,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020507",2,2,,,1,1,,9,,3,3,2,1,2,8,3,1,2,2,8,1,1,41,2,1,5,,1,21,1,1,,1,41,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,1,7,,,,5,2,9,,,,,2,4,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,1,8,1,,2,,8,2,2,1,2,2,2,2,2,2,2,2,,,,,1,3,1,3,3,2,2,2,1,1,1,3,4,4,,1,,,9,1,,2,1,1,0,98,4,4,1,2,1,2,4,1,2,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,6,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,850,,12,10200,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,98,12,40,1,574,,,,12,27552,1,,,,,,,,,,,1,570,,,,12,27360,1,,,,,,,,,,,2,,2,,7,2,,2,1,,,,,2,,,,,,,,,9,,1,2,,,,,,,,2,2,2,2,2,2,8,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,1,1,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,61,97," <5:OTHER (SPECIFY)>:barbados",97," <5:OTHER (SPECIFY)>:barbados",,,,,1993,1,"gb","020507",4,3,1,3,2,1,27551.998046875,27360,0,0,0,0,0,0,0,0,0,0,0,54912,.5401546955108643,741.942138671875,1,1,0,4,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,41,41,41,3,0,0,1,0,0,1,0,0,1,4,1428.140380859375,714.0701904296875,476.0467834472656,0,3,0,1,0,1,3,1,0,0,1,0,1,1,0,0,0,1,0,1,3,1,1,2,1.6666666269302368,1,0,0,1,,4,4,2,6000,1,0,0,0,0,0,0,0,0,0,0,,1,1,,1,1,14630,21945,0,58520,0,1,46438.2578125,88,1,,,1,,6,1.5,1,1,1,1,1,1,1,1,1,0,1,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,30807,20,20,,,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,2,27552,27552,165.98794555664062,27360,27360,165.40858459472656,27552,27360,27552,165.98794555664062,27360,165.40858459472656,0,0,1,0,1,1,0,0,1,1,0,0,41,1681,1,1,1,1,1,0,2,0,41,41,41.4865608215332,41,1681,0,0,0,0,0,0,0,0,12,42.29999923706055,0,1,1,1,1,41,1681,1,1,1,1,.1519336998462677,.1519336998462677,0,0,0,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020514",2,2,,,1,1,,5,,1,2,3,3,2,3,3,2,2,2,2,1,1,28,2,1,1,,1,47,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,1,2,,,,2,3,,,,,2,1,2,,,,,,,,,,,,,2,,,,,,,1,1,,,,,,1,,7,,," <7:or another type of government program? {specify}>:metro plus",,1,8,1,,2,,8,8,8,1,2,,,,,,,2,1,2,3,3,,,,,,,,,,,,1,2,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,1,2,,,,,,,,,,,,,,,,1,,,,2,,,,,,,,1,,,,2,,,,,,2,2,,,1,140,,,,6,3360,1,,2,,,2,2,1,,2,5,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,650,,12,7800,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,10,40,,,,,,,,,,,,,,,,,,,8,,,,,,,,,1,2,2,1,,,,,,1,1,2,,8,8,,,,,,,,1,2000,0,,,,,,,1,1,,1,1500,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,8,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,2,2,2,1,2,6,,,,,,,2,2,,,,,1,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,74,97," <5:OTHER (SPECIFY)>:colombia",1,,,,,,1996,2,"jd","020514",3,2,1,3,2,1,35000,0,970.1337890625,0,0,0,0,0,0,0,0,0,0,35970.1328125,.4740406572818756,651.1296997070312,1,1,0,2,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,28,47,37.5,3,0,0,1,0,0,1,0,0,1,4,2846.130859375,1423.0654296875,1423.0654296875,1,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,,,,,0,0,0,0,1,2000,0,2000,1,1,1,0,0,0,14630,21945,0,58520,0,1,46438.2578125,102,0,1,1,1,1,2,.6666666865348816,0,0,1,1,0,1,1,0,,1,1,0,1,2,0,0,0,1,0,1,0,0,0,0,1,1,0,1,0,1,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,30835,28,,,,28,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-9,-9,,1,0,0,0,35000,35000,187.08287048339844,35000,0,35000,187.08287048339844,0,0,1,1,,1,1,1,0,0,0,0,0,0,28,784,0,1,0,1,0,0,2,1,47,47,41.4865608215332,47,2209,0,1,0,1,0,0,1,1,10,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,,1,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020501",2,4,,,2,,1,40,,1,1,1,1,2,2,3,1,2,2,2,1,1,62,1,1,1,,2,54,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,11,2,1,,1,,,10,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,10,2,7,,,,5,2,11,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,300,1,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,2,1,1,1,1,1,4,2,,1,,,6,1,,1,1,1,0,4,4,4,2,2,2,1,4,1,2,,,2,2,,,,,,,,,2,0,2,1,2,2,,,,,1,2,,98,,,,,,,1,,2,2,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,3,,,18,,10,1,2,2,1,1,2,,,2,,,4,,,,15000,,15000,1,,,450000,150000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,50,9,46,4,,,,45000,,45000,1,,,,,,,,,,,4,,,,70000,,70000,1,,,,,,,,,,,1,1,2,,150000,,,,,,,,,1,8,0,,,,,,,1,1,,1,3000,,,,,,,2,1,1,2,2,2,2,2,,2,2,2,1,2,,,,,,,1,2000,2,,,,,6000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,1,1," <1:Yes (Specify)>:quanis",3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2," <7:ANOTHER GROUP (SPECIFY)>:african ameerican",1,39,1,,,,1,,1,,,1,"al","020505",4,2,2,4,2,2,70000,45000,0,0,2000,0,0,5999.99951171875,0,0,0,0,0,123000,.5401546955108643,741.942138671875,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,62,54,58,4,0,0,0,1,0,1,0,0,1,4,1867.124755859375,933.5623779296875,933.5623779296875,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,150000,1,1,1,1,450000,150000,300000,1,,0,,1,1,1,1,0,1,17650,26475,0,70600,1,1,37000,205,1,,,1,,10,2.5,1,1,1,1,1,1,1,1,1,1,1,0,1,4,0,0,1,0,0,0,0,2,0,2,2,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,30839,,,,,1,0,0,0,2000,2000,44.72135925292969,6000,6000,77.45966339111328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,45000,45000,212.1320343017578,70000,70000,264.57513427734375,70000,45000,70000,264.57513427734375,45000,212.1320343017578,0,0,1,0,0,0,0,0,1,1,0,1,62,3844,1,1,0,1,1,1,1,0,54,54,41.4865608215332,54,2916,0,0,1,0,0,0,0,0,9,46,1,1,1,1,1,62,3844,1,1,1,2,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020407",2,1,,,1,1,,38,,2,3,2,3,4,3,2,2,2,2,1,1,1,38,1,1,1,,2,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,4,1,2,,1,,,1,98,,,,,2,1,2,,,,,,,,,,,,,2,,,,,,,1,4,,,,,,1,,6,,,,,,,2,,,,,2,1,1,2,,,,,,,2,2,3,2,3,,,,,,,,,,,,1,1,3,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,1,1,3,,,,,,,,,,,,,,,1,,,,2,,,1,,,2,,2,2,,,,,2,,,,2,2,,,3,,,100,,6,600,1,,2,,,2,1,1,,2,9,,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,550,,12,6600,1,,2,,,,,,,,,,,,,,,2,,2,,2,1,,1,2,2,4,38,,,4,,,,10000,,10000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,1,4000,,,,,,,2,2,2,2,2,2,2,2,2,2,1,2,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,8,,,99,4,8,,,99,1,700,2,,1,1,4,1,4,2,2,2,,2,,,,1,2,1,,,,,,,3,,,,,,,,,,,,,,,2,1,2,1,2,2,2,2,,2,2,1,2,,,,,,,,,,,,,,,1,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,8,64,1,,,,1,,1,,,1,"cr","020407",3,2,1,3,2,1,10000,0,0,0,0,240.04803466796875,77.70537567138672,0,0,0,0,0,0,10077.705078125,.697822093963623,958.5099487304688,1,1,0,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,38,35,36.5,3,0,0,1,0,0,1,0,0,1,4,2274.833984375,1137.4169921875,1137.4169921875,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,1,2,1,,,1.3333333730697632,0,,,,3,,,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,14630,21945,1,58520,0,0,46438.2578125,182,0,1,1,0,1,3,1,1,1,1,1,0,1,1,0,,1,0,1,1,2,0,0,0,0,1,0,1,0,1,0,1,1,0,0,0,0,2,1,1,0,1,1,0,1,,,,,,,,0,0,0,1,30840,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,169.98902893066406,13.037983894348145,-5,107.74469757080078,10.380014419555664,1,10000,10000,100,0,0,0,10000,0,10000,100,0,0,1,1,1,0,0,0,0,0,1,0,0,1,38,1444,1,0,1,1,0,0,1,1,35,35,41.4865608215332,38,1444,1,0,0,1,0,0,1,1,4,38,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020428",2,1,,,1,1,,23,,4,1,4,3,2,4,3,2,2,2,8,5,5,23,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,5,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,5,1,1,2,,,,2,,,,,,,4,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,1,,1,400,0,2,2,2,1,,,,,,,2,1,3,2,2,,,,,,,,,,,,3,2,2,1,,,,0,7," <7:OTHER (SPECIFY)>:EaRLY iNTERVENTION Govt prgm",1,2,2,0,0,4,4,2,2,2,1,4,,,,,1,0,0,,,,,,,,1,1,1,1,1,1,1,3,,,1,8,,,,,,,,,,,2,2,,,,,,2,1,8,,,2,9,,,,,2,2,2," no",,,,,,,,,,,,,,1,1,3,1,2,1,,8,4,,5,4,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,2,,23,,,12,552,1,,8,,,,,,,,,,,,,,,1,3,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,2,1,1000,,,,,,,2,2,2,2,2,2,1,2,,2,1,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100,0,,,,,,,,,,,,,,,,,,7,8,,,99,8,8,,,99,2,,2,,1,1,1,1,4,2,1,1,1,1,,,,1,1,,,,2,,,,1,1,,,,,,,,,,,,,,2,1,3,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,1,1,2,1,1,8,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:depressed",1,1,5,,,1,1,1,1,1,1,9,,2,79,1,,,,3,,1,,,1,"ep","020428",2,1,1,2,1,1,0,0,0,0,0,841.0597534179688,243.06517028808594,0,0,0,0,0,0,243.06517028808594,1.0801200866699219,1483.624267578125,0,1,2,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,23,,23,1,1,0,0,0,0,0,1,0,1,2,2789.525146484375,2789.525146484375,2789.525146484375,0,3,0,1,0,1,1,0,1,0,0,0,1,2,1,0,0,1,1,1,2,2,,,1.6666666269302368,1,0,0,0,4,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,11610,17415,1,46440,0,0,42400,115,0,0,0,0,0,5,2.5,1,0,1,1,1,,1,1,1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,1,1,1,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,30849,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,169.98902893066406,13.037983894348145,-5,107.74469757080078,10.380014419555664,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,1,0,0,0,0,0,0,0,0,23,529,0,,1,0,0,0,0,0,0,,41.4865608215332,23,529,1,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020422",2,1,,,2,,1,21,,1,1,4,3,2,3,1,4,2,2,1,5,5,21,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,6,2,1,,,,,0,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,0,2,1,1,,,,1,,,,,,,2,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,6,,,2,,,2,,,,,2,1,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,2,1,1,1,2,2,2,,,,2,,,2,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,4,,,,2500,,2500,1,,2,,,1,2,1,,2,0,8,3,3,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,650,,6,3900,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,5,,,4,,,,33000,,33000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,9,1,2,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,1,1,2,2,2,2,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300,1,12,3600,1,,1500,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,1,2,2,,2,,,,,,,,,,,,,,,1,2,7,,,,,,,,2,1,1,1,1,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,1,3,1,2,,,,,,,,,,,,2,2,2,2,2,1,1,,3,80,3,,,,,,,,1980,1,"RR2","020422",3,1,2,3,1,2,33000.00390625,0,0,500,0,0,0,0,0,0,3600,0,0,37100.00390625,.5999813675880432,824.1184692382812,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,21,,21,1,1,0,0,0,0,0,1,0,1,2,969.185302734375,969.185302734375,969.185302734375,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,1250,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,14630,21945,0,58520,0,1,46438.2578125,199,0,1,0,0,0,3,1,1,0,0,1,1,,1,1,,1,1,1,1,1,1,0,0,0,0,1,0,1,1,1,2,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,30852,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,3600,60,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,1,33000,33000,181.65902709960938,0,0,0,33000,0,33000,181.65902709960938,0,0,1,1,,1,0,0,0,0,1,0,0,0,21,441,1,,1,1,0,0,0,0,0,,41.4865608215332,21,441,0,0,0,0,0,0,0,0,12,5,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020408",2,2,,,4,,1,45,,2,1,1,1,2,1,1,2,2,2,2,1,1,45,2,1,1,,1,48,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,15,2,1,,1,,,14,1,1,,1,,,11,1,1,,1,,,5,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,14,1,11,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,1000,1,,2,,1000,2,2,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,1,2,1,1,1,4,2,,1,,,8,2,,1,1,1,4,15,4,4,2,2,2,1,4,1,2,," <3:Something Else? (SPECIFY)>:disliked school's academics",4,0,4,2,2,2,,,45000,,2,1,2,1,2,2,2,,,,2,,,2,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,3,,,8,,11,1,2,1,1,2,,,,,,,,,,,,,,,,,1e+06,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,15,12,80,4,,,,30000,,30000,1,,,,,,,,,,,4,,,,100000,,100000,1,,,,,,,,,,,2,,2,,8,2,,1,,1,,9,,1,50000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,1,1,1,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,57,1,,,,1,,1,,,1,"rm","020408",6,2,4,6,2,4,99999.9921875,30000,1767.891845703125,0,0,0,0,0,0,0,0,0,0,131767.890625,.4660693109035492,640.180419921875,1,2,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,45,48,46.5,4,0,0,0,1,0,1,0,0,1,4,1104.2374267578125,552.1187133789062,552.1187133789062,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,1,1e+06,0,1e+06,1,50000,0,50000,1,1,1,0,1,1,23690,35535,0,94760,1,1,26400,24,1,,,1,,11,1.8333333730697632,1,1,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,0,0,0,1,1,1,2,2,1,0,1,0,1,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,30859,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,30000,30000,173.205078125,100000,100000,316.2277526855469,100000,30000,100000,316.2277526855469,30000,173.205078125,1,1,,0,0,0,0,0,1,1,1,0,45,2025,1,1,0,1,1,1,2,1,48,48,41.4865608215332,48,2304,0,1,0,1,1,1,4,1,12,80,1,1,1,1,0,45,2025,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020412",2,4,,,1,1,,45,,1,1,1,2,2,1,8,1,2,2,3,1,1,45,2,1,1,,1,48,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,4,2,2,,2,,,2,7,,,,5,2,1,2,,,,,,,,,,,,,1,3,,,,,,1,3,,,,,,1,,1,,,,2,1,8,1,,2,,30,8,2,1,2,,,,,,,2,2,3,3,3,,,,,,,,,,,,1,1,4,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,11,,6,1,2,2,1,1,2,,,2,,,8,,,,,,,,,,400000,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,2,2,2,1,1,,,,12,50,,,,,,,,,,,,,,,,,,,9,,,,,,,,,9,,,,,,,,,2,,2,,8,2,,2,8,,,,,1,8,0,,,,,,,1,8,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,9,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,57,1,,,,1,,1,,,1,"NR","020413",3,2,1,3,2,1,53672.24609375,0,1509.3292236328125,100,0,0,0,0,0,0,0,0,0,55281.57421875,.4501818120479584,618.3577880859375,1,2,0,3,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,45,48,46.5,4,0,0,0,1,0,1,0,0,1,4,1310.72119140625,655.360595703125,655.360595703125,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,1,1,1,,,1,0,,,,3,,,4,,,,,1,400000,,,1,,0,,1,1,1,0,1,1,14630,21945,0,58520,0,1,46438.2578125,201,1,,,1,,6,2,1,1,1,1,1,1,1,1,,1,1,,1,3,0,1,0,0,0,0,1,0,1,0,1,0,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,30863,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,1,1,,0,0,0,0,0,1,0,0,0,45,2025,0,1,0,1,1,0,2,1,48,48,41.4865608215332,48,2304,0,1,0,1,1,0,1,1,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020501",2,1,,,3,,1,0,11,1,8,3,2,1,3,3,3,2,2,8,1,1,34,2,1,1,,1,41,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,12,1,1,,1,,,10,2,1,,1,,,7,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,7,1,7,,,,5,2,7,,,,5,2,3,2,,,,,,,,,,,,,1,5,,,,,,1,5,,,,,,1,,6,,,,2,,,2,,,,,2,2,2,1,,,,,,,2,,,,,1,3,1,3,3,3,2,2,4,4,1,1,1,2,,1,,,0,1,,1,2,1,0,10,4,3,2,2,2,2,4,0,,,,3,3,,,,,,,,,3,0,3,2,2,2,,,,,1,2,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,1,,1,0,11,3,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,1,2,,3,,,700,,10,7000,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7,1,1,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,8,,,99,98,,,,99,2,,2,,1,2,,2,,2,2,1,2,2,2,,2,3,,,,,,,,,1,4,,,,,,,,,,,,,,2,2,2,,2,2,2,2,,4,2,2,1,2,3,,,,,,,1,1,2,,,,2,1,2,1,2,,,,,,,,,,,,2,2,2,1,2,2,1,,5,67,97," <5:OTHER (SPECIFY)>:albania",97," <5:OTHER (SPECIFY)>:albania",,,,,2001,1,"tmb","020501",5,2,3,5,2,3,0,0,0,0,0,511.60662841796875,393.7489013671875,0,0,0,0,0,0,393.7489013671875,.9003636240959167,1236.715576171875,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,34,41,37.5,3,0,0,1,0,0,1,0,0,1,4,2065.5322265625,1032.76611328125,1032.76611328125,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,3,1,1,1,1.6666666269302368,1,0,0,0,,4,4,4,250,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20670,31005,1,82680,0,0,36847.08984375,47,0,1,0,0,0,3,.6000000238418579,0,0,0,1,1,1,1,1,1,1,1,0,1,2,0,0,0,1,0,0,0,3,0,3,3,1,0,0,0,0,1,1,1,0,0,0,0,0,,,,,,,,0,0,0,1,30867,12,12,,,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,169.98902893066406,13.037983894348145,-5,107.74469757080078,10.380014419555664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,0,0,1,1,0,0,34,1156,0,0,1,1,1,0,2,0,41,41,41.4865608215332,34,1156,1,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020515",2,1,,,2,,1,15,,1,3,3,1,3,2,2,1,2,2,1,5,1,25,2,1,2,,1,24,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,7,2,1,,2,,,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,7,2,8,,,,,1,6,,,,,1,1,2,,,,,,,,,,,,,1,1,,,,,,2,,,,,,,1,,4,3,,,,1,20,1,,2,,20,2,2,2,1,,,,,,,2,,,,,1,3,3,3,3,3,1,2,4,4,1,1,4,1,,1,,,1,1,,2,2,1,99,2,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,2,1,1,1,2,1,1,1,,,2,,,2,,,,1,,,,,2,2,,,,,,,,,,,1,,,,2,,2,,,,2,2,,,1,135,,,,12,6480,1,,2,,,1,2,1,,2,3,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,6,35,98,98,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,8,,1,2,9,9,,,,,,,,1,10000,0,,,,,,,1,2,,8,,,,,,,,2,1,2,2,2,2,2,2,2,2,1,1,1,2,,,,,,,8,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,99,,,,99,,,,,,2,,1,,1,2,,2,,2,2,1,2,2,,,,9,,,,,,,,,3,,,,,1,1,,,,,2,,,,2,2,5,,2,2,2,2,,3,2,1,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,1,1,1,2,2,2,,3,99,2,,1,,,,,,98,1,"ep","020516",4,2,2,4,2,2,10686.765625,6630.52685546875,0,0,3611.269287109375,577.4774169921875,0,0,0,0,0,0,0,20928.5625,.6563703417778015,901.5728759765625,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,25,24,24.5,1,1,0,0,0,0,1,0,0,1,4,1356.26123046875,678.130615234375,678.130615234375,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,0,0,0,0,1,10000,0,10000,1,1,1,0,,,17650,26475,1,70600,0,0,37000,57,0,1,0,1,1,3,.75,0,0,1,1,1,0,1,0,1,1,0,1,1,2,0,0,0,1,0,1,0,1,0,1,2,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,30868,,,,,2,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,169.98902893066406,13.037983894348145,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,1,1,1,0,1,1,0,0,1,1,0,0,25,625,1,1,1,1,1,0,2,0,24,24,41.4865608215332,25,625,0,0,1,0,0,0,0,0,6,35,0,1,1,0,1,24,576,1,1,0,2,1,.1519336998462677,1,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020430",2,4,,,2,,1,0,3,2,3,2,2,2,3,2,2,2,2,3,1,1,38,1,1,1,,2,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,2,1,,1,,,0,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,10,2,11,,,,,1,9,,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,1,4,,,,,,1,,4,,,,,,,8,,,,,1,2,2,2,,,,,,,2,,,,,1,3,1,3,3,3,2,2,4,4,1,1,1,2,,1,,,4,1,,2,1,1,0,0,4,4,2,2,2,2,2,0,,,,1,1,,,,,,,,,2,1,1,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,0,3,2,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,3,2250,1,,8,,,,,,,,,,,,,,,2,,2,,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,64,97," <5:OTHER (SPECIFY)>:paraguay",97," <5:OTHER (SPECIFY)>:paraguay",,,,,2002,2,"el","020430",4,2,2,4,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.4256257116794586,584.628173828125,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,3,0,0,1,0,38,36,37,3,0,0,1,0,0,1,0,0,1,4,1245.615478515625,622.8077392578125,622.8077392578125,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,3,1,1,1,1.6666666269302368,1,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,17650,26475,1,70600,0,0,37000,2,0,1,1,0,1,2,.5,0,1,1,1,0,1,1,0,1,1,1,1,1,2,0,0,0,1,0,1,0,1,0,1,2,0,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,30879,62,62,,,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,1,1,1,0,0,1,1,1,1,38,1444,0,0,1,1,1,1,1,1,36,36,41.4865608215332,38,1444,0,0,0,1,1,1,2,1,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020501",2,2,,,2,,1,20,,3,2,2,1,2,1,2,2,2,2,2,3,5,48,2,1,5,,1,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,15,1,1,,,,,10,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,10,1,9,,,,,2,,,,,,,2,1,2,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,2,2,1,2,,,,,,,2,,,,,1,3,2,2,3,3,1,1,2,3,2,2,3,2,,1,,,5,1,,1,1,1,0,3,4,4,2,1,2,2,2,2,1,,,2,2,,,,,,,,,1,0,1,2,2,2,,,,,1,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,3,,,4,,6,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1500,,12,18000,1,,8,,,,,,,,,,,,,,,2,,1,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,1,2,,1,20000,,,,,,,1,1,2,2,2,2,1,2,,1,1,2,1,2,9600,2,,,,,1,600,1,12,7200,1,,,,,,,,,,,,,,,,,,,,,,,,,,500,0,,,,,,,,,3,,,,12,360,4320,1,,12,160,1920,1,,,,,,,2,,2,0,1,2,,1,4,2,2,1,1,2,,,,3,,,,,,,,,1,5,,,,1,1,,,,,2,,,,2,1,2,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,1,2,1,1,2,2,2,,2,54,11," <5:OTHER (SPECIFY)>:TRINIDAD",1,,,,,,1971,1,"GOLDY/FLEX","020501",4,2,2,3,1,2,0,0,0,0,7200,1920.0001220703125,0,0,0,9600,0,4320,0,21120,.34183013439178467,469.52880859375,0,2,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,48,,48,4,0,0,0,1,0,0,1,0,1,2,656.63330078125,656.63330078125,328.316650390625,1,1,0,0,0,0,4,1,0,0,0,1,1,1,0,0,0,1,1,1,2,2,1,1,1.6666666269302368,1,0,1,0,,4,3,3,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,14630,21945,1,58520,0,0,46438.2578125,187,0,1,0,1,1,6,1.5,1,1,1,1,1,,1,1,1,0,1,1,1,3,0,1,0,1,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,30887,11,,,,11,9600,9600,97.9795913696289,7200,7200,84.85281372070312,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4320,4320,65.7267074584961,1920,1920,43.817806243896484,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,1,1,1,0,48,2304,0,,1,1,1,1,0,0,0,,41.4865608215332,48,2304,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020508",2,2,,,1,1,,20,,2,2,3,3,8,1,4,2,2,2,1,5,2,25,2,1,11,,1,27,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,1,1,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,4,1,8,,,,,2,98,,,,,2,3,2,,,,,,,,,,,,,1,4,,,,,,8,,,,,,,1,,4,,,,,,,1,,2,,8,2,2,2,2,,,,,,,2,2,3,2,3,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,2,1,1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,,,,,1,,,,2,2,,,3,,,400,,12,4800,1,,2,,,2,2,3,,,3,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,1,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,8,70,98,98,8,,,,,,,,,1,2,2,1,,,,,,4,,,,39000,,39000,1,,,,,,,,,,,2,,2,,8,8,,,,,,,,2,,,,,,,,,1,2,,1,13000,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,1,2,7,,,,,,,,2,1,2,2,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,6,77,1,,,,11," <5:OTHER (SPECIFY)>:trinidad",11," <5:OTHER (SPECIFY)>:trinidad",,1,"em","020508",3,2,1,3,2,1,39000,35000,0,1171.0069580078125,0,0,0,0,0,0,0,0,0,75171.0078125,.6563703417778015,901.5728759765625,1,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,25,41.53856658935547,33.269283294677734,2,0,1,0,0,0,1,0,0,1,4,1486.1168212890625,743.0584106445312,743.0584106445312,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,,1,2,1,,,1.3333333730697632,0,,,,3,,,4,,,,,0,0,0,0,0,0,0,0,1,1,1,0,,,14630,21945,0,58520,1,1,46438.2578125,97,1,,,1,,4,1.3333333730697632,1,0,1,1,1,,1,,,1,,0,1,2,0,0,0,0,0,0,1,0,1,0,1,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,30925,,,11,11,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,2,35000,35000,187.08287048339844,39000,39000,197.4841766357422,39000,35000,39000,197.4841766357422,35000,187.08287048339844,1,1,1,0,0,0,0,0,1,1,0,0,25,625,1,1,0,1,1,0,0,.4996632933616638,41.4865608215332,,41.4865608215332,41.53856658935547,1725.4525146484375,0,0,0,0,0,0,.4996632933616638,0,11,42.29999923706055,1,1,1,1,0,25,625,0,0,0,0,0,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020503",2,3,,,5,,1,27,,1,2,2,1,2,3,2,1,2,2,1,5,5,27,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5,11,1,1,,,,,8,1,1,,,,,7,2,1,,,,,4,2,1,,,,,0,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,11,1,3,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,1,,,1,,2,,0,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,2,4,1,1,1,2,,1,,,5,1,,2,1,1,97,35,4,4,1,2,2,1,4,1,7,," <3:Something Else? (SPECIFY)>:neededachange",3,3,,,,,,,,,5,2,3,2,2,2,1,1,,,1,4,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,,2,2,2," correct",,,,,,,,,,,,,,2,,,2,2,1,,1,6,,4,2,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,137,,12,1644,1,,1,,,,,,,,,,,,,,,1,1,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,1,2,2,,2,1,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,2,,,,,,,,,,,,,,,,,,,,,,,,12,600,7200,1,,,,,,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,1,2,3,,,,,,,,2,1,2,1,2,1,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,74,1,,,,8," <5:OTHER (SPECIFY)>:mexico",3,,,1,"db","020503",6,1,5,6,1,5,0,0,0,0,0,7200,0,0,0,0,999.9999389648438,0,0,999.9999389648438,.5999813675880432,824.1184692382812,0,1,1,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,27,,27,2,0,1,0,0,0,0,1,0,1,2,1158.52392578125,1158.52392578125,1158.52392578125,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,0,1,1,1,1,1,1,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,23690,35535,1,94760,0,0,26400,14,0,1,1,1,0,4,.6666666865348816,0,1,1,1,1,,1,1,1,1,1,1,1,2,0,0,0,0,0,1,1,3,1,3,5,1,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,31022,,,8,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,7200,7200,84.85281372070312,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,,1,0,0,0,0,1,0,0,0,27,729,0,,1,1,0,0,0,0,0,,41.4865608215332,27,729,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.7547569274902344,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020511",2,3,,,2,,1,22,,1,1,2,2,2,2,3,3,2,1,1,1,1,56,2,1,1,,1,55,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,14,1,1,,1,,,13,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,13,2,11,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,8,8,1,1,2,2,2,2,2,2,2,2,,,,,2,3,1,3,3,2,1,1,2,2,1,2,3,2,,1,,,8,2,,1,1,1,0,30,4,4,2,2,2,1,2,0,,,,2,0,2,2,2,2,,,40000,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,20,,5,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,30000,,30000,1,,1,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,60,12,60,9,,,,,,,,,1,2,9,,,,,,,7,,,,,,,,,1,1,,,,,,,,1,1,1,8,9,2,,9,,,,,,1,8,0,,,,,,,1,1,,1,9,8,,,,,,2,2,2,1,1,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,9,,,,,,9,,,,,,,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,3,2,2,1,2,2,,4,2,2,1,8,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:SOME DEPRESSION",8,2,,,,,3,1,3,1,1,10,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:SHE WAS FRIGHTENED",2,2,,,,3,2,3,1,8,2,1,,1,44,1,,,,1,,1,,,1,"GOLDY/FLEX","020511",4,2,2,4,2,2,99999.9921875,41779.33984375,2812.045654296875,1060.2578125,0,0,0,0,11180.30859375,0,0,0,0,156831.9375,.4660693109035492,640.180419921875,1,2,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,56,55,55.5,4,0,0,0,1,0,1,0,0,1,4,1104.2374267578125,552.1187133789062,552.1187133789062,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,3,1,1,2,1.6666666269302368,1,0,0,0,,3,4,3,,,,,0,0,0,0,1,,0,,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,169,1,,,1,,5,1.25,1,1,0,0,1,1,1,1,1,1,1,0,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,31044,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,-5,907.7564086914062,30.128995895385742,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,100000,100000,316.2277526855469,100000,-5,100000,316.2277526855469,9043.8486328125,95.09915161132812,0,0,,0,0,0,0,0,1,1,1,0,56,3136,1,1,0,1,1,1,2,1,55,55,41.4865608215332,55,3025,0,1,0,1,1,1,2,0,12,60,1,1,1,1,0,56,3136,0,0,0,0,0,.1519336998462677,0,1,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 -"9543o","020526",2,2,,,1,1,,49,,1,3,4,3,2,2,4,4,2,1,8,5,5,49,2,1,5,,2,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,8,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,1,1,2,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,2,2,3,2,,,,,,,2,,,,,1,3,2,1,2,2,2,1,4,4,1,1,1,3,,1,,,3,1,,2,2,1,4,10,3,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,1,0,1,1,2,2,,,,,1,2,,,,,,,,,,,1,,,,1,1,,,,,,,,,,,,,,2,,,2,2,,,8,,,,,,,1,,1,5,4,1,2,1,,2,4,,4,2,1,1,2,,,,,,,,,,,,,,,,,,,,,1,9," <7:Or someone else? (specify)>:<",1,1,,3,,,160,,12,1920,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,30,,,8,,,,,,,,,2,,,,,1,1,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,8,,1,1,800,,,,,,,2,2,2,2,2,2,2,2,,2,1,2,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,321,2568,1,,8,220,1760,1,,2,,1,0,1,2,,2,,1,1,1,1,1,,,,1,1,,,,12,,," <12:or some other reason? (specify)>:they said i did not keep an appointment",3,,,,,,,,,,,,,,,1,1,2,1,2,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,2,1,1,1,1,2,1,,2,53,1,,,,1,,1,,,1,"sf","020526",3,2,1,2,1,1,17500,0,0,0,0,2568,1760,0,0,0,0,0,0,19260,3.1842575073242188,4373.8115234375,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,1,1,0,0,0,49,,49,4,0,0,0,1,0,0,1,0,1,2,5407.5966796875,5407.5966796875,2703.79833984375,1,2,1,0,0,1,1,0,1,0,0,0,0,3,0,1,0,1,1,1,2,3,2,2,2,1,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,,0,11610,17415,0,46440,0,1,42400,119,0,0,0,1,0,4,1.3333333730697632,1,0,0,0,1,,1,1,1,1,1,0,1,3,0,1,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,31078,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2568,2568,50.675437927246094,1760,1760,41.952354431152344,1,17500,17500,132.28756713867188,0,0,0,17500,0,17500,132.28756713867188,0,0,0,0,,0,0,0,0,0,0,0,0,0,49,2401,1,,1,0,0,0,0,0,0,,41.4865608215332,49,2401,1,0,0,0,0,0,0,0,12,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020512",2,2,,,1,1,,42,,2,2,4,2,4,2,4,4,2,2,1,3,5,42,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,7,,,,5,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,6,,,,1,1,960,1,,2,,40,1,1,1,2,,,,,,,2,2,3,1,3,,,,,,,,,,,,1,1,4,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,1,75,,,,12,3600,1,,2,,,1,2,3,,,20,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,35000,,35000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,,30000,,,,,,,,,1,7000,0,,,,,,,1,8,,2,,,,,,,,2,2,2,1,2,1,2,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,1,1,,2,59,1,,,,3,,3,,,1,"NR","020512",2,1,1,2,1,1,35000,0,706.1959228515625,0,0,0,0,0,0,0,24.6734676361084,0,0,35730.87109375,.5125567317008972,704.0343627929688,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,42,,42,3,0,0,1,0,0,0,1,0,1,2,931.3744506835938,931.3744506835938,931.3744506835938,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,,,,,,,,,,,,3,,,4,30000,1,1,1,0,0,0,0,1,7000,0,7000,1,1,1,1,,1,11610,17415,0,46440,0,1,42400,288,0,1,1,1,1,3,1.5,1,0,0,1,1,,1,1,,1,0,0,1,2,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,31082,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,-5,164.60757446289062,12.829948425292969,0,0,0,0,0,0,0,0,0,0,0,0,1,35000,35000,187.08287048339844,0,0,0,35000,0,35000,187.08287048339844,0,0,1,1,,1,0,0,0,0,1,1,0,0,42,1764,1,,1,1,1,0,0,0,0,,41.4865608215332,42,1764,0,1,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 -"9543o","020528",2,2,,,2,,1,24,,1,3,1,1,2,3,8,2,2,2,8,1,1,24,2,1,1,,1,24,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,1,1,,1,,,2,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,2,2,2,,2,,,2,2,,8,,,2,2,2,,,,,,,,,,,,,1,4,,,,,,1,4,,,,,,1,,4,,,,2,,,2,,,,,2,2,2,2,,,,,,,2,3,3,3,3,,,,,,,,,,,,4,4,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,1,2,2,2,,,,,,,2,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,2," |yes",,,,,,,,,,,,,,2,,,1,2,1,,2,4,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,10,30,,,,,,,,,,,,,,,,,,,9,,,,,,,,,9,,,,,,,,,2,,2,,9,9,,,,,,,,2,,,,,,,,,1,8,,2,,,,,,,,1,2,2,2,2,2,2,2,,2,1,1,2,2,240,1,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,98,,,,99,,,,,,2,,1,,2,,,,,,,1,2,2,,,,3,,,,,,,,,3,,,,,1,1,,,,,2,,,,2,2,5,,2,2,2,2,,1,2,1,2,,,,,,,,,,,,,,,2,1,2,2,2,,,,,,,,,,,,2,2,2,3,2,9,1,,4,77,1,,,,1,,1,,,1,"ep","020528",4,2,2,4,2,2,16836.388671875,0,0,0,0,866.6787109375,0,0,0,1221.0186767578125,0,0,0,18057.408203125,.7435845732688904,1021.3680419921875,1,1,0,1,2,2,6,0,0,0,0,0,1,0,0,,,,,,24,24,24,1,1,0,0,0,0,1,0,0,1,4,1690.7698974609375,845.3849487304688,845.3849487304688,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,,,,,,,,,,,,2,,,1,,,,,0,0,0,0,0,0,0,0,1,1,1,0,0,0,17650,26475,1,70600,0,0,37000,206,0,1,0,0,1,4,1,1,1,1,1,1,1,1,1,,1,1,,1,1,1,0,0,0,0,1,1,0,1,0,2,1,0,1,0,1,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,31110,,,,,1,-5,341.67962646484375,18.484577178955078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,169.98902893066406,13.037983894348145,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,2,1,0,0,0,0,0,0,1,0,0,0,24,576,0,1,0,0,0,0,2,1,24,24,41.4865608215332,24,576,0,0,0,0,0,0,2,1,10,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 -"9543o","020505",2,4,,,2,,1,22,,3,3,3,2,3,4,3,2,2,2,2,1,1,34,1,1,1,,2,26,1,3,,2,63,1,3,,1,64,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,2,1,,1,,,2,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,3,2,8,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,48,1,,2,,500,2,1,2,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,2,2,1,2,,,,,,,,,,,1,,,,,,,,,,,,,,,,,1,,,,2,,,,,,2,2,,,3,,,541,,4,2164,1,,2,,,1,2,3,,,22,,6,1,2,2,1,1,2,,,2,,,3,,,1500,,12,18000,1,,,380000,65000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,48,10,16,4,,,,66000,,66000,1,,,,,,,,,,,4,,,,2500,,2500,1,,,,,,,,,,,1,1,1,1,50000,,,,,,,,,1,12000,18000,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,250,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,65000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,1,10,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:LACK OF ASSURANCE ABOUT THE FUTURE",1,2,,,,,2,1,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,7," <7:ANOTHER GROUP (SPECIFY)>:WEST INDIAN",3,67,7," <5:OTHER (SPECIFY)>:GUYANA (SOUTH AMERICAN",1,,,,,,1975,1,"RR2","020716",6,4,2,4,2,2,66000.0078125,2500,249.99998474121094,0,0,0,0,0,0,0,0,0,0,68750.0078125,.7717018127441406,1059.9891357421875,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,4,0,0,0,1,34,26,30,2,0,1,0,0,0,1,0,0,1,4,3272.618408203125,1636.3092041015625,818.1546020507812,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,,1,1,1,,,1,0,,,,4,,,4,50000,1,1,1,1,380000,65000,315000,1,12000,18000,-6000,1,1,1,1,0,1,17650,26475,0,70600,0,1,37000,121,1,,,1,,6,1,1,0,1,1,1,1,1,1,,0,0,0,1,2,0,0,0,1,0,1,1,0,1,0,2,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,31125,7,,,,7,0,0,0,0,0,0,0,0,0,250,250,15.81138801574707,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,66000,66000,256.9046630859375,2500,2500,50,66000,2500,66000,256.9046630859375,2500,50,2,1,,0,1,1,0,0,1,1,0,1,34,1156,1,1,1,1,1,0,1,1,26,26,41.4865608215332,34,1156,0,1,0,1,1,0,2,1,12,48,0,1,1,1,0,26,676,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020510",2,2,,,2,,1,29,,2,2,3,2,3,3,2,3,2,2,1,5,2,32,2,1,2,,1,30,1,4,,2,89,1,3,,2,61,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,14,2,1,,1,,,6,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,14,2,10,,,,,2,1,2,,,,2,2,2,,,,,,,,,,,,,1,4,,,,,,2,,,,,,,1,,4,,,,,,,1,,2,,90,2,2,2,2,2,2,2,2,2,2,1,,,,,1,3,2,2,3,2,1,1,2,2,1,1,1,4,,1,,,9,1,,1,2,1,0,3,4,4,2,2,2,1,4,0,,,,2,1,1,2,2,2,,,2100,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,1,40,,,,6,960,2,8,2,,,1,2,1,,1,11,,4,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,142,,6,852,1,,8,,,,,,,,,,,,,,,2,,2,,1,2,2,2,1,,,,12,12,,,,,,,,,,,,,,,,,,,4,,,,35000,,35000,1,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,1,,1,15000,,,,,,,2,2,2,2,2,2,2,2,,1,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,,12,568,6816,1,,,,,,,,,,,,2,,1,35000,1,2,,2,,2,2,2,,2,,,,3,,,,,,,,,3,,,,,1,1,,,,,2,,,,2,1,2,2,1,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,1,2,1,1,4,,2,69,97," <5:OTHER (SPECIFY)>:nicaragua",1,,,,,,1972,1,"ma","020510",6,4,2,4,2,2,35000,0,0,0,0,0,0,0,0,0,0,6815.99951171875,0,41816,.4256257116794586,584.628173828125,1,1,0,1,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,32,30,31,2,0,1,0,0,0,1,0,0,1,4,1040.271728515625,520.1358642578125,260.06793212890625,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,0,1,1,2,2,1,2,1.6666666269302368,1,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,17650,26475,0,70600,0,1,37000,204,1,,,1,,4,.6666666865348816,0,0,0,1,1,0,1,0,1,1,0,1,1,2,0,0,0,1,0,0,0,1,1,1,1,1,0,0,0,0,1,1,1,1,0,1,0,1,,,,,,,,0,0,0,1,31126,58,,,,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6816,6816,82.55906677246094,0,0,0,0,0,0,1,0,0,0,35000,35000,187.08287048339844,35000,0,35000,187.08287048339844,0,0,0,0,,1,1,1,0,1,1,1,1,0,32,1024,0,1,0,0,0,0,2,1,30,30,41.4865608215332,30,900,0,0,0,0,0,0,2,0,12,12,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020505",2,4,,,2,,1,10,,1,1,1,2,2,2,2,1,2,2,3,1,1,29,1,1,1,,2,29,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,11,1,3,,1,,,5,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,11,1,3,,,,,2,3,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,2,3,,,,1,,1,2,3,,1,1,200,2,,,,,2,2,2,2,,,,,,,2,,,,,2,3,2,3,3,3,2,1,3,4,1,2,2,3,,1,,,5,1,,2,1,1,0,10,4,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,2,1,2,1,2,1,1,2,,,1,2,,2,,,,1,,,1,,2,2,,,,,,,,,,,2,1,3,,,,2,2,2," 0",,,,,,,,,,,,,,2,,,1,2,3,,,6,,5,3,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,100,,12,1200,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,2,1,,10,40,7,15,1,400,,,,10,16000,1,,,,,,,,,,,2,,250,,,7,3500,1,,,,,,,,,,,2,,2,,4000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,500,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,1,3,2,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,1,2,2,1," <1:Yes (Specify)>:townhall",3,1,1,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,1,2,1,4,,1,73,97," <5:OTHER (SPECIFY)>:peru",1,,,,,,1991,1,"db","020505",4,2,2,4,2,2,15999.9990234375,3500,500,0,0,0,0,0,0,0,0,0,0,20000,.4740406572818756,651.1296997070312,1,1,0,2,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,29,29,29,2,0,1,0,0,0,1,0,0,1,4,1794.996826171875,897.4984130859375,897.4984130859375,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,0,,3,4,3,4000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,17650,26475,1,70600,0,0,37000,29,0,1,0,0,0,5,1.25,1,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,1,0,0,1,1,1,2,2,1,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,31138,63,,,,63,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16000,16000,126.49110412597656,3500,3500,59.160797119140625,16000,3500,16000,126.49110412597656,3500,59.160797119140625,1,1,,1,1,1,0,0,1,0,0,1,29,841,1,1,1,1,0,0,1,1,29,29,41.4865608215332,29,841,0,1,0,1,0,0,2,1,10,40,0,1,0,0,0,29,841,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020528",2,1,,,3,,1,15,,3,1,3,2,2,3,3,1,2,2,2,4,5,40,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,13,1,1,,,,,11,2,1,,,,,9,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,13,1,6,,,,,2,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,2,,,,,,,,,,2,,,,2,2,3,2,2,2,2,2,2,2,2,,,,,1,3,3,2,2,2,1,2,4,3,1,1,1,2,,1,,,7,2,,1,1,1,0,5,4,4,2,2,2,1,4,0,,,,3,0,3,2,2,2,,,350,,2,0,2,1,1,2,,,,,2,,,98,,1,,,,,,,2,2,,,,,,2,2,,,,,,,,,,,,2," nkjgbhc fkhg|}",,,,,,,,,,,,,,2,,,1,1,1,,2,0,2,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,11,40,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,9,,,,,,,,2,,,,,,,,,2,,2,1,10000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,9,,2,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,1,1,1,1,9,10,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:his problems are emotional he is often scared(p)ne",2,2,,,,2,2,1,1,1,2,2,,3,99,7," <5:OTHER (SPECIFY)>:Ghana",1,,,,,,1984,1,"ep","020528",4,1,3,4,1,3,21572.203125,0,0,0,0,0,0,0,0,0,0,0,0,21572.203125,.8307514786720276,1141.09814453125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,40,,40,3,0,0,1,0,0,0,1,0,1,2,1228.266357421875,1228.266357421875,1228.266357421875,1,2,1,0,0,1,3,1,0,0,1,0,0,3,0,1,0,1,1,1,1,2,2,2,1.3333333730697632,0,0,0,0,,4,4,4,,,,,0,0,0,0,0,0,0,0,0,0,1,0,,0,17650,26475,1,70600,0,0,37000,165,0,1,1,0,1,3,.75,0,0,1,1,0,,0,0,1,0,1,0,1,2,0,0,0,1,0,0,0,2,0,2,2,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,31139,37,,,,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,1,0,1,1,0,0,1,1,0,0,40,1600,1,,1,1,1,0,0,0,0,,41.4865608215332,40,1600,0,0,0,0,0,0,0,0,11,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020504",2,1,,,1,1,,9,,2,1,1,3,3,1,3,1,2,2,1,5,5,40,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,13,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,13,1,1,2,,,,2,,,,,,,4,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,4,,,2,1,300,2,,,,,2,8,1,2,2,2,2,2,2,2,2,,,,,3,1,1,3,2,3,1,1,3,4,2,2,1,2,,1,,,7,1,,1,1,1,0,3,4,4,1,1,2,3,2,1,1,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,3,,4,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,300,,12,3600,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,2,,400,,,12,9600,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,0,,,,,,,,,1,3000,0,,,,,,,1,1,,2,,,,,,,,2,1,2,2,2,2,1,2,,2,1,2,1,2,,,,,,,1,3000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,600,300,,,,,,,,,,,,,,,,,,12,400,4800,1,,,,,,,1,100,2,,2,,,,,,,1,2,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,2,2,,2,1,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,1,1,1,4,,2,71,4,,4,,,,,,1993,2,"jd","020507",3,2,1,2,1,1,9600,0,0,300.0000305175781,3000,4800.00048828125,0,0,0,0,0,0,0,12900,.90010005235672,1236.353515625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,40,,40,3,0,0,1,0,0,0,1,0,1,2,2447.803466796875,2447.803466796875,1223.9017333984375,0,3,0,1,0,1,1,0,1,0,0,0,1,1,0,0,0,1,0,3,3,1,2,1,2.3333332538604736,1,0,1,0,,2,3,3,0,0,0,0,0,0,0,0,1,3000,0,3000,1,1,1,1,,1,11610,17415,1,46440,0,0,42400,253,0,1,0,1,0,4,1.3333333730697632,1,1,1,1,1,,1,1,0,1,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,31145,,,,,4,0,0,0,3000,3000,54.772254943847656,0,0,0,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,4800,4800,69.28203582763672,0,0,0,1,9600,9600,97.9795913696289,0,0,0,9600,0,9600,97.9795913696289,0,0,0,0,,1,1,1,0,0,0,0,0,0,40,1600,1,,1,0,0,0,0,0,0,,41.4865608215332,40,1600,0,0,1,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020507",2,1,,,4,,1,32,,1,1,2,1,2,1,2,2,2,2,3,1,1,32,2,1,1,,1,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,14,1,1,,1,,,13,2,1,,1,,,9,1,1,,1,,,4,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,9,1,7,,,,5,2,7,,,,5,2,1,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,2,,2,,,,,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,2,4,1,1,1,3,,1,,,4,1,,2,1,1,0,9,4,4,2,2,2,1,3,0,,,,3,3,,,,,,,,,2,1,1,1,2,2,2,,,,1,2,,1,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,2,,,2,2,,,1,80,,,,12,3840,1,,2,,,1,2,1,,2,9,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1001,,12,12012,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,48000,,48000,1,,,,,,,,,,,4,,,,85000,,85000,1,,,,,,,,,,,1,1,1,1,8,8,,,,,,,,1,10000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,2,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,1,2,2,1,2,1,1,,2,70,1,,,,1,,1,,,1,"ep","020507",6,2,4,6,2,4,85000.0078125,48000,0,0,0,0,0,0,0,0,0,0,0,133000,.4049670994281769,556.2520751953125,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,32,32,32,2,0,1,0,0,0,1,0,0,1,4,1126.898681640625,563.4493408203125,563.4493408203125,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,0,0,0,0,1,10000,0,10000,1,1,1,1,1,1,23690,35535,0,94760,1,1,26400,10,1,,,1,,4,.6666666865348816,0,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,0,0,0,1,1,1,1,2,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,31166,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,48000,48000,219.08901977539062,85000,85000,291.547607421875,85000,48000,85000,291.547607421875,48000,219.08901977539062,1,1,,1,0,0,0,0,1,1,0,0,32,1024,1,1,0,1,1,0,2,1,32,32,41.4865608215332,32,1024,0,0,0,1,1,0,4,1,12,40,1,1,1,1,0,32,1024,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020509",2,2,,,2,,1,20,,2,2,3,3,4,3,3,2,2,2,1,3,5,44,2,1,5,,1,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,16,2,1,,,,,13,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,16,2,4,,,,,2,,,,,,,4,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,4,,,,1,1,8,1,,2,,400,2,2,3,2,2,2,2,1,2,2,2,,,,,4,3,3,2,2,3,2,2,4,4,3,1,4,2,,1,,,9,1,,2,2,1,0,3,3,3,1,1,1,2,3,0,,,,2,2,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,4,,5,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,570,,12,6840,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,55,,,4,,,,22000,,22000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,8,,0,,,,,,,,,1,800,0,,,,,,,8,,1,1,800,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,500,2,,,,,,,1,2,1,,,,,,,,,,,,,,,,,,8,,,,,,,,,,2,1,2,1,2,2,2,2,,2,1,2,1,1,,,,,,,,2,2,,,,,,1,3,1,2,,,,,,,,,,,,2,2,1,1,1,1,1,,2,58,8," <5:OTHER (SPECIFY)>:mexico",1,,,,,,1981,2,"el","020613",4,2,2,3,1,2,22000.001953125,0,0,0,0,0,0,0,0,0,0,0,0,22000.001953125,.5999813675880432,824.1184692382812,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,44,,44,3,0,0,1,0,0,0,1,0,1,2,1020.5499267578125,1020.5499267578125,510.27496337890625,0,3,0,1,0,1,2,1,0,1,0,0,0,3,0,1,0,1,0,1,1,2,2,1,1.3333333730697632,0,0,1,1,,1,2,4,0,0,0,0,0,0,0,0,1,800,0,800,0,1,1,1,,1,14630,21945,0,58520,0,1,46438.2578125,155,0,1,0,0,0,5,1.25,1,0,1,1,1,,1,1,1,1,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,31168,8,,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,22000,22000,148.323974609375,0,0,0,22000,0,22000,148.323974609375,0,0,0,0,,1,1,1,0,0,1,0,0,0,44,1936,1,,1,1,0,0,0,0,0,,41.4865608215332,44,1936,0,0,0,0,0,0,0,0,12,55,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020503",2,1,,,3,,1,10,,2,1,1,1,2,1,1,1,2,2,2,1,1,27,1,1,7,,1,24,1,1,,2,28,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,7,2,1,,1,,,5,1,1,,1,,,3,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,7,2,4,,,,,2,4,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,6,,,,2,1,600,2,,,,,8,1,1,2,,,,,,,2,,,,,1,1,2,2,3,2,1,2,2,1,3,1,2,1,,1,,,2,1,,2,2,1,0,4,4,1,2,2,2,2,4,1,1,,,2,1,0,,,,,,,,3,2,2,1,2,2,2,,,,2,,,2,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,1,2,3,,,2,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,500,,12,6000,1,,1,,,,,,,,,,,,,,,2,,1,2,1,1,,1,2,2,9,40,,,9,,,,,,,,,2,,,,,1,1,,,,,,,,,,,,,,,,,,,,,2,,2,,9,1,2,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,2,,2,73,8," <5:OTHER (SPECIFY)>:MEXICO",1,,,,,,1989,1,"RR2","020503",6,3,3,5,2,3,17500,0,0,200,0,0,0,0,0,0,0,0,0,17700,.2370203286409378,325.5648498535156,1,2,0,2,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,27,28,27.5,2,0,1,0,0,0,1,0,0,1,4,897.4984130859375,448.74920654296875,299.1661376953125,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,3,2,2,1,2,2.3333332538604736,1,1,0,0,,4,2,4,1250,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,20670,31005,1,82680,0,0,36847.08984375,55,0,1,1,1,1,3,.5,0,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,1,0,0,2,1,2,2,3,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,31197,8,,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,1,17500,17500,132.28756713867188,0,0,0,17500,0,17500,132.28756713867188,0,0,2,1,,1,1,1,0,0,1,0,0,1,27,729,1,0,1,1,0,0,1,1,28,28,41.4865608215332,27,729,0,0,0,1,0,0,3,1,9,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020602",2,2,,,2,,1,15,,3,2,3,2,4,3,8,2,2,2,8,1,1,46,1,1,1,,2,40,1,3,,2,67,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,13,1,1,,1,,,7,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,13,1,1,2,,,,2,1,2,,,,2,4,2,,,,,,,,,,,,,1,8,,,,," <6:another type of government program? {specify}>:<",1,4,,,,,,1,,4,,,,1,,,1,,2,,120,2,2,2,2,2,2,2,2,2,2,2,,,,,1,3,2,3,3,3,1,2,4,4,2,1,1,3,,1,,,7,1,,2,2,1,0,0,4,4,2,2,8,8,4,0,,,,2,2,,,,,,,,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,10,,2,2,2,2,1,1,2,,,2,,,3,,,440,,12,5280,1,,,150000,20000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,7,50,98,48,4,,,,5000,,5000,1,,,,,,,,,,,4,,,,5000,,5000,1,,,,,,,,,,,2,,2,,5000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,1,2,2,1,2,2,2,2,,2,2,2,1,2,2000,2,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,1,8,2,3,,7,56,9," <5:OTHER (SPECIFY)>:china",1,,,,,,1987,4,"talked to","020605",5,3,2,4,2,2,5000,5000,100,0,0,0,0,0,0,2000,0,0,0,12100,.9324471950531006,1280.7847900390625,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,4,0,0,0,1,46,40,43,3,0,0,1,0,0,1,0,0,1,4,8472.029296875,4236.0146484375,2824.009765625,0,3,0,1,0,1,1,0,1,0,0,0,1,2,1,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,,,4,3,4,5000,1,0,0,1,150000,20000,130000,0,0,0,0,1,1,1,0,,,17650,26475,1,70600,0,0,37000,167,0,1,1,1,1,2,.4000000059604645,0,0,1,1,1,1,1,1,,0,0,,1,3,0,1,0,1,0,0,0,1,0,1,1,0,0,0,0,0,2,1,1,0,1,1,0,1,,,,,,,,0,0,0,1,31202,9,,,,9,2000,2000,44.72135925292969,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5000,5000,70.71067810058594,5000,5000,70.71067810058594,5000,5000,5000,70.71067810058594,5000,70.71067810058594,0,0,,0,1,1,0,0,0,0,0,1,46,2116,1,1,1,0,0,0,1,1,40,40,41.4865608215332,46,2116,0,1,0,0,0,0,2,0,7,50,0,0,0,0,0,40,1600,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020508",2,2,,,2,,1,35,,1,2,1,2,1,1,4,1,2,2,2,1,1,45,2,1,1,,1,49,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,14,2,1,,1,,,10,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,14,2,11,,,,,1,9,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,250,2,2,1,2,2,2,2,2,2,2,2,,,,,3,2,3,3,2,3,1,1,2,3,2,1,4,5,,1,,,8,2,,1,1,1,0,20,4,4,2,2,2,1,3,0,,,,2,1,1,2,2,2,,,19000,,1,0,1,1,1,2,,,,,1,2,,,,,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,1,,,2,2,,,4,,,,1000,,1000,2,850,2,,,2,2,3,,,6,,8,1,2,2,1,1,2,,,2,,,4,,,,36000,,36000,1,,,1500000,400000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,10,45,12,50,4,,,,60000,,60000,1,,,,,,,,,,,4,,,,170000,,170000,1,,,,,,,,,,,1,1,1,1,9,2,,1,,1,,1,,1,9000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,1,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,2000,2,,,,,65000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,1,2,2,,3,1,2,1,10,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:GENERALIZED FEAR AT TIMES",2,2,,,,,2,2,2,3,2,,,,,,,,,,,,2,2,2,2,2,2,1,,6,57,1,,,,1,,1,,,1,"GOLDY/FLEX","020508",4,2,2,4,2,2,100000.9921875,60000,2000,0,0,0,0,0,65000,0,0,0,0,227001,.4660693109035492,640.180419921875,1,2,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,45,49,47,4,0,0,0,1,0,1,0,0,1,4,1104.2374267578125,552.1187133789062,552.1187133789062,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,2,1,1,2,1,1.3333333730697632,0,0,0,0,,2,3,4,175000,1,1,1,1,1500000,400000,1100000,1,9000,0,9000,1,1,1,0,1,1,17650,26475,0,70600,1,1,37000,238,1,,,1,,8,2,1,1,1,1,1,1,1,1,1,1,1,0,1,3,0,1,0,0,0,0,0,1,0,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,31209,,,,,1,0,0,0,0,0,0,0,0,0,2000,2000,44.72135925292969,65000,65000,254.9509735107422,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,60000,60000,244.948974609375,170000,170000,412.3105773925781,170000,60000,170000,412.3105773925781,60000,244.948974609375,0,0,,0,0,0,0,0,1,1,1,0,45,2025,1,1,0,1,1,1,2,1,49,49,41.4865608215332,49,2401,0,1,0,1,1,1,2,0,12,50,1,1,1,1,0,45,2025,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020510",2,3,,,1,1,,11,,2,1,2,2,2,2,2,1,2,2,2,1,1,42,1,1,1,,2,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,11,,,,,2,11,,,,,1,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,3000,2,1,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,3,1,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,1,2,,,,,,,,,,,,,,,,2,2,,,,,,1,,,2,,1,,,,2,,,,,,2,2,,,3,,,1200,,12,14400,1,,2,,,1,1,2,,,1,,6,1,2,2,1,1,2,,,2,,,3,,,1400,,12,16800,1,,1,300000,200000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,50,12,50,4,,,,125000,,125000,1,,,,,,,,,,,4,,,,170000,,170000,1,,,,,,,,,,,2,,2,,60000,,,,,,,,,1,25000,23000,,,,,,,1,1,,1,150000,,,,,,,2,2,2,1,2,2,1,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,500,2,,,,,,,,,,,,,,,,,10000,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,3,60,1,,,,1,,1,,,1,"gs","020510",3,2,1,3,2,1,100000.9921875,100000.9921875,500,0,0,0,0,0,0,0,0,0,0,200501.984375,.9321386218070984,1280.36083984375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,42,35,38.5,3,0,0,1,0,0,1,0,0,1,4,2375.8203125,1187.91015625,1187.91015625,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,60000,1,1,1,1,300000,200000,100000,1,25000,23000,2000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,136,1,,,1,,6,2,1,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,31346,,,,,1,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,125000,125000,353.55340576171875,170000,170000,412.3105773925781,170000,125000,170000,412.3105773925781,125000,353.55340576171875,1,1,,0,0,0,0,0,1,1,1,1,42,1764,1,1,0,1,1,1,1,0,35,35,41.4865608215332,35,1225,0,1,0,0,0,0,0,0,12,50,1,1,1,1,1,42,1764,1,1,1,1,1,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020509",2,3,,,2,,1,47,,1,3,1,1,1,1,1,1,2,2,3,1,1,99,1,1,1,,2,99,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,1,1,,1,,,8,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,8,2,11,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,9,1,,2,,8,8,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,2,2,1,1,1,1,4,0,,1,,,2,2,,1,1,1,0,20,4,4,2,2,2,1,4,0,,,,2,0,2,2,2,2,,,20000,,2,0,2,1,1,2,,,,,2,,,1,,2,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,,,,2,2,,,4,,,,25000,,25000,1,,2,,,2,2,2,,,13,,8,1,2,2,1,2,,,,,,,,,,,,,,,,1,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,2,2,2,12,98,,,9,,,,,,,,,1,9,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,9,,,,,,,,1,8,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,1,2,,3,2,2,2,,,,,,,,,,,,,,,1,1,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,55,1,,,,97," <5:OTHER (SPECIFY)>:austria",97," <5:OTHER (SPECIFY)>:czech republic",,1,"agh","020509",4,2,2,4,2,2,51345.55078125,0,2087.57275390625,652.4705200195312,0,0,0,0,0,0,0,0,0,54085.59375,.4660693109035492,640.180419921875,1,2,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,41.3242301940918,41.53856658935547,41.431396484375,3,0,0,1,0,0,1,0,0,1,4,1187.91015625,593.955078125,593.955078125,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,1,,0,,1,,0,,1,1,1,,0,,17650,26475,0,70600,0,1,37000,170,1,,,1,,8,2,1,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,0,0,0,0,2,0,2,2,1,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,31360,,,18,97,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,0,0,0,0,1,1,1,1,41.28620147705078,1707.6920166015625,1,0,1,1,1,1,1,1,41.4865608215332,,41.4865608215332,42.23152160644531,1783.50146484375,0,1,0,1,1,1,2,0,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020505",2,4,,,4,,1,24,,1,1,2,1,3,1,1,3,2,2,1,3,5,41,2,1,7," <14:OTHER, SPECIFY>:brother",1,37,1,3,,2,62,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,17,2,1,,,,,9,2,1,,,,,17,2,6,,,,1,7,2,6,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,9,2,7,,,,5,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,2,,2,,,,,2,2,2,2,,,,,,,2,,,,,1,3,3,3,3,3,2,2,2,2,2,1,4,1,,1,,,4,1,,2,1,1,0,98,4,4,2,2,2,1,4,0,,,,4,2,0,,,,,,,,2,0,2,1,2,2,,,,,2,,,2,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,1,2,3,,,21,,5,1,2,2,1,1,1,1,,2,,,3,,,800,,12,9600,1,,,250000,154000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,,,,12,45,,,4,,,,31500,,31500,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,10000,,,,,,,,,2,,,,,,,,,1,1,,1,12000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,10000,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,1,2,1,,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,3,2,1,2,,,,,,,,,,,,2,2,2,1,2,2,7," <7:ANOTHER GROUP (SPECIFY)>:guyanese",5,61,7," <5:OTHER (SPECIFY)>:guyana",1,,,,,,1978,1,"ap","020524",7,3,4,5,1,4,31500,0,0,0,0,0,0,0,0,0,0,0,0,31500,.34655508399009705,476.01885986328125,0,2,0,,3,2,7,0,0,0,0,0,0,1,0,4,0,0,0,1,41,,41,3,0,0,1,0,0,0,1,0,1,2,1198.1209716796875,1198.1209716796875,399.3736572265625,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,3,4,10000,1,1,0,1,250000,154000,96000,0,0,0,0,1,1,1,1,,1,20670,31005,0,82680,0,1,36847.08984375,1,0,1,0,1,1,5,.7142857313156128,0,1,0,1,1,,1,1,1,1,0,1,1,2,0,0,0,1,0,0,0,2,0,2,2,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,31385,7,,,,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,31500,31500,177.48239135742188,0,0,0,31500,0,31500,177.48239135742188,0,0,0,0,,0,1,1,0,0,1,1,0,0,41,1681,1,,1,1,1,0,0,0,0,,41.4865608215332,41,1681,0,0,0,0,0,0,0,0,12,45,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.4038054943084717,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020507",2,1,,,1,1,,13,,2,2,2,3,2,4,3,2,2,2,1,1,1,99,2,1,1,,1,99,1,9," <14:OTHER, SPECIFY>:neice",2,99,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,2,1,,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,2,99,,,,,2,98,,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,2,,,,,,,,,,2,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,2,1,1,4,4,1,2,1,5,,1,,,12,1,,2,1,1,0,2,4,4,2,2,2,4,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,5,,4,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,900,,12,10800,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,38,12,40,9,,,,,,,,,2,,,,,1,1,,,9,,,,,,,,,2,,,,,1,2,,,1,1,2,,9,2,,2,9,,,,,1,8,0,,,,,,,1,2,,1,9,2,,1,2,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,8,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,99,2,,2,,,,,,1989,1,"ty","020509",4,3,1,3,2,1,22500,17500,0,0,0,0,0,0,0,0,0,0,0,40000,1.2381591796875,1700.70263671875,1,1,0,,,2,,,,,,,,,,2,0,1,0,0,41.3242301940918,41.53856658935547,41.431396484375,3,0,0,1,0,0,1,0,0,1,4,1912.58349609375,956.291748046875,637.52783203125,1,1,0,0,0,1,,,,,,,1,1,0,0,0,1,1,1,1,1,1,2,1,0,0,0,0,,4,4,3,,,,,0,0,0,0,1,,0,,1,1,1,1,1,1,14630,21945,0,58520,0,1,46438.2578125,65,0,1,1,1,0,4,1,1,1,1,1,0,0,0,0,0,1,1,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,31390,,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,17500,17500,132.28756713867188,22500,22500,150,22500,17500,22500,150,17500,132.28756713867188,0,0,1,0,1,1,0,0,1,1,0,0,41.28620147705078,1707.6920166015625,1,1,0,0,1,0,2,1,41.4865608215332,,41.4865608215332,41.53856658935547,1725.4525146484375,0,0,0,0,1,0,1,0,12,40,1,1,1,1,0,38.23428726196289,1461.8607177734375,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020521",2,2,,,1,1,,20,,3,2,3,2,1,4,1,1,2,2,1,4,5,48,1,1,3,,2,65,1,5,,1,24,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,5,2,5,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,5,2,1,1,,,,2,,,,,,,4,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,1,,,,,2,,2,,,,,1,1,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,3,1,3,1,,,,0,1,,1,2,1,0,3,4,4,2,2,2,2,4,,,,,1,1,,,,,,,,,1,1,1,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,10,,4,1,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 1 year",2,,2,,1,1,,,,,8,40,,,4,,,,25000,,25000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,30000,,,,,,,,,1,3000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,0,1,2,,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,53,97," <5:OTHER (SPECIFY)>:barbados",1,,,,,,1981,1,"TY","020523",11,3,8,2,1,1,24999.998046875,0,0,0,0,0,0,0,0,0,0,0,0,24999.998046875,1.0145639181137085,1393.578125,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,48,,48,4,0,0,0,1,0,0,1,0,1,2,6409.3623046875,6409.3623046875,2136.4541015625,0,3,0,1,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,,,1,0,0,0,0,4,,,2,30000,1,1,1,0,0,0,0,1,3000,0,3000,1,1,1,0,,0,11610,17415,0,46440,0,1,42400,338,0,1,0,1,1,4,.3636363744735718,0,0,1,1,0,,1,0,1,0,1,1,1,3,0,1,0,1,0,0,1,0,1,1,1,0,0,0,0,0,,0,1,1,,0,1,1,,,,,,,,0,1,0,0,31399,20,,,,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,25000,25000,158.11387634277344,0,0,0,25000,0,25000,158.11387634277344,0,0,1,1,1,0,1,1,0,0,1,0,0,1,48,2304,1,,1,1,0,0,0,1,0,,41.4865608215332,48,2304,0,0,0,1,0,0,1,1,8,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020503",2,4,,,1,1,,10,,3,3,2,1,1,1,2,1,2,2,2,5,2,34,2,1,2,,1,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,10,1,1,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,10,1,1,2,,,,1,1,2,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,7,,," <7:or another type of government program? {specify}>:merto plus",,,,1,,2,,300,2,1,1,2,,,,,,,2,,,,,2,2,3,2,3,3,1,1,2,2,1,1,1,3,,1,,,5,1,,1,1,1,0,4,4,4,2,2,1,4,4,0,,,,1,1,,,,,,,,,1,0,1,2,1,1,,,,,1,2,,,,,,,,,,,,,,,,,,1,,,2,,2,2,,,,,,2,,,2,2,,,8,,,,,,,1,,2,,,2,2,1,,2,7,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,550,,12,6600,1,,1,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,7,45,12,50,1,220,,,,4,3520,1,,,,,,,,,,,1,300,,,,12,14400,1,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,1," <1:Yes (Specify)>:organizacion de latinos unidos",2,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,1,3,1,4,,2,68,8," <5:OTHER (SPECIFY)>:mexico",8," <5:OTHER (SPECIFY)>:mexico",,,,,1992,2,"JD","020503",3,2,1,3,2,1,14400,3519.999755859375,0,0,0,0,0,0,0,0,0,0,0,17920,.7111620903015137,976.8333740234375,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,34,36,35,3,0,0,1,0,0,1,0,0,1,4,2846.130859375,1423.0654296875,1423.0654296875,1,2,1,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,2,1,2,1,1,1.6666666269302368,1,0,0,1,,3,4,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,14630,21945,1,58520,0,0,46438.2578125,94,0,1,1,0,1,4,1.3333333730697632,1,1,1,1,0,0,1,0,0,0,1,1,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,31416,8,8,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3520,3520,59.329586029052734,14400,14400,120,14400,3520,14400,120,3520,59.329586029052734,0,0,,1,1,1,0,0,0,0,0,0,34,1156,1,1,0,0,0,0,2,1,36,36,41.4865608215332,36,1296,0,0,0,0,0,0,1,0,12,50,1,0,0,0,0,34,1156,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020504",2,4,,,1,1,,5,,2,1,2,3,2,2,3,2,2,2,2,1,1,25,2,1,1,,1,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,11,,,,,2,11,,,,,2,4,2,,,,,,,,,,,,,1,4,,,,,,1,4,,,,,,1,,4,,,,2,,,2,,,,,8,8,1,2,,,,,,,1,2,1,3,3,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,2,1,1,4,," <4:OTHER (SPECIFY)>:a program run by the city",,,,,,,,,,,,,,,,,,,,,,,,,2,1,2,,,,2,,1,,,,,,,,,,,,,,,1,9,3,1,2,1,,2,3,,2,4,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,900,,10,9000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,1,9,40,1,20,4,,,,23000,,23000,1,,,,,,,,,,,2,,300,,,1,600,2,500,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,2,1,10000,,,,,,,2,2,2,2,2,2,2,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,1,2,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,8,2,2,,2,2,2,2,,1,2,1,1,9,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:serious emotional |problems",1,2,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,7," <7:ANOTHER GROUP (SPECIFY)>:bangaladeshi",5,67,97," <5:OTHER (SPECIFY)>:bangaladesh",1,,,,,,1995,1,"zs","020506",3,2,1,3,2,1,23000.001953125,500,0,0,0,0,0,0,0,0,0,0,0,23500.001953125,.7717018127441406,1059.9891357421875,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,4,0,0,0,1,25,30,27.5,2,0,1,0,0,0,1,0,0,1,4,2676.412841796875,1338.2064208984375,1338.2064208984375,0,3,0,1,0,1,4,1,0,0,0,1,1,1,0,0,0,0,,,,,,,,,,,,3,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,14630,21945,0,58520,0,1,46438.2578125,192,0,1,0,0,1,2,.6666666865348816,0,1,1,1,1,1,1,1,,1,1,0,1,2,0,0,0,1,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,1,0,1,0,1,,,,,,,,0,0,0,1,31423,19,,,,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,23000,23000,151.6575164794922,500,500,22.360679626464844,23000,500,23000,151.6575164794922,500,22.360679626464844,1,1,,0,1,1,0,1,1,1,1,0,25,625,1,1,1,1,1,1,2,0,30,30,41.4865608215332,25,625,0,0,0,0,0,0,0,0,9,40,0,1,1,1,1,30,900,1,1,1,1,1,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020520",2,2,,,1,1,,16,,3,3,3,3,3,3,4,2,2,2,2,3,5,42,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,2,7,,,,5,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,2,,1,,2,,48,2,2,2,2,2,2,2,2,1,2,2,,,,,3,2,3,3,3,3,2,1,1,2,2,1,1,3,,1,,,11,1,,1,1,1,0,0,3,3,2,2,1,4,2,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,400,,12,4800,1,,2,,,,,,,,,,,,,,,1,3,2,,1,1,,,,,12,40,,,8,,,,,,,,,2,,,,,1,1,,,,,,,,,,,,,,,,,,,,,1,2,2,,8,2,,2,1,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,260,2,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,1,2,3,2,1,2,,3,59,97," <5:OTHER (SPECIFY)>:panama",97," <5:OTHER (SPECIFY)>:panama",,,,,1985,1,"agh","020520",2,1,1,2,1,1,17500,0,260,946.7045288085938,0,0,0,0,0,0,0,0,0,18706.705078125,.6150680780410767,844.8411865234375,0,1,2,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,42,,42,3,0,0,1,0,0,0,1,0,1,2,1117.6495361328125,1117.6495361328125,1117.6495361328125,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,2,1,1,1,1,1.3333333730697632,0,0,0,1,,2,3,4,6000,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,1,11610,17415,0,46440,0,1,42400,347,0,1,1,1,1,4,2,1,0,1,1,1,,1,1,0,0,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,31457,61,61,,,61,0,0,0,0,0,0,0,0,0,260,260,16.124515533447266,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,17500,17500,132.28756713867188,0,0,0,17500,0,17500,132.28756713867188,0,0,0,0,,1,1,1,0,0,1,1,0,0,42,1764,1,,1,1,1,0,0,0,0,,41.4865608215332,42,1764,0,1,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020509",2,1,,,2,,1,11,,3,2,3,3,3,3,4,3,2,2,1,3,5,44,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,2,1,,,,,9,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,10,2,1,2,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,2,2,2,2,,,,,,,2,,,,,1,3,3,3,3,3,8,2,2,4,1,1,5,3,,1,,,5,1,,2,1,1,0,1,4,4,2,2,2,3,2,0,,,,2,2,,,,,,,,,2,0,2,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,8,11,,4,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,1,2,,3,,,105,,12,1260,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,44,528,1,,12,270,3240,1,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,1,1,,,,,,,,,,,,,,2,2,2,,2,2,2,2,,1,2,1,2,,,,,,,,,,,,,,,3,3,3,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,58,4,,1,,,,,,1989,2,"ak","020509",3,1,2,3,1,2,0,0,0,0,0,528,3240,0,0,0,0,0,0,3240,.90010005235672,1236.353515625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,44,,44,3,0,0,1,0,0,0,1,0,1,2,2447.803466796875,2447.803466796875,2447.803466796875,1,2,1,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,14630,21945,1,58520,0,0,46438.2578125,224,0,1,1,0,0,4,1.3333333730697632,1,0,0,1,1,,1,1,0,0,0,0,1,2,0,0,0,1,0,0,0,2,0,2,2,0,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,31458,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,528,22.97825050354004,3240,3240,56.920997619628906,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,1,1,0,0,0,0,0,0,44,1936,0,,1,0,0,0,0,0,0,,41.4865608215332,44,1936,1,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020507",2,1,,,3,,1,20,,2,1,4,2,4,4,3,3,2,1,1,4,5,38,2,1,5,,1,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,13,2,1,,,,,5,2,1,,,,,99,9,99,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,5,2,8,,,,,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,600,1,,2,,8,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,2,2,,5," <7:OTHER: specify (SPECIFY)>:she wasn't old enough",,,,,,,,,,,,,,,,,,,,2,1,0,,,,,,,,1,1,1,1,2,1,2,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,1,,,,2,,,,,,2,2,,,1,175,,,,12,8400,1,,1,1,2,1,2,1,,2,3,,4,1,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,575,,12,6900,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,32500,,32500,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,2,4700,,,,,,,,,1,10000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,1,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7776,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,1,2,2,2,,3,64,2,,1,,,,,,1971,1,"gb","020507",4,2,2,3,1,2,32499.998046875,0,0,0,0,0,0,0,0,0,7776.00048828125,0,0,40276,.8307514786720276,1141.09814453125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,38,,38,3,0,0,1,0,0,0,1,0,1,2,1228.266357421875,1228.266357421875,614.1331787109375,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,,1,1,1,,,1,0,,,,4,,,4,4700,1,0,0,0,0,0,0,1,10000,0,10000,1,1,1,1,,1,14630,21945,0,58520,0,1,46438.2578125,115,0,1,1,1,0,4,1,1,0,0,0,1,,1,1,,1,0,0,1,2,0,0,0,1,0,0,1,0,1,1,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,31460,,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7776,7776,88.18163299560547,0,0,0,0,0,0,0,0,0,0,0,0,1,32500,32500,180.27755737304688,0,0,0,32500,0,32500,180.27755737304688,0,0,1,1,1,0,1,1,0,0,1,1,0,0,38,1444,1,,1,1,1,0,0,0,0,,41.4865608215332,38,1444,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020504",2,2,,,1,1,,45,,1,2,3,2,3,3,3,3,2,2,1,1,1,45,2,1,1,,1,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,15,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,15,2,1,2,,,,2,4,,,,,2,2,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,1,420,1,,2,,100,2,2,2,2,2,2,2,2,1,2,2,,,,,4,3,3,3,3,3,1,2,4,4,1,1,1,5,,1,,,9,1,,2,2,1,0,2,4,4,2,1,2,4,3,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,5,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,495,,12,5940,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,48,12,37,4,,,,24000,,24000,1,,,,,,,,,,,4,,,,24000,,24000,1,,,,,,,,,,,1,1,1,1,9,1,2,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,1,2,2,1,2,2,1,2,,2,2,2,2,2,800,2,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,500,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,1,10,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:JUST SCARED-",2,2,,,,2,2,2,1,2,1,2,,2,57,1,,,,3,,3,,,1,"RR2","020504",3,2,1,3,2,1,23999.998046875,23999.998046875,284.1828918457031,100,0,0,0,0,0,800,0,0,0,49184.1796875,.4740406572818756,651.1296997070312,1,1,0,2,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,45,45,45,4,0,0,0,1,0,1,0,0,1,4,3296.50146484375,1648.250732421875,1648.250732421875,1,1,0,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,1,0,,1,4,4,1250,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,14630,21945,0,58520,0,1,46438.2578125,258,1,,,0,,4,1.3333333730697632,1,0,0,1,1,1,1,1,0,1,0,0,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,31466,,,,,1,800,800,28.284271240234375,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,2,24000,24000,154.91932678222656,24000,24000,154.91932678222656,24000,24000,24000,154.91932678222656,24000,154.91932678222656,0,0,,1,0,0,0,0,0,0,0,0,45,2025,1,1,1,0,0,0,2,0,45,45,41.4865608215332,45,2025,0,1,0,0,0,0,0,0,12,48,0,1,0,0,1,45,2025,1,0,0,1,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020503",2,2,,,2,,1,42,,1,3,1,2,2,1,2,2,2,2,2,4,5,41,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,2,1,,,,,2,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,10,2,4,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,2,,,,,,,,,,,,1,,1,,,,2,1,20,2,,,,,2,2,2,2,,,,,,,2,,,,,1,3,1,3,3,3,1,1,3,4,1,1,4,3,,1,,,5,1,,1,2,1,0,3,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,2,1,1,1,2,2,2,,,,1,2,,2,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,2,,,2,2,,,1,100,,,,12,4800,1,,2,,,1,2,2,,,15,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,35,,,2,,10200,,,12,244800,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,5000,,,,,,,,,1,6000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,1,1,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,100,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,3,2,2,2,,,,,,,,,,,,2,3,2,3,2,1,4,,2,60,1,,,,3,,3,,,1,"db","020505",3,1,2,3,1,2,100000.9921875,0,100,0,0,0,0,0,100,0,0,0,0,100200.9921875,.5999813675880432,824.1184692382812,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,41,,41,3,0,0,1,0,0,0,1,0,1,2,1020.5499267578125,1020.5499267578125,1020.5499267578125,1,2,1,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,1,3,1,1,1,1.6666666269302368,1,0,0,0,,4,4,4,5000,1,0,0,0,0,0,0,1,6000,0,6000,1,1,1,1,,1,14630,21945,0,58520,1,1,46438.2578125,228,1,,,1,,4,1.3333333730697632,1,1,1,1,1,,1,1,1,1,1,1,1,2,0,0,0,0,0,1,0,1,0,1,2,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,31470,,,,,1,0,0,0,0,0,0,0,0,0,100,100,10,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,244800,244800,494.7726745605469,0,0,0,244800,0,244800,494.7726745605469,0,0,1,1,,1,0,0,0,0,1,0,0,0,41,1681,1,,1,1,0,0,0,0,0,,41.4865608215332,41,1681,0,1,0,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020507",2,2,,,1,1,,16,,1,8,1,1,8,1,8,2,2,2,8,1,5,59,2,1,5,,1,28,1,5,,2,31,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,9,2,5,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,9,2,6,,,,,2,,,,,,,4,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,5,,,,2,2,,1,,2,,8,8,1,3,2,,,,,,,1,,,,,2,3,2,2,2,1,2,2,4,4,1,1,4,98,,2,4,,,,,,,,,,,,,,,,,0,,,,1,1,,,,,,,,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,8,,5,3,2,2,1,1,2,,,2,,,3,,,1000,,12,12000,1,,,98,98,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,1,246,,,,12,11808,2,99,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,500,,,,,,,,,2,,,,,,,,,2,,8,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,76,912,1,,12,350,4200,1,,2,,1,0,1,2,,2,,2,9,8,,9,,,,9,,,,,,,,,9,,,,,,,,,,,,,,,2,2,8,,2,9,9,2,,9,1,2,1,1,,,,,,,,8,1,7,,,,,3,3,2,8,,,,,,,,,,,,2,2,2,8,1,2,8," <7:ANOTHER GROUP (SPECIFY)>:8",99,43,99," <5:OTHER (SPECIFY)>:9",99,,,,,,99,1,"db","020512",11,3,8,2,1,1,21579.931640625,0,0,0,0,911.9999389648438,4199.99951171875,0,0,0,0,0,0,25779.931640625,2.661935567855835,3656.364013671875,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,,,,,,59,,59,4,0,0,0,1,0,0,1,0,1,2,4577.91064453125,4577.91064453125,1525.97021484375,0,3,0,1,0,1,3,1,0,0,1,0,0,3,0,1,0,0,,1,2,2,2,3,1.6666666269302368,1,,,,,3,4,4,500,1,0,0,1,,,,0,0,0,0,0,0,1,1,,1,11610,17415,0,46440,0,1,42400,317,0,,,0,1,5,.4545454680919647,0,1,1,1,1,,1,1,,1,,,1,3,0,1,0,,0,0,0,1,0,1,1,0,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,31473,97,,,,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,912,912,30.199337005615234,4200,4200,64.80740356445312,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,0,0,,0,0,1,1,1,0,0,59,3481,1,,1,1,1,0,0,0,0,,41.4865608215332,59,3481,1,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020507",2,4,,,3,,1,14,,1,1,2,1,1,2,3,1,2,2,2,1,1,34,2,1,1,,1,39,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,15,2,1,,1,,,11,2,1,,1,,,7,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,11,2,2,,2,,,2,6,,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,2,,,,,,,,,,2,,,,2,1,2,2,,,,,,,8,,,,,1,2,1,2,2,1,1,1,1,1,1,1,1,2,,1,,,4,3,,1,1,1,0,25,4,4,1,2,1,1,3,0,,,,3,0,3,2,2,2,,,6000,,2,0,2,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,8,,5,1,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1100,,12,13200,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,50,7,56,1,550,,,,12,26400,1,,,,,,,,,,,4,,,,45000,,45000,1,,,,,,,,,,,2,,1,1,8,2,,2,2,,,,,1,4000,0,,,,,,,2,,2,1,8,1,2,,,,,1,2,2,2,2,2,2,2,,2,2,2,1,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,2,2,1,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,1,2,1,1,,2,66,97," <5:OTHER (SPECIFY)>:CHILE",1,,,,,,1987,1,"GOLDY/FLEX","020507",5,2,3,5,2,3,45000,26400.001953125,0,0,0,0,0,0,0,2591.128173828125,0,0,0,73991.1328125,.4049670994281769,556.2520751953125,1,1,0,3,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,34,39,36.5,3,0,0,1,0,0,1,0,0,1,4,1186.6226806640625,593.3113403320312,593.3113403320312,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,,0,2,3,2,2,3,2.3333332538604736,1,0,0,1,,4,4,4,15000,1,1,0,0,0,0,0,1,4000,0,4000,0,0,1,1,0,1,20670,31005,0,82680,0,1,36847.08984375,11,1,,,1,,5,1,1,1,1,1,0,0,0,0,1,1,1,0,1,2,0,0,0,1,0,0,0,2,0,2,2,0,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,31496,51,,,,51,-5,341.67962646484375,18.484577178955078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,26400,26400,162.48077392578125,45000,45000,212.1320343017578,45000,26400,45000,212.1320343017578,26400,162.48077392578125,0,0,,1,1,1,0,0,1,0,0,0,34,1156,1,1,0,1,1,0,2,1,39,39,41.4865608215332,39,1521,0,0,0,1,1,0,3,0,7,56,1,1,0,0,0,34,1156,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 -"9543o","020505",2,1,,,2,,1,18,,3,3,2,1,1,1,1,1,2,2,3,1,1,39,2,1,1,,1,39,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,16,2,1,,1,,,15,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,16,2,4,,,,,1,7,,,,5,2,2,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,1,8,2,,,,,2,2,2,2,2,2,2,2,2,2,2,,,,,2,3,3,3,3,3,1,1,1,1,1,1,1,2,,1,,,11,1,,2,1,1,98,4,3,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,3,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1200,,12,14400,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,45,,,8,,,,,,,,,2,,,,,8,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,8,,,,,,,,1,14000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,1," <1:Yes (Specify)>:DON'T KNOW THE NAME",1,1,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,3,2,1,2,,2,52,3,,,,,,,,1987,1,"RR2","020505",4,2,2,4,2,2,29900.333984375,0,0,0,0,0,0,0,0,0,0,0,0,29900.333984375,.4049670994281769,556.2520751953125,1,1,0,3,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,39,39,39,3,0,0,1,0,0,1,0,0,1,4,1186.6226806640625,593.3113403320312,593.3113403320312,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,3,4,4,,,,,0,0,0,0,1,14000,0,14000,1,1,1,1,0,1,17650,26475,0,70600,0,1,37000,48,0,1,1,1,1,5,1.25,1,1,1,1,1,1,1,1,1,0,1,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,1,,,,,,,,0,0,0,1,31512,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,,1,0,0,0,0,1,0,0,0,39,1521,1,0,1,1,0,0,2,0,39,39,41.4865608215332,39,1521,0,0,0,0,0,0,0,0,12,45,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020512",2,2,,,5,,1,30,,2,3,2,2,2,1,8,2,2,2,3,1,1,30,2,1,1,,1,38,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5,15,1,1,,1,,,13,2,1,,1,,,10,2,1,,1,,,6,1,1,,1,,,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,5,2,1,4,,,,,2,1,2,,,,2,2,2,,,,,,,,,,,,,1,4,,,,," <6:another type of government program? {specify}>:medicad",1,4,,,,,,1,,4,,,,2,,,2,,,,,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,3,5,0,,,,,,,,,,,,,,,,,,,,,,,,4,0,5,1,1,1,1,,8,,3,1,2,1,1,1,2,,,,2,,,4,,99,,98,,,,,1,,,,2,,,1,,,2,,1,,,,2,,,,,,2,2,,,8,,,,,,,2,8,1,5,4,2,2,1,,2,15,,6,2,1,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,700,,12,8400,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,10,20,12,40,3,,,650,,10,6500,1,,,,,,,,,,,7,,,,,,,,,8,,,,,,,,,2,,1,2,8,8,,,,,,,,1,8,0,,,,,,,1,2,,1,900,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,1,2,8,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,2,2,2,1,1,2,1,,4,67,1,,,,97," <5:OTHER (SPECIFY)>:england",97," <5:OTHER (SPECIFY)>:czechvaca",,1,"ss","020512",7,2,5,7,2,5,6499.99951171875,4277.41748046875,0,497.49798583984375,0,0,0,0,0,0,0,0,0,11274.9150390625,1.4416096210479736,1980.15673828125,1,1,0,1,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,30,38,34,2,0,1,0,0,0,1,0,0,1,4,2355.17919921875,1177.589599609375,1177.589599609375,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,2,,,,,0,0,0,0,1,,0,,1,1,1,0,1,1,26710,40065,1,106840,0,0,33667.30859375,4,0,1,0,1,0,6,.8571428656578064,0,1,1,1,1,1,1,1,,1,1,,1,2,0,0,0,0,0,1,0,2,1,2,3,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,31524,,,33,97,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,2,6500,6500,80.62257385253906,-5,19612.009765625,140.0428924560547,6500,-5,6500,80.62257385253906,9043.8486328125,95.09915161132812,1,1,,0,0,0,0,0,1,0,0,0,30,900,1,1,1,1,0,0,2,0,38,38,41.4865608215332,30,900,0,0,0,0,0,0,0,0,10,20,0,0,0,0,1,38,1444,0,0,0,5,1,.1519336998462677,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020508",2,1,,,2,,1,41,,1,3,2,1,3,1,1,2,2,2,2,1,1,41,1,1,1,,2,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,16,2,1,,1,,,12,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,16,2,7,,,,5,2,8,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,100,2,2,2,2,2,2,2,2,2,2,2,,,,,3,3,2,3,2,2,2,2,2,4,1,1,4,4,,1,,,10,1,,2,2,1,0,0,4,4,1,2,2,2,4,0,,,,2,2,,,,,,,,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,1,,1,32,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,650,,12,7800,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,30000,,30000,1,,,,,,,,,,,4,,,,42000,,42000,1,,,,,,,,,,,1,1,1,1,25000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200,75,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,3,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,1,1,,2,61,1,,,,3,,3,,,1,"al","020509",4,2,2,4,2,2,42000,30000,0,75.00000762939453,0,0,0,0,0,0,0,0,0,72075,.4049670994281769,556.2520751953125,1,1,0,3,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,41,35,38,3,0,0,1,0,0,1,0,0,1,4,1222.3814697265625,611.1907348632812,611.1907348632812,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,0,1,2,1,2,2,1.3333333730697632,0,0,0,0,,2,4,4,25000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,45,1,,,1,,4,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,31526,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,75,8.66025447845459,0,0,0,0,0,0,0,0,0,2,30000,30000,173.205078125,42000,42000,204.9390106201172,42000,30000,42000,204.9390106201172,30000,173.205078125,0,0,,1,0,0,0,0,1,1,0,1,41,1681,1,1,0,1,1,0,1,0,35,35,41.4865608215332,35,1225,0,0,0,0,0,0,0,0,12,40,1,1,1,1,1,41,1681,1,1,1,2,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020505",2,4,,,2,,1,24,,2,1,8,1,2,3,2,2,2,2,3,1,1,42,1,1,1,,2,46,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,14,2,1,,1,,,11,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,11,2,7,,,,2,2,4,,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,6,,,,,,,1,,2,,1000,2,2,1,2,,,,,,,2,,,,,1,3,2,9,3,1,1,1,1,4,1,1,4,4,,1,,,5,1,,2,1,2,0,0,4,4,2,2,1,1,4,0,,,,2,2,,,,,,,,,1,0,1,2,2,2,,,,,1,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,1,2,3,,,10,,8,3,2,2,1,1,2,,,2,,,4,,,,15000,,15000,1,,,450000,135000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,50,1,30,4,,,,40000,,40000,1,,,,,,,,,,,4,,,,10000,,10000,1,,,,,,,,,,,2,,2,,70000,,,,,,,,,2,,,,,,,,,1,2,,1,15000,,,,,,,2,2,2,2,2,2,9,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,1,2,,2,,2,2,1,1,1,,,,,,,,,,,,,,,,,,8,,,,,,,,,,2,1,2,1,1,1,1,1," <1:Yes (Specify)>:korean parents association",1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,1,2,2,2,1,3,,1,54,97," <5:OTHER (SPECIFY)>:korea",1,,,,,,1983,1,"agh","020510",4,2,2,4,2,2,40000,10000,0,0,0,0,0,0,0,0,0,0,0,50000,.4256257116794586,584.628173828125,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,42,46,44,3,0,0,1,0,0,1,0,0,1,4,1222.3814697265625,611.1907348632812,611.1907348632812,1,2,1,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,2,,1,3,1.5,0,0,0,1,,4,4,4,70000,1,1,1,1,450000,135000,315000,0,0,0,0,1,1,1,1,0,1,17650,26475,0,70600,0,1,37000,207,1,,,0,,8,2,1,,1,1,0,0,1,0,1,1,1,1,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,31538,53,,,,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,2,40000,40000,200,10000,10000,100,40000,10000,40000,200,10000,100,0,0,,1,1,1,0,0,1,1,1,1,42,1764,1,1,1,1,1,1,1,1,46,46,41.4865608215332,42,1764,0,0,0,1,1,1,2,0,12,50,0,1,0,0,0,46,2116,0,0,0,0,0,.1519336998462677,0,0,0,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020505",2,2,,,5,,1,25,,2,3,2,1,1,1,4,1,2,2,2,1,1,25,2,1,1,,1,49,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5,10,1,1,,1,,,7,2,6,,8,,1,7,2,1,,1,,,6,2,1,,1,,,4,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,10,1,3,,,,,2,4,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,16,1,2,1,2,,,,,,,2,,,,,1,3,3,3,3,2,1,1,2,2,1,1,4,1,,1,,,3,1,,1,1,1,8,50,4,4,1,2,2,1,4,1,4,," <3:Something Else? (SPECIFY)>:WANTED TO MOVE ALL MY KIDS TO ONE SCHOOL",4,4,,,,,,,,,5,1,4,1,1,1,1,2,,,1,2,1,5,,5,,5,,,4,,2,2,,,,,,1,,,2,,2,2,,,,,2,2,,,2,2,,,4,,,,1000,,1000,1,,2,,,1,2,3,,,3,,6,1,2,2,1,1,2,,,2,,,3,,,1500,,12,18000,1,,,230000,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,2,1,1,,,,12,35,,,,,,,,,,,,,,,,,,,4,,,,41000,,41000,1,,,,,,,,,,,2,,2,,8,2,,2,1,,,,,1,2000,0,,,,,,,1,1,,1,2000,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,4,2,2,1,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,1,1,1,4," <7:ANOTHER GROUP (SPECIFY)>:PUERTO RICAN",6,76,1,,,,1,,3,,,1,"JR","020505",7,2,5,7,2,5,41000.00390625,0,1545.435791015625,0,0,0,0,0,0,0,0,0,0,42545.44140625,.4740406572818756,651.1296997070312,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,25,49,37,3,0,0,1,0,0,1,0,0,1,4,1186.6226806640625,593.3113403320312,593.3113403320312,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,0,1,1,1,1,2,1,0,0,0,0,,4,4,4,6000,1,0,0,1,230000,,,1,2000,0,2000,1,1,1,0,1,1,26710,40065,0,106840,0,1,33667.30859375,2,1,,,1,,6,.8571428656578064,0,1,1,1,1,1,1,1,1,1,1,0,1,2,0,0,0,0,0,0,1,4,2,4,5,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,31540,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,41000,41000,202.4845733642578,41000,0,41000,202.4845733642578,0,0,1,1,,1,0,0,0,0,1,0,0,0,25,625,0,1,0,1,0,0,2,1,49,49,41.4865608215332,49,2401,0,1,0,1,0,0,5,1,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.7547569274902344,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020611",2,5,,,2,,1,38,,1,1,1,1,1,1,1,2,2,2,2,1,1,38,1,1,1,,2,37,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,8,1,1,,1,,,3,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,3,2,7,,,,5,2,9,,,,,2,3,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,2,,2,,,,,2,2,2,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,2,4,0,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,2,1,1,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,6,,4,2,2,2,1,1,2,,,2,,,9,,,,,,,,,,99,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,25,4,,,,40000,,40000,1,,,,,,,,,,,4,,,,25000,,25000,1,,,,,,,,,,,1,1,2,,9,9,,,,,,,,1,4000,0,,,,,,,1,2,,9,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,1," <1:Yes (Specify)>:POLICE OFFICER",2,1,2,2,,,,,,,,,,,,,,,2,1,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,64,1,,,,1,,1,,,1,"SF","020721",4,2,2,4,2,2,40000,24999.998046875,0,0,0,0,0,0,0,0,0,0,0,65000,.9321386218070984,1280.36083984375,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,38,37,37.5,3,0,0,1,0,0,1,0,0,1,4,2331.504150390625,1165.7520751953125,1165.7520751953125,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,,1,1,1,,,1,0,,,,4,,,3,,,,,1,,,,1,4000,0,4000,1,1,1,1,0,1,17650,26475,0,70600,0,1,37000,64,1,,,1,,4,1,1,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,0,0,0,1,1,1,1,2,0,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,31542,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,40000,40000,200,25000,25000,158.11387634277344,40000,25000,40000,200,25000,158.11387634277344,1,1,,0,0,0,0,0,1,1,0,1,38,1444,1,1,1,1,1,0,1,1,37,37,41.4865608215332,38,1444,0,0,0,1,1,0,2,1,12,40,0,1,1,1,0,37,1369,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020509",2,5,,,3,,1,28,,2,2,2,1,2,2,3,1,2,2,3,1,1,28,2,1,1,,1,28,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,6,1,1,,1,,,3,2,1,,1,,,1,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,3,2,4,,,,,2,8,,,,,2,3,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,2,,1,,2,,400,2,2,2,1,,,,,,,2,1,2,3,2,,,,,,,,,,,,1,3,4,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,3,2,1,1,2,2,2,,,,2,,,98,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,4,,,,350,,350,1,,2,,,1,2,3,,,3,,8,1,2,2,1,1,2,,,2,,,4,,,,13000,,13000,1,,,250000,87000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,42,,,,,,,,,,,,,,,,,,,4,,,,70000,,70000,1,,,,,,,,,,,2,,1,1,9000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,2,1,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,73,1,,,,1,,1,,,1,"al","020509",5,2,3,5,2,3,70000,0,0,0,0,0,0,0,0,0,0,0,0,70000,.9003636240959167,1236.715576171875,1,1,0,3,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,28,28,28,2,0,1,0,0,0,1,0,0,1,4,2355.17919921875,1177.589599609375,1177.589599609375,1,2,1,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,,2,1,2,,,1.6666666269302368,1,,,,4,,,4,9000,1,0,0,1,250000,87000,163000,0,0,0,0,1,1,1,0,1,1,20670,31005,0,82680,0,1,36847.08984375,38,1,,,1,,8,1.600000023841858,1,1,1,1,1,1,1,1,,1,1,0,1,2,0,0,0,0,0,1,1,1,2,1,3,1,0,0,1,1,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,31546,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,70000,70000,264.57513427734375,70000,0,70000,264.57513427734375,0,0,2,1,,0,0,0,0,0,1,0,0,0,28,784,0,1,0,1,1,0,2,1,28,28,41.4865608215332,28,784,0,0,0,1,1,0,3,1,12,42,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020509",2,2,,,2,,1,21,,2,3,1,3,1,2,2,1,2,2,2,1,1,38,1,1,1,,2,39,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,7,1,1,,1,,,3,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,3,2,9,,,,,2,4,,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,2,,,,,,,,,,1,2,,200,2,2,1,2,,,,,,,2,3,3,3,3,,,,,,,,,,,,1,1,4,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,2,1,1,1,2,2,2,,,,1,2,,3,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,1,,,2,2,,,1,300,,,,12,14400,1,,2,,,2,2,1,,1,8,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,640,,12,7680,1,,8,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,12,40,12,30,4,,,,100000,,100000,1,,,,,,,,,,,4,,,,15000,,15000,1,,,,,,,,,,,2,,2,,50000,,,,,,,,,1,20000,5000,,,,,,,1,2,,1,4000,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,20000,1,12,240000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,2,2,2,2,2,,3,2,2,8,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,3,64,97," <5:OTHER (SPECIFY)>:russia",1,,,,,,1981,1,"ty","020509",4,2,2,4,2,2,99999.9921875,15000,100000.9921875,0,0,0,0,0,0,0,0,0,0,215000.984375,.9321386218070984,1280.36083984375,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,38,39,38.5,3,0,0,1,0,0,1,0,0,1,4,2331.504150390625,1165.7520751953125,1165.7520751953125,1,2,1,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,1,1,1,,,1,0,,,,2,,,4,50000,1,1,1,0,0,0,0,1,20000,5000,15000,1,1,1,1,0,1,17650,26475,0,70600,1,1,37000,142,1,,,1,,4,1,1,1,1,1,0,0,0,0,,1,1,1,1,2,0,0,0,1,0,0,1,1,1,1,2,1,0,0,0,0,2,1,1,0,1,1,0,1,,,,,,,,0,0,0,1,31551,66,,,,66,0,0,0,0,0,0,0,0,0,240000,240000,489.89794921875,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,100000,100000,316.2277526855469,15000,15000,122.4744873046875,100000,15000,100000,316.2277526855469,15000,122.4744873046875,1,1,,0,1,1,0,0,1,1,1,1,38,1444,1,1,1,1,1,1,1,1,39,39,41.4865608215332,38,1444,0,1,0,1,1,1,2,1,12,40,0,1,0,0,0,39,1521,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020509",2,3,,,4,,1,16,,3,2,4,2,2,3,3,3,1,2,1,3,5,38,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,11,2,1,,,,,8,1,1,,,,,6,2,1,,,,,6,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,11,2,4,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,2,2,2,2,,,,,,,2,,,,,3,3,3,3,3,3,2,2,4,1,1,1,2,2,,1,,,5,1,,1,1,1,0,3,4,4,2,2,2,2,3,1,1,,,4,4,,,,,,,,,4,0,4,1,1,2,,,,,1,2,,4,,4,,,,,2,,1,,,,2,,,1,,,1,3,,,,,,,,2,,,2,2,,,1,80,,,,7,2240,2,8,2,,,1,2,1,,1,4,,5,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,155,,12,1860,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,38,,,1,210,,,,12,10080,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,8,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,1,2,2,,2,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300,2,,,,,,,,,,,,,,,,,,,,,,,,12,296,3552,1,,12,200,2400,1,,2,,2,,2,,,,,,,1,2,2,,,,3,,,,,,,,,1,1,2,4,,,,,,,,,,,,2,1,2,1,2,2,2,2,,1,1,1,2,,,,,,,,,,,,,,,1,1,1,1,1,11,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:VERY NERVOUS",2,2,,,,1,2,2,1,1,1,4,,2,64,4,,1,,,,,,1986,2,"ar","020509",5,1,4,5,1,4,10079.9990234375,0,0,0,0,3552.000244140625,2400,0,0,0,300.0000305175781,0,0,12779.9990234375,.5999813675880432,824.1184692382812,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,38,,38,3,0,0,1,0,0,0,1,0,1,2,1020.5499267578125,1020.5499267578125,1020.5499267578125,1,2,1,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,2,4,4,,,,,0,0,0,0,0,0,0,0,0,1,1,1,,1,20670,31005,1,82680,0,0,36847.08984375,46,0,1,0,0,0,5,1,1,0,0,0,1,,1,1,1,0,1,0,1,2,0,0,0,1,0,0,0,4,2,4,4,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,31605,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,0,0,0,3552,3552,59.59865951538086,2400,2400,48.98979568481445,1,10080,10080,100.39920043945312,0,0,0,10080,0,10080,100.39920043945312,0,0,0,0,,1,1,1,0,0,1,0,0,0,38,1444,1,,1,1,0,0,0,0,0,,41.4865608215332,38,1444,1,0,0,0,0,0,0,0,12,38,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.4038054943084717,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020502",2,3,,,1,1,,7,,1,1,1,1,2,1,8,1,2,2,2,1,1,38,2,1,1,,1,38,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,9,,,,,2,9,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,4000,2,1,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,2,2,,,,,,,,,,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,,,,2,2,,,4,,,,1200,,1200,1,,2,,,2,2,2,,,7,,2,1,2,2,1,1,2,,,2,,,3,,,750,,12,9000,1,,1,275000,90000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,9,40,12,40,4,,,,100000,,100000,1,,,,,,,,,,,4,,,,125000,,125000,1,,,,,,,,,,,2,,1,1,250000,,,,,,,,,1,18000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,2000,2,,,,,,,,,,,,,,,,,3000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,3,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,64,1,,,,1,,1,,,1,"RR2","020509",3,2,1,3,2,1,100000.9921875,100000,2000,999.9999389648438,0,0,0,0,0,0,0,0,0,203000.984375,.9321386218070984,1280.36083984375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,38,38,38,3,0,0,1,0,0,1,0,0,1,4,1906.7513427734375,953.3756713867188,953.3756713867188,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,250000,1,1,1,1,275000,90000,185000,1,18000,0,18000,1,1,1,0,1,1,14630,21945,0,58520,1,1,46438.2578125,144,1,,,1,,2,.6666666865348816,0,1,1,1,1,1,1,1,,1,1,,1,2,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,31644,,,,,1,0,0,0,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,2,100000,100000,316.2277526855469,125000,125000,353.55340576171875,125000,100000,125000,353.55340576171875,100000,316.2277526855469,1,1,,0,0,0,0,0,1,1,1,0,38,1444,1,1,0,1,1,1,2,1,38,38,41.4865608215332,38,1444,0,1,0,1,1,1,1,1,12,40,1,1,1,1,0,38,1444,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020509",2,4,,,1,1,,47,,1,3,1,1,2,1,1,1,2,2,3,1,1,46,2,1,1,,1,47,1,5,,1,22,1,5,,1,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,15,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,15,2,8,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,200,2,2,1,2,2,2,2,2,2,2,2,,,,,4,3,3,3,3,3,1,1,1,2,1,2,4,2,,1,,,10,1,,1,2,1,0,5,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,17,,8,1,2,2,1,1,2,,,2,,,3,,,10000,,12,120000,1,,,450000,36000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,3,1,1,,1,1,,12,35,12,40,4,,,,24000,,24000,1,,,,,,,,,,,9,,,,,,,,,1,2,2,3,,,,,,1,1,8,,9,2,,1,,2,1,,,1,20000,0,,,,,,,1,1,,1,10000,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>:JEWISH CENTER OF BAYSIDE OAKS",3,2,2,2,,,,,,,,,,,,,,,2,1,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,55,1,,,,1,,1,,,1,"RR2","020717",5,4,1,3,2,1,54999.99609375,23999.998046875,1898.59814453125,0,0,0,0,0,0,0,0,0,0,80898.59375,.31071287393569946,426.7869567871094,1,3,0,4,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,46,47,46.5,4,0,0,0,1,0,1,0,0,1,4,797.4605102539062,398.7302551269531,199.36512756347656,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,1,4,3,50000,1,1,1,1,450000,36000,414000,1,20000,0,20000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,215,1,,,1,,8,1.600000023841858,1,1,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,31667,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,24000,24000,154.91932678222656,55000,55000,234.52078247070312,55000,24000,55000,234.52078247070312,24000,154.91932678222656,0,0,,0,0,0,0,0,1,1,0,0,46,2116,1,1,0,1,1,1,2,1,47,47,41.4865608215332,47,2209,0,1,0,1,1,1,1,0,12,40,1,1,1,1,0,46,2116,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020508",2,2,,,2,,1,27,,2,3,3,2,2,2,4,4,2,2,8,1,1,40,2,1,1,,1,43,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,2,1,,1,,,8,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,8,1,11,,,,,2,9,,,,,2,3,2,,,,,,,,,,,,,1,1,2,,,,,1,1,2,,,,,1,,1,,,,2,8,,1,,2,,100,2,8,1,2,,,,,,,2,,,,,1,3,3,3,3,3,2,2,4,4,8,3,1,2,,1,,,2,1,,2,1,1,1,10,4,4,2,2,2,2,4,0,,,,2,2,,,,,,,,,2,0,2,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,7,,7,1,2,2,1,1,2,,,2,,,3,,,1000,,12,12000,1,,,200000,100000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,2,1,,12,40,12,60,4,,,,60000,,60000,1,,,,,,,,,,,4,,,,80000,,80000,1,,,,,,,,,,,1,1,2,,50000,,,,,,,,,1,10000,0,,,,,,,1,2,,1,10000,,,,,,,1,2,2,1,1,2,1,2,,2,2,2,2,2,8,,,,,,,,,,,,,,,,,,,1000,2,,,,,5000,2,,,,,,,,,,,200,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,1,2,2,,3,1,1,2,,,,,,,,,,,,,,,2,3,1,1,2,,,,,,,,,,,,2,2,1,8,2,2,2,,1,59,2,,1,,,,,,1975,1,"RR2","020516",4,2,2,4,2,2,80000,60000,999.9999389648438,200,0,0,0,0,5000,4254.45947265625,0,0,0,150454.453125,.27007734775543213,370.9710693359375,1,2,0,4,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,40,43,41.5,3,0,0,1,0,0,1,0,0,1,4,659.17822265625,329.589111328125,329.589111328125,1,2,1,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,,2,50000,1,1,1,1,200000,100000,100000,1,10000,0,10000,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,80,1,,,1,,7,1.75,1,0,0,1,1,1,1,1,1,1,1,0,1,2,0,0,0,1,0,0,0,2,0,2,2,0,0,0,0,0,1,1,1,1,0,1,0,1,,,,,,,,0,0,0,1,31673,,,,,2,-5,341.67962646484375,18.484577178955078,0,0,0,0,0,0,1000,1000,31.62277603149414,5000,5000,70.71067810058594,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,2,60000,60000,244.948974609375,80000,80000,282.84271240234375,80000,60000,80000,282.84271240234375,60000,244.948974609375,0,0,1,0,1,1,0,0,1,1,1,0,40,1600,1,1,0,1,1,1,2,1,43,43,41.4865608215332,43,1849,0,1,0,1,1,1,2,0,12,60,1,1,1,1,0,40,1600,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 -"9543o","020506",2,2,,,3,,1,20,,3,3,3,3,2,3,1,3,2,2,3,5,5,36,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,9,2,1,,,,,7,1,1,,,,,7,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,9,2,8,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,8,,,,,,,,,,,,,1,,6,,,,2,,,1,,2,,50,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,2,2,4,1,1,4,1,,1,,,4,1,,2,1,1,0,3,4,4,2,2,2,1,4,0,,,,3,3,,,,,,,,,3,0,3,1,2,2,,,,,1,2,,1,,,,,,,3,,1,,,,2,,,,,,,,,,,,,,,1,,,2,2,,,3,,,315,,8,2520,2,8,2,,,1,2,1,,2,12,,3,4,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,712,,12,8544,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,15000,,15000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,3,65,1,,,,1,,1,,,1,"gb","020508",4,1,3,4,1,3,15000,0,0,0,0,0,0,0,0,0,0,0,0,15000,1.1395677328109741,1565.280029296875,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,36,,36,3,0,0,1,0,0,0,1,0,1,2,1776.4530029296875,1776.4530029296875,1776.4530029296875,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,1,17650,26475,1,70600,0,0,37000,53,0,1,1,0,1,3,.75,0,0,0,1,1,,1,1,1,0,1,1,1,2,0,0,0,0,0,0,0,3,0,3,3,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,31696,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,15000,15000,122.4744873046875,0,0,0,15000,0,15000,122.4744873046875,0,0,0,0,,0,0,0,0,0,1,1,0,0,36,1296,1,,1,1,1,0,0,0,0,,41.4865608215332,36,1296,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020509",2,2,,,1,1,,17,,2,3,3,1,1,3,2,2,2,2,2,5,5,41,2,1,5,,2,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,10,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,10,1,2,,2,,,2,,,,,,,2,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:NEIGHBORHOOD HEALTH PROGRAM",,,,,,,,1,,7,,," <7:or another type of government program? {specify}>:NEIGHBORHOOD HEALTH PLAN",2,,,2,,,,,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,2,2,2,4,3,1,1,4,3,,1,,,5,1,,2,2,2,0,3,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,1,0,1,2,2,2,,,,,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,9,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,4,,8,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,2,1,,,,,4,26,,,4,,,,2687,,2687,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,1,1,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,800,50,,,,,,,,,,,,,,,,,,,,,,,12,900,10800,1,,2,,2,0,2,,,,,,,2,,2,,,,3,,,,,,,,,1,4,,,,1,1,,,,,1,7,," <7:or some other reason? (specify)>:WRONG INFO WAS PUT FORWARD",2,2,2,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,2,1,2,1,97,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:CRYS WHEN PLANE FLIES PVER",2,2,,,,1,1,2,1,2,2,2,,3,62,2,,1,,,,,,1976,1,"NR","020512",3,2,1,2,1,1,2687,0,0,50,0,0,10800,0,0,0,0,0,0,13537,.8832159638404846,1213.1619873046875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,41,,41,3,0,0,1,0,0,0,1,0,1,2,1345.8680419921875,1345.8680419921875,672.9340209960938,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,2,1,0,0,0,0,,4,4,4,250,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,11610,17415,1,46440,0,0,42400,384,0,1,1,1,1,4,1.3333333730697632,1,0,1,1,1,,1,1,1,1,1,1,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,31702,,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,50,7.071067810058594,0,0,0,0,0,0,10800,10800,103.92304992675781,1,2687,2687,51.836280822753906,0,0,0,2687,0,2687,51.836280822753906,0,0,0,0,1,0,1,1,0,0,1,0,0,0,41,1681,1,,1,1,0,0,0,0,0,,41.4865608215332,41,1681,1,0,0,0,0,0,0,0,4,26,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020508",2,2,,,1,1,,11,,2,3,2,1,2,2,2,1,2,2,1,5,2,21,2,1,2,,1,23,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,4,1,7,,,,5,1,3,,,,,2,3,2,,,,,,,,,,,,,1,4,,,,,,1,4,,,,,,1,,4,,,,1,,,1,,2,,2000,2,2,2,1,,,,,,,2,1,3,2,3,,,,,,,,,,,,1,4,4,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,1,1,2,,,,,,,,,,,,,,,2,2,,,,,,,,,,,1,,,,2,,2,,,,1,2,,,4,,,,150,,150,1,,2,,,1,8,3,,,3,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,500,,12,6000,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,9,45,,,,,,,,,,,,,,,,,,,4,,,,17000,,17000,1,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,1,4000,,,,,,,1,2,2,2,2,2,1,2,1,2,2,2,2,2,2000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,300,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,,8,,1,2,,1,3,2,2,1,2,2,,,,,,,,,,,,,,,,,,1,1,,,,,2,,,,2,2,3,,2,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,2,1,1,1,2,,,,,,,,,,,,2,2,2,1,1,2,1,,3,80,97," <5:OTHER (SPECIFY)>:russia",1,,,,,,1992,1,"al","020508",3,2,1,3,2,1,17000,0,0,300.0000305175781,0,0,0,0,0,2000,0,0,0,19300,.9003636240959167,1236.715576171875,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,21,23,22,1,1,0,0,0,0,1,0,0,1,4,1961.572509765625,980.7862548828125,980.7862548828125,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,,1,2,1,,,1.3333333730697632,0,,,,4,,,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,14630,21945,1,58520,0,0,46438.2578125,124,0,1,0,1,1,3,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,31704,66,,,,66,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,0,0,0,0,0,0,1,0,0,0,17000,17000,130.38404846191406,17000,0,17000,130.38404846191406,0,0,1,1,,0,1,1,0,0,1,1,0,0,21,441,0,1,0,1,0,0,2,1,23,23,41.4865608215332,23,529,0,0,0,1,0,0,1,1,9,45,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020503",2,2,,,4,,1,10,,1,2,3,1,2,3,2,2,2,2,2,1,5,42,2,1,5,,1,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,16,2,1,,,,,10,2,1,,,,,2,2,1,,,,,2,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,16,2,1,2,,,,2,,,,,,,5,8,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,7,,," <7:or another type of government program? {specify}>:care plus",,,,2,,,,,2,2,2,2,2,2,2,2,2,2,2,,,,,4,3,3,2,3,8,2,2,2,2,1,1,2,3,,1,,,9,1,,2,2,1,0,0,3,3,2,2,1,2,3,0,,,,2,2,,,,,,,,,3,2,1,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,10,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,1,2,,2,,2,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,3,3,3,2,8,,,,,,,,,,,,3,1,1,3,8,1,4,,2,60,8," <5:OTHER (SPECIFY)>:mexico",8," <5:OTHER (SPECIFY)>:mexico",,,,,1990,2,"ak","020509",6,2,4,5,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.90010005235672,1236.353515625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,42,,42,3,0,0,1,0,0,0,1,0,1,2,2447.803466796875,2447.803466796875,1223.9017333984375,0,4,0,0,1,,1,0,1,0,0,0,1,2,1,0,0,1,1,1,1,2,1,,1.3333333730697632,0,0,0,1,,1,4,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,,0,20670,31005,1,82680,0,0,36847.08984375,66,0,1,1,0,1,4,.6666666865348816,0,0,1,1,0,,1,0,1,1,1,1,1,2,0,0,0,1,0,2,0,1,0,1,3,0,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,31710,8,8,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,,1,1,1,0,0,0,0,0,0,42,1764,0,,1,0,0,0,0,0,0,,41.4865608215332,42,1764,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.4038054943084717,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020510",2,2,,,1,1,,33,,2,3,3,1,1,3,4,1,2,2,3,5,2,33,1,1,2,,2,31,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,8,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,8,1,11,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,3600,1,,2,,150,2,1,2,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,4,4,1,3,4,1,,1,,,3,3,,1,2,1,0,0,4,4,2,2,2,2,2,1,1,,,1,1,,,,,,,,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,1,200,,,,12,9600,1,,2,,,1,2,1,,2,5,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,12,9000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,50,12,30,4,,,,100000,,100000,1,,,,,,,,,,,4,,,,25000,,25000,1,,,,,,,,,,,2,,2,,60000,,,,,,,,,1,8000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,800,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,1,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,68,1,,,,1,,1,,,1,"gb","020510",3,2,1,3,2,1,99999.9921875,24999.998046875,800,0,0,0,0,0,0,0,0,0,0,125799.9921875,.9321386218070984,1280.36083984375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,33,31,32,2,0,1,0,0,0,1,0,0,1,4,2472.268310546875,1236.1341552734375,1236.1341552734375,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,2,60000,1,1,1,0,0,0,0,1,8000,0,8000,1,1,1,1,0,1,14630,21945,0,58520,1,1,46438.2578125,247,1,,,1,,3,1,1,0,1,1,1,1,1,1,1,1,1,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,1,0,1,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,31711,,,,,1,0,0,0,0,0,0,0,0,0,800,800,28.284271240234375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,100000,100000,316.2277526855469,25000,25000,158.11387634277344,100000,25000,100000,316.2277526855469,25000,158.11387634277344,0,0,,0,0,0,0,0,1,1,1,1,33,1089,1,1,1,1,1,1,1,1,31,31,41.4865608215332,33,1089,0,1,0,1,1,1,1,0,12,50,0,1,1,1,0,31,961,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020506",2,4,,,1,1,,44,,3,3,3,3,3,3,3,2,2,2,1,1,1,44,1,1,1,,2,47,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,13,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,13,1,1,2,,,,2,9,,,,,2,4,2,,,,,,,,,,,,,1,4,,,,,,1,4,,,,,,1,,4,,,,2,,,2,,,,,2,2,2,2,2,2,2,2,2,2,1,,,,,1,2,2,2,2,1,1,2,2,2,4,1,1,2,,1,,,6,1,,1,2,1,2,10,3,8,1,2,2,2,4,3,7,," <3:Something Else? (SPECIFY)>:graduates",1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,17,,4,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,790,,12,9480,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,,,,,,,,,2,,,,,,,,,1,2,,1,7000,,,,,,,1,2,2,2,2,2,2,1,,1,1,2,2,1,4300,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3000,2,,,,,,,3,,,,12,8,,,4000,1,33,33,1,,1,8,,,2300,2,,2,,1,2,,2,,2,2,1,2,2,,,,3,,,,,,,,,3,,,,,,,,,,,,,,,2,1,2,1,1,1,2,1," <1:Yes (Specify)>:church",1,1,1,2,,,,,,,,,,,,,,,2,1,1,1,2,,,,,,,,,,,,2,3,1,3,1,1,4,,2,58,1,,,,3,,3,,,1,"tmb","020506",3,2,1,3,2,1,0,0,0,0,0,33,2300.000244140625,0,0,4300,0,3999.999755859375,3000,13600,.4256257116794586,584.628173828125,1,1,0,4,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,44,47,45.5,4,0,0,0,1,0,1,0,0,1,4,3813.98779296875,1906.993896484375,1906.993896484375,0,3,0,1,0,1,1,0,1,0,0,0,1,2,1,0,0,0,0,2,2,2,2,3,2,1,,0,0,,4,1,4,2000,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,14630,21945,1,58520,0,0,46438.2578125,46,0,1,0,0,0,4,1.3333333730697632,1,0,1,1,1,1,1,1,1,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,,,,,,,,0,0,0,1,31736,,,,,1,4300,4300,65.57438659667969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,4000,63.24555206298828,33,33,5.74456262588501,2300,2300,47.958316802978516,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,1,0,0,0,1,44,1936,0,0,1,0,0,0,1,1,47,47,41.4865608215332,44,1936,1,0,0,0,0,0,1,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000 -"9543o","020504",2,4,,,1,1,,10,,1,1,1,1,1,1,1,1,2,2,2,1,1,33,1,1,1,,2,33,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,4,1,2,,3,,,2,2,,5,,,2,2,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,4,,,,,,,1,,2,,0,2,2,2,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,3,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,2,2,1,4,," <4:OTHER (SPECIFY)>:HEART SHARE -HUMAN SERVICES OF N.Y. (EARY CHILDHOOS CENTER)",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,,,,,,,,,,,,,,1,9,8,2,2,3,,,4,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,6000,,6000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,40,,,4,,,,15000,,15000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,10000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,9,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,1,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,7," <7:ANOTHER GROUP (SPECIFY)>:INDIAN (CARRIBEAN)",6,69,11," <5:OTHER (SPECIFY)>:TRINIDAD",1,,,,,,1995,1,"RR2","020608",3,2,1,3,2,1,15000,0,0,0,0,0,0,0,0,0,0,0,0,15000,.9324471950531006,1280.7847900390625,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,4,0,0,0,1,33,33,33,2,0,1,0,0,0,1,0,0,1,4,8815.9541015625,4407.97705078125,4407.97705078125,1,1,0,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,,1,1,1,,,1,0,,,,4,,,4,10000,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,14630,21945,1,58520,0,0,46438.2578125,19,0,1,1,1,1,3,1,1,1,1,1,0,0,1,0,,1,1,1,1,2,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,31810,11,,,,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,15000,15000,122.4744873046875,0,0,0,15000,0,15000,122.4744873046875,0,0,1,1,,0,1,1,0,0,0,0,0,1,33,1089,1,0,1,0,0,0,1,1,33,33,41.4865608215332,33,1089,0,0,0,0,0,0,1,1,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020508",2,4,,,2,,1,26,,1,1,1,1,1,1,8,1,2,2,3,1,1,29,2,1,1,,1,33,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,4,1,1,,1,,,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,0,1,9,,,,,2,9,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,900,1,,2,,300,1,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,1,2,1,2,,,,,,,1,,,,1,,,,,2,2,,,,,,,,,,,1,,,,2,,,,,,2,2,,,4,,,,3000,,3000,1,,2,,,1,2,3,,,2,,6,1,2,2,1,1,2,,,2,,,9,,,,,,,,,,99,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,12,50,12,60,9,,,,,,,,,1,1,,,,,,,,7,,,,,,,,,1,2,1,,2,,,,,1,1,1,1,9,9,,,,,,,,1,9,9,2,,1,2,,,1,2,,1,10000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,1," <1:Yes (Specify)>:social welfare agency for corporate funding",2,2,2,2,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,2,2,2,1,2,2,3,,5,73,99,,1,,,,,,99,1,"rm","020509",4,2,2,4,2,2,99999.9921875,74999.9921875,0,0,0,0,0,0,0,0,0,0,0,174999.984375,.7717018127441406,1059.9891357421875,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,4,0,0,0,1,29,33,31,2,0,1,0,0,0,1,0,0,1,4,2676.412841796875,1338.2064208984375,1338.2064208984375,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,,,,,1,,,,1,,7500,,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,13,1,,,1,,6,1.5,1,1,1,1,1,1,1,1,,1,1,,1,2,0,0,0,,0,1,1,0,1,0,2,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,31815,,,,,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,100000,100000,316.2277526855469,75000,75000,273.86126708984375,100000,75000,100000,316.2277526855469,75000,273.86126708984375,2,1,,0,,0,0,0,1,1,1,0,29,841,1,1,1,1,1,1,2,0,33,33,41.4865608215332,29,841,0,0,0,0,0,0,0,0,12,50,0,1,1,1,1,33,1089,1,1,1,2,1,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020511",2,1,,,4,,1,35,,2,2,2,1,2,2,3,2,2,1,2,1,1,48,1,1,1,,2,52,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,16,2,1,,1,,,14,2,1,,1,,,13,2,1,,1,,,10,2,6,,6,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,16,2,7,,,,5,2,2,,8,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,25,2,,,,,2,1,1,2,2,2,2,2,1,2,2,,,,,2,3,3,3,3,2,2,1,4,4,2,1,1,5,,1,,,10,1,,1,2,1,0,0,3,4,2,2,1,2,2,0,,,,4,4,,,,,,,,,1,0,1,2,2,1,,,,,1,2,,,,,,,,,,,,,,,,,,,,,,,2,1,7," <7:SOMEONE OR SOMEWHERE ELSE ? (SPECIFY)>:public school",,,,2,1,,,,,,,,,,,,,,,2,,,1,2,3,,,7,,5,1,2,2,1,1,2,,,2,,,3,,,1300,,12,15600,1,,,175000,150000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,35,,,4,,,,35000,,35000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,8,1,1,,,,,,,1,600,0,,,,,,,2,,1,1,2000,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,200,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,1,,,,,1,1,,,1,1,2,1,2,2,2,1," <1:Yes (Specify)>:church",1,2,2,1,97,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:diabetise",1,1,7,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,1,2,2,2,,1,54,97," <5:OTHER (SPECIFY)>:panama",1,,,,,,1969,1,"al","020515",6,2,4,5,2,3,35000,0,1747.08935546875,100,0,0,0,0,0,0,0,0,0,36847.08984375,.7579111456871033,1041.046630859375,1,1,0,1,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,48,52,50,4,0,0,0,1,0,1,0,0,1,4,3042.408203125,1521.2041015625,1521.2041015625,1,2,1,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,2,1,0,0,0,1,,3,3,4,250,1,0,0,1,175000,150000,25000,1,600,0,600,0,1,1,1,0,1,20670,31005,0,82680,0,1,36847.08984375,14,1,,,1,,5,.8333333134651184,0,1,1,0,1,1,1,1,1,1,1,0,1,3,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,31822,61,,,,61,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,1,35000,35000,187.08287048339844,0,0,0,35000,0,35000,187.08287048339844,0,0,0,0,1,0,1,1,0,0,1,1,0,1,48,2304,1,0,1,1,1,0,1,1,52,52,41.4865608215332,48,2304,0,1,0,1,1,0,3,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020507",2,5,,,1,1,,29,,1,1,2,2,2,1,1,1,2,2,2,1,1,29,2,1,1,,1,41,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,2,9,,,,,2,4,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,7200,1,,2,,8,2,1,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,1,1,1,,,,,,,,,,,,,,,2,2,,,,,,,,,,,1,,,,2,,1,,,,2,2,,,3,,,130,,11,1430,1,,2,,,1,2,3,,,5,,6,1,2,2,1,1,2,,,2,,,3,,,1369,,12,16428,1,,,325000,130000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,45,12,75,4,,,,35000,,35000,1,,,,,,,,,,,4,,,,75000,,75000,1,,,,,,,,,,,1,1,1,1,80000,,,,,,,,,1,10000,0,,,,,,,1,1,,1,18000,,,,,,,2,2,2,1,1,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,6000,2,,,,,,,,,,,15000,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,2,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,73,1,,,,1,,1,,,1,"em","020507",3,2,1,3,2,1,74999.9921875,35000,893.2822875976562,200,0,0,0,0,5999.99951171875,0,0,0,0,117093.2734375,.9321386218070984,1280.36083984375,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,29,41,35,3,0,0,1,0,0,1,0,0,1,4,2065.5322265625,1032.76611328125,1032.76611328125,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,80000,1,1,1,1,325000,130000,195000,1,10000,0,10000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,73,1,,,1,,6,2,1,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,31835,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,6000,6000,77.45966339111328,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,2,35000,35000,187.08287048339844,75000,75000,273.86126708984375,75000,35000,75000,273.86126708984375,35000,187.08287048339844,1,1,,0,0,0,0,0,1,1,1,0,29,841,1,1,0,1,0,0,2,1,41,41,41.4865608215332,41,1681,0,1,0,1,0,0,1,1,12,75,1,1,1,1,0,29,841,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020511",2,5,,,4,,1,12,,3,2,3,2,3,4,2,4,2,2,1,1,1,28,1,1,1,,2,28,1,9,,1,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,8,2,1,,1,,,4,2,1,,1,,,2,1,1,,1,,,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,2,1,2,,1,,,2,2,,1,,,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,4,6,,,,,,2,,,,,1,1,2,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,4,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,4,3,1,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,1,6,,4,3,2,1,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,500,,12,6000,1,,1,,,,,,,,,,,,,,,2,,2,,2,1,,2,2,2,7,35,,,1,250,,,,7,7000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,8,1,2,,1,3,1,1,1,2,2,,,,,,,,,,,,,,,,,,1,2,1,2,3,4,,,,,2,2,3,,2,2,2,1," <1:Yes (Specify)>:organization for mexicans (depaxa)",3,2,1,2,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,2,2,2,1,1,1,4,,2,74,8," <5:OTHER (SPECIFY)>:mexico",8," <5:OTHER (SPECIFY)>:mexico",,,,,1990,2,"jd","020511",7,3,4,6,2,4,6999.99951171875,0,0,0,0,0,0,0,0,0,0,0,0,6999.99951171875,.4740406572818756,651.1296997070312,1,1,0,2,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,28,28,28,2,0,1,0,0,0,1,0,0,1,4,1794.996826171875,897.4984130859375,598.332275390625,1,2,1,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,,,,,,,,,,,,4,,,4,1000,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,23690,35535,1,94760,0,0,26400,19,0,0,0,0,0,4,.5714285969734192,0,0,0,1,0,0,1,0,,0,0,1,1,2,0,0,0,1,0,2,1,1,1,1,4,0,0,0,1,1,2,1,1,0,0,0,0,0,,,,,,,,0,0,0,1,31839,8,8,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,7000,7000,83.66600036621094,0,0,0,7000,0,7000,83.66600036621094,0,0,3,1,,1,1,1,0,0,1,0,0,1,28,784,1,0,1,1,0,0,1,1,28,28,41.4865608215332,28,784,0,0,0,1,0,0,4,1,7,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.4038054943084717,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020508",2,3,,,2,,1,22,,2,1,1,1,1,1,1,1,2,2,3,1,1,45,2,1,1,,1,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,8,1,1,,1,,,7,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,8,1,9,,,,,2,11,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,0,2,1,1,2,,,,,,,2,,,,,1,3,2,2,2,2,1,1,2,3,1,1,5,0,,1,,,3,1,,2,1,1,7,97,4,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,2,0,2,1,1,2,,,,,1,2,3,97," none",97," none",,,,2,,2,2,,,,,,1,,,2,,,,,,,,,1,,,2,1,7," <7:SOMEONE OR SOMEWHERE ELSE ? (SPECIFY)>:employer through pre-tax payroll deduction",4,,,,9000,,9000,1,,2,,,2,1,2,,,10,,6,1,2,2,1,1,2,,,2,,,3,,,1400,,12,16800,1,,1,500000,400000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,2,1,,1,1,,12,40,12,40,9,,,,,,,,,1,1,,,,,,,,9,,,,,,,,,9,,,,,,,,,1,1,1,1,9,9,,,,,,,,1,33000,30000,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,20000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,1,1,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,3,2,2,1,7,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:anxiuoity",1,2,,,,3,3,3,2,2,2,1,,7,56,1,,,,1,,1,,,1,"al","020514",4,2,2,4,2,2,99999.9921875,38983.51171875,20000,0,0,0,0,0,0,0,0,0,0,158983.5,1.0168784856796265,1396.75732421875,1,2,1,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,45,45,45,4,0,0,0,1,0,1,0,0,1,4,1204.6224365234375,602.3112182617188,602.3112182617188,1,2,1,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,2,2,2,2,1.6666666269302368,1,0,0,0,,4,4,4,,,,,1,500000,400000,100000,1,33000,30000,3000,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,194,1,,,1,,6,1.5,1,1,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,0,0,0,0,2,0,2,2,1,1,0,0,1,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,31902,,,,,1,0,0,0,0,0,0,0,0,0,20000,20000,141.42135620117188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,100000,100000,316.2277526855469,-5,19612.009765625,140.0428924560547,100000,-5,100000,316.2277526855469,9043.8486328125,95.09915161132812,0,0,,0,0,0,0,0,1,1,1,0,45,2025,1,1,1,1,1,1,2,0,45,45,41.4865608215332,45,2025,0,1,0,0,0,0,0,0,12,40,0,1,1,1,1,45,2025,1,1,1,2,.1519336998462677,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020515",2,3,,,2,,1,33,,3,2,3,1,1,4,2,8,2,2,1,3,5,50,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,15,2,1,,,,,9,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,15,2,1,2,,,,2,,,,,,,5,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,4,,,,,,,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,4,3,3,3,3,3,2,2,2,2,1,1,1,2,,1,,,9,1,,2,2,1,0,0,4,4,2,2,2,8,4,0,,,,2,2,,,,,,,,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,23,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,440,,12,5280,1,,1,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,1,1,1,1,2,2,2,2,,1,2,2,1,2,9,,,,,,9,9,,,,,,9,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,,12,532,6384,1,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,1,2,7,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,1,97,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:high blood presure",1,1,9,,,,1,1,1,2,2,,,,,,,,,,,,3,1,2,2,2,1,4,,2,51,4,,1,,,,,,1969,2,"ak","020515",3,1,2,3,1,2,0,0,785.6453247070312,0,3250.0908203125,0,0,0,0,888.6841430664062,0,6384.00048828125,0,11308.4208984375,.90010005235672,1236.353515625,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,50,,50,4,0,0,0,1,0,0,1,0,1,2,2835.142333984375,2835.142333984375,2835.142333984375,0,4,0,0,1,1,1,0,1,0,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,1,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,14630,21945,1,58520,0,0,46438.2578125,54,0,1,1,1,1,5,1.6666666269302368,1,0,,1,0,,1,0,,0,1,1,1,3,0,1,0,1,0,0,0,1,0,1,1,0,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,31924,,,,,4,-5,341.67962646484375,18.484577178955078,-5,995.5078735351562,31.55167007446289,-5,1241.30029296875,35.23208999633789,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,6384,6384,79.89994049072266,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,1,1,0,0,0,0,0,0,50,2500,0,,1,0,0,0,0,0,0,,41.4865608215332,50,2500,0,1,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0 -"9543o","020504",2,3,,,2,,1,22,,2,1,2,2,2,2,1,2,2,2,2,5,5,22,2,1,7,,2,21,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,6,1,1,,,,,3,2,6,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,99,9,4,,,,,2,,,,,,,1,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,2,,,,,2,2,2,2,,,,,,,2,,,,,,,,,,,,,,,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,2,1,1,1,2,2,2,,,,2,,,2,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,2," refused",,,,,,,,,,,,,,2,,,1,2,1,,1,1,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,439,,3,1317,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,30,,,4,,,,10000,,10000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,6,79,1,,,,1,,1,,,1,"ddb|","020504",4,2,2,2,1,1,10000,0,0,999.9999389648438,0,0,0,0,0,0,0,0,0,11000,1.2490559816360474,1715.670166015625,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,22,,22,1,1,0,0,0,0,0,1,0,1,2,1807.5479736328125,1807.5479736328125,903.7739868164062,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,,,,,,,,,,,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,11610,17415,1,46440,0,0,42400,68,0,1,1,1,1,4,1,1,1,1,1,1,,1,1,,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,31930,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,1,10000,10000,100,0,0,0,10000,0,10000,100,0,0,0,0,1,0,0,0,0,0,1,0,0,0,22,484,1,,1,1,0,0,0,0,0,,41.4865608215332,22,484,0,0,0,0,0,0,0,0,12,30,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020521",2,2,,,1,1,,13,,1,1,2,3,3,3,8,2,2,2,8,5,2,24,2,1,2,,1,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,3,2,7,,,,5,1,7,,,,5,1,3,2,,,,,,,,,,,,,2,,,,,,,1,1,,,,,,1,,1,,,,,1,8,1,,2,,8,8,8,1,2,,,,,,,2,2,3,3,3,,,,,,,,,,,,1,2,98,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,2," N0",,,,,,,,,,,,,,2,,,1,2,3,,,2,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,850,,12,10200,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,8,40,12,40,3,,,800,,8,6400,2,9000,,,,,,,,,,8,,,,,,,,,1,2,8,,,,,,,1,1,8,,8,8,,,,,,,,1,8,8,8,,,,,,1,2,,1,4000,,,,,,,2,2,2,8,2,2,2,2,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,1,77,2,,1,,,,,,1989,1,"RR2","020604",3,2,1,3,2,1,9000,8550.5244140625,0,0,0,0,0,0,0,0,0,0,0,17550.5234375,.6563703417778015,901.5728759765625,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,24,25,24.5,1,1,0,0,0,0,1,0,0,1,4,1356.26123046875,678.130615234375,678.130615234375,1,2,1,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,,1,1,1,,,1,0,,,,3,,,4,,,,,0,0,0,0,1,,,,1,1,1,0,1,1,14630,21945,1,58520,0,0,46438.2578125,240,0,1,1,1,1,4,1.3333333730697632,1,1,1,1,0,1,1,0,,1,0,,1,1,1,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,31979,,,,,2,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,9000,9000,94.86833190917969,-5,19612.009765625,140.0428924560547,9000,-5,9000,94.86833190917969,9043.8486328125,95.09915161132812,1,1,1,0,1,1,0,0,1,1,0,0,24,576,1,1,1,1,1,0,2,0,25,25,41.4865608215332,24,576,0,0,0,0,0,0,0,0,8,40,0,1,1,1,1,25,625,1,1,1,1,1,.1519336998462677,0,1,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020508",2,4,,,3,,1,37,,2,1,1,2,2,1,2,1,2,2,1,4,5,37,2,1,11,,1,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,15,1,1,,,,,14,1,1,,,,,12,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,14,1,7,,,,5,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,300,1,,2,,150,2,1,2,2,2,2,2,2,1,2,2,,,,,2,3,3,2,3,3,1,2,2,4,2,1,1,4,,1,,,8,1,,2,2,1,0,50,3,4,2,2,1,2,4,1,2,,,3,3,,,,,,,,,1,0,1,2,2,2,,,,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,1,2,3,,,0,5,4,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,450,,4,1800,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,35,,,4,,,,25000,,25000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,2,10000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,2,,2,2,2,,2,1,4,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,1,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,3,1,2,,,,,,,,,,,,2,1,2,8,2,2,2,,3,65,1,,,,1,,1,,,1,"GOLDY/FLEX","020508",5,2,3,4,1,3,24999.998046875,0,0,0,0,0,0,0,0,0,0,0,0,24999.998046875,.8307514786720276,1141.09814453125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,37,,37,3,0,0,1,0,0,0,1,0,1,2,1228.266357421875,1228.266357421875,614.1331787109375,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,2,1,1,1.3333333730697632,0,0,0,1,,3,3,4,10000,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,17650,26475,1,70600,0,0,37000,73,0,1,1,0,0,4,.800000011920929,0,1,1,1,1,,1,1,1,1,1,1,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,31993,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,25000,25000,158.11387634277344,0,0,0,25000,0,25000,158.11387634277344,0,0,0,0,1,0,0,0,0,0,1,1,0,0,37,1369,1,,1,1,1,0,0,0,0,,41.4865608215332,37,1369,0,0,0,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020521",2,2,,,1,1,,29,,1,1,1,2,2,2,8,2,2,2,8,1,1,29,1,1,1,,2,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,2,7,,,,2,1,2,,2,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,3000,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,1,2,,,,,,,,,,,,,,,,2,2,,,,,,1,,,2,,1,,,,2,,,,,,2,2,,,3,,,350,,5,1750,2,8,2,,,8,2,3,,,1,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1200,,12,14400,1,,2,,,,,,,,,,,,,,,1,1,2,,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,2,3,,,,,1,8,3000,,,,,,,1,2,,1,15000,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,72,1,,,,1,,97," <5:OTHER (SPECIFY)>:Egypt",,1,"ma","020521",3,2,1,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.9321386218070984,1280.36083984375,1,1,1,2,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,29,20,24.5,1,1,0,0,0,0,1,0,0,1,4,2415.445068359375,1207.7225341796875,1207.7225341796875,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,25000,1,1,1,0,0,0,0,1,,3000,,1,1,1,0,0,0,14630,21945,1,58520,0,0,46438.2578125,211,0,1,0,1,1,4,1.3333333730697632,1,1,1,1,1,1,1,1,,1,1,,1,2,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,31999,,,,31,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,0,0,0,0,0,1,1,1,1,29,841,0,0,1,1,1,1,1,1,20,20,41.4865608215332,29,841,0,0,0,1,1,1,1,1,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020513",2,2,,,1,1,,35,,2,2,3,2,9,3,3,4,2,2,1,2,2,56,2,1,5,,1,20,1,5,,2,20,1,5,,1,27,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,1,4,,,,,2,4,,,,,2,5,1,1,,,,,,,,,,,,1,4,,,,,,8,,,,,,,1,,4,,,,,,,2,,,,,2,2,2,2,2,2,2,2,2,2,2,,,,,3,1,2,3,3,2,1,2,3,3,2,1,1,5,,1,,,10,1,,2,2,1,0,7,3,4,2,2,1,4,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,29,,4,3,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,504,,98,,,,8,,,,,,,,,,,,,,,1,2,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,1,1,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,1,2,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,1,385,385,1,,,,,,,98,,,,99,2,,2,0,1,1,3,1,2,2,2,1,2,2,,,,1,1,,,,12,,," <12:or some other reason? (specify)>:i missed my face to face appointment and could not get through also could not get to a fair hearing",3,,,,,1,1,,,,,1,1,,,1,1,2,2,1,2,2,2,,2,2,2,1,1,7,12,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:stress and anxiety and trouble sleeping|`",1,1,3,,,,1,1,1,1,2,,,,,,,,,,,,1,3,8,8,1,2,2,,1,45,1,,,,1,,1,,,1,"zs","020513",5,4,1,3,2,1,0,0,0,0,0,0,0,0,0,0,0,384.9999694824219,0,384.9999694824219,.697822093963623,958.5099487304688,1,1,1,2,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,56,41.53856658935547,48.769283294677734,4,0,0,0,1,0,1,0,0,1,4,1977.2779541015625,988.6389770507812,494.3194885253906,0,4,0,0,1,0,2,1,0,1,0,0,1,2,1,0,0,1,1,3,2,1,1,2,2,1,0,0,1,,2,3,4,250,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14630,21945,1,58520,0,0,46438.2578125,184,0,1,0,0,0,4,.800000011920929,0,0,0,1,1,,1,,0,1,,0,1,3,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,,,,,,,,0,0,0,1,32000,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,385,385,19.621416091918945,0,0,0,-5,107.74469757080078,10.380014419555664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,56,3136,0,0,1,1,0,0,0,0,41.4865608215332,,41.4865608215332,56,3136,1,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020513",2,1,,,1,1,,23,,3,2,3,1,3,3,1,4,2,1,1,5,2,35,2,1,11,,2,34,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,6,1,1,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,6,1,4,,,,,1,4,,,,,2,5,1,1,,,,,,,,,,,,1,4,,,,,,2,,,,,,,1,,4,,,,,,,1,,2,,300,2,2,3,1,,,,,,,2,,,,,1,2,1,3,3,3,1,1,2,1,1,1,1,2,1,,,,1,3,,1,2,1,2,7,2,4,2,2,1,1,4,2,1,,,1,1,,,,,,,,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,10,,4,3,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,4,,,,4000,,4000,1,,1,,,,,,,,,,,,,,,1,1,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,,,,,,,,,2,,,,,,,,,2,,1,1,2000,,,,,,,2,1,2,2,2,2,1,2,2,1,1,2,1,1,,,,,,,1,5000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,700,700,,,,,,,,,1,,,,12,568,6816,1,,12,60,720,1,,12,50,600,1,,2,,2,,1,1,3,1,3,2,1,1,1,1,,,,1,1,,,,2,3,4,,1,5,,,,,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,1,7,1,2,3,4,5,8," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:depression and anxiety",1,1,1,3,5,8,,1,1,1,1,4,5,6,97,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:lots of crying when he remembers the attack",1,1,7,,,2,2,1,1,1,1,4," <7:ANOTHER GROUP (SPECIFY)>:White Hispanic",2,64,3,,,,,,,,1979,1,"raa","020513",3,2,1,3,2,1,0,0,0,700.0000610351562,5000,720,600,0,0,0,0,6815.99951171875,0,13116,.4740406572818756,651.1296997070312,1,1,1,2,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,35,41.53856658935547,38.269283294677734,3,0,0,1,0,0,1,0,0,1,4,1294.49755859375,647.248779296875,647.248779296875,0,4,0,0,1,0,2,1,0,1,0,0,0,3,0,1,0,1,1,2,3,1,1,1,2,1,0,0,1,,4,4,4,2000,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14630,21945,1,58520,0,0,46438.2578125,120,0,0,0,0,0,4,1.3333333730697632,1,0,0,0,1,0,1,0,1,0,0,1,1,2,0,0,0,0,1,0,0,1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0,,,,,,,,0,0,0,1,32004,,,,,3,0,0,0,5000,5000,70.71067810058594,0,0,0,0,0,0,0,0,0,0,0,0,700,700,26.4575138092041,6816,6816,82.55906677246094,720,720,26.832815170288086,600,600,24.494897842407227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,1,0,1,0,0,0,35,1225,0,0,1,1,0,0,0,0,41.4865608215332,,41.4865608215332,35,1225,1,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020503",2,2,,,1,1,,4,,1,3,1,2,1,1,1,1,2,1,2,1,1,46,2,1,1,,1,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,2,10,,,,,2,11,,,,,2,3,2,,,,,,,,,,,,,1,4,,,,,,1,4,,,,,,1,,4,,,,2,,,2,,,,,8,8,1,2,2,1,2,2,2,2,2,,,,,1,3,3,3,3,3,1,2,2,3,1,1,1,5,,1,,,10,1,,1,1,1,0,7,3,4,2,2,2,3,3,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,4,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,925,,12,11100,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,60,4,,,,25000,,25000,1,,,,,,,,,,,4,,,,35000,,35000,1,,,,,,,,,,,1,1,2,,8,2,,1,,2,2,,,1,16000,0,,,,,,,1,1,,2,,,,,,,,2,1,1,8,8,2,1,2,,2,2,2,1,8,,,,,,,3,8,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,3000,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,8,3,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,55,97," <5:OTHER (SPECIFY)>:UBEKISTAN (RUSSIA)",97," <5:OTHER (SPECIFY)>:UBEKISTAN (RUSSIA)",,,,,1998,1,"RR2","020503",3,2,1,3,2,1,35000,24999.998046875,0,500,2380.50146484375,0,0,1004.3679809570312,0,0,0,0,0,63884.8671875,.9321386218070984,1280.36083984375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,46,50,48,4,0,0,0,1,0,1,0,0,1,4,2208.474853515625,1104.2374267578125,1104.2374267578125,1,2,1,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,70000,1,1,1,0,0,0,0,1,16000,0,16000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,1,1,,,1,,4,1.3333333730697632,1,1,1,0,1,1,1,1,0,1,1,1,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,32006,66,66,,,66,0,0,0,-5,995.5078735351562,31.55167007446289,-5,1241.30029296875,35.23208999633789,-9,-9,,-9,-9,,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,-9,-9,,2,25000,25000,158.11387634277344,35000,35000,187.08287048339844,35000,25000,35000,187.08287048339844,25000,158.11387634277344,0,0,,0,1,1,0,0,1,1,1,0,46,2116,1,1,0,1,1,1,2,1,50,50,41.4865608215332,50,2500,0,0,1,1,1,1,1,0,12,60,1,1,1,1,0,46,2116,0,0,0,0,0,.1519336998462677,0,0,,1,0,0,0,0,1,0,,1,,1,1,0,0,0,0,0,0,0,0 -"9543o","020503",2,1,,,2,,1,9,,3,1,4,3,3,4,3,2,2,2,8,1,1,32,1,1,1,,2,34,1,7,,1,22,1,11,,2,24,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,4,2,1,,1,,,0,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,4,2,4,,,,,2,1,2,,,,2,4,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,2,,,,,,,,,,1,2,,80,8,8,3,2,,,,,,,2,2,2,2,3,,,,,,,,,,,,1,1,4,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,1,1,2,2,,,,,,,3,,2,,,,,,,1,,,,2,,,1,,,2,,,,,,,,,,,,2,2,,,3,,,480,,3,1440,8,,2,,,8,8,1,,2,2,,3,4,1,1,2,,,,,,,,,,,,,,,,,,,,,1,2,,2,,,3,,,790,,12,9480,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,72,98,98,2,,400,,,12,9600,1,,,,,,,,,,,8,,,,,,,,,2,,,,,2,,1,,2,,8,,5000,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,8,2,2,2,2,,1,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,,,,98,,,,99,,,,,,,,,,,2,,8,100,2,,,,,,,2,,2,,,,1,8,,,,,,,,8,,,,,2,,,,,,,,,,1,2,5,,2,2,2,2,,2,8,1,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,1,4," <7:ANOTHER GROUP (SPECIFY)>:mexican",2,69,8," <5:OTHER (SPECIFY)>:mexico",1,,,,,,1993,1,"tmb","020503",6,4,2,4,2,2,9600,5000,0,0,0,0,0,0,0,0,0,143.49351501464844,0,14743.4931640625,.4740406572818756,651.1296997070312,1,1,0,1,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,32,34,33,2,0,1,0,0,0,1,0,0,1,4,1794.996826171875,897.4984130859375,448.74920654296875,0,3,0,1,0,1,2,1,0,1,0,0,0,3,0,1,0,1,,2,2,1,,,1.6666666269302368,1,,,,3,,,4,5000,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,,1,17650,26475,1,70600,0,0,37000,149,0,1,1,0,0,3,.5,0,0,1,1,0,0,0,0,,0,0,0,1,2,0,0,0,1,0,1,1,0,1,0,2,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,32009,8,,,,8,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,0,0,0,0,0,0,-5,214.38082885742188,14.641749382019043,0,0,0,0,0,0,2,9600,9600,97.9795913696289,5000,5000,70.71067810058594,9600,5000,9600,97.9795913696289,5000,70.71067810058594,2,1,,1,1,1,0,0,1,0,0,1,32,1024,1,1,1,1,0,0,1,1,34,34,41.4865608215332,32,1024,0,0,0,1,0,0,2,1,12,72,0,0,0,0,0,34,1156,0,0,0,0,0,.1519336998462677,0,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 -"9543o","020509",2,4,,,2,,1,35,,1,2,1,3,1,1,1,2,2,2,2,1,1,35,2,1,1,,1,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,9,1,1,,1,,,7,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,7,2,9,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,8,,1,,2,,350,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,2,1,3,3,1,1,4,2,,1,,,2,1,,1,1,1,0,20,4,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,2,0,2,1,2,2,,,,,2,,,2,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,8,2,3,,,11,,6,2,2,2,1,1,2,,,2,,,9,,,,,,,,,,99,99,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,10,35,12,40,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,9,,,,,,,,,2,,2,,8,9,,,,,,,,1,5000,0,,,,,,,1,8,,9,,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,2,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,67,1,,,,5," <5:OTHER (SPECIFY)>:ITALY",5," <5:OTHER (SPECIFY)>:ITALY",,1,"JR","020513",4,2,2,4,2,2,46316.6875,20234.732421875,1390.063720703125,0,0,0,0,0,0,0,0,0,0,67941.484375,.9321386218070984,1280.36083984375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,35,40,37.5,3,0,0,1,0,0,1,0,0,1,4,1906.7513427734375,953.3756713867188,953.3756713867188,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,1,,,,1,5000,0,5000,1,1,1,0,1,1,17650,26475,0,70600,0,1,37000,171,1,,,1,,6,1.5,1,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,0,0,0,0,2,0,2,2,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,32049,,,5,5,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,,0,0,0,0,0,1,1,1,0,35,1225,1,1,1,1,1,1,2,0,40,40,41.4865608215332,35,1225,0,1,0,0,0,0,0,0,10,35,0,1,1,1,1,40,1600,1,1,1,2,.1519336998462677,.1519336998462677,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020507",2,5,,,1,1,,22,,3,3,1,1,1,1,4,2,2,2,3,1,1,50,1,1,1,,2,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,1,10,,,,,2,10,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,9,1,,2,,9,8,2,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,1,2,2,1,1,4,0,,1,,,11,2,,1,1,1,0,20,4,4,2,2,2,1,4,0,,,,1,0,1,2,2,2,,,9,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,0,3,7,1,2,2,1,1,2,,,2,,,9,,,,,,,,,,99,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,99,,,9,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,9,,,,,,,,9,,,,,,,,,1,1,,1,9,9,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,9,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,1,2,9,9,9,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,99,52,99,,1,,,,,,99,1,"sf","020607",3,2,1,3,2,1,99999.9921875,0,0,0,0,0,0,0,0,0,0,0,0,99999.9921875,.9321386218070984,1280.36083984375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,50,50,50,4,0,0,0,1,0,1,0,0,1,4,2751.768310546875,1375.8841552734375,1375.8841552734375,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,1,,,,,,,,1,1,1,,0,,14630,21945,0,58520,1,1,46438.2578125,147,1,,,1,,7,2.3333332538604736,1,1,1,1,1,1,1,1,1,0,1,0,1,3,0,1,0,,0,0,0,0,0,0,0,0,0,0,1,1,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,32051,,,,,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,100000,100000,316.2277526855469,0,0,0,100000,0,100000,316.2277526855469,0,0,0,0,,0,,0,0,0,1,1,1,1,50,2500,1,0,1,1,1,1,1,1,50,50,41.4865608215332,50,2500,0,0,0,1,1,1,1,0,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020504",2,1,,,1,1,,21,,2,1,4,1,4,4,4,2,2,2,1,5,5,21,1,1,3,,2,37,1,3,,1,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,7,1,6,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,7,1,1,2,,,,2,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,4,,,,,,,2,,,,,2,2,2,2,,,,,,,2,,,,,1,3,3,3,3,3,1,2,2,1,1,1,4,2,,1,,,1,1,,1,1,2,0,4,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,1,0,1,1,2,1,,,,,1,2,,,,,,,,,,,2,2,,,,,,,,,,,2,1,3,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,6,,6,4,1,1,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,750,,12,9000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,25000,,25000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,15000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,60000,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,8,,,,,,,,,,2,2,3,,2,2,2,2,,2,2,1,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,1,2,1,4,,6,82,3,,,,,,,,1982,1,"db","020504",11,3,8,2,1,1,24999.998046875,0,0,25,0,0,0,0,0,0,0,0,0,25024.998046875,1.033958911895752,1420.218505859375,0,1,0,,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,21,,21,1,1,0,0,0,0,0,1,0,1,2,7607.11669921875,7607.11669921875,2535.70556640625,1,2,1,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,15000,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,11610,17415,0,46440,0,1,42400,181,0,1,0,0,0,6,.5454545617103577,0,0,1,1,0,,1,0,1,1,0,0,1,1,1,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,0,1,1,,0,1,1,,,,,,,,0,1,0,0,32105,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,25,5,0,0,0,0,0,0,0,0,0,1,25000,25000,158.11387634277344,0,0,0,25000,0,25000,158.11387634277344,0,0,0,0,,1,0,0,0,0,0,0,0,1,21,441,1,,1,0,0,0,0,1,0,,41.4865608215332,21,441,0,0,0,0,0,0,1,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020609",2,4,,,2,,1,22,,2,2,2,2,2,2,2,2,2,2,3,1,1,33,2,1,1,,1,39,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,7,1,1,,1,,,0,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,0,2,7,,,,2,2,11,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,2,,,,,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,2,2,0,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,2,1,1,1,2,2,2,,,,2,,,2,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,3,,,8,,4,2,2,2,1,1,2,,,2,,,4,,,,11000,,11000,1,,,250000,90000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,11,20,12,35,4,,,,22000,,22000,1,,,,,,,,,,,4,,,,70000,,70000,1,,,,,,,,,,,1,1,2,,100000,,,,,,,,,1,8000,0,,,,,,,1,1,,2,,,,,,,,2,1,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,1,2000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,1,1,,2,69,6," <5:OTHER (SPECIFY)>:ecuador",1,,,,,,1980,1,"SF","020609",4,2,2,4,2,2,70000,22000.001953125,0,0,2000,0,0,0,0,0,0,0,0,94000,.4256257116794586,584.628173828125,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,33,39,36,3,0,0,1,0,0,1,0,0,1,4,999.6884765625,499.84423828125,499.84423828125,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,4,,,3,100000,1,1,1,1,250000,90000,160000,1,8000,0,8000,1,1,1,0,1,1,17650,26475,0,70600,1,1,37000,24,1,,,1,,4,1,1,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,1,0,1,0,1,0,1,2,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,32118,6,,,,6,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,22000,22000,148.323974609375,70000,70000,264.57513427734375,70000,22000,70000,264.57513427734375,22000,148.323974609375,1,1,,1,1,1,0,0,1,1,1,0,33,1089,1,1,0,1,1,1,2,1,39,39,41.4865608215332,39,1521,0,0,1,1,1,1,2,1,12,35,1,1,1,1,0,33,1089,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020502",2,5,,,1,1,,55,,3,2,2,3,1,1,2,1,2,2,2,1,1,55,1,1,1,,2,49,1,5,,1,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,2,10,,,,,2,10,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,1,1,800,1,,2,,1000,2,2,2,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,1,2,3,2,2,4,2,,1,,,10,1,,2,1,1,0,10,4,4,2,2,1,3,4,1,2,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,12,,8,3,2,2,1,1,2,,,2,,,4,,,,14500,,14500,1,,,200000,60000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,35,12,40,4,,,,75000,,75000,1,,,,,,,,,,,4,,,,52000,,52000,1,,,,,,,,,,,1,1,1,1,50000,,,,,,,,,1,2000,0,,,,,,,2,,2,1,35000,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,200,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,3000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,46,1,,,,1,,1,,,1,"ap","020502",4,3,1,3,2,1,74999.9921875,51999.99609375,200,0,0,0,0,0,0,0,0,0,0,127199.984375,.4660693109035492,640.180419921875,1,2,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,55,49,52,4,0,0,0,1,0,1,0,0,1,4,1375.8841552734375,687.9420776367188,458.6280517578125,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,1,,4,3,3,50000,1,1,1,1,200000,60000,140000,1,2000,0,2000,0,0,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,23,1,,,0,,8,2,1,1,1,1,1,1,1,1,0,0,1,1,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,32134,,,,,1,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,75000,75000,273.86126708984375,52000,52000,228.0350799560547,75000,52000,75000,273.86126708984375,52000,228.0350799560547,0,0,,0,0,0,0,0,1,1,1,1,55,3025,1,1,1,1,1,1,1,1,49,49,41.4865608215332,55,3025,0,1,0,1,1,1,1,0,12,35,0,1,1,1,0,49,2401,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020508",2,3,,,1,1,,48,,2,1,2,2,4,4,4,4,2,2,1,1,1,48,2,1,1,,1,46,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,1,1,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,1,7,,,,5,2,7,,,,8,1,3,1,2,,,,,,,,,,,,1,4,,,,,,2,,,,,,,1,,4,,,,,,,1,,2,,1000,2,2,1,2,2,1,2,2,1,2,2,,,,,2,3,2,3,3,2,1,1,1,1,2,2,4,2,,1,,,10,1,,1,1,1,4,3,3,4,1,2,1,2,4,1,1,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,11,,4,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,872,,12,10464,1,,1,,,,,,,,,,,,,,,1,1,2,,1,1,,1,1,,12,50,12,60,4,,,,30000,,30000,1,,,,,,,,,,,4,,,,40000,,40000,1,,,,,,,,,,,1,1,2,,35000,,,,,,,,,1,16000,8,2,,2,,,,2,,1,2,,,,,,,,2,2,2,1,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,1300,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,8,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,2,1,,,,,,,,1,1,5,2,1,1,2,1," <1:Yes (Specify)>:AFRIICAN AMERICAN TASK FORCE FOR VIOLENCE AGAINST WOMEN",2,2,2,2,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,3,1,1,1,1,2,2,,5,53,1,,,,1,,1,,,1,"GOLDY/FLEX","020511",3,2,1,3,2,1,40000,30000,1299.9998779296875,0,0,0,0,0,0,0,0,0,0,71300,.6563703417778015,901.5728759765625,1,1,1,3,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,48,46,47,4,0,0,0,1,0,1,0,0,1,4,1804.503662109375,902.2518310546875,902.2518310546875,1,2,1,0,0,0,3,1,0,0,1,0,1,1,0,0,0,1,0,1,2,1,1,2,1.3333333730697632,0,0,0,1,,3,3,3,35000,1,1,1,0,0,0,0,1,16000,3500,12500,0,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,57,1,,,0,,4,1.3333333730697632,1,1,0,1,1,0,1,0,1,1,0,0,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,32224,,,,,1,0,0,0,0,0,0,0,0,0,1300,1300,36.055511474609375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,30000,30000,173.205078125,40000,40000,200,40000,30000,40000,200,30000,173.205078125,0,0,1,0,0,0,0,0,1,1,0,0,48,2304,1,1,0,1,1,0,2,1,46,46,41.4865608215332,46,2116,0,1,0,1,1,0,1,0,12,60,1,1,1,1,0,48,2304,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020514",2,2,,,1,1,,25,,3,3,3,2,8,8,3,4,2,2,1,5,5,43,2,1,5,,1,21,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,2,4,,,,,2,,,,,,,4,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,1,1,8,1,,2,,20,2,1,3,2,2,8,2,2,1,2,2,,,,,4,3,3,2,3,3,2,2,4,4,1,1,4,2,,1,,,11,1,,2,2,1,0,0,4,4,2,2,2,1,2,2,1,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,4,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,,9,8,,,,,,,,1,10000,9,9,,,,,,8,,1,1,8,2,,2,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,0,1,2,,2,,2,2,2,,1,,,,,,,,,,,,,,,,,,1,2,1,,,,,,,,2,1,2,2,2,1,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,2,1,2,2,2,,1,58,1,,,,1,,98,,,1,"ty","020515",3,2,1,2,1,1,29123.451171875,0,0,0,0,0,0,0,0,0,0,0,0,29123.451171875,.8832159638404846,1213.1619873046875,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,43,,43,3,0,0,1,0,0,0,1,0,1,2,1345.8680419921875,1345.8680419921875,672.9340209960938,0,3,0,1,0,1,2,1,0,1,0,0,0,3,0,1,0,1,1,1,1,2,1,1,1.3333333730697632,0,0,0,0,,1,4,4,,,,,0,0,0,0,1,10000,,,0,1,1,1,,1,11610,17415,0,46440,0,1,42400,270,0,1,1,1,1,5,1.6666666269302368,1,0,0,1,1,,1,1,1,0,,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,32272,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,0,0,1,0,0,0,0,0,1,0,0,0,43,1849,1,,1,1,0,0,0,0,0,,41.4865608215332,43,1849,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020506",2,4,,,1,1,,99,,4,2,2,3,2,3,8,2,2,2,1,1,1,99,2,1,1,,1,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,1,9,,,,,2,4,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,840,1,,2,,600,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,4,1,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,1,1,2,,,,,,,,,,,,,,,,,,,,,,,1,,,2,,1,,,,2,,,,,,2,2,,,1,100,,,,4,1600,2,9,1,5,2,2,2,1,,2,7,,3,3,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,735,,12,8820,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,50,4,,,,36000,,36000,1,,,,,,,,,,,4,,,,32000,,32000,1,,,,,,,,,,,1,1,1,1,62000,,,,,,,,,1,3000,0,,,,,,,2,,1,1,3000,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,1,3000,2,,,,,,,,,,,600,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,62,4,,1,,,,,,1968,1,"rm","020506",3,2,1,3,2,1,36000,32000,600,0,3000,0,0,0,0,0,0,0,0,71600,.4256257116794586,584.628173828125,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,41.3242301940918,30,35.66211700439453,3,0,0,1,0,0,1,0,0,1,4,1082.935546875,541.4677734375,541.4677734375,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,4,,,1,62000,1,1,1,0,0,0,0,1,3000,0,3000,0,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,212,1,,,0,,3,1,1,1,1,1,1,1,1,1,,0,1,,1,2,0,0,0,1,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,32273,,,,,4,0,0,0,3000,3000,54.772254943847656,0,0,0,600,600,24.494897842407227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,36000,36000,189.73666381835938,32000,32000,178.88543701171875,36000,32000,36000,189.73666381835938,32000,178.88543701171875,1,1,,1,1,1,0,0,1,1,1,0,41.28620147705078,1707.6920166015625,1,1,1,1,1,1,2,0,30,30,41.4865608215332,42.23152160644531,1783.50146484375,0,1,1,0,0,0,0,0,12,40,0,1,0,0,1,30,900,1,0,0,1,1,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020503",2,2,,,1,1,,21,,2,2,2,1,2,2,2,3,2,2,1,5,2,21,2,1,2,,1,21,1,9," <14:OTHER, SPECIFY>:COUSIN",2,23,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,1,2,,2,,,2,2,,2,,,2,3,1,2,,,,,,,,,,,,1,4,,,,,,2,,,,,,,1,,4,,,,,,,1,,2,,500,2,2,2,1,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,6,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,3,,,300,,7,2100,1,,2,,,1,2,1,,1,3,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,500,,12,6000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,10,40,12,40,4,,,,23000,,23000,1,,,,,,,,,,,4,,,,24000,,24000,1,,,,,,,,,,,2,,2,,7,1,2,,,,,,,2,,,,,,,,,2,,1,1,7,2,,2,,,,2,2,2,2,2,2,2,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,1,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,80,1,,,,1,,1,,,1,"PG","020504",4,3,1,3,2,1,23999.998046875,23000.001953125,0,0,0,0,0,0,0,0,0,0,0,47000,.697822093963623,958.5099487304688,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,21,21,21,1,1,0,0,0,0,1,0,0,1,4,1486.11767578125,743.058837890625,495.37255859375,1,2,1,0,0,0,2,1,0,1,0,0,1,2,1,0,0,1,,,,,,,,,,,,4,,,4,1250,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,14630,21945,0,58520,0,1,46438.2578125,167,1,,,1,,4,1,1,1,0,1,1,0,1,0,,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,32274,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,23000,23000,151.6575164794922,24000,24000,154.91932678222656,24000,23000,24000,154.91932678222656,23000,151.6575164794922,1,1,1,0,0,0,0,0,1,0,0,0,21,441,1,1,0,1,0,0,2,1,21,21,41.4865608215332,21,441,0,0,0,1,0,0,1,1,12,40,1,1,0,0,0,21,441,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020504",2,4,,,1,1,,30,,2,1,3,2,2,4,4,4,2,2,1,1,1,47,1,1,1,,2,42,1,5,,1,24,1,5,,1,22,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,1,8,,,,,2,8,,,,,2,3,1,2,,,,,,,,,,,,1,4,,,,,,1,4,,,,,,1,,2,6,4,,1,2,,1,,2,,8000,2,2,2,2,2,2,2,2,2,2,2,,,,,4,3,3,3,3,1,1,1,2,4,2,1,4,2,,1,,,11,1,,2,1,1,1,0,4,4,2,1,2,3,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,9,,5,1,2,2,1,1,2,,,2,,,3,,,1300,,12,15600,1,,,225000,54000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,2,1,,,,8,40,,,,,,,,,,,,,,,,,,,4,,,,18000,,18000,1,,,,,,,,,,,2,,2,,20000,,,,,,,,,1,3000,0,,,,,,,1,1,,1,60000,,,,,,,1,2,2,2,1,2,2,2,,2,2,2,1,2,9000,2,,,,,,,,,,,,,,,,,,,,,,,,24000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,30000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,1,1,1,1,1,,,,,,2,2,,,,,1,1,1,1,1,4," <7:ANOTHER GROUP (SPECIFY)>:LATINO",2,53,4,,1,,,,,,1963,1,"JR","020505",5,4,1,3,2,1,18000,0,0,0,0,0,0,0,23999.998046875,9000,0,0,0,51000,.4049670994281769,556.2520751953125,1,1,0,3,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,47,42,44.5,3,0,0,1,0,0,1,0,0,1,4,1222.3814697265625,611.1907348632812,305.5953674316406,1,2,1,0,0,0,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,1,1,3,1,0,0,1,0,,1,3,4,20000,1,1,0,1,225000,54000,171000,1,3000,0,3000,1,1,0,0,0,0,14630,21945,0,58520,0,1,46438.2578125,266,1,,,1,,5,1,1,0,0,1,1,1,1,1,0,1,1,0,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,,,,,,,,0,0,0,1,32300,,,,,4,9000,9000,94.86833190917969,0,0,0,0,0,0,0,0,0,24000,24000,154.91932678222656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,18000,18000,134.16407775878906,18000,0,18000,134.16407775878906,0,0,0,0,,1,1,1,0,0,1,1,0,1,47,2209,0,1,0,1,1,0,1,0,42,42,41.4865608215332,42,1764,0,1,0,0,0,0,0,0,8,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020510",2,1,,,1,1,,7,,2,2,3,1,2,4,8,3,2,2,1,1,1,25,2,1,1,,1,42,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,9,2,1,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,9,2,1,2,,,,2,1,2,,,,2,1,2,,,,,,,,,,,,,2,,,,,,,1,1,,,,,,1,,5,,,,,1,8,2,,,,,1,2,1,2,,,,,,,2,,,,,3,3,3,8,3,3,1,2,4,2,1,1,1,2,,1,,,4,1,,1,2,1,0,0,4,4,2,2,2,2,2,0,,,,1,1,,,,,,,,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,5,,4,4,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,2,,460,,,12,11040,1,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,1,2,1,,,,,,,,,,,,,,,,,,1,1,,,,,1,7,," <7:or some other reason? (specify)>:daughter was in the dominican republic",2,2,5,,2,2,2,2,,1,2,1,2,,,,,,,,,,,,,,,3,2,3,1,2,,,,,,,,,,,,8,2,1,2,1,1,4,,3,76,4,,4,,,,,,1995,2,"ak","020510",3,2,1,3,2,1,11040,0,0,0,0,0,0,0,0,0,0,0,0,11040,.7111620903015137,976.8333740234375,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,25,42,33.5,2,0,1,0,0,0,1,0,0,1,4,2961.671142578125,1480.8355712890625,1480.8355712890625,1,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,1,1,,1,1,1,0,0,0,0,,2,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,14630,21945,1,58520,0,0,46438.2578125,263,0,1,0,0,0,4,1.3333333730697632,1,0,0,1,0,1,1,0,1,1,1,,1,2,0,0,0,1,0,0,0,1,0,1,1,0,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,32301,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,11040,11040,105.07140350341797,11040,0,11040,105.07140350341797,0,0,0,0,,1,1,1,0,0,0,0,0,0,25,625,0,1,0,0,0,0,2,1,42,42,41.4865608215332,42,1764,0,0,0,0,0,0,1,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020513",2,1,,,2,,1,7,,1,3,2,2,1,2,3,1,2,2,2,5,2,39,2,1,2,,1,43,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,14,1,1,,1,,,12,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,14,1,4,,,,,2,4,,,,,2,1,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,6,4,,,,,,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,2,2,2,1,1,2,1,,1,,,8,1,,2,1,1,0,12,4,4,2,2,2,3,4,0,,,,2,2,,,,,,,,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,2,,5,1,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,7," <7:Other (not staying w/anyone) {specify}>:they own there apartment f husband is super",,,2,,2,,2,2,1,1,1,,9,40,12,40,4,,,,7000,,7000,1,,,,,,,,,,,8,,,,,,,,,2,,,,,2,,3,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,1,2,2,2,2,,1,2,2,1,5,6,,,,,,,2,2,,,,,1,2,2,2,2,,,,,,,,,,,,2,2,2,3,3,1,4,,2,62,3,,,,,,,,1995,2,"jd","020515",4,2,2,4,2,2,12500,6999.99951171875,0,200,0,0,0,0,0,0,0,0,0,19700,.4740406572818756,651.1296997070312,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,39,43,41,3,0,0,1,0,0,1,0,0,1,4,1186.6226806640625,593.3113403320312,593.3113403320312,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,17650,26475,1,70600,0,0,37000,188,0,1,1,1,1,5,1.25,1,1,1,1,0,0,1,0,0,1,1,0,1,2,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,32304,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,2,7000,7000,83.66600036621094,12500,12500,111.80339813232422,12500,7000,12500,111.80339813232422,7000,83.66600036621094,0,0,,1,0,0,0,0,1,0,0,0,39,1521,1,1,0,1,0,0,2,1,43,43,41.4865608215332,43,1849,0,0,0,1,0,0,2,0,12,40,1,1,0,0,0,39,1521,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020508",2,4,,,1,1,,43,,1,1,1,2,2,1,2,1,2,2,2,1,1,43,1,1,1,,2,45,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,13,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,13,1,11,,,,,2,7,,,,5,2,2,2,,,,,,,,,,,,,1,1,2,,,,,1,1,3,,,,,1,,1,2,3,,2,1,8,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,2,3,2,3,3,3,1,2,3,4,2,1,4,3,,1,,,8,1,,2,1,1,0,48,4,4,2,2,2,1,3,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,5,,5,1,2,2,1,2,,,,,,,,,,,,,,,,1,75000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,35,12,40,4,,,,55000,,55000,1,,,,,,,,,,,4,,,,50000,,50000,1,,,,,,,,,,,2,,2,,8,2,,1,,2,1,,,1,10000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,58,1,,,,1,,1,,,1,"WC","020508",3,2,1,3,2,1,54999.99609375,50000,0,0,0,0,0,0,0,0,0,0,0,105000,.9321386218070984,1280.36083984375,1,1,0,3,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,43,45,44,3,0,0,1,0,0,1,0,0,1,4,2375.8203125,1187.91015625,1187.91015625,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,0,,3,3,4,50000,1,1,1,1,75000,0,75000,1,10000,0,10000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,36,1,,,1,,5,1.6666666269302368,1,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,32310,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,55000,55000,234.52078247070312,50000,50000,223.60679626464844,55000,50000,55000,234.52078247070312,50000,223.60679626464844,0,0,,0,0,0,0,0,1,1,1,1,43,1849,1,1,1,1,1,1,1,1,45,45,41.4865608215332,43,1849,0,0,0,1,1,1,1,0,12,35,0,1,1,1,0,45,2025,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020507",2,1,,,1,1,,20,,2,3,1,1,2,1,8,2,2,2,2,3,5,28,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,3,2,8,,,,,1,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,1,2,,1,,2,,500,2,1,2,2,,,,,,,2,2,3,3,3,,,,,,,,,,,,1,3,8,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,1,2,,,,,,,,,,,,,,,,1,,,,2,,,1,,,2,,1,,,,1,2,,,,,2,2,,,1,75,,,,8,2400,1,,2,,,1,2,3,,,1,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,500,,12,6000,1,,2,,,,,,,,,,,,,,,1,1,2,,1,1,,,,,12,40,,,4,,,,28000,,28000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,1000,,,,,,,,,1,1500,14000,,,,,,,1,2,,1,5000,,,,,,,2,2,2,1,2,1,1,2,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,340,1,8,2720,1,,2000,250,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,2,,2,2,2,,2,,,,,,,,,,,,,,,,,,8,,,,,,,,,,1,1,2,2,2,2,2,1," <1:Yes (Specify)>:church",2,2,2,1,1,,,,,,,,1,1,1,,,,,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,73,1,,,,1,,1,,,1,"jr","020507",2,1,1,2,1,1,27999.998046875,0,100,249.99998474121094,0,0,0,0,0,0,2719.999755859375,0,0,31069.998046875,.8307514786720276,1141.09814453125,0,1,1,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,28,,28,2,0,1,0,0,0,0,1,0,1,2,1394.3223876953125,1394.3223876953125,1394.3223876953125,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,,1,1,1,,,1,0,,,,3,,,4,1000,1,0,0,0,0,0,0,1,1500,14000,-12500,1,1,1,1,,1,11610,17415,0,46440,0,1,42400,196,0,1,1,1,1,3,1.5,1,1,1,1,1,,1,1,,1,1,,1,2,0,0,0,0,0,0,1,0,1,0,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,32361,,,,,1,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,2720,2720,52.15361785888672,250,250,15.81138801574707,0,0,0,0,0,0,0,0,0,1,28000,28000,167.33200073242188,0,0,0,28000,0,28000,167.33200073242188,0,0,1,1,1,0,0,0,0,0,1,1,0,0,28,784,1,,1,1,1,0,0,0,0,,41.4865608215332,28,784,0,1,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020509",2,1,,,2,,1,17,,2,1,2,3,3,2,4,2,2,2,2,5,2,27,1,1,2,,2,24,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,5,2,1,,1,,,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,0,1,7,,,,5,2,9,,,,,2,4,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,300,2,2,1,2,,,,,,,2,3,3,3,3,,,,,,,,,,,,1,4,0,,,,,,,,,,,,,,,,,,,,,,,,1,0,1,2,2,2,,,5000,,2,2,1,1,1,1,2,,,,2,,,98,,2,,2,,,,,1,,,,2,,,1,,,2,,1,,,,8,,,,,,2,2,,,4,,,,5000,,5000,1,,1,5,4,2,2,1,,2,5,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,1,2,2,12,60,,,4,,,,53000,,53000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,0,,,,,,,,,1,9000,11000,,,,,,,1,2,,1,5000,,,,,,,2,2,2,2,2,2,2,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,1,2,2,2,2,,1,74,2,,1,,,,,,1985,1,"al","020509",4,2,2,4,2,2,53000,0,0,0,0,0,0,0,0,0,0,0,0,53000,.5401546955108643,741.942138671875,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,27,24,25.5,2,0,1,0,0,0,1,0,0,1,4,1677.47900390625,838.739501953125,838.739501953125,0,3,0,1,0,1,3,1,0,0,1,0,1,1,0,0,0,1,,,,,,,,,,,,2,,,4,0,0,0,0,0,0,0,0,1,9000,11000,-2000,1,1,1,1,0,1,17650,26475,0,70600,0,1,37000,27,1,,,1,,3,.75,0,1,1,1,1,1,1,1,,1,0,0,1,2,0,0,0,1,0,1,1,0,1,1,2,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,32392,,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,53000,53000,230.21728515625,0,0,0,53000,0,53000,230.21728515625,0,0,2,1,1,0,1,1,0,0,1,1,0,1,27,729,1,0,1,1,1,0,1,1,24,24,41.4865608215332,27,729,0,0,0,1,1,0,2,1,12,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020531",2,2,,,2,,1,0,8,3,2,2,3,1,3,2,1,2,1,3,1,1,99,1,1,5,,2,19,1,1,,2,43,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,16,1,1,,1,,,14,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,14,2,1,2,,,,2,1,2,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,9,,,,,,,2,,,,,2,2,2,2,2,2,2,2,2,2,2,,,,,4,8,3,3,3,8,8,8,4,4,8,1,1,2,,1,,,9,1,,2,2,2,0,0,4,4,1,8,8,1,8,0,,,,2,2,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,0,8,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,900,,8,7200,1,,2,,,,,,,,,,,,,,,2,,2,,2,1,,1,2,2,10,50,,,4,,,,7500,,7500,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,7,1,2,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,4000,2,,,,,,,2,,2,1,1,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,1,2,1,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,8,1,1,2,2,3,,2,58,9," <5:OTHER (SPECIFY)>:China",9," <5:OTHER (SPECIFY)>:China",,,,,1993,3,"father of","020531",5,3,2,4,2,2,7500,0,100,0,0,0,0,0,0,0,0,0,0,7600,.9324471950531006,1280.7847900390625,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,4,0,0,0,1,41.3242301940918,43,42.16211700439453,3,0,0,1,0,0,1,0,0,1,4,8472.029296875,4236.0146484375,2824.009765625,1,1,0,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,0,,1,1,1,,1,0,0,,,,1,,4,1250,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,17650,26475,1,70600,0,0,37000,210,0,1,1,1,1,2,.4000000059604645,0,1,1,0,0,0,1,0,1,0,1,1,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,1,1,0,1,,,,,,,,0,0,0,1,32395,9,9,,,9,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,7500,7500,86.6025390625,0,0,0,7500,0,7500,86.6025390625,0,0,0,0,,0,1,1,0,0,0,0,0,1,41.28620147705078,1707.6920166015625,1,0,1,0,0,0,1,1,43,43,41.4865608215332,42.23152160644531,1783.50146484375,0,1,0,0,0,0,2,0,10,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020506",2,4,,,1,1,,30,,1,1,1,2,2,1,1,2,2,2,3,1,1,45,1,1,1,,2,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,1,11,,,,,2,4,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,150,1,,2,,500,2,1,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,2,1,2,2,1,1,2,1,,1,,,11,1,,1,1,1,3,10,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,7,,5,2,2,2,1,1,2,,,2,,,4,,,,12000,,12000,1,,,400000,80000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,1,,12,40,8,40,4,,,,90000,,90000,1,,,,,,,,,,,4,,,,15000,,15000,1,,,,,,,,,,,2,,2,,7,1,2,,,,,,,1,20000,10000,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,2000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,3,,6,43,97," <5:OTHER (SPECIFY)>:india",97," <5:OTHER (SPECIFY)>:INDIA",,,,,1971,1,"PG","020511",3,2,1,3,2,1,90000,15000,2000,0,0,0,0,0,0,0,0,0,0,107000,.7717018127441406,1059.9891357421875,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,4,0,0,0,1,45,40,42.5,3,0,0,1,0,0,1,0,0,1,4,3144.94677734375,1572.473388671875,1572.473388671875,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,1250,1,0,0,1,400000,80000,320000,1,20000,10000,10000,1,1,1,1,0,1,14630,21945,0,58520,1,1,46438.2578125,5,1,,,1,,5,1.6666666269302368,1,1,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,32412,45,45,,,45,0,0,0,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,90000,90000,300,15000,15000,122.4744873046875,90000,15000,90000,300,15000,122.4744873046875,0,0,,0,1,1,0,0,1,1,1,1,45,2025,1,1,1,1,1,1,1,1,40,40,41.4865608215332,45,2025,0,1,0,1,1,1,1,0,12,40,0,1,0,0,0,40,1600,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020505",2,4,,,1,1,,41,,2,1,2,3,2,2,3,2,2,2,1,1,1,41,1,1,1,,2,99,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,2,7,,,,5,2,2,,1,,,2,3,1,2,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,292,1,,2,,75,2,2,2,2,,,,,,,2,3,3,3,2,,,,,,,,,,,,3,2,5,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,2,2,,,,,,,,,,,,,,,,1,,,,2,,,1,,,2,,,,,,,,,,,,2,2,,,2,,160,,,5,1600,1,,2,,,2,2,2,,,6,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,9,40,4,,,,30000,,30000,1,,,,,,,,,,,7,,,,,,,,,2,,,,,8,,,,1,1,1,8,1000,,,,,,,,,1,2500,219,,,,,,,2,,1,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,1300,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,3,1,1,2,1,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,2,3,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,60,1,,,,1,,1,,,1,"GOLDY/FLEX","020505",3,2,1,3,2,1,30000,16192.306640625,100,0,0,0,0,0,0,0,0,0,0,46292.3046875,.6563703417778015,901.5728759765625,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,41,41.53856658935547,41.269283294677734,3,0,0,1,0,0,1,0,0,1,4,1612.0369873046875,806.0184936523438,806.0184936523438,1,2,1,0,0,0,3,1,0,0,1,0,1,2,1,0,0,1,,,,,,,,,,,,2,,,2,1000,1,0,0,0,0,0,0,1,2500,219,2281,0,1,1,1,0,1,14630,21945,0,58520,0,1,46438.2578125,200,0,0,1,1,1,3,1,1,1,1,1,1,1,1,1,,1,1,0,1,2,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,32420,,,,,1,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,30000,30000,173.205078125,-5,19612.009765625,140.0428924560547,30000,-5,30000,173.205078125,9043.8486328125,95.09915161132812,1,1,1,0,0,0,0,0,1,1,0,1,41,1681,1,1,1,1,1,0,1,1,41.4865608215332,,41.4865608215332,41,1681,0,1,0,1,1,0,1,1,12,40,0,1,0,0,0,41.53856658935547,1725.4525146484375,0,0,0,0,0,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020504",2,4,,,1,1,,4,,2,3,1,2,2,2,1,1,2,2,2,1,1,30,1,1,1,,2,33,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,2,9,,,,,2,4,,,,,1,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,80,1,,2,,200,2,2,2,2,,,,,,,2,1,8,8,3,,,,,,,,,,,,1,1,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,8,4,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,12000,,12000,1,,2,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,12,42,12,40,4,,,,45000,,45000,1,,,,,,,,,,,4,,,,45000,,45000,1,,,,,,,,,,,1,1,1,1,2000,,,,,,,,,1,7000,0,,,,,,,1,2,,1,5000,,,,,,,2,2,2,1,2,2,1,1,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,9,200,9,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,1," <1:Yes (Specify)>:humane society",3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,71,1,,,,1,,1,,,1,"sf","020504",3,2,1,3,2,1,45000,45000,2044.7540283203125,200,0,0,0,0,0,0,0,0,26.99055290222168,92271.7421875,.9321386218070984,1280.36083984375,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,30,33,31.5,2,0,1,0,0,0,1,0,0,1,4,2426.153076171875,1213.0765380859375,1213.0765380859375,1,2,1,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,,,,,,,,,,,,4,,,4,2000,1,0,0,0,0,0,0,1,7000,0,7000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,146,1,,,1,,3,1,1,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,2,1,1,0,1,1,0,1,,,,,,,,0,0,0,1,32572,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,2,45000,45000,212.1320343017578,45000,45000,212.1320343017578,45000,45000,45000,212.1320343017578,45000,212.1320343017578,1,1,,0,0,0,0,0,1,1,1,1,30,900,1,1,1,1,1,1,1,1,33,33,41.4865608215332,30,900,0,1,0,1,1,1,1,1,12,42,0,1,0,0,0,33,1089,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5 -"9543o","020504",2,2,,,1,1,,10,,2,3,3,1,1,3,4,2,2,2,3,4,5,50,2,1,5,,1,23,1,5,,2,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,13,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,13,2,1,2,,,,2,,,,,,,1,1,2,,,,,,,,,,,,1,5,,,,,,,,,,,,,1,,5,,,,1,,,2,,,,,1,2,1,2,2,2,2,2,1,2,2,,,,,2,3,3,2,2,3,1,2,2,4,1,1,1,2,,1,,,8,1,,2,1,1,0,2,3,4,2,2,2,3,3,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,6,,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,1,2,,3,,,200,,12,2400,1,,1,,,,,,,,,,,,,,,2,,2,,2,1,,,,,6,12,,,7,,,,,,,,,2,,,,,2,,2,,,,,,,,,,,,,,,,,,,,2,,2,,7,1,2,,,,,,,2,,,,,,,,,8,,1,2,,,,,,,,2,2,2,2,2,2,1,2,,2,1,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,400,300,,,,,,,,,,,,,,,,,,12,150,1800,1,,,,,,,2,,2,8,1,2,,1,3,2,2,1,1,2,,,,3,,,,,,,,,3,,,,,8,,,,,,,,,,2,2,1,,2,2,1,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,1,1,3,1,1,2,2,,1,50,7," <5:OTHER (SPECIFY)>:guyana",1,,,,,,1986,1,"PG","020504",4,3,1,2,1,1,7500,0,0,300.0000305175781,0,1800,0,0,0,0,0,0,0,7800,1.567107081413269,2152.53662109375,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,50,,50,4,0,0,0,1,0,0,1,0,1,2,3738.893310546875,3738.893310546875,1246.2977294921875,1,1,0,0,0,0,1,0,1,0,0,0,1,1,0,0,0,1,1,1,1,2,2,1,1.3333333730697632,0,0,0,0,,3,4,4,1250,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,11610,17415,1,46440,0,0,42400,16,0,1,0,0,1,3,.75,0,0,1,1,1,,1,1,0,1,1,0,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,32579,7,,,,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,1800,1800,42.42640686035156,0,0,0,1,7500,7500,86.6025390625,0,0,0,7500,0,7500,86.6025390625,0,0,0,0,1,0,1,1,0,0,0,0,0,0,50,2500,1,,1,0,0,0,0,0,0,,41.4865608215332,50,2500,0,0,0,0,0,0,0,0,6,12,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020510",2,1,,,2,,1,13,,3,1,3,2,3,3,4,3,2,2,1,5,5,33,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,13,1,1,,,,,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,13,1,1,1,,,,2,,,,,,,4,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,7,,," <7:or another type of government program? {specify}>:metro plus",,,,2,,,,,8,2,2,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,2,4,4,2,1,1,0,,1,,,7,1,,1,1,1,0,8,4,4,1,2,2,1,4,2,1,,,1,1,,,,,,,,,1,1,0,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,2,,3,3,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,610,,12,7320,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,6,25,,,1,200,,,,6,4800,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,8,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,200,1600,1,,8,200,1600,1,,2,,2,,1,2,,2,,2,2,1,2,2,,,,1,2,1,,,,,,,3,,,,,,,,,,,,,,,2,2,5,,2,2,2,2,,3,2,1,2,,,,,,,,,,,,,,,3,1,3,2,2,,,,,,,,,,,,3,2,2,1,2,1,4,,2,67,8," <5:OTHER (SPECIFY)>:mexico",1,,,,,,1988,2,"jd","020510",3,1,2,3,1,2,4800.00048828125,0,0,0,0,1600,1600,0,0,0,0,0,0,6400.00048828125,.5999813675880432,824.1184692382812,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,33,,33,2,0,1,0,0,0,0,1,0,1,2,1061.9798583984375,1061.9798583984375,1061.9798583984375,0,3,0,1,0,1,2,1,0,1,0,0,1,2,1,0,0,1,0,1,1,1,1,1,1,0,0,0,0,,4,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,,0,14630,21945,1,58520,0,0,46438.2578125,16,0,1,0,0,0,3,1,1,0,0,1,0,,1,0,1,0,0,0,1,2,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,32587,8,,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1600,1600,40,1600,1600,40,1,4800,4800,69.28203582763672,0,0,0,4800,0,4800,69.28203582763672,0,0,1,1,,1,1,1,0,0,1,0,0,0,33,1089,1,,1,1,0,0,0,0,0,,41.4865608215332,33,1089,1,0,0,0,0,0,0,0,6,25,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020513",2,2,,,1,1,,67,,3,2,2,1,1,3,2,2,2,2,2,2,5,67,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,13,2,5,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,13,2,1,1,,,,2,,,,,,,4,1,1,1,1,2,1,2,2,4,4,4,4,3,1,9,,,,,,,,,,,,,1,,10,,,,2,,,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,1,3,4,1,1,4,2,,1,,,7,1,,1,1,1,3,4,4,4,1,2,2,1,3,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,10,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,1,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,12,9,,,99,12,8,,,120,12,9,,,99,2,,2,,1,1,3,2,,2,2,2,,2,,,,3,,,,,,,,,3,,,,,,,,,,,,,,,1,1,2,1,1,1,1,2,,1,2,2,2,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,2,1,2,1,2,2,2,,3,99,1,,,,1,,1,,,1,"gs","020513",9,1,8,2,1,1,0,0,0,0,0,496.5254211425781,2.740920066833496,0,0,0,0,3698.3271484375,0,3701.068115234375,2.4981119632720947,3431.34033203125,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,67,,67,5,0,0,0,0,1,0,1,0,1,2,4571.57470703125,4571.57470703125,4571.57470703125,0,3,0,1,0,0,2,1,0,1,0,0,1,1,0,0,0,1,0,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,0,0,0,0,0,0,0,0,1,1,0,0,,0,11610,17415,1,46440,0,0,42400,298,0,1,1,1,1,3,.3333333432674408,0,1,1,1,1,,1,1,1,0,1,1,1,4,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,1,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,32593,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,214.38082885742188,14.641749382019043,-5,169.98902893066406,13.037983894348145,-5,107.74469757080078,10.380014419555664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,67,4489,0,,1,1,0,0,0,0,0,,41.4865608215332,67,4489,1,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0 -"9543o","020514",2,4,,,3,,1,15,,2,1,2,2,2,2,1,1,2,2,3,1,1,36,1,1,1,,2,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,5,2,1,,1,,,3,1,1,,1,,,1,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,5,2,7,,,,5,2,7,,,,8,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,1720,1,,2,,200,8,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,2,2,,5," <7:OTHER: specify (SPECIFY)>:not old enough",,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,3,3,1,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,10,,6,2,2,2,1,1,2,,,2,,,4,,,,25000,,25000,1,,,450000,170000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,6,20,4,,,,70000,,70000,1,,,,,,,,,,,4,,,,80000,,80000,1,,,,,,,,,,,2,,2,,0,,,,,,,,,1,13000,3000,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,65,1,,,,5," <5:OTHER (SPECIFY)>:italy",5," <5:OTHER (SPECIFY)>:italy",,1,"al","020515",5,2,3,5,2,3,80000,70000,0,0,0,0,0,0,0,0,0,0,0,150000,.9003636240959167,1236.715576171875,1,1,0,3,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,36,36,36,3,0,0,1,0,0,1,0,0,1,4,2331.504150390625,1165.7520751953125,1165.7520751953125,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,,1,1,1,,,1,0,,,,4,,,4,0,0,0,0,1,450000,170000,280000,1,13000,3000,10000,1,1,1,1,0,1,20670,31005,0,82680,1,1,36847.08984375,5,1,,,1,,6,1.2000000476837158,1,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,0,0,1,2,0,2,1,3,0,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,32594,,,5,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,70000,70000,264.57513427734375,80000,80000,282.84271240234375,80000,70000,80000,282.84271240234375,70000,264.57513427734375,3,1,,0,0,0,0,0,1,1,0,1,36,1296,1,1,0,1,1,0,1,0,36,36,41.4865608215332,36,1296,0,0,0,0,0,0,0,0,6,20,1,1,1,1,1,36,1296,1,1,1,3,1,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020507",2,4,,,1,1,,46,,2,2,1,1,1,1,2,1,2,2,2,1,1,46,2,1,1,,1,47,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,9,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,9,2,2,,2,,,2,2,,2,,,2,4,1,1,,,,,,,,,,,,1,4,,,,,,1,1,,,,,,2,,,,,,,1,8,1,,2,,8,2,2,1,2,,,,,,,2,,,,,1,3,2,3,2,2,2,1,2,2,1,1,1,1,,1,,,4,1,,1,2,1,0,25,4,4,2,2,2,1,3,0,,,,1,1,,,,,,,,,1,0,1,1,2,2,,,,,1,1,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,1,2,1,,2,10,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,650,,12,7800,1,,2,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,4,,,,40000,,40000,1,,,,,,,,,,,1,1,2,,8000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,1,2,2,2,2,,,,,,,,,,,,,,,,,,,,8000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,9,386,3474,1,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,2,2,9,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,1,1,1,1,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:nightmares",2,2,,,,1,2,1,1,1,2,1,,2,56,1,,,,1,,1,,,1,"nr","020507",3,2,1,3,2,1,40000,0,8000,0,0,0,0,0,0,0,0,3474,0,51474,1.4416096210479736,1980.15673828125,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,46,47,46.5,4,0,0,0,1,0,1,0,0,1,4,2621.4423828125,1310.72119140625,1310.72119140625,0,3,0,1,0,0,2,1,0,1,0,0,1,1,0,0,0,1,1,1,2,1,2,2,1.3333333730697632,0,0,0,0,,4,4,4,8000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,14630,21945,0,58520,0,1,46438.2578125,108,1,,,1,,4,1.3333333730697632,1,1,1,1,1,1,0,0,1,1,1,1,1,3,0,1,0,0,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,32597,,,,,1,0,0,0,0,0,0,0,0,0,8000,8000,89.44271850585938,0,0,0,0,0,0,0,0,0,3474,3474,58.94064712524414,0,0,0,0,0,0,1,0,0,0,40000,40000,200,40000,0,40000,200,0,0,0,0,,0,0,0,1,0,1,0,0,0,46,2116,0,1,0,1,0,0,2,1,47,47,41.4865608215332,47,2209,0,1,0,1,0,0,1,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020507",2,1,,,2,,1,16,,2,2,4,3,2,3,2,1,2,2,1,4,5,47,2,1,5,,1,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,16,2,1,,,,,12,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,16,2,1,2,,,,1,,,,,,,5,1,1,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,1,,,2,,,,,2,2,2,2,2,2,2,2,2,2,8,,,,,4,3,3,3,3,2,1,2,4,4,1,1,4,2,,1,,,11,1,,2,2,1,0,1,4,4,2,2,1,1,4,0,,,,2,2,,,,,,,,,1,0,1,2,2,2,,,,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,11,,5,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,9,,,,,,,,,8,,,,,,,,,,,,,,,1,2,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,2,1,300,,,,,,,2,2,2,2,2,1,2,2,2,1,1,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300,2,,,,,,,,,,,,,,,1,,,,12,8,,,500,12,234,2808,1,,,,,,,2,,2,300,1,2,,2,,2,2,1,2,2,,,,3,,,,,,,,,3,,,,,1,1,,,,,2,,,,2,1,2,1,2,2,2,2,,2,2,2,1,1,2,3,5,8,11,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:depression, nervous,sad",1,1,1,5,3,,,1,3,2,2,,,,,,,,,,,,2,8,2,1,1,1,4,,2,53,4,,4,,,,,,1988,2,"jd","020507",4,2,2,3,1,2,0,0,0,0,0,2808,0,0,0,0,300.0000305175781,500,0,800,.90010005235672,1236.353515625,0,1,1,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,47,,47,4,0,0,0,1,0,0,1,0,1,2,3092.883056640625,3092.883056640625,1546.4415283203125,0,4,0,0,1,0,1,0,1,0,0,0,1,2,1,0,0,,1,1,1,1,1,2,1,0,0,0,1,,1,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,14630,21945,1,58520,0,0,46438.2578125,233,0,1,0,0,0,5,1.25,1,0,1,1,1,,1,1,1,1,1,1,1,3,0,1,0,1,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,32598,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,500,500,22.360679626464844,2808,2808,52.99056625366211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,1,1,1,0,0,0,0,0,47,2209,0,,1,0,0,0,0,0,0,,41.4865608215332,47,2209,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020502",2,2,,,1,1,,30,,2,2,4,3,4,4,3,1,2,2,2,1,1,35,2,1,1,,1,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,10,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,10,1,7,,,,1,2,8,,,,,2,2,2,,,,,,,,,,,,,1,1,2,,,,,1,1,2,,,,,1,,1,2,,,2,1,700,1,,2,,1000,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,2,4,1,1,4,2,,1,,,5,1,,2,2,1,0,4,4,4,2,2,2,1,3,0,,,,1,1,,,,,,,,,1,0,1,1,2,2,,,,,1,4,,,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,2,,,2,2,,,4,,,,1500,,1500,2,2000,2,,,2,2,1,,2,2,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,500,,12,6000,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,2,1,,12,40,5,35,4,,,,20000,,20000,1,,,,,,,,,,,4,,,,6000,,6000,1,,,,,,,,,,,1,1,1,2,0,,,,,,,,,2,,,,,,,,,2,,1,1,5000,,,,,,,2,1,2,2,2,2,1,2,,2,2,2,1,2,,,,,,,2,800,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,1,2,,1,4,2,2,1,2,2,,,,,,,,,,,,,,,,,,1,2,1,,,,,,,,2,1,2,1,2,1,2,1," <1:Yes (Specify)>:recreation center-volunteer",4,1,2,1,1,97,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:baddreams",1,2,,,,,,1,1,1,1,10,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:scaredfor me to go to work",2,2,,,,2,2,1,1,2,2,2,,3,72,1,,,,1,,1,,,1,"ap","020502",3,2,1,3,2,1,20000,5999.99951171875,0,100,800,0,0,0,0,0,0,0,0,26900,.6563703417778015,901.5728759765625,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,35,32,33.5,2,0,1,0,0,0,1,0,0,1,4,1486.1168212890625,743.0584106445312,743.0584106445312,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,14630,21945,0,58520,0,1,46438.2578125,80,0,1,0,1,1,4,1.3333333730697632,1,0,1,1,1,1,1,1,1,1,0,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,1,0,1,0,1,,,,,,,,0,0,0,1,32622,,,,,1,0,0,0,800,800,28.284271240234375,0,0,0,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,2,20000,20000,141.42135620117188,6000,6000,77.45966339111328,20000,6000,20000,141.42135620117188,6000,77.45966339111328,0,0,1,0,0,0,0,0,1,1,0,0,35,1225,1,1,1,1,1,0,2,0,32,32,41.4865608215332,35,1225,0,0,1,0,0,0,0,0,12,40,0,1,1,1,1,32,1024,1,1,1,1,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020507",2,4,,,1,1,,28,,1,1,2,2,2,2,2,1,2,2,2,5,2,28,2,1,2,,1,25,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,2,8,,,,,2,8,,,,,1,3,2,,,,,,,,,,,,,1,1,,,,,,2,,,,,,,1,,1,,,,,2,,1,,2,,40,2,2,1,2,,,,,,,2,3,3,3,3,,,,,,,,,,,,1,1,98,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,1,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,1,,,,1,2,,,,,2,2,,,1,43,,,,4,688,1,,2,,,1,2,1,,2,6,,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,9,30,4,,,,26000,,26000,1,,,,,,,,,,,2,,550,,,9,9900,1,,,,,,,,,,,2,,1,2,7000,,,,,,,,,2,,,,,,,,,2,,1,1,17000,,,,,,,2,2,2,2,2,2,1,2,1,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,700,,,,,,,1,3,,,,,,,,,,,,,,,,,,,,1,2100,1,,1,2,,1,4,2,2,2,,2,,,,,,,,,,,,,,,,,,1,2,4,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,2,1,2,9,,,,,,,,,,,,9,9,9,9,9,1,1,,6,73,1,,,,1,,97," <5:OTHER (SPECIFY)>:cuba",,1,"ja2","020511",3,2,1,3,2,1,25999.998046875,9899.9990234375,0,700.0000610351562,0,0,0,0,0,0,0,0,0,36599.99609375,.4049670994281769,556.2520751953125,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,28,25,26.5,2,0,1,0,0,0,1,0,0,1,4,1126.898681640625,563.4493408203125,563.4493408203125,1,2,1,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,,,,,,,,,,,,2,,,4,7000,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,14630,21945,0,58520,0,1,46438.2578125,32,0,1,1,0,1,3,1,1,1,1,1,1,0,1,0,,1,1,1,1,2,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,32642,,,,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,700,26.4575138092041,0,0,0,0,0,0,0,0,0,2,26000,26000,161.24514770507812,9900,9900,99.49874114990234,26000,9900,26000,161.24514770507812,9900,99.49874114990234,1,1,,1,0,0,0,0,1,1,0,0,28,784,1,1,1,1,1,0,2,0,25,25,41.4865608215332,28,784,0,0,0,0,0,0,0,0,12,40,0,1,1,1,1,25,625,1,1,1,1,1,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020507",2,5,,,2,,1,28,,1,1,1,1,1,2,1,1,2,2,3,1,1,28,1,1,1,,2,29,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,6,1,1,,1,,,2,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,6,1,9,,,,,2,8,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,8,,1,,2,,8,8,2,1,2,,,,,,,2,,,,,1,3,2,3,2,3,1,1,1,2,1,1,4,2,1,,,,0,1,,2,2,1,0,0,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,2,1,1,1,2,2,2,,,,2,,,2,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,2," correct",,,,,,,,,,,,,,2,,,1,2,3,,,2,,3,2,2,2,1,1,1,1,,2,,,9,,,,,,,,,,280000,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,35,,,9,,,,,,,,,1,2,2,3,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,8,2,,2,1,,,,,1,17000,17000,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,3,2,2,2,,,,,,,,,,,,2,2,2,1,2,2,9,,3,73,1,,,,97," <5:OTHER (SPECIFY)>:greece",97," <5:OTHER (SPECIFY)>:greece",,1,"gb","020508",4,2,2,4,2,2,54999.99609375,0,0,0,0,0,0,0,0,0,0,0,0,54999.99609375,.7435845732688904,1021.3680419921875,1,1,0,3,4,1,4,0,0,0,1,0,0,0,0,,,,,,28,29,28.5,2,0,1,0,0,0,1,0,0,1,4,1944.75927734375,972.379638671875,972.379638671875,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,2,1,2,1,1.3333333730697632,0,0,0,0,,4,4,4,6000,1,0,0,1,280000,,,1,17000,17000,0,1,1,1,1,0,1,17650,26475,0,70600,0,1,37000,17,1,,,1,,3,.75,0,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,0,0,1,0,1,1,1,2,1,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,32655,,,38,38,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,55000,55000,234.52078247070312,0,0,0,55000,0,55000,234.52078247070312,0,0,1,1,0,0,0,0,0,0,1,1,1,1,28,784,1,0,1,1,1,1,1,1,29,29,41.4865608215332,28,784,0,0,0,1,1,1,2,1,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020503",2,5,,,2,,1,48,,2,3,1,1,3,1,1,1,2,2,3,1,1,48,2,1,1,,1,45,1,5,,2,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,14,1,2,,1,,,0,1,5,,5,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,14,1,10,,,,,1,7,,,,5,1,2,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,1,100,1,,2,,500,8,2,2,2,1,1,1,2,2,2,2,,,,,3,3,3,3,3,3,1,1,3,2,1,2,1,2,,1,,,8,1,,2,1,2,0,0,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,8,2,3,,,4,,7,1,2,2,1,1,2,,,2,,,3,,,1700,,12,20400,1,,,275000,500,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,2,1,,1,1,,12,40,12,40,9,,,,,,,,,1,2,9,,,,,,,9,,,,,,,,,1,2,9,,,,,,,1,1,1,8,9,9,,,,,,,,1,8,3000,,,,,,,1,1,,1,1000,,,,,,,2,2,2,2,2,2,1,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,700,8,2000,1,2,,1,9,2,2,2,,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,1," <1:Yes (Specify)>:st vincent hospital",2,1,2,1,1,,,,,,,,1,2,,,,,,2,1,1,1,97,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:shorter attention span",2,2,,,,2,1,1,1,8,2,1,,4,53,1,,,,1,,1,,,1,"zs","020503",5,3,2,3,2,1,50175.66015625,21279.1953125,0,200,0,0,0,0,0,0,0,0,0,71654.859375,.6591215133666992,905.351806640625,1,2,0,3,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,48,45,46.5,4,0,0,0,1,0,1,0,0,1,4,1561.6273193359375,780.8136596679688,520.5424194335938,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,2,4,3,,,,,1,275000,500,274500,1,,3000,,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,283,1,,,1,,7,1.399999976158142,1,1,1,1,1,1,1,1,1,1,0,1,1,3,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,32684,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,,0,0,0,0,0,1,1,1,0,48,2304,1,1,1,1,1,1,2,0,45,45,41.4865608215332,48,2304,0,0,0,0,0,0,0,0,12,40,0,1,1,1,1,45,2025,1,1,1,1,.1519336998462677,.1519336998462677,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020511",2,2,,,2,,1,18,,3,2,3,2,2,8,4,3,2,2,8,5,5,35,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,12,1,1,,,,,4,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,12,1,1,2,,,,1,,,,,,,4,2,,,,,,,,,,,,,1,2,,,,,,,,,,,,,1,,6,,,,2,2,,8,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,4,2,2,3,3,8,2,8,4,2,3,1,4,0,,1,,,7,1,,2,2,2,0,0,2,4,2,2,2,3,3,1,1,,,1,1,,,,,,,,,2,1,1,1,1,1,2,,,,1,4,,1,,2,,98,,,,,2,2,,,,,,1,,,2,,8,8,,,,,,2,,,2,2,,,8,,,,,,,1,,1,4,5,1,1,1,,2,0,11,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,540,,10,5400,8,6520,8,,,,,,,,,,,,,,,2,,2,,2,1,,,,,8,40,,,4,,,,13000,,13000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,2,,2,1,,,,,1,8,0,,,,,,,1,2,,1,1800,,,,,,,1,2,2,1,2,2,2,2,2,2,2,2,1,2,7000,1,6,42000,2,7000,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,1,2,2,2,2,,2,2,,2,,,,,,,,,,,,,,,1,1,,,,,8,,,,8,2,3,,2,2,2,2,,1,8,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,57,97," <5:OTHER (SPECIFY)>:hatti",1,,,,,,1988,1,"RR2","020511",3,1,2,3,1,2,12999.9990234375,0,11.780221939086914,0,0,0,0,0,0,6999.99951171875,0,0,0,20011.779296875,1.567107081413269,2152.53662109375,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,35,,35,3,0,0,1,0,0,0,1,0,1,2,3228.08349609375,3228.08349609375,3228.08349609375,0,3,0,1,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,2,2,1,1,,1.6666666269302368,1,0,0,0,,1,2,4,6000,1,0,0,0,0,0,0,1,,0,,1,1,0,0,,0,14630,21945,1,58520,0,0,46438.2578125,230,0,1,1,1,1,2,.6666666865348816,0,0,0,1,1,,1,1,0,0,1,0,1,2,0,0,0,1,0,0,1,1,1,1,2,1,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,32687,42,,,,42,7000,7000,83.66600036621094,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,13000,13000,114.01753997802734,0,0,0,13000,0,13000,114.01753997802734,0,0,1,1,1,0,1,1,0,0,0,0,0,0,35,1225,1,,1,0,0,0,0,0,0,,41.4865608215332,35,1225,0,1,0,0,0,0,0,0,8,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020505",2,2,,,3,,1,22,,2,1,2,2,2,2,3,2,2,2,2,3,5,35,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,17,1,1,,,,,14,2,7,,,,1,10,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,14,2,7,,,,5,1,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,8,1,,2,,300,2,2,2,2,2,2,2,2,2,2,2,,,,,1,3,3,2,3,3,1,1,2,2,1,1,1,4,,1,,,8,1,,2,1,1,0,10,4,4,2,2,2,1,4,0,,,,3,3,,,,,,,,,1,0,1,2,2,2,,,,,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,5,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,810,,12,9720,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,28,,,4,,,,25000,,25000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,10000,,,,,,,,,2,,,,,,,,,1,1,,1,3000,,,,,,,2,1,2,2,2,2,2,2,1,1,2,2,2,2,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,4,,," <4:OTHER {SPECIFY}>:sister",98,,,,99,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,2,2,12,," <12:OTHER (specify)>:stasrtec202",,,,,3,,,,,2,,,,,,,,,,2,2,2,,2,1,2,2,,2,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,2,66,11," <5:OTHER (SPECIFY)>:trinadad",1,,,,,,1979,1,"al","020505",4,1,3,4,1,3,24999.998046875,0,0,0,2679.2705078125,0,0,0,0,0,0,2247.9609375,0,29927.23046875,.8307514786720276,1141.09814453125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,35,,35,3,0,0,1,0,0,0,1,0,1,2,1228.266357421875,1228.266357421875,1228.266357421875,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,2,1,1,1.3333333730697632,0,0,0,0,,4,4,4,10000,1,1,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,17650,26475,0,70600,0,1,37000,232,0,1,1,1,1,3,.75,0,1,1,1,1,,1,1,1,1,1,0,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,32688,11,,,,11,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,214.38082885742188,14.641749382019043,0,0,0,0,0,0,1,25000,25000,158.11387634277344,0,0,0,25000,0,25000,158.11387634277344,0,0,0,0,1,0,1,1,0,0,1,1,0,0,35,1225,1,,1,1,1,0,0,0,0,,41.4865608215332,35,1225,0,0,1,0,0,0,0,0,12,28,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0 -"9543o","020516",2,2,,,1,1,,4,,2,3,1,1,1,1,4,2,2,2,3,1,1,38,2,1,1,,1,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,1,9,,,,,2,9,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,100,1,,2,,1500,1,1,1,2,,,,,,,2,1,3,2,3,,,,,,,,,,,,4,1,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,1,,,2,,,,,,,,,,,,2,2,,,1,190,,,,5,3800,1,,2,,,2,2,2,,,3,,4,1,2,2,1,1,2,,,2,,,9,,,,,,,,,1,580000,250000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,50,,,,,,,,,,,,,,,,,,,9,,,,,,,,,1,1,,,,,,,,2,,1,1,9,9,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,64,97," <5:OTHER (SPECIFY)>:YOUMANIA",1,,,,,,1998,1,"RR2","020516",3,2,1,3,2,1,99999.9921875,0,0,956.9498901367188,0,0,0,0,0,0,0,0,0,100956.9453125,.9321386218070984,1280.36083984375,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,38,30,34,2,0,1,0,0,0,1,0,0,1,4,1984.1573486328125,992.0786743164062,992.0786743164062,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,4,,,1,,,,,1,580000,250000,330000,0,0,0,0,0,0,1,0,1,1,14630,21945,0,58520,1,1,46438.2578125,164,1,,,1,,4,1.3333333730697632,1,1,1,1,1,1,1,1,,1,1,0,1,2,0,0,0,1,0,1,0,0,0,0,1,1,0,1,0,1,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,32706,65,,,,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,0,0,0,100000,100000,316.2277526855469,100000,0,100000,316.2277526855469,0,0,1,1,,0,1,1,0,0,1,1,1,0,38,1444,0,1,0,1,1,1,2,1,30,30,41.4865608215332,30,900,0,0,0,1,1,1,1,1,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020521",2,4,,,1,1,,20,,1,1,1,2,1,2,8,1,2,2,8,9,1,36,2,1,1,,1,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,99,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,99,1,7,,,,2,2,5,,,8,,2,2,2,,,,,,,,,,,,,1,1,,,,,,2,,,,,,,1,,1,,,,,1,12,1,,2,,8,2,8,1,2,,,,,,,2,,,,,,,,,,,,,,,,1,4,1,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,,,5,,98,2,2,2,1,1,2,,,2,,,9,,,,,,,,,,98,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,98,98,9,,,,,,,,,1,9,,,,,,,,9,,,,,,,,,9,,,,,,,,,2,,2,,9,9,,,,,,,,1,8,0,,,,,,,1,9,,2,,,,,,,,9,9,8,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,9,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,2,2,2,2,1," <1:Yes (Specify)>:sinagoge",1,2,1,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,99,99,,1,,,,,,99,1,"sf","020607",3,2,1,3,2,1,49042.7421875,20305.384765625,0,0,0,0,0,0,0,0,0,0,0,69348.125,.9321386218070984,1280.36083984375,1,1,0,3,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,36,36,36,3,0,0,1,0,0,1,0,0,1,4,1906.7513427734375,953.3756713867188,953.3756713867188,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,,,,4,,,,,1,,,,1,,0,,1,1,1,1,,1,14630,21945,0,58520,1,1,46438.2578125,104,1,,,1,,,,,1,1,1,1,0,1,0,,1,1,,1,2,0,0,0,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,32716,,,,,99,-9,-9,,-9,-9,,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,,0,,0,0,0,1,1,1,0,36,1296,1,1,1,1,1,1,2,0,36,36,41.4865608215332,36,1296,0,0,0,0,0,0,0,0,12,40,0,1,1,0,1,36,1296,1,1,0,1,.1519336998462677,.1519336998462677,1,1,0,0,0,0,0,0,,1,0,0,0,0,,1,,1,0,0,0,0,0 -"9543o","020508",2,1,,,3,,1,7,,2,2,4,2,3,3,4,3,2,2,1,1,1,32,2,1,1,,1,33,1,7,,2,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,8,2,1,,1,,,0,2,1,,1,,,0,2,6,,6,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,8,2,1,2,,,,2,1,2,,,,2,4,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,4,,,,,,,2,,,,,2,2,1,1,,,,,,,2,,,,,1,3,3,3,3,2,2,1,2,1,1,1,4,1,,1,,,3,3,,1,1,1,8,20,4,4,2,2,2,1,4,0,,,,1,0,1,2,2,2,,,1850,,3,2,1,1,2,2,2,,,,2,,,1,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,7,,4,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,670,,12,8040,1,,2,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,11,40,12,60,1,200,,,,11,8800,1,,,,,,,,,,,8,,,,,,,,,2,,,,,1,2,,,1,2,2,,8,8,,,,,,,,1,4000,0,,,,,,,1,2,,1,3000,,,,,,,2,2,2,2,2,2,1,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,1,2,1,7,,,,,,,1,2,2,,2,2,2,2,,1,2,2,1,1,2,3,5,97,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:back pains",1,2,,,,,,1,1,1,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,69,4,,4,,,,,,1995,2,"jd","020511",6,3,3,4,2,2,22500,8799.9990234375,0,0,0,0,0,0,0,0,0,0,0,31300,.8709921836853027,1196.371826171875,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,32,33,32.5,2,0,1,0,0,0,1,0,0,1,4,3627.29248046875,1813.646240234375,1209.0975341796875,0,3,0,1,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,1,1,1,1,2,1,0,0,0,0,,4,4,4,,,,,0,0,0,0,1,4000,0,4000,1,1,1,0,1,1,17650,26475,0,70600,0,1,37000,225,0,1,0,0,0,4,.6666666865348816,0,0,0,1,0,0,1,0,1,1,0,0,1,2,0,0,0,1,0,1,0,1,0,1,2,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,32735,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8800,8800,93.80831146240234,22500,22500,150,22500,8800,22500,150,8800,93.80831146240234,1,1,,1,1,1,0,0,0,0,0,0,32,1024,1,1,0,0,0,0,2,1,33,33,41.4865608215332,33,1089,0,0,0,0,0,0,2,1,12,60,1,0,0,0,0,32,1024,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020515",2,3,,,1,1,,23,,1,2,1,3,3,2,3,2,2,2,2,8,9,23,2,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,3,2,7,,,,5,2,,,,,,,1,2,,,,,,,,,,,,,1,9,,,,,,,,,,,,,1,,10,,,,2,,,1,,2,,8,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,3,3,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,2,2,,,,,,,,,,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,,,,2,2,,,1,150,,,,12,7200,1,,1,4,5,1,2,1,,2,4,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,35,,,9,,,,,,,,,2,,,,,1,2,,,,,,,,,,,,,,,,,,,,,2,,1,1,8,1,2,,,,,,,2,,,,,,,,,1,2,,1,60000,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,15000,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,1,4,2,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,78,1,,,,1,,1,,,1,"ty","020515",2,1,1,2,1,1,22500,0,241.25135803222656,0,0,0,0,0,0,0,0,0,0,22741.251953125,.8307514786720276,1141.09814453125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,23,,23,1,1,0,0,0,0,0,1,0,1,2,1166.44677734375,1166.44677734375,1166.44677734375,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,,1,1,1,,,1,0,,,,4,,,4,1250,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,11610,17415,0,46440,0,1,42400,12,0,1,0,1,1,4,2,1,1,1,1,1,,1,1,,1,0,0,1,1,1,0,0,0,0,0,1,0,1,0,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,32804,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,22500,22500,150,0,0,0,22500,0,22500,150,0,0,1,1,1,0,0,0,0,0,1,1,0,0,23,529,1,,1,1,1,0,0,0,0,,41.4865608215332,23,529,0,1,0,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020510",2,3,,,1,1,,35,,2,3,2,1,1,1,2,2,2,2,2,3,5,35,2,1,3,,1,67,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,3,2,4,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,4,,,,2,2,,2,,,,,2,1,2,2,,,,,,,1,1,2,2,3,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,2,1,1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,1,,,,1,,,,2,2,,,3,,,20,,6,120,1,,2,,,1,2,1,,1,2,,2,2,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 2 years",2,,2,,1,1,,,,,3,25,,,3,,,900,,3,2700,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,1,1,4000,,,,,,,2,2,2,2,2,1,1,2,,2,1,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,600,2,,,,,100,50,,,,,,,,,,,,,,,,,,12,207,2484,1,,12,218,2616,1,,2,,1,5000,2,,,,,,,2,,2,,,,3,,,,,,,,,1,3,,,,,,,,,,,,,,2,1,2,2,2,2,2,2,,3,1,2,1,10,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:fear of airplanes flying low",2,2,,,,,2,2,3,2,2,,,,,,,,,,,,2,2,3,2,3,1,4,,2,99,1,,,,3,,3,,,2,"jd","020521",3,2,1,2,1,1,2700,0,0,50,0,2484.000244140625,2616,0,0,0,600,0,0,5966,.5999813675880432,824.1184692382812,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,35,,35,3,0,0,1,0,0,0,1,0,1,2,1020.5499267578125,1020.5499267578125,510.27496337890625,1,2,1,0,0,1,2,1,0,1,0,0,1,2,1,0,0,0,,2,2,1,,,1.6666666269302368,1,,,,4,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,,0,11610,17415,1,46440,0,0,42400,224,0,1,1,1,1,2,.6666666865348816,0,1,1,1,1,,1,1,,1,1,1,1,2,0,0,0,0,0,0,1,0,1,0,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,32823,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,600,24.494897842407227,50,50,7.071067810058594,0,0,0,2484,2484,49.839744567871094,2616,2616,51.146846771240234,1,2700,2700,51.961524963378906,0,0,0,2700,0,2700,51.961524963378906,0,0,1,1,,1,0,0,0,1,1,0,0,0,35,1225,1,,1,1,0,0,0,0,0,,41.4865608215332,35,1225,1,0,0,0,0,0,0,0,3,25,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020602",2,3,,,4,,1,18,,3,8,4,1,2,3,3,3,2,2,8,1,1,43,2,1,1,,1,42,1,5,,2,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,16,1,1,,1,,,12,1,1,,1,,,12,1,1,,1,,,12,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,16,1,1,2,,,,2,1,2,,,,2,4,2,,,,,,,,,,,,,1,4,,,,,,1,4,,,,,,1,,4,,,,2,,,1,,2,,0,2,2,3,2,2,2,2,2,2,2,2,,,,,4,3,3,3,3,3,1,1,8,8,1,1,2,1,,1,,,10,1,,1,2,8,0,0,4,4,2,2,2,8,2,0,,,,4,4,,,,,,,,,3,0,3,2,2,2,,,,,1,1,,,,,,,,,3,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,1,2,1,,1,10,,6,3,2,2,2,,,,,,,,,,,,,,,,,,,,,1,7," <7:Or someone else? (specify)>:government",1,2,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,2,1,,2,2,2,4,40,,,4,,,,3000,,3000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,1,2,2,2,2,2,2,,2,1,2,1,2,,,,,,,3,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,392,4704,1,,,,,,,2,,8,0,2,,,,,,,2,,2,,,,3,,,,,,,,,2,8,,,,1,2,2,,,,,,,,2,2,5,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,3,,3,59,9," <5:OTHER (SPECIFY)>:china",1,,,,,,1984,3,"fem comple","020606",7,3,4,6,2,4,3000,0,0,0,1670.1612548828125,4704.00048828125,0,0,0,0,0,0,0,4670.1611328125,.9324471950531006,1280.7847900390625,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,4,0,0,0,1,43,42,42.5,3,0,0,1,0,0,1,0,0,1,4,7322.53173828125,3661.265869140625,2440.843994140625,0,3,0,1,0,1,1,0,1,0,0,0,0,3,0,1,0,1,1,1,1,1,1,1,1,0,0,0,0,,1,4,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,23690,35535,1,94760,0,0,26400,22,0,1,1,0,1,6,.8571428656578064,0,0,0,1,1,1,1,1,,0,1,0,1,2,0,0,0,1,0,0,0,3,0,3,3,1,1,0,0,1,1,1,1,0,0,0,0,0,,,,,,,,0,0,0,1,32830,9,,,,9,0,0,0,-5,995.5078735351562,31.55167007446289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4704,4704,68.5857162475586,0,0,0,1,3000,3000,54.772254943847656,0,0,0,3000,0,3000,54.772254943847656,0,0,0,0,,0,1,1,0,0,0,0,0,0,43,1849,1,0,1,0,0,0,2,0,42,42,41.4865608215332,43,1849,0,0,1,0,0,0,0,0,4,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.4038054943084717,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020514",2,3,,,4,,1,4,,1,8,3,1,1,3,3,2,2,2,3,1,1,34,2,1,1,,1,37,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,10,1,1,,1,,,9,1,1,,1,,,7,1,1,,1,,,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,9,1,7,,,,2,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,2,,,,,8,1,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,2,2,1,1,2,2,,1,,,3,1,,1,1,1,2,10,3,4,2,2,2,1,4,1,4,," <3:Something Else? (SPECIFY)>:PARENTS WANT ED ALL CHOLDRREN TO ATTEND SAME SCHOOL",3,3,,,,,,,,,4,1,3,1,2,1,2,,,,2,,,97," FEMALE DOESNT WORK DIDNT USE BABYSITTER AT LEAST 1XS PER WWEEK",,,97," NEVER USED ANY OF THESE SERVICES",,,,1,,,,2,,,,,,,,2,2,,,,,,,,,2,2,,,8,,,,,,,1,,2,,,2,8,1,,1,0,2,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1256,,2,2512,8,99,8,,,,,,,,,,,,,,,2,,2,,2,2,2,2,1,,,,11,40,,,,,,,,,,,,,,,,,,,4,,,,50000,,50000,1,,,,,,,,,,,8,,1,1,0,,,,,,,,,2,,,,,,,,,1,2,,1,10000,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,1,3,2,2,1,2,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,1,2,2,1,97,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:ihaven been aboe toovercome the schock",2,1,3,,,,1,1,2,1,2,,,,,,,,,,,,1,1,2,2,1,1,2,,5,67,97," <5:OTHER (SPECIFY)>:nigeria",97," <5:OTHER (SPECIFY)>:nigeria",,,,,1998,1,"ty","020516",6,2,4,6,2,4,50000,0,0,0,0,0,0,0,0,0,0,0,0,50000,.4256257116794586,584.628173828125,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,3,0,0,1,0,34,37,35.5,3,0,0,1,0,0,1,0,0,1,4,999.6884765625,499.84423828125,499.84423828125,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,23690,35535,0,94760,0,1,26400,16,1,,,1,,4,.6666666865348816,0,0,1,1,1,1,1,1,1,1,1,0,1,2,0,0,0,1,0,1,0,3,0,3,4,1,0,0,0,0,1,1,1,0,0,0,0,0,,,,,,,,0,0,0,1,32852,59,59,,,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,50000,50000,223.60679626464844,50000,0,50000,223.60679626464844,0,0,1,1,,1,1,1,0,0,1,1,1,0,34,1156,0,1,0,1,1,1,2,1,37,37,41.4865608215332,37,1369,0,0,0,1,1,1,4,1,11,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.4038054943084717,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020609",2,5,,,1,1,,50,,2,1,1,1,2,2,3,1,2,2,3,1,1,50,1,1,1,,2,47,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,99,9,99,,99,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,99,9,1,2,,,,2,7,,,,5,2,3,2,,,,,,,,,,,,,1,3,,,,,,1,3,,,,,,1,,3,,,,2,1,4800,1,,2,,0,1,2,1,2,,,,,,,2,,,,,,,,,,,,,,,,1,4,4,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,24,,6,2,2,2,1,2,,,,,,,,,,,,,,,,,500000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,1,1,,1,2,2,12,48,,,4,,,,200000,,200000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,1000500,,,,,,,,,1,45000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,2,1,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,1," <1:Yes (Specify)>:LIONS CLUB",1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,1,1,,,,,,2,2,,,,,2,2,2,2,2,1,,2,52,1,,,,1,,1,,,1,"SF","020609",10,2,8,3,2,1,100000.9921875,0,0,0,0,0,0,0,7857.0087890625,0,0,0,0,107858,2.778123140335083,3815.956298828125,1,2,1,3,2,1,2,0,1,0,0,0,0,0,0,1,1,0,0,0,50,47,48.5,4,0,0,0,1,0,1,0,0,1,4,5879.12841796875,2939.564208984375,2939.564208984375,1,2,1,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,,,,,,,,,,,,,,,4,1000500,1,1,1,1,500000,0,500000,1,45000,0,45000,1,1,1,1,0,1,14630,21945,0,58520,1,1,46438.2578125,158,1,,,1,,6,.6000000238418579,0,1,1,1,1,1,1,1,,1,1,0,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,32884,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,-5,907.7564086914062,30.128995895385742,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,200000,200000,447.2135925292969,0,0,0,200000,0,200000,447.2135925292969,0,0,0,0,,0,0,0,0,0,0,0,0,1,50,2500,1,0,1,0,0,0,1,1,47,47,41.4865608215332,50,2500,0,1,0,0,0,0,1,0,12,48,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 -"9543o","020505",2,1,,,2,,1,34,,3,3,2,1,2,3,3,1,2,2,2,5,5,34,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,16,2,1,,,,,10,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,16,2,7,,,,2,2,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,2,,,,,,,,,,2,,,,1,1,1,2,2,2,2,2,1,2,2,,,,,2,3,3,3,3,3,1,2,2,2,1,1,4,4,,1,,,10,3,,1,1,1,0,10,3,4,2,2,2,3,4,1,5,," <3:Something Else? (SPECIFY)>:mother did not like school.",2,1,0,,,,,,,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,5,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,850,,12,10200,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,64,,,1,500,,,,12,24000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,2,10000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,700,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,3,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,79,1,,,,1,,1,,,1,"agh","020511",3,1,2,3,1,2,23999.998046875,0,0,200,0,0,0,0,0,0,0,0,0,24199.998046875,.6836602687835693,939.0576171875,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,34,,34,2,0,1,0,0,0,0,1,0,1,2,1179.87646484375,1179.87646484375,1179.87646484375,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,3,4,4,10000,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,14630,21945,0,58520,0,1,46438.2578125,71,0,1,1,1,1,5,1.6666666269302368,1,1,1,1,0,,0,0,0,0,1,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,32888,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,1,24000,24000,154.91932678222656,0,0,0,24000,0,24000,154.91932678222656,0,0,0,0,1,0,0,0,0,0,1,1,1,0,34,1156,1,,1,1,1,1,0,0,0,,41.4865608215332,34,1156,0,0,0,0,0,0,0,0,12,64,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020507",2,2,,,1,1,,5,,1,3,3,2,1,1,3,2,2,2,3,1,1,25,1,1,1,,2,24,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,4,1,4,,,,,2,4,,,,,1,2,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,4,,,,,,,2,,,,,2,2,2,2,,,,,,,2,1,3,3,1,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,1,1,9,," <4:OTHER (SPECIFY)>:",,,,,,,,,,,,,2,2,,,,,,,,,,,1,,,,2,,1,,,,2,2,,,1,30,,,,12,1440,1,,1,9,8,2,1,1,,2,3,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,650,,12,7800,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,60,,,1,600,,,,12,28800,2,18000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,1,6000,0,,,,,,,8,,1,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,77,1,,,,1,,1,,,1,"sf|y","020720",3,2,1,3,2,1,18000,0,0,0,0,0,0,0,0,0,0,0,0,18000,.4740406572818756,651.1296997070312,1,1,0,2,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,25,24,24.5,1,1,0,0,0,0,1,0,0,1,4,1638.1510009765625,819.0755004882812,819.0755004882812,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,,1,1,3,,,1.6666666269302368,1,,,,4,,,4,0,0,0,0,0,0,0,0,1,6000,0,6000,0,1,1,1,0,1,14630,21945,1,58520,0,0,46438.2578125,123,0,1,1,1,1,3,1,1,0,1,1,0,0,1,0,,1,1,0,1,2,0,0,0,0,0,0,1,0,1,0,1,1,0,1,0,1,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,32912,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,18000,18000,134.16407775878906,0,0,0,18000,0,18000,134.16407775878906,0,0,1,1,,1,0,0,0,0,1,0,0,1,25,625,1,0,1,1,0,0,1,1,24,24,41.4865608215332,25,625,0,0,0,1,0,0,1,1,12,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020508",2,1,,,1,1,,30,,2,3,2,2,1,2,3,2,2,2,2,5,5,30,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,9,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,9,2,7,,,,5,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,1400,1,,2,,90,2,2,2,2,,,,,,,2,,,,,2,3,2,2,2,3,1,2,2,4,1,2,4,0,,1,,,4,1,,2,1,2,0,4,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,1,0,1,1,2,1,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,1,,,,2,,,,,,2,2,,,4,,,,1800,,1800,1,,2,,,2,2,3,,,1,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1400,,12,16800,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,55,,,4,,,,68000,,68000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,8,8,8,,,,,,,,2,,,,,,,,,1,2,,1,2000,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,2,3,1,2,,,,,,,,,,,,1,1,2,2,2,1,4,,8,72,3,,,,,,,,1972,1,"al","020515",2,1,1,2,1,1,68000,0,0,1255.5789794921875,0,0,0,0,0,0,0,0,0,69255.578125,.5125567317008972,704.0343627929688,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,30,,30,2,0,1,0,0,0,0,1,0,1,2,969.184326171875,969.184326171875,969.184326171875,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,2,2,2,1,1.6666666269302368,1,0,0,0,,3,4,3,,,,,0,0,0,0,0,0,0,0,1,1,1,1,,1,11610,17415,0,46440,1,1,42400,260,1,,,1,,4,2,1,1,1,1,1,,1,1,1,1,1,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,32915,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,68000,68000,260.7680969238281,0,0,0,68000,0,68000,260.7680969238281,0,0,0,0,,1,0,0,0,0,1,1,0,0,30,900,1,,1,1,1,0,0,0,0,,41.4865608215332,30,900,0,0,0,0,0,0,0,0,12,55,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020505",2,2,,,2,,1,34,,2,1,1,1,2,1,4,2,2,2,1,1,1,34,2,1,1,,1,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,6,2,1,,1,,,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,6,2,7,,,,5,2,7,,,,1,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,7000,1,,2,,800,1,2,2,2,,,,,,,2,,,,,1,3,3,3,3,3,2,1,1,1,1,1,4,3,1,,,,0,3,,2,1,1,6,24,4,4,2,2,2,1,4,0,,,,1,0,1,2,2,2,,,3500,,2,1,1,1,2,2,2,,,,2,,,1,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,3,,,3,,7,1,2,2,1,1,2,,,2,,,4,,,,11000,,11000,1,,,350000,70000,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,2,1,,1,1,,4,8,12,75,4,,,,1500,,1500,1,,,,,,,,,,,4,,,,30000,,30000,1,,,,,,,,,,,2,,2,,8,2,,2,3,,,,,1,5000,0,,,,,,,1,2,,1,2000,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,400,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,1,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,67,1,,,,1,,1,,,1,"al","020505",4,2,2,4,2,2,30000,1499.9998779296875,400,0,0,0,0,0,0,0,0,0,0,31900,.9003636240959167,1236.715576171875,1,1,1,3,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,34,36,35,3,0,0,1,0,0,1,0,0,1,4,2253.308349609375,1126.6541748046875,1126.6541748046875,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,25000,1,1,1,1,350000,70000,280000,1,5000,0,5000,1,1,1,0,1,1,17650,26475,0,70600,0,1,37000,15,0,1,1,1,1,7,1.75,1,1,1,1,1,1,1,1,1,1,1,0,1,2,0,0,0,0,0,1,0,1,1,1,2,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,32922,,,,,1,0,0,0,0,0,0,0,0,0,400,400,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1500,1500,38.72983169555664,30000,30000,173.205078125,30000,1500,30000,173.205078125,1500,38.72983169555664,1,1,,0,0,0,0,0,1,1,0,0,34,1156,1,1,0,1,1,0,2,1,36,36,41.4865608215332,36,1296,0,1,0,1,1,0,2,1,12,75,1,1,1,1,0,34,1156,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020511",2,1,,,1,1,,6,,1,8,1,3,2,3,8,2,2,2,1,1,1,29,1,1,1,,2,29,1,3,,1,62,1,3,,2,60,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,4,2,1,2,,,,2,8,,,,,2,2,2,,,,,,,,,,,,,1,6,,,,," <6:another type of government program? {specify}>:Family Health Plus|",1,6,,,,," <6:another type of government program? {specify}>:Family Health Plus",1,,6,,,,1,,,1,,1,200,400,8,2,3,2,,,,,,,2,2,2,3,3,,,,,,,,,,,,3,1,6,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,3,,4,2,2,1,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,400,,12,4800,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,11,40,,,4,,,,12500,,12500,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,7,2,,2,1,,,,,1,400,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,0,2,,,,,,,2,,1,,,,,,,,,,,,,,,,,,1,2,1,2,3,4,,,,,2,2,5,,2,2,2,2,,3,2,2,1,10,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:simply fear",1,2,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,1,4,,1,73,4,,4,,,,,,1994,2,"RAA","020513",5,4,1,3,2,1,12500,0,0,500,0,0,0,0,0,0,0,0,0,13000,.4049670994281769,556.2520751953125,1,1,0,3,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,29,29,29,2,0,1,0,0,0,1,0,0,1,4,1794.996826171875,897.4984130859375,448.74920654296875,1,1,0,0,0,1,1,0,1,0,0,0,0,3,0,1,0,1,,2,1,1,,,1.3333333730697632,0,,,,3,,,2,6000,1,0,0,0,0,0,0,1,400,0,400,1,1,1,0,0,0,14630,21945,1,58520,0,0,46438.2578125,273,0,1,1,1,0,4,.800000011920929,0,1,1,1,1,1,1,1,,1,1,,1,2,0,0,0,1,0,0,1,0,1,0,1,0,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,32952,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,1,12500,12500,111.80339813232422,0,0,0,12500,0,12500,111.80339813232422,0,0,1,1,,1,1,1,0,0,0,0,0,1,29,841,1,0,1,0,0,0,1,1,29,29,41.4865608215332,29,841,0,0,0,0,0,0,1,1,11,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020509",2,1,,,2,,1,10,,3,2,4,2,3,3,3,3,2,2,1,1,1,41,2,1,1,,1,41,1,5,,1,22,1,5,,1,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,11,2,1,,1,,,9,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,11,2,4,,,,,2,1,2,,,,2,4,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,100,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,4,4,1,1,4,2,,1,,,5,1,,1,1,1,0,10,4,4,2,2,2,2,2,0,,,,2,2,,,,,,,,,2,0,2,1,2,2,,,,,1,2,,2,,,,,,,1,,2,2,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,1,,1,7,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,300,,12,3600,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,50,12,40,4,,,,22000,,22000,1,,,,,,,,,,,4,,,,15500,,15500,1,,,,,,,,,,,2,,2,,8,1,2,,,,,,,1,18000,17000,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,1,1,1,1,97,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:CRYING A LOT",2,1,9,,,,1,2,1,1,1,1,,6,61,97," <5:OTHER (SPECIFY)>:HONDURAS",1,,,,,,1989,2,"ar","020509",6,4,2,4,2,2,22000.001953125,15499.9990234375,0,0,0,0,0,0,0,0,0,0,0,37500,.4740406572818756,651.1296997070312,1,1,0,1,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,41,41,41,3,0,0,1,0,0,1,0,0,1,4,1186.6226806640625,593.3113403320312,296.6556701660156,0,3,0,1,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,1250,1,0,0,0,0,0,0,1,18000,17000,1000,0,1,1,1,1,1,17650,26475,0,70600,0,1,37000,174,1,,,1,,4,.6666666865348816,0,0,0,1,1,1,1,1,1,0,0,0,1,2,0,0,0,1,0,0,0,2,0,2,2,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,32957,43,,,,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,22000,22000,148.323974609375,15500,15500,124.49899291992188,22000,15500,22000,148.323974609375,15500,124.49899291992188,0,0,,1,1,1,0,0,1,0,0,0,41,1681,1,1,1,1,0,0,2,0,41,41,41.4865608215332,41,1681,0,0,0,0,0,0,0,0,12,50,0,0,0,0,1,41,1681,0,0,0,2,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020508",2,5,,,1,1,,8,,2,3,2,2,2,2,3,2,2,2,3,1,1,43,2,1,1,,1,54,1,5,,1,21,1,5,,2,23,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,13,1,1,,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,13,1,4,,,,,2,9,,,,,2,1,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,2,,,,,,,,,,1,2,,5000,8,2,3,1,2,2,2,2,2,2,1,,,,,2,3,2,2,3,3,1,1,2,2,1,2,3,5,,1,,,7,1,,1,1,1,0,4,4,4,2,2,1,2,3,1,1,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,2,,8,3,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1450,,12,17400,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,7,55,12,84,3,,,1800,,7,12600,1,,,,,,,,,,,4,,,,30000,,30000,1,,,,,,,,,,,2,,2,,8,2,,2,1,,,,,1,12000,10000,,,,,,,2,,1,1,10000,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,8,8,8,1,2,,2,,2,2,1,2,1,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,1,1,1,1,1,2,3,5,6,,1,2,,,,,1,1,1,1,2,2,,6,59,97," <5:OTHER (SPECIFY)>:HAITI",97," <5:OTHER (SPECIFY)>:ST THOMAS U.S. VIRGIN ISLANDS",,,,,1979,1,"JR","020508",5,4,1,3,2,1,30000,12600.0009765625,100,0,0,0,0,0,0,0,0,0,0,42700,.5401546955108643,741.942138671875,1,1,0,4,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,43,54,48.5,4,0,0,0,1,0,1,0,0,1,4,1654.1282958984375,827.0641479492188,413.5320739746094,1,1,0,0,0,1,2,1,0,1,0,0,0,3,0,1,0,0,1,1,2,2,1,1,1.6666666269302368,1,0,0,1,,3,4,3,6000,1,0,0,0,0,0,0,1,12000,10000,2000,0,1,1,0,1,1,14630,21945,0,58520,0,1,46438.2578125,28,0,1,0,0,0,8,1.600000023841858,1,1,1,1,0,0,0,0,1,1,1,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,32974,42,1,,,42,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,12600,12600,112.24972534179688,30000,30000,173.205078125,30000,12600,30000,173.205078125,12600,112.24972534179688,0,0,1,0,1,1,0,1,1,0,0,0,43,1849,1,1,0,1,1,1,2,1,54,54,41.4865608215332,54,2916,0,1,0,1,1,1,1,0,12,84,1,1,0,0,0,43,1849,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020720",2,2,,,1,1,,9,,1,3,3,1,3,3,4,1,2,2,2,5,5,42,2,1,7,,2,38,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,1,1,2,,,,1,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,2,,2,,,,,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,2,4,1,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,2," yes",,,,,,,,,,,,,,2,,,8,2,3,,,7,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,4,,,,10800,,10800,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,,,,7,40,,,4,,,,22000,,22000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,9,9,,,,,,,,1,15000,10000,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,2000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,1,1,,,,,1,1,,,1,2,5,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,1,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,1,59,2,,1,,,,,,1996,1,"SF","020720",3,2,1,2,1,1,22000.001953125,0,0,0,0,0,0,0,0,0,0,0,0,22000.001953125,1.567107081413269,2152.53662109375,0,1,0,,1,2,5,0,0,0,0,1,0,0,0,2,0,1,0,0,42,,42,3,0,0,1,0,0,0,1,0,1,2,3228.08349609375,3228.08349609375,1614.041748046875,1,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,3,,,,,0,0,0,0,1,15000,10000,5000,1,1,1,0,,0,11610,17415,0,46440,0,1,42400,157,0,1,1,1,1,5,1.6666666269302368,1,0,1,1,1,,1,1,,1,0,0,1,2,0,0,0,1,0,1,0,0,0,0,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,32997,,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,22000,22000,148.323974609375,0,0,0,22000,0,22000,148.323974609375,0,0,1,1,1,0,1,1,0,0,0,0,0,0,42,1764,1,,1,0,0,0,0,0,0,,41.4865608215332,42,1764,0,0,0,0,0,0,0,0,7,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020506",2,2,,,3,,1,15,,2,3,2,2,2,1,1,2,2,2,2,5,2,37,1,1,2,,2,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,15,2,2,,1,,,11,1,2,,1,,,6,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,15,2,7,,,,5,2,2,,2,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,500,1,,2,,200,2,2,2,2,2,2,2,2,1,2,2,,,,,3,3,3,3,3,2,1,2,3,1,2,1,1,12,,1,,,9,1,,1,1,1,0,5,4,4,2,2,2,2,2,0,,,,3,3,,,,,,,,,2,0,2,1,2,1,,,,,1,1,2,1,,,,1,,,2,,2,2,,,,,,,,,,,1,,,,8,,,1,,,2,2,,,4,,,,2500,,2500,1,,2,,,1,2,1,,1,7,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,650,,12,7800,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,35,12,40,4,,,,70000,,70000,1,,,,,,,,,,,8,,,,,,,,,1,2,2,1,,,,,,1,1,1,1,100000,,,,,,,,,1,30000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,1500,2,,,,,,,,,,,,,,,,,1000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,8,2,2,2,2,2,2,,6,65,2,,1,,,,,,1983,1,"rm","020506",5,2,3,5,2,3,70000,35000,1499.9998779296875,999.9999389648438,0,0,0,0,0,0,0,0,0,107500,.6563703417778015,901.5728759765625,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,37,36,36.5,3,0,0,1,0,0,1,0,0,1,4,1612.0369873046875,806.0184936523438,806.0184936523438,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,1,1,2,1,0,0,0,0,,2,3,4,100000,1,1,1,0,0,0,0,1,30000,0,30000,1,1,1,1,1,1,20670,31005,0,82680,1,1,36847.08984375,53,1,,,1,,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,1,0,0,0,2,1,2,2,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,33035,,,,,2,0,0,0,0,0,0,0,0,0,1500,1500,38.72983169555664,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,2,70000,70000,264.57513427734375,35000,35000,187.08287048339844,70000,35000,70000,264.57513427734375,35000,187.08287048339844,0,0,1,0,1,1,0,0,1,1,0,1,37,1369,1,1,1,1,1,0,1,1,36,36,41.4865608215332,37,1369,0,1,0,1,1,0,3,0,12,35,0,1,0,0,0,36,1296,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020502",2,1,,,3,,1,26,,1,1,1,1,2,2,1,2,2,2,2,3,5,29,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,10,1,1,,,,,8,1,1,,,,,3,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,10,1,7,,,,5,2,,,,,,,1,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,6,,,,1,,,2,,,,,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,1,2,1,1,4,2,,1,,,5,1,,2,1,1,2,20,4,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,3,1,2,1,2,2,2,,,,2,,,3,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,2," MOTHER BABYSITS FOR THEM",,,,,,,,,,,,,,2,,,2,2,1,,2,2,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,636,,12,7632,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,30000,,30000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,1,9,2,,2,1,,,,,2,,,,,,,,,1,2,,2,,,,,,,,1,2,2,1,2,2,1,2,,2,2,2,1,2,2000,2,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,500,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,1,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,1,1,1,2,,,,,,,,,,,,2,2,2,1,2,1,4,,6,73,1,,,,3,,3,,,1,"db","020506",4,1,3,4,1,3,30000,0,294.915283203125,80,0,0,0,0,0,2000,0,0,0,32374.916015625,.5125567317008972,704.0343627929688,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,29,,29,2,0,1,0,0,0,0,1,0,1,2,969.184326171875,969.184326171875,969.184326171875,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,6000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,17650,26475,0,70600,0,1,37000,177,0,1,1,1,1,5,1.25,1,1,1,1,1,,1,1,1,1,1,1,1,2,0,0,0,0,0,0,1,2,1,2,3,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,33041,,,,,1,2000,2000,44.72135925292969,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,80,80,8.9442720413208,0,0,0,0,0,0,0,0,0,1,30000,30000,173.205078125,0,0,0,30000,0,30000,173.205078125,0,0,1,1,,1,0,0,0,0,1,1,0,0,29,841,1,,1,1,1,0,0,0,0,,41.4865608215332,29,841,0,1,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020505",2,3,,,3,,1,15,,1,1,1,2,1,1,3,1,2,2,2,1,1,39,2,1,1,,1,38,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,11,1,1,,1,,,9,2,1,,1,,,7,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,7,2,7,,,,5,1,8,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,500,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,2,2,1,1,5,3,,1,,,1,1,,1,1,1,3,12,4,4,2,2,2,1,4,0,,,,3,3,,,,,,,,,3,0,3,1,2,2,,,,,1,3,,98,,,,,,,3,,1,,,,2,,,,,,,,,,,,,,,1,,,2,2,,,4,,,,175,,175,2,1000,2,,,1,2,2,,,7,,5,1,2,2,1,1,2,,,2,,,4,,,,16000,,16000,1,,2,600000,100000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,1,1,,1,1,,12,36,12,55,4,,,,30000,,30000,1,,,,,,,,,,,4,,,,34000,,34000,1,,,,,,,,,,,2,,2,,8,1,2,,,,,,,2,,,,,,,,,2,,2,1,18000,,,,,,,2,2,2,2,2,2,2,2,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,1,1,1,1,,3,62,3,,,,,,,,1987,1,"al","020509",5,2,3,5,2,3,34000,30000,0,0,0,0,0,0,0,0,0,0,0,64000,.4049670994281769,556.2520751953125,1,1,1,3,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,39,38,38.5,3,0,0,1,0,0,1,0,0,1,4,1181.38427734375,590.692138671875,590.692138671875,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,1250,1,0,0,1,600000,100000,500000,0,0,0,0,0,0,1,1,1,1,20670,31005,0,82680,0,1,36847.08984375,60,1,,,1,,5,1,1,1,1,1,1,1,1,1,1,1,1,0,1,2,0,0,0,0,0,0,0,3,0,3,3,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,33103,,,,,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,30000,30000,173.205078125,34000,34000,184.39088439941406,34000,30000,34000,184.39088439941406,30000,173.205078125,0,0,,1,0,0,0,0,1,1,0,0,39,1521,1,1,0,1,1,0,2,1,38,38,41.4865608215332,38,1444,0,0,0,1,1,0,3,0,12,55,1,1,1,1,0,39,1521,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020511",2,1,,,2,,1,20,,2,2,4,2,4,3,4,4,2,2,1,5,2,20,2,1,3,,2,50,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,1,1,,1,,,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,3,1,3,,,,,1,1,2,,,,2,4,2,,,,,,,,,,,,,1,4,6,,,," <6:another type of government program? {specify}>:ABC HEALTH PLAN",1,4,6,,,," <6:another type of government program? {specify}>:ABC HEALTH",1,,4,6,7," <7:or another type of government program? {specify}>:ABC HEALTH PLAN",2,,,2,,,,,2,2,1,2,,,,,,,2,3,3,3,3,,,,,,,,,,,,1,1,12,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,1,2,2,2,,,,,,,2,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,20,,3,2,2,1,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 6 YEARS",1,3,2,,2,2,1,2,2,2,3,50,,,4,,,,500,,500,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,1,1,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,222,444,1,,2,122,244,1,,2,,2,8,1,1,1,2,,1,1,2,,2,,,,3,,,,,,,,,1,4,,,,,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,1,1,2,1,2,,,,,,,,,,,,2,2,2,2,1,1,2,,2,82,1,,,,1,,1,,,1,"JR","020513",4,2,2,4,2,2,500,0,0,0,0,444.0000305175781,244.00001525878906,0,0,0,0,0,0,744,.5688487887382507,781.3555908203125,1,1,2,1,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,20,41.53856658935547,30.769283294677734,2,0,1,0,0,0,1,0,0,1,4,1481.7535400390625,740.8767700195312,740.8767700195312,0,3,0,1,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,1,1,1,,,1,0,,,,2,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,17650,26475,1,70600,0,0,37000,200,0,0,1,1,0,3,.75,0,0,0,1,1,1,1,1,,1,0,0,1,1,1,0,0,0,1,1,1,0,1,0,2,1,0,0,0,0,1,1,1,0,0,0,0,0,,,,,,,,0,0,0,1,33183,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,444,21.071308135986328,244,244,15.620499610900879,1,500,500,22.360679626464844,0,0,0,500,0,500,22.360679626464844,0,0,2,1,,1,0,0,0,0,1,0,0,0,20,400,1,0,1,1,0,0,0,0,41.4865608215332,,41.4865608215332,20,400,1,0,0,0,0,0,0,0,3,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020504",2,4,,,1,1,,39,,4,1,3,3,4,2,4,4,2,2,8,3,5,39,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,3,2,7,,,,5,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,3,,,,2,2,,1,,2,,100,2,2,2,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,5,3,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,17,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,868,,12,10416,1,,1,,,,,,,,,,,,,,,2,,2,,2,1,,,,,12,60,,,4,,,,46000,,46000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,9,9,,,,,,,,1,30000,9,9,,,,,,1,2,,1,10000,,,,,,,2,2,2,9,2,1,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,9,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,1,2,1,1,2,,,,,,,,,,,,2,2,2,1,1,2,2,,1,62,1,,,,1,,1,,,1,"zs","020506",2,1,1,2,1,1,46000,0,0,0,0,0,0,0,0,0,713.1978759765625,0,0,46713.19921875,.8307514786720276,1141.09814453125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,39,,39,3,0,0,1,0,0,0,1,0,1,2,1228.266357421875,1228.266357421875,1228.266357421875,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,,1,1,1,,,1,0,,,,4,,,4,,,,,0,0,0,0,1,30000,,,1,1,0,1,,1,11610,17415,0,46440,1,1,42400,296,1,,,1,,4,2,1,0,0,1,1,,1,1,,0,0,0,1,2,0,0,0,0,0,0,1,0,1,0,1,1,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,33187,,,,,1,0,0,0,0,0,0,0,0,0,-9,-9,,0,0,0,-5,164.60757446289062,12.829948425292969,0,0,0,0,0,0,0,0,0,0,0,0,1,46000,46000,214.47610473632812,0,0,0,46000,0,46000,214.47610473632812,0,0,1,1,1,0,0,0,0,0,1,1,0,0,39,1521,1,,1,1,1,0,0,0,0,,41.4865608215332,39,1521,0,0,0,0,0,0,0,0,12,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 -"9543o","020505",2,2,,,1,1,,13,,2,2,4,2,2,3,2,2,2,2,1,3,5,24,2,1,3,,2,46,1,7,,1,22,1,7,,1,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,1,2,,2,,,2,,,,,,,2,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,1,,,1,,2,,100,2,2,2,2,,,,,,,2,3,3,2,3,,,,,,,,,,,,1,4,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,2,2,,,,,,,,,,,,,,,,1,,,,2,,,1,,,2,,,,,,,,,,,,1,2,,,1,75,,,,6,1800,2,750,2,,,1,2,1,,1,13,,4,2,2,1,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,,,,300,,300,1,,1,,1," 13",2,,2,,2,1,,,,,6,40,,,1,180,,,,6,4320,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,7,1,2,,,,,,,2,,,,,,,,,2,,1,1,100,,,,,,,1,2,2,2,2,2,1,2,,2,2,1,2,2,3000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,300,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,0,1,2,,1,2,2,1,5,,2,,,,,,,,,,,,,,,,,,1,2,7,,,,,,,,2,1,2,2,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,1,1,2,,,,,,,,,,,,2,2,1,2,2,1,4,,2,78,4,,1,,,,,,1988,1,"NR","020505",5,4,1,2,1,1,4320,0,0,300.0000305175781,0,0,0,0,0,3000,0,0,0,7620,.5999813675880432,824.1184692382812,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,24,,24,1,1,0,0,0,0,0,1,0,1,2,969.185302734375,969.185302734375,242.29632568359375,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,,,,,,,,,,,,2,,,4,1250,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,11610,17415,1,46440,0,0,42400,21,0,0,,1,0,4,.800000011920929,0,0,1,1,1,,1,1,,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,1,1,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,33193,,,,,4,3000,3000,54.772254943847656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,300,17.32050895690918,0,0,0,0,0,0,0,0,0,1,4320,4320,65.7267074584961,0,0,0,4320,0,4320,65.7267074584961,0,0,1,1,,1,1,1,0,0,1,0,0,0,24,576,1,,1,1,0,0,0,0,0,,41.4865608215332,24,576,0,0,0,0,0,0,0,0,6,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020510",2,4,,,2,,1,30,,2,3,2,1,3,2,3,2,2,2,2,5,2,30,2,1,2,,2,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,15,1,2,,1,,,10,2,2,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,10,2,7,,,,5,2,8,,,,,2,2,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,1,1,80,1,,2,,0,1,2,2,2,,,,,,,2,,,,,1,3,3,3,3,2,1,2,2,2,1,1,2,2,,1,,,5,1,,2,1,1,0,1,4,4,2,2,2,1,4,1,1,,,2,2,,,,,,,,,1,0,1,1,1,2,,,,,2,,,,,,,,,,,,1,,,,2,,,1,,,2,,,,,,,,,,,,1,2,,,1,40,,,,5,800,2,300,2,,,1,2,3,,,1,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,900,,12,10800,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,70000,,70000,1,,,,,,,,,,,4,,,,35000,,35000,1,,,,,,,,,,,2,,2,,8,2,,2,2,,,,,1,10000,12000,,,,,,,1,2,,1,10000,,,,,,,2,2,2,2,2,1,1,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,11000,2,,,,,300,300,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,3,2,2,1,2,,,,,,,,,,,,2,2,2,2,1,1,1,,2,71,1,,,,1,,1,,,1,"cd","020510",4,2,2,4,2,2,70000,35000,0,300.0000305175781,0,0,0,0,0,0,10999.9990234375,0,0,116300,.4049670994281769,556.2520751953125,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,30,35,32.5,2,0,1,0,0,0,1,0,0,1,4,1126.898681640625,563.4493408203125,563.4493408203125,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,1,1,2,1,0,0,0,0,,4,4,4,15000,1,1,0,0,0,0,0,1,10000,12000,-2000,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,195,1,,,1,,5,1.25,1,1,1,1,1,1,1,1,1,1,0,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,2,2,0,1,1,2,0,1,,,,,,,,0,0,0,1,33234,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11000,11000,104.8808822631836,300,300,17.32050895690918,0,0,0,0,0,0,0,0,0,2,70000,70000,264.57513427734375,35000,35000,187.08287048339844,70000,35000,70000,264.57513427734375,35000,187.08287048339844,0,0,,1,0,0,0,0,1,1,0,0,30,900,1,1,1,1,1,0,1,0,35,35,41.4865608215332,30,900,0,0,0,0,0,0,0,0,12,40,0,1,1,1,0,35,1225,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020513",2,1,,,3,,1,2,,2,1,1,1,1,1,1,2,2,2,3,1,1,34,1,1,1,,2,35,1,3,,1,69,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,9,1,1,,1,,,6,1,1,,1,,,3,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,3,1,8,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,600,2,2,1,2,,,,,,,2,2,3,2,3,,,,,,,,,,,,1,4,0,,,,,,,,,,,,,,,,,,,,,,,,2,2,,,,,,,,,3,1,2,2,2,1,1,2,,,2,,,,,,,1,,,,,,,,,,,,,,,,,1,,,,8,,2,,,,2,2,,,4,,,,2000,,2000,2,700,2,,,2,2,1,,2,2,,4,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,2800,,12,33600,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,6,40,12,40,4,,,,13000,,13000,1,,,,,,,,,,,4,,,,86000,,86000,1,,,,,,,,,,,1,1,1,1,150000,,,,,,,,,2,,,,,,,,,2,,2,1,8000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,86000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,2,2,2,1,10,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:fear",2,2,,,,,2,3,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,7," <7:ANOTHER GROUP (SPECIFY)>:pacific islander",1,99,97," <5:OTHER (SPECIFY)>:fijian",97," <5:OTHER (SPECIFY)>:fiji",,,,,2000,1,"rm","020513",6,3,3,5,2,3,86000,12999.9990234375,0,0,0,0,0,0,0,0,0,0,0,99000,.7717018127441406,1059.9891357421875,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,4,0,0,0,1,34,35,34.5,2,0,1,0,0,0,1,0,0,1,4,3272.618408203125,1636.3092041015625,1090.872802734375,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,,1,2,1,,,1.3333333730697632,0,,,,3,,,4,150000,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1,20670,31005,0,82680,1,1,36847.08984375,64,1,,,1,,4,.6666666865348816,0,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,1,0,0,1,2,2,2,3,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,33241,34,34,,,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,13000,13000,114.01753997802734,86000,86000,293.257568359375,86000,13000,86000,293.257568359375,13000,114.01753997802734,1,1,,0,1,1,0,0,1,1,0,1,34,1156,1,1,0,1,1,1,1,0,35,35,41.4865608215332,35,1225,0,0,0,0,0,0,0,0,12,40,1,1,1,1,1,34,1156,1,1,1,3,1,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020509",2,1,,,2,,1,34,,2,3,3,2,3,3,3,2,2,2,2,5,2,34,2,1,2,,1,33,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,8,1,1,,8,,,2,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,8,1,7,,,,1,2,2,,5,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,8,,,,,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,2,1,1,2,1,1,1,2,2,,1,,,2,1,,1,1,1,6,15,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,2,1,1,1,1,2,2,,,,2,,,2,,1,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,,,,2,2,,,1,90,,,,10,3600,1,,2,,,1,2,1,,2,22,,4,3,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,580,,7,4060,2,8000,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,32,12,40,4,,,,23000,,23000,1,,,,,,,,,,,4,,,,52000,,52000,1,,,,,,,,,,,1,1,2,,10000,,,,,,,,,1,8,0,,,,,,,1,8,,2,,,,,,,,2,2,2,1,2,1,1,2,,2,2,1,1,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,4000,2,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,1,2,2,1,4,,2,67,1,,,,1,,3,,,1,"gs","020509",4,2,2,4,2,2,51999.99609375,23000.001953125,2741.40625,787.2008666992188,0,0,0,0,0,0,3999.999755859375,0,0,82528.6015625,.4049670994281769,556.2520751953125,1,1,0,1,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,34,33,33.5,2,0,1,0,0,0,1,0,0,1,4,1234.79443359375,617.397216796875,617.397216796875,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,2,1,0,0,0,0,,4,4,4,10000,1,1,0,0,0,0,0,1,,0,,1,1,1,0,1,1,17650,26475,0,70600,1,1,37000,34,1,,,0,,4,1,1,0,1,1,1,1,1,1,1,1,0,0,1,2,0,0,0,0,0,1,0,1,0,1,2,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,33243,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,4000,4000,63.24555206298828,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,2,23000,23000,151.6575164794922,52000,52000,228.0350799560547,52000,23000,52000,228.0350799560547,23000,151.6575164794922,1,1,,1,0,0,0,0,1,1,0,0,34,1156,1,1,0,0,0,0,2,1,33,33,41.4865608215332,33,1089,0,1,0,0,0,0,2,1,12,40,1,1,1,1,0,34,1156,0,0,0,0,0,.1519336998462677,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020508",2,1,,,4,,1,41,,2,3,3,2,3,3,2,2,2,2,2,5,5,41,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,17,2,1,,,,,10,1,1,,,,,8,1,1,,,,,3,2,5,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,10,1,4,,,,,2,,,,,,,4,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,4,,,,2,2,,1,,2,,8,2,2,2,2,,,,,,,2,,,,,1,3,3,3,3,3,2,2,4,4,1,1,1,3,,1,,,4,1,,2,2,2,0,98,3,4,2,2,2,1,4,0,,,,3,3,,,,,,,,,3,1,2,1,2,2,2,,,,1,2,,1,,,,,,,2,,1,,,,2,,,,,,,,,,,,,,,2,,,2,2,,,3,,,80,,3,240,2,8,2,,,2,2,1,,1,5,,4,2,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,433,,12,5196,1,,1,,,,,,,,,,,,,,,2,,2,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,2,1,,,,,2,,,,,,,,,1,2,,1,5000,,,,,,,2,2,2,2,2,2,2,2,,2,1,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,100,1200,1,,,,,,,2,,1,,2,,,,,,,2,,2,,,,3,,,,,,,,,1,8,,,,2,,,,,,,,,,2,1,8,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,8,1,4,,2,60,1,,,,3,,3,,,1,"gb","020508",5,1,4,4,1,3,0,0,0,0,0,1200.0001220703125,0,0,0,0,0,0,0,0,.6927987933158875,951.6100463867188,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,41,,41,3,0,0,1,0,0,0,1,0,1,2,1178.4296875,1178.4296875,1178.4296875,0,3,0,1,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,6000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,17650,26475,1,70600,0,0,37000,230,0,1,1,1,0,4,.800000011920929,0,0,1,1,1,,1,1,1,1,0,1,1,2,0,0,0,0,0,0,0,2,0,2,2,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,33244,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,1200,34.64101791381836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,1,0,0,0,41,1681,0,,1,1,0,0,0,0,0,,41.4865608215332,41,1681,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020513",2,4,,,2,,1,10,,3,3,1,1,4,1,4,4,2,2,1,1,1,50,2,1,7,,2,52,1,1,,1,49,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,17,1,1,,1,,,12,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,17,1,9,,,,,2,9,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,8,8,1,2,1,2,2,2,2,2,2,2,,,,,4,3,3,3,3,1,1,1,1,3,1,3,4,0,,1,,,11,3,,1,1,1,0,60,3,4,2,2,2,1,4,0,,,,2,0,2,2,1,2,,,4000,,1,0,1,2,2,1,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,2,2,,,,,,,1,,,,,,,,,,,,,,,2,,,8,8,3,,,9,,3,9,2,2,1,1,2,,,2,,,3,,,16000,,12,192000,1,,,200000,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,8,,,,,,,,,8,,,,,,,,,2,,2,,8,8,,,,,,,,1,3000,0,,,,,,,1,2,,1,20000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,1,2,,1,1,2,1,9,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:The problems are emontional (p)feeling you don't know if it's really safe to travel",2,2,,,,,2,1,2,1,2,,,,,,,,,,,,2,2,2,8,2,2,3,,2,52,97," <5:OTHER (SPECIFY)>:the Phillippines",1,,,,,,1983,1,"ep|","020514",5,3,2,4,2,2,37294.55859375,0,0,0,0,0,0,0,0,0,0,0,0,37294.55859375,.7717018127441406,1059.9891357421875,1,1,0,4,4,2,8,0,0,0,0,0,0,0,1,4,0,0,0,1,50,49,49.5,4,0,0,0,1,0,1,0,0,1,4,2978.99267578125,1489.496337890625,992.99755859375,1,2,1,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,1,1,1,3,1,0,0,0,0,,1,4,2,,,,,1,200000,,,1,3000,0,3000,1,1,1,0,1,1,17650,26475,0,70600,0,1,37000,49,1,,,,,3,.6000000238418579,0,1,0,1,1,1,1,1,1,0,0,0,1,3,0,1,0,1,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,33247,64,,,,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,1,1,0,0,1,1,1,0,50,2500,0,1,0,1,1,1,2,1,49,49,41.4865608215332,49,2401,0,0,0,1,1,1,2,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020505",2,2,,,3,,1,2,,2,1,2,2,2,2,2,8,2,2,2,5,5,40,2,1,3,,2,65,1,7," <14:OTHER, SPECIFY>:brother",1,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,17,2,1,,,,,11,1,1,,,,,0,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,0,1,7,,,,5,2,,,,,,,3,2,,,,,,,,,,,,,1,4,,,,,,,,,,,,,1,,4,,,,2,,,1,,2,,110,2,2,2,2,,,,,,,2,3,3,3,3,,,,,,,,,,,,1,3,1,,,,,,,,,,,,,,,,,,,,,,,,2,2,,,,,,,,,2,1,1,2,2,1,2,,,,1,1,,,,,,98,,,,,,,,,,,,,,,,,2,1,2,,,,,2,2," it was one time deal",,,,,,,,,,,,,,1,98,8,1,2,3,,,2,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,1,10,,,,1,40,1,,2,,,,,,,,,,,,,,,1,6,1,2,1,1,,,,,11,37,,,4,,,,12000,,12000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,4000,,,,,,,,,2,,,,,,,,,8,,2,1,1000,,,,,,,1,2,2,2,2,2,2,2,,2,2,1,1,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,0,1,2,,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,1,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,8,2,2,2,2,,6,99,2,,97," <5:OTHER (SPECIFY)>:nasau",,,,,99,1,"zs","020505",6,3,3,4,1,3,12000,0,0,0,0,0,0,0,0,1381.1519775390625,0,0,0,13381.15234375,.9062743782997131,1244.83447265625,0,2,11.5,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,40,,40,3,0,0,1,0,0,0,1,0,1,2,14739.1943359375,14739.1943359375,4913.06494140625,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,,,,,,,,,,,,2,,,4,4000,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,,0,17650,26475,1,70600,0,0,37000,217,0,1,0,1,1,3,.5,0,1,,1,1,,1,1,,1,1,1,1,2,0,0,0,1,0,1,0,1,0,1,2,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,33255,,97,,,2,-5,341.67962646484375,18.484577178955078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,12000,12000,109.54450988769531,0,0,0,12000,0,12000,109.54450988769531,0,0,1,1,1,0,1,1,0,0,1,1,0,0,40,1600,1,,1,1,1,0,0,0,0,,41.4865608215332,40,1600,0,0,0,0,0,0,0,0,11,37,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 -"9543o","020502",2,2,,,2,,1,20,,2,8,3,2,3,3,8,3,2,2,2,1,1,99,2,1,1,,1,99,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,13,2,1,,1,,,10,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,13,2,7,,,,1,2,9,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,8,1,1,1,2,2,2,2,2,2,2,2,,,,,1,3,3,2,3,3,1,1,2,2,1,2,3,1,,1,,,8,3,,1,1,1,0,5,4,4,2,2,2,1,4,0,,,,2,0,2,2,2,2,,,6000,,1,0,1,2,2,1,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,1,,,,2,,,,,,2,2,,,3,,,160,,6,960,1,,2,,,1,1,3,,,10,,4,2,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,800,,12,9600,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,37,12,35,4,,,,28000,,28000,1,,,,,,,,,,,4,,,,50000,,50000,1,,,,,,,,,,,1,1,1,2,50000,,,,,,,,,1,3500,0,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,3,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,1,57,97," <5:OTHER (SPECIFY)>:ST KITS",1,,,,,,1970,1,"GOLDY/FLEX","020505",4,2,2,4,2,2,50000,27999.998046875,2107.245849609375,0,0,0,0,0,0,0,0,0,0,80107.2421875,.5401546955108643,741.942138671875,1,1,0,4,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,41.3242301940918,41.53856658935547,41.431396484375,3,0,0,1,0,0,1,0,0,1,4,1428.140380859375,714.0701904296875,714.0701904296875,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,2,1,1,1.3333333730697632,0,0,0,0,,4,4,3,50000,1,1,1,0,0,0,0,1,3500,0,3500,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,126,1,,,1,,4,1,1,0,0,1,1,1,1,1,1,1,0,,1,2,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,33259,67,,,,67,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,28000,28000,167.33200073242188,50000,50000,223.60679626464844,50000,28000,50000,223.60679626464844,28000,167.33200073242188,0,0,1,0,1,1,0,0,1,1,0,0,41.28620147705078,1707.6920166015625,1,1,0,1,1,1,2,1,41.4865608215332,,41.4865608215332,41.53856658935547,1725.4525146484375,0,1,0,1,1,1,2,0,12,35,1,1,1,1,0,38.23428726196289,1461.8607177734375,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020510",2,4,,,1,1,,5,,1,1,1,1,1,1,8,8,2,2,3,1,1,26,2,1,1,,1,35,1,3,,1,98,1,3,,2,98,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,3,1,4,,,,,2,4,,,,,2,3,2,,,,,,,,,,,,,1,4,,,,,,2,,,,,,,1,,4,,,,,,,2,,,,,8,8,2,2,,,,,,,2,4,3,3,3,,,,,,,,,,,,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,8,4,,3,1,2,1,2,,,,,,,,,,,,,,,,,,,,,8,,,2,,,3,,,910,,98,,,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,98,98,,,,,,,,,,,,,,,,,,,8,,,,,,,,,8,,,,,,,,,2,,2,,8,8,,,,,,,,1,8,8,8,,,,,,2,,2,8,,,,,,,,8,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,8,1,2,2,,,,,,,,,,,,2,8,2,2,2,2,3,,5,76,97," <5:OTHER (SPECIFY)>:bangladesh",1,,,,,,1996,1,"gb","020510",5,4,1,3,2,1,28698.626953125,0,0,0,0,0,0,0,0,0,0,0,0,28698.626953125,1.1900535821914673,1634.6260986328125,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,4,0,0,0,1,26,35,30.5,2,0,1,0,0,0,1,0,0,1,4,3176.881103515625,1588.4405517578125,794.2202758789062,1,2,1,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,,1,1,1,,,1,0,,,,1,,,4,,,,,0,0,0,0,1,,,,0,0,1,0,,,14630,21945,0,58520,0,1,46438.2578125,82,0,1,1,1,0,3,.6000000238418579,0,1,,1,1,0,1,0,,1,1,,1,2,0,0,0,1,0,0,1,0,1,0,1,0,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,33262,19,,,,19,-9,-9,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,1,1,,0,1,1,0,0,1,0,0,0,26,676,0,1,0,1,0,0,2,1,35,35,41.4865608215332,35,1225,0,0,0,1,0,0,1,1,11,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,0,0,0 -"9543o","020508",2,1,,,1,1,,18,,2,3,2,2,2,2,3,3,2,2,2,3,5,34,2,1,3,,1,69,1,3,,2,64,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,1,11,,,,,1,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,2,,1,,2,,100,2,2,1,2,,,,,,,2,2,3,3,3,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,7,,5,2,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 7",2,,1,2,1,1,,,,,8,35,,,4,,,,30000,,30000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,9000,,,,,,,,,2,,,,,,,,,1,2,,1,50000,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,2,2,2,2,1," <1:Yes (Specify)>:BAR ASSOCIATION",4,1,2,2,,,,,,,,,,,,,,,2,1,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,3,,6,67,7," <5:OTHER (SPECIFY)>:GUYANA",1,,,,,,1981,1,"agh","020510",4,3,1,2,1,1,30000,0,0,0,0,0,0,0,0,0,0,0,0,30000,.48836180567741394,670.8008422851562,0,2,0,,4,2,8,0,0,0,0,0,0,0,1,4,0,0,0,1,34,,34,2,0,1,0,0,0,0,1,0,1,2,1150.9193115234375,1150.9193115234375,383.6397705078125,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,3,,,4,9000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,11610,17415,0,46440,0,1,42400,107,0,1,1,1,1,5,1.25,1,1,0,1,1,,1,1,,1,1,0,1,2,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,33297,7,,,,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,30000,30000,173.205078125,0,0,0,30000,0,30000,173.205078125,0,0,1,1,,0,1,1,0,0,1,1,1,0,34,1156,1,,1,1,1,1,0,0,0,,41.4865608215332,34,1156,0,0,0,0,0,0,0,0,8,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020505",2,2,,,1,1,,13,,1,3,1,1,1,1,4,1,2,2,3,1,1,47,1,1,1,,2,44,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,9,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,9,2,11,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,3,,,,,1,1,3,,,,,1,,1,3,,,2,1,10000,1,,2,,10000,2,2,1,2,,,,,,,1,,,,,2,3,3,3,3,3,2,1,1,1,1,2,4,1,,1,,,3,2,,1,1,1,0,40,3,4,2,2,2,1,1,0,,,,1,0,1,2,2,2,,,16000,,1,0,1,1,1,1,,,,,2,,,,,,,,,,,,2,2,,,,,,1,,,2,,1,,,,2,,,,,,2,2,,,1,420,,,,12,20160,1,,2,,,8,2,3,,,11,,8,1,2,2,1,1,1,3,,2,,,3,,,4600,,12,55200,1,,,2e+06,9e+06,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,55,12,60,9,,,,,,,,,1,1,,,,,,,,9,,,,,,,,,1,2,1,,9,,,,,1,1,1,1,9,2,,1,,1,,9,,1,15000,0,,,,,,,1,2,,1,9,2,,1,9,,,2,2,2,1,1,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,1000,2,,,,,20000,2,,,,,,,,,,,2500,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,1,2,2,1," <1:Yes (Specify)>:BROOKLYN KINDERGARTEN SOCIETY",1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,54,1,,,,1,,1,,,1,"WC","020509",3,2,1,3,2,1,99999.9921875,38036.4140625,999.9999389648438,500,0,0,0,0,20000,0,0,0,0,159536.40625,.9321386218070984,1280.36083984375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,47,44,45.5,4,0,0,0,1,0,1,0,0,1,4,2751.768310546875,1375.8841552734375,1375.8841552734375,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,,3,4,3,,,,,1,2e+06,9e+06,-7e+06,1,15000,0,15000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,181,1,,,1,,8,2.6666667461395264,1,1,1,1,1,1,1,1,1,1,1,0,1,3,0,1,0,0,0,0,0,1,0,1,1,1,0,1,0,1,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,33306,,,,,1,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,20000,20000,141.42135620117188,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,2,100000,100000,316.2277526855469,-5,19612.009765625,140.0428924560547,100000,-5,100000,316.2277526855469,9043.8486328125,95.09915161132812,0,0,,0,0,0,0,1,1,1,1,1,47,2209,1,1,1,1,1,1,1,1,44,44,41.4865608215332,47,2209,0,1,0,1,1,1,1,0,12,55,0,1,1,1,0,44,1936,0,0,0,0,0,.1519336998462677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020507",2,2,,,1,1,,21,,3,1,1,1,1,1,3,1,2,2,3,1,1,42,1,1,1,,2,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,13,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,13,2,7,,,,1,2,7,,,,5,1,2,2,,,,,,,,,,,,,1,1,2,,,,,1,1,,,,,,1,,1,2,,,2,2,,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,3,3,3,3,3,1,1,2,1,1,4,3,4,2,,1,,,7,3,,2,1,1,0,6,4,4,2,2,1,1,4,0,,,,1,0,1,2,2,2,,,3100,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,5,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,875,,12,10500,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,45,12,35,4,,,,49000,,49000,1,,,,,,,,,,,4,,,,42000,,42000,1,,,,,,,,,,,1,1,2,,22000,,,,,,,,,1,8200,0,,,,,,,2,,1,1,999,,,,,,,2,2,2,1,2,2,1,2,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,1000,2,,,,,,,,,,,,,,,,,1500,500,,,,,,,5,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,1,1," <1:Yes (Specify)>:LET THE CHILDREN COME TO ME (THIS NAME OF ORGANIZATION) FOR ST FRANCISIS OF ASSISI CHURCH",1,1,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,1,1,2,2,,2,61,97," <5:OTHER (SPECIFY)>:HATTI",1,,,,,,1981,1,"RR2","020507",3,2,1,3,2,1,49000,42000,999.9999389648438,500,0,0,0,0,0,0,0,0,0,92500,.6563703417778015,901.5728759765625,1,1,0,3,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,42,40,41,3,0,0,1,0,0,1,0,0,1,4,1612.0369873046875,806.0184936523438,806.0184936523438,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,3,1,0,0,0,1,,2,1,2,22000,1,1,0,0,0,0,0,1,8200,0,8200,0,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,107,1,,,1,,5,1.6666666269302368,1,1,1,1,1,1,1,1,1,0,1,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,33325,42,,,,42,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,2,49000,49000,221.35943603515625,42000,42000,204.9390106201172,49000,42000,49000,221.35943603515625,42000,204.9390106201172,0,0,1,0,1,1,0,0,1,1,0,1,42,1764,1,1,1,1,1,0,1,1,40,40,41.4865608215332,42,1764,0,1,0,1,1,0,1,0,12,45,0,1,1,1,0,40,1600,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020506",2,4,,,4,,1,33,,3,2,2,1,2,1,1,1,2,2,2,5,5,33,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,13,1,1,,,,,10,2,1,,,,,8,2,1,,,,,5,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,8,2,4,,,,,1,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,2,,1,,2,,100,2,2,3,2,,,,,,,2,,,,,1,3,3,3,3,3,1,1,1,1,1,1,1,2,,1,,,2,1,,2,2,1,0,15,3,4,2,2,2,2,4,0,,,,4,4,,,,,,,,,3,1,3,1,2,2,2,,,,1,2,,3,,,,,,,3,,1,,,,2,,,,,,,,,,,,,,,2,,,2,2,,,4,,,,6000,,6000,1,,2,,,1,2,3,,,0,2,9,2,2,2,1,1,2,,,2,,,3,,,2000,,2,4000,1,,,275000,220000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,1,1,,,,,12,40,,,4,,,,70000,,70000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,1,8,2,,1,,2,3,,,1,8000,8,2,,2,,,,2,,1,1,1000,,,,,,,2,2,2,1,2,2,1,2,1,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,2000,0,,,,,,,5,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,2,,2,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,3,1,2,2,8,1," <1:Yes (Specify)>:telephone pioner of america(cwa-cope)",3,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,1,2,1,1,2,2,2,,7,69,1,,,,1,,1,,,1,"rm","020506",5,1,4,5,1,4,70000,0,860.2505493164062,0,0,0,0,0,0,0,0,0,0,70860.25,.9635083079338074,1323.449462890625,0,2,1,,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,33,,33,2,0,1,0,0,0,0,1,0,1,2,763.9115600585938,763.9115600585938,763.9115600585938,1,2,1,0,0,1,2,1,0,1,0,0,0,3,0,1,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,90000,1,1,1,1,275000,220000,55000,1,8000,3500,4500,0,1,1,1,,1,20670,31005,0,82680,0,1,36847.08984375,22,1,,,1,,9,1.7999999523162842,1,1,1,1,1,,1,1,1,0,1,1,1,2,0,0,0,0,0,0,1,2,1,3,3,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,33328,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,70000,70000,264.57513427734375,0,0,0,70000,0,70000,264.57513427734375,0,0,1,1,1,0,0,0,0,0,1,0,0,0,33,1089,1,,1,1,0,0,0,0,0,,41.4865608215332,33,1089,0,1,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.4038054943084717,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020511",2,5,,,3,,1,37,,2,1,2,1,2,2,1,1,2,2,3,1,1,37,1,1,1,,2,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,9,1,1,,1,,,5,1,1,,1,,,3,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,5,1,5,,,2,,2,4,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,3500,1,,2,,800,2,1,1,2,,,,,,,2,2,3,3,2,,,,,,,,,,,,2,3,4,2,,5," <7:OTHER: specify (SPECIFY)>:HE JUST TURNED FIVE",,,,,,,,,,,,,,,,,,,,2,2,,,,,,,,,3,2,2,1,2,1,1,2,,,1,1,,2,,,,1,,1,1,,2,2,,,,,,,,,,,1,,,,2,,2,2,,,2,2,,,4,,,,4000,,4000,1,,2,,,1,1,3,,,1,,6,2,2,2,1,1,2,,,2,,,4,,,,25000,,25000,1,,,350000,250000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,40,,,4,,,,35000,,35000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,9,9,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,7,64,1,,,,1,,1,,,1,"sf","020723",5,2,3,5,2,3,35000,0,0,0,0,0,0,0,0,0,0,0,0,35000,.6563703417778015,901.5728759765625,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,37,35,36,3,0,0,1,0,0,1,0,0,1,4,1612.0369873046875,806.0184936523438,806.0184936523438,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,,1,1,2,,,1.3333333730697632,0,,,,3,,,3,,,,,1,350000,250000,100000,0,0,0,0,0,1,1,1,0,1,20670,31005,0,82680,0,1,36847.08984375,21,0,1,1,1,1,6,1.2000000476837158,1,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,0,0,0,2,1,2,2,3,1,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,33331,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,35000,35000,187.08287048339844,0,0,0,35000,0,35000,187.08287048339844,0,0,2,1,1,0,0,0,0,0,1,1,0,1,37,1369,1,0,1,1,1,0,1,1,35,35,41.4865608215332,37,1369,0,0,0,1,1,0,3,1,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020504",2,3,,,1,1,,4,,2,1,3,2,2,2,2,1,2,2,2,1,1,27,1,1,1,,2,29,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,2,11,,,,,2,11,,,,,1,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,7200,1,,2,,17000,1,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,2,2,,,,,,,,,,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,,,,1,2,,,4,,,,4500,,4500,1,,2,,,2,2,1,,2,2,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,1400,,12,16800,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,2,1,,12,55,9,20,4,,,,85000,,85000,1,,,,,,,,,,,4,,,,20000,,20000,1,,,,,,,,,,,1,1,1,1,10000,,,,,,,,,2,,,,,,,,,1,1,,1,75000,,,,,,,2,2,2,1,2,2,1,2,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,22000,2,,,,,,,,,,,,,,,,,180000,15000,,,,,,,4,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,1,1,2,2,2,1," <1:Yes (Specify)>:THE LOCAL CHURCH",2,2,2,2,,,,,,,,,,,,,,,1,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,75,1,,,,1,,1,,,1,"GOLDY/FLEX","020504",3,2,1,3,2,1,85000.0078125,20000,22000.001953125,15000,0,0,0,0,0,0,0,0,0,142000.015625,.9321386218070984,1280.36083984375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,27,29,28,2,0,1,0,0,0,1,0,0,1,4,2472.268310546875,1236.1341552734375,1236.1341552734375,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,10000,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,14630,21945,0,58520,1,1,46438.2578125,45,1,,,1,,5,1.6666666269302368,1,0,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,1,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,33447,,,,,1,0,0,0,0,0,0,0,0,0,22000,22000,148.323974609375,0,0,0,0,0,0,15000,15000,122.4744873046875,0,0,0,0,0,0,0,0,0,2,85000,85000,291.547607421875,20000,20000,141.42135620117188,85000,20000,85000,291.547607421875,20000,141.42135620117188,1,1,,0,0,0,0,0,1,1,1,1,27,729,1,1,1,1,1,1,1,1,29,29,41.4865608215332,27,729,0,1,0,1,1,1,1,1,12,55,0,1,1,1,0,29,841,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020508",2,3,,,2,,1,22,,3,3,3,1,3,4,3,2,2,2,1,5,2,24,2,1,7,,2,21,1,11,,2,22,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,6,1,1,,2,,,4,1,1,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,4,1,1,2,,,,2,98,,,,,2,4,2,,,,,,,,,,,,,1,4,,,,,,8,,,,,,,1,,4,,,,,,,2,,,,,2,2,2,2,,,,,,,2,3,3,1,2,,,,,,,,,,,,1,1,3,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,2,1,1,1,1,1,2,,,,2,,,2,,2,,2,,,,,2,2,,,,,,2,1,1,,,1,,,,1,1,,,,,2,2,,,9,,,,,,,2,9,2,,,8,2,1,,1,23,,5,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,143,,5,715,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,1,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,2,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,230,2760,1,,12,145,1740,1,,2,,2,8,2,,,,,,,1,2,2,,,,3,,,,,,,,,1,3,,,,,,,,,,,,,,2,2,5,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,1,1,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,77,4,,1,,,,,,1983,1,"em","020508",5,3,2,4,2,2,0,0,0,0,0,2760,1739.9998779296875,0,0,0,0,0,0,1739.9998779296875,.7111620903015137,976.8333740234375,1,1,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,24,41.53856658935547,32.769283294677734,2,0,1,0,0,0,1,0,0,1,4,2961.671142578125,1480.8355712890625,987.2236938476562,0,3,0,1,0,1,1,0,1,0,0,0,1,2,1,0,0,1,,1,3,2,,,2,1,,,,2,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,,,17650,26475,1,70600,0,0,37000,63,0,1,0,0,0,5,1,1,0,1,1,1,,1,,,0,0,0,1,1,1,0,0,1,0,0,1,1,2,1,2,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,33449,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2760,2760,52.535701751708984,1740,1740,41.71330642700195,0,0,0,0,-9,-9,,0,-9,0,0,-9,,1,1,,1,1,1,0,0,0,0,0,0,24,576,0,,1,0,0,0,0,0,41.4865608215332,,41.4865608215332,24,576,1,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020505",2,2,,,1,1,,10,,1,1,1,3,4,2,1,2,2,2,3,1,1,39,2,1,1,,1,42,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,2,7,,,,5,2,7,,,,5,2,4,1,2,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,2,,1,,2,,2000,1,8,2,2,2,2,2,2,2,2,2,,,,,3,2,2,2,2,3,1,2,2,4,2,2,2,3,,1,,,12,1,,8,2,2,0,0,3,3,2,2,2,2,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,4,,5,2,2,2,1,1,2,,,2,,,3,,,13000,,12,156000,1,,,300000,117000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,35,,,4,,,,28000,,28000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,1,3000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,309,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,1,2,2,2,,4,1,2,1,12,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:JUST VERY STRESSFUL",1,2,,,,,1,1,2,1,1,12,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:VERY STRESSFUL THATS ALL",1,2,,,,2,1,2,1,2,2,1,,4,62,97," <5:OTHER (SPECIFY)>:UKRAINE",97," <5:OTHER (SPECIFY)>:UKRAINE",,,,,1991,1,"RR2","020505",3,2,1,3,2,1,27999.998046875,0,309,0,0,0,0,0,0,0,0,0,0,28308.998046875,.9003636240959167,1236.715576171875,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,39,42,40.5,3,0,0,1,0,0,1,0,0,1,4,2065.5322265625,1032.76611328125,1032.76611328125,0,3,0,1,0,0,3,1,0,0,1,0,1,2,1,0,0,1,1,2,2,2,2,1,2,1,0,0,0,,2,3,3,0,0,0,0,1,300000,117000,183000,1,3000,0,3000,1,1,1,1,0,1,14630,21945,0,58520,0,1,46438.2578125,35,0,1,1,1,1,5,1.6666666269302368,1,1,1,1,1,1,1,1,1,1,0,1,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,1,,,,,,,,0,0,0,1,33473,81,81,,,81,0,0,0,0,0,0,0,0,0,309,309,17.57839584350586,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,28000,28000,167.33200073242188,0,0,0,28000,0,28000,167.33200073242188,0,0,0,0,,0,1,1,0,0,1,1,0,0,39,1521,1,0,1,1,1,0,2,0,42,42,41.4865608215332,39,1521,0,1,0,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020523",2,4,,,1,1,,21,,1,2,3,2,3,3,3,2,2,2,1,1,1,41,2,1,1,,1,48,1,5,,2,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,5,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,5,1,4,,,,,2,1,2,,,,2,4,2,,,,,,,,,,,,,1,4,,,,,,1,4,,,,,,1,,4,,,,2,,,1,,2,,350,2,2,1,1,,,,,,,2,2,2,1,3,,,,,,,,,,,,2,1,9,1,,,,0,1,,2,1,1,0,2,4,3,2,2,2,1,4,,,,,1,1,,,,,,,,,1,1,1,1,2,1,1,2,,,1,3,,,,,,,,,,,1,,,,2,,,,,,,,2,2,,,,,2,2,,,2,2,,,4,,,,50,,50,1,,2,,,1,1,1,,1,5,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,830,,12,9960,1,,1,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,12,40,12,40,3,,,500,,5,2500,1,,,,,,,,,,,2,,600,,,12,14400,1,,,,,,,,,,,2,,2,,8,2,,2,2,,,,,1,14000,0,,,,,,,1,2,,1,2000,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200,60,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,4000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,2,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,1,8,1,1,1,1,1,,2,61,97," <5:OTHER (SPECIFY)>:colombia",1,,,,,,1979,2,"el","020720",4,3,1,3,2,1,14400,2500,0,60.000003814697266,0,0,0,0,0,0,0,0,0,16960,.4740406572818756,651.1296997070312,1,1,0,1,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,41,48,44.5,3,0,0,1,0,0,1,0,0,1,4,1186.6226806640625,593.3113403320312,395.5408935546875,0,3,0,1,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,2,3,1,,,2,1,0,0,0,3,,,3,15000,1,1,0,0,0,0,0,1,14000,0,14000,1,1,1,1,1,1,14630,21945,1,58520,0,0,46438.2578125,52,0,1,1,1,1,3,.75,0,0,1,1,1,1,1,1,1,1,0,0,1,2,0,0,0,1,0,0,1,0,1,1,1,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,33483,28,,,,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,60,7.745966911315918,0,0,0,0,0,0,0,0,0,2,2500,2500,50,14400,14400,120,14400,2500,14400,120,2500,50,1,1,,1,1,1,0,0,1,0,0,0,41,1681,1,1,0,0,0,0,2,1,48,48,41.4865608215332,48,2304,0,0,0,0,0,0,1,1,12,40,1,1,0,0,0,41,1681,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020502",2,4,,,2,,1,25,,1,2,1,1,3,1,1,2,2,2,2,4,5,40,2,1,5,,2,21,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,17,1,1,,,,,3,2,5,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,17,1,4,,,,,2,,,,,,,5,1,1,,,,,,,,,,,,1,5,,,,,,,,,,,,,1,,1,,,,2,2,,1,,2,,8,1,2,1,1,2,2,2,2,1,2,2,,,,,4,3,3,3,3,3,1,2,2,2,1,1,1,2,,1,,,12,1,,2,1,1,0,5,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,1,1,0,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,2,,,,,,2,2,,,1,75,,,,12,3600,1,,2,,,2,2,3,,,4,,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,1,1000,0,,,,,,,1,2,,1,6000,,,,,,,2,1,2,2,2,2,2,2,,2,2,1,1,2,,,,,,,1,10800,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8000,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,8,,,,,,,,,,2,1,2,2,2,2,2,2,,1,2,1,2,,,,,,,,,,,,,,,2,1,1,1,2,,,,,,,,,,,,2,2,2,2,2,1,1,,2,61,1,,,,3,,3,,,1,"rm","020502",4,2,2,2,1,1,0,0,0,0,10800,0,0,0,0,0,0,0,0,10800,.8485018014907837,1165.4796142578125,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,40,,40,3,0,0,1,0,0,0,1,0,1,2,1443.2757568359375,1443.2757568359375,721.6378784179688,0,4,0,0,1,0,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,1,4,4,0,0,0,0,0,0,0,0,1,1000,0,1000,1,1,0,0,,0,11610,17415,1,46440,0,0,42400,291,0,1,0,0,1,3,.75,0,1,1,1,1,,1,1,1,1,0,1,1,2,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,33487,,,,,1,0,0,0,10800,10800,103.92304992675781,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,0,1,0,1,0,0,0,40,1600,0,,1,1,0,0,0,0,0,,41.4865608215332,40,1600,0,0,1,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020507",2,2,,,1,1,,32,,3,3,1,8,4,8,4,1,2,2,3,1,1,32,2,1,1,,1,30,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,10,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,10,1,9,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,1,1,,,,,,2,,,,,,,2,,8,,,,,2,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,1,2,1,1,1,1,1,4,,1,,,5,1,,2,1,1,0,8,4,4,2,2,2,4,4,3,7,," <3:Something Else? (SPECIFY)>:the school was not equipped to teach and no budget and then put him in a private school and had relocate because of my job",1,1,,,,,,,,,1,0,1,1,1,2,,,,,1,2,,,,,,,,,,,2,2,,,,,,2,2,,,,,,,,,,,1,,,2,2,,,4,,,,5000,,5000,1,,1,5,8,1,2,2,,,13,,7,1,2,2,1,1,2,,,2,,,3,,,1100,,12,13200,1,,1,1e+06,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,1,1,,1,1,,12,50,12,50,4,,,,50000,,50000,1,,,,,,,,,,,4,,,,55000,,55000,1,,,,,,,,,,,1,1,1,8,15000,,,,,,,,,1,16000,8,2,,1,2,,,2,,2,2,,,,,,,,2,2,2,2,2,1,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,3,1,1,1,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,1,1,1,4,7,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:ANXIETY AND WORRIES ALOT (SECURITY ISSUES)",1,2,,,,2,2,2,2,1,2,5,,5,69,1,,,,1,,1,,,1,"RR2","020604",3,2,1,3,2,1,54999.99609375,50000,0,0,0,0,0,0,0,0,3000,0,0,108000,.7717018127441406,1059.9891357421875,1,1,1,4,4,2,8,0,0,0,0,0,0,0,1,4,0,0,0,1,32,30,31,2,0,1,0,0,0,1,0,0,1,4,2919.723388671875,1459.8616943359375,1459.8616943359375,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,15000,1,1,0,1,1e+06,,,1,16000,7500,8500,0,0,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,256,1,,,1,,7,2.3333332538604736,1,1,1,1,0,1,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,33490,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,3000,54.772254943847656,0,0,0,0,0,0,0,0,0,0,0,0,2,50000,50000,223.60679626464844,55000,55000,234.52078247070312,55000,50000,55000,234.52078247070312,50000,223.60679626464844,0,0,,0,0,0,0,0,1,1,1,0,32,1024,1,1,0,1,1,1,2,1,30,30,41.4865608215332,30,900,0,0,0,1,1,1,1,0,12,50,1,1,1,1,0,32,1024,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020507",2,1,,,4,,1,40,,3,2,2,2,1,1,2,3,1,2,1,4,2,40,2,1,2,,2,38,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,17,2,1,,8,,,14,1,1,,8,,,12,2,1,,8,,,10,1,1,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,17,2,1,1,,,,2,3,,,,,2,5,1,2,,,,,,,,,,,,1,4,,,,,,1,1,,,,,,1,,4,,,,2,2,,1,,2,,0,2,2,1,2,2,2,2,2,1,2,2,,,,,1,3,3,3,3,3,1,2,2,2,2,1,1,5,,1,,,11,1,,2,2,1,0,2,3,8,1,2,2,3,3,0,,,,4,4,,,,,,,,,2,0,2,1,2,2,,,,,1,4,,2,,,,,,,2,,2,2,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,3,,,1,,6,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,2," <5:Or something else? {specify}>:public assistance",3,,,500,,12,6000,1,,8,,,,,,,,,,,,,,,1,2,1,2,2,1,,1,1,,6,40,12,40,8,,,,,,,,,2,,,,,8,,,,8,,,,,,,,,8,,,,,,,,,1,2,2,,0,,,,,,,,,1,5000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,1,2,,2,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,100,,,,,,,,,,,,,,,,,,6,135,810,1,,6,155,930,1,,2,,2,,1,2,,2,,2,2,1,2,2,,,,3,,,,,,,,,3,,,,,,,,,,,,,,,2,1,8,2,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,1,1,1,2,,,,,,,,,,,,2,2,3,2,2,2,2,,6,62,1,,,,1,,1,,,1,"gs","020509",6,2,4,6,2,4,14088.7744140625,6886.119140625,0,100,0,810,930,0,0,0,0,0,0,22004.89453125,.761260449886322,1045.647216796875,1,2,1,2,2,2,6,0,0,0,0,0,1,0,0,2,0,1,0,0,40,38,39,3,0,0,1,0,0,1,0,0,1,4,853.5703735351562,426.7851867675781,426.7851867675781,0,4,0,0,1,0,2,1,0,1,0,0,1,1,0,0,0,1,0,1,1,1,1,1,1,0,,0,0,,4,3,4,0,0,0,0,0,0,0,0,1,5000,0,5000,1,1,1,0,1,1,23690,35535,1,94760,0,0,26400,9,0,1,0,1,1,6,1,1,1,0,0,1,1,1,1,0,0,1,1,1,2,0,0,0,0,0,0,0,2,0,2,2,1,0,0,0,0,2,2,0,0,1,1,0,1,,,,,,,,0,0,0,1,33537,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,810,810,28.460498809814453,930,930,30.495901107788086,2,-5,30172.58203125,173.7025604248047,-5,19612.009765625,140.0428924560547,-5,-5,41729.015625,204.2768096923828,9043.8486328125,95.09915161132812,0,0,1,0,0,0,0,0,1,0,0,0,40,1600,1,1,1,1,0,0,1,0,38,38,41.4865608215332,40,1600,1,0,0,0,0,0,0,0,6,40,0,1,0,0,0,38,1444,0,0,0,0,0,.1519336998462677,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020508",2,4,,,3,,1,31,,2,1,2,1,2,1,3,2,2,2,2,1,1,31,2,1,1,,1,31,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,15,1,1,,1,,,13,2,1,,1,,,4,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,13,2,8,,,,,1,8,,,,,2,1,2,,,,,,,,,,,,,1,1,2,,,,,1,2,1,,,,,1,,1,2,,,2,2,,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,1,1,1,1,1,4,2,,1,,,7,1,,2,1,1,0,6,4,4,2,2,2,2,4,0,,,,2,2,,,,,,,,,1,1,0,1,2,1,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,1,,,,2,,,,,,2,2,,,4,,,,7000,,7000,1,,2,,,1,2,3,,,10,,5,1,2,2,1,1,2,,,2,,,3,,,800,,12,9600,1,,,315000,75000,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,35,12,35,4,,,,41000,,41000,1,,,,,,,,,,,4,,,,70000,,70000,1,,,,,,,,,,,2,,2,,7,2,,1,,2,1,,,1,52000,15000,,,,,,,1,1,,2,,,,,,,,2,2,2,1,1,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,12000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,2,1,2,2,,2,1,2,2,,,,,,,,,,,,,,,3,2,2,1,2,,,,,,,,,,,,1,3,3,2,2,1,1,,2,70,1,,,,4,,1,,,1,"ap","020508",5,2,3,5,2,3,70000,41000.00390625,3764.197265625,0,0,0,0,0,12000,0,0,0,0,126764.203125,.4049670994281769,556.2520751953125,1,1,0,3,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,31,31,31,2,0,1,0,0,0,1,0,0,1,4,1126.898681640625,563.4493408203125,563.4493408203125,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,50000,1,1,1,1,315000,75000,240000,1,52000,15000,37000,1,1,1,1,1,1,20670,31005,0,82680,1,1,36847.08984375,50,1,,,1,,5,1,1,1,1,1,1,1,1,1,1,1,1,0,1,2,0,0,0,0,0,0,1,0,1,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,33538,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,12000,12000,109.54450988769531,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,41000,41000,202.4845733642578,70000,70000,264.57513427734375,70000,41000,70000,264.57513427734375,41000,202.4845733642578,1,1,,1,0,0,0,0,1,1,0,0,31,961,1,1,0,1,1,0,2,1,31,31,41.4865608215332,31,961,0,1,0,1,1,0,3,1,12,35,1,1,1,1,0,31,961,0,0,0,0,0,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020525",2,4,,,2,,1,37,,2,2,3,1,2,2,2,2,2,2,1,4,5,37,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,11,1,1,,,,,7,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,7,1,7,,,,5,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,2,,1,,2,,500,1,2,1,2,,,,,,,2,,,,,1,3,3,3,3,3,2,1,4,4,1,1,1,2,,1,,,2,1,,1,1,1,0,0,4,4,2,2,2,2,4,1,4,," <3:Something Else? (SPECIFY)>:was in catholic schook, brother wasn't doing as well, so pulled them out and put them in the same wshool",2,2,,,,,,,,,2,0,2,1,2,1,,,,,2,,,2,,,,2,,,,,2,2,,,,,,,,,,,1,,,,2,,,,,,2,2,,,4,,,,4000,,4000,1,,2,,,8,2,3,,,7,,8,2,2,2,1,1,2,,,2,,,3,,,300,,12,3600,1,,,165000,30000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,50,,,4,,,,56000,,56000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,9,9,,,,,,,,1,12000,2800,,,,,,,1,2,,1,33000,,,,,,,2,2,2,1,2,1,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,1,64,1,,,,1,,1,,,1,"agh","020525",3,1,2,3,1,2,56000,0,432.6649475097656,0,0,0,0,0,0,0,1226.1263427734375,0,0,57658.79296875,.8307514786720276,1141.09814453125,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,37,,37,3,0,0,1,0,0,0,1,0,1,2,1228.266357421875,1228.266357421875,1228.266357421875,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,1,165000,30000,135000,1,12000,2800,9200,1,1,1,1,,1,14630,21945,0,58520,0,1,46438.2578125,221,1,,,1,,8,2.6666667461395264,1,0,1,1,1,,1,1,1,1,1,1,1,2,0,0,0,0,0,0,0,2,0,2,2,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,33541,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,-5,164.60757446289062,12.829948425292969,0,0,0,0,0,0,0,0,0,0,0,0,1,56000,56000,236.6431884765625,0,0,0,56000,0,56000,236.6431884765625,0,0,0,0,1,0,0,0,0,0,1,1,0,0,37,1369,1,,1,1,1,0,0,0,0,,41.4865608215332,37,1369,0,1,0,0,0,0,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 -"9543o","020506",2,1,,,2,,1,10,,3,2,3,2,4,4,4,3,2,2,1,1,1,46,1,1,1,,2,46,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,15,2,1,,1,,,12,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,12,1,7,,,,5,2,4,,,,,2,5,1,2,,,,,,,,,,,,1,4,,,,,,2,,,,,,,1,,4,,,,,,,1,,2,,1200,2,2,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,2,2,1,2,4,4,2,2,1,4,,1,,,6,1,,1,1,1,0,3,3,4,2,2,2,2,4,1,2,,,2,2,,,,,,,,,1,0,1,1,2,2,,,,,1,2,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,3,,3,4,1,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,578,,12,6936,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,1,2,2,12,40,,,4,,,,7000,,7000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,,0,,,,,,,,,2,,,,,,,,,2,,8,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,170,2040,1,,,,,,,2,,1,,1,2,,2,,1,1,1,2,2,,,,3,,,,,,,,,3,,,,,2,,,,,,,,,,1,1,3,1,2,2,2,2,,3,2,1,1,1,2,3,4,5,6,8," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:deression, high blood pressure",1,1,4,,,,,1,1,1,1,1,12,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:stress",2,1,4,,,,1,1,1,1,1,4,,7,56,4,,4,,,,,,1990,2,"jd","020506",4,2,2,4,2,2,6999.99951171875,0,0,0,0,2040,0,0,0,0,0,0,0,6999.99951171875,.4049670994281769,556.2520751953125,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,3,0,0,1,0,46,46,46,4,0,0,0,1,0,1,0,0,1,4,1415.8109130859375,707.9054565429688,707.9054565429688,0,4,0,0,1,0,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,2,2,1,0,0,0,0,,4,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,17650,26475,1,70600,0,0,37000,102,0,0,0,0,0,3,.75,0,0,0,1,1,0,1,0,1,0,0,0,1,3,0,1,0,1,0,0,0,1,0,1,1,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,33542,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2040,2040,45.166358947753906,0,0,0,1,7000,7000,83.66600036621094,0,0,0,7000,0,7000,83.66600036621094,0,0,0,0,,1,1,1,0,0,1,1,0,1,46,2116,1,0,1,1,1,0,1,1,46,46,41.4865608215332,46,2116,0,0,0,1,1,0,2,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020513",2,2,,,1,1,,10,,2,8,2,2,3,3,3,3,2,2,1,1,1,32,1,1,1,,2,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,6,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,6,1,1,2,,,,2,1,2,,,,1,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,2,,,,,,,,,,1,2,,1000,8,2,1,2,,,,,,,2,,,,,1,2,3,3,3,3,2,1,2,3,1,1,3,1,1,,,,1,1,,1,1,1,0,9,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,1,0,1,1,2,2,,,,,1,1,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,3,,3,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,9,45,98,15,4,,,,13500,,13500,1,,,,,,,,,,,8,,,,,,,,,2,,,,,2,,1,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,5,,1,2,2,1," <1:Yes (Specify)>:catholic church",1,2,1,1,1,5,97,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:irritable",2,1,1,5,9,,,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,69,8," <5:OTHER (SPECIFY)>:mexico",1,,,,,,1987,2,"jd","020513",3,2,1,3,2,1,13500,5000,0,0,0,0,0,0,0,0,0,0,0,18500,.7111620903015137,976.8333740234375,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,3,0,0,1,0,32,32,32,2,0,1,0,0,0,1,0,0,1,4,3426.596923828125,1713.2984619140625,1713.2984619140625,1,2,1,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,2,1,1,1,1,1.3333333730697632,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,14630,21945,1,58520,0,0,46438.2578125,68,0,1,0,0,1,3,1,1,1,0,1,0,0,0,0,1,1,0,0,1,2,0,0,0,1,0,0,0,1,1,1,1,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,33555,8,,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,13500,13500,116.18949890136719,5000,5000,70.71067810058594,13500,5000,13500,116.18949890136719,5000,70.71067810058594,0,0,,1,1,1,0,0,0,0,0,1,32,1024,1,1,1,0,0,0,1,1,32,32,41.4865608215332,32,1024,0,0,0,0,0,0,1,0,9,45,0,0,0,0,0,32,1024,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020506",2,4,,,1,1,,22,,3,3,2,1,3,3,3,2,2,2,2,3,5,23,2,1,3,,2,47,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,3,2,1,1,,,,2,,,,,,,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,6,,,,,,,2,,,,,2,2,1,2,,,,,,,2,1,2,3,3,,,,,,,,,,,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,1,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,1,,,,1,2,,,,,2,2,,,4,,,,2400,,2400,1,,1,1,1,1,2,1,,2,22,,4,2,2,1,2,,,,,,,,,,,,,,,,,,,,,1,1,,2,,,3,,,1200,,10,12000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,26000,,26000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,2000,,,,,,,,,1,7000,3000,,,,,,,1,2,,1,8000,,,,,,,2,2,2,1,2,1,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,2000,2,,,,,,,,,,,500,2,,,,,1000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,33000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,8," <7:ANOTHER GROUP (SPECIFY)>:i dont know",6,78,1,,,,97," <5:OTHER (SPECIFY)>:columbia",97," <5:OTHER (SPECIFY)>:peru",,1,"tmb","020506",3,2,1,2,1,1,25999.998046875,0,2000,999.9999389648438,0,0,0,0,0,0,500,0,0,29499.998046875,.5999813675880432,824.1184692382812,0,1,0,,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,23,,23,1,1,0,0,0,0,0,1,0,1,2,969.185302734375,969.185302734375,484.5926513671875,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,2,1,1,,,1.3333333730697632,0,,,,4,,,4,2000,1,0,0,0,0,0,0,1,7000,3000,4000,1,1,1,1,,1,11610,17415,0,46440,0,1,42400,80,0,1,1,1,0,4,1.3333333730697632,1,1,1,1,0,,1,0,,0,0,0,1,1,1,0,0,0,0,0,1,0,1,0,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,33577,,,28,63,1,0,0,0,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,500,500,22.360679626464844,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,1,26000,26000,161.24514770507812,0,0,0,26000,0,26000,161.24514770507812,0,0,1,1,,1,0,0,0,0,1,0,0,0,23,529,1,,1,1,0,0,0,0,0,,41.4865608215332,23,529,0,1,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020509",2,1,,,4,,1,43,,2,1,2,3,2,2,3,2,2,2,2,5,2,43,1,1,2,,2,38,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,13,1,8,,1,,2,6,1,6,,6,,1,2,1,6,,6,,1,0,2,6,,6,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,2,1,7,,,,5,2,4,,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,1,4,,,,,,1,,4,,,,,,,8,,,,,8,2,1,2,,,,,,,2,2,3,3,3,,,,,,,,,,,,1,1,4,,,,,,,,,,,,,,,,,,,,,,,,2,2,,,,,,,,,3,2,1,1,2,2,8,,,,1,1,,97," ONCE PER MONTH FOR 2 CHILDREN, BUT NOT LEAST ONCE PER WK",,,,,,,,2,2,,,,,,,,,,,,,,,,,,1,,,2,8,,,8,,,,,,,2,2000,8,,,8,2,1,,8,2,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,138,,12,1656,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,47,,,1,301,,,,12,14448,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,7000,,,,,,,,,2,,,,,,,,,1,2,,1,360,,,,,,,2,2,2,2,2,2,1,2,,2,1,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,100,,,,,,,,,,,,,,,,,,12,8,,,99,12,8,,,99,2,,8,,2,,,,,,,2,,2,,,,1,1,,,,12,,," <12:or some other reason? (specify)>:they wanted partner to go to work",8,,,,,,,,,,,,,,,2,2,2,,2,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,7,59,1,,,,1,,1,,,1,"gs","020510",5,2,3,6,2,4,14448.0009765625,0,0,100,0,1167.2650146484375,256.87506103515625,0,0,0,0,0,0,14804.8759765625,.6563703417778015,901.5728759765625,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,43,38,40.5,3,0,0,1,0,0,1,0,0,1,4,1612.0369873046875,806.0184936523438,806.0184936523438,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,,,,,,,,,,,,3,,,4,7000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,23690,35535,1,94760,0,0,26400,23,0,1,1,1,1,4,.800000011920929,0,1,1,1,0,1,1,0,,1,1,0,1,2,0,0,0,0,0,2,0,1,1,1,3,1,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,33579,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,-5,169.98902893066406,13.037983894348145,-5,107.74469757080078,10.380014419555664,1,14448,14448,120.19983673095703,0,0,0,14448,0,14448,120.19983673095703,0,0,2,1,1,0,0,0,0,0,1,1,0,1,43,1849,1,0,1,1,1,0,1,1,38,38,41.4865608215332,43,1849,1,0,0,1,1,0,4,1,12,47,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.4038054943084717,.1519336998462677,.1519336998462677,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020513",2,2,,,1,1,,35,,1,1,1,1,1,1,1,1,2,2,3,4,5,48,2,1,3,,2,87,1,5,,1,28,1,5,,1,24,1,5,,1,22,2,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,1,7,,,,5,2,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,1,2,,1,,2,,0,2,2,2,2,2,2,2,2,2,2,2,,,,,4,3,3,3,3,3,2,1,1,1,1,1,4,0,,1,,,10,1,,2,2,1,0,98,4,4,2,2,2,1,8,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,26,,6,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,400,,12,4800,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,40,,,4,,,,30000,,30000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,8,8,,,,,,,,1,8,0,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,1,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,240,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,8,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,1,,2,53,4,,1,,,,,,1969,1,"ep","020513",6,5,1,2,1,1,30000,0,0,0,0,0,0,0,0,0,240.00001525878906,0,0,30240,.5125567317008972,704.0343627929688,0,1,0,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,48,,48,4,0,0,0,1,0,0,1,0,1,2,1078.7550048828125,1078.7550048828125,215.75100708007812,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,1,4,4,,,,,0,0,0,0,1,,0,,0,1,1,1,,1,11610,17415,0,46440,0,1,42400,195,0,1,1,1,1,6,1,1,1,1,1,1,,1,1,1,1,1,1,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,33594,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,240,15.491933822631836,0,0,0,0,0,0,0,0,0,0,0,0,1,30000,30000,173.205078125,0,0,0,30000,0,30000,173.205078125,0,0,0,0,,1,1,1,0,0,1,1,0,0,48,2304,1,,1,1,1,0,0,0,0,,41.4865608215332,48,2304,0,0,0,0,0,0,0,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020720",2,1,,,3,,1,3,,3,3,3,2,2,3,3,2,2,2,8,5,2,30,2,1,2,,1,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,12,1,2,,1,,,7,2,1,,1,,,2,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,2,1,1,2,,,,2,1,2,,,,2,5,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,6,,,,,,,1,,2,,3000,2,2,3,2,,,,,,,2,3,2,3,2,,,,,,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,2,2,,,,,,,,,3,1,2,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,,,1,,2,3,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,1,2,,2,,,3,,,600,,12,7200,1,,8,,,,,,,,,,,,,,,1,1,2,,2,2,2,1,1,,,,12,40,,,,,,,,,,,,,,,,,,,1,400,,,,12,19200,1,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,2,,2,,2,2,1,1,1,,,,,,,,,,,,,,,,,,1,2,3,,,,,,,,2,2,8,,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,1,3,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,71,8," <5:OTHER (SPECIFY)>:mexico",1,,,,,,1978,2,"el","020720",5,2,3,5,2,3,19200.001953125,0,0,0,0,0,0,0,0,0,0,0,0,19200.001953125,.7111620903015137,976.8333740234375,1,1,1,1,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,30,32,31,2,0,1,0,0,0,1,0,0,1,4,3230.915283203125,1615.4576416015625,1615.4576416015625,0,4,0,0,1,1,1,0,1,0,0,0,0,3,0,1,0,1,,,,,,,,,,,,2,,,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,20670,31005,1,82680,0,0,36847.08984375,15,0,1,0,0,1,4,.800000011920929,0,0,1,1,0,0,1,0,,0,1,0,1,2,0,0,0,1,0,1,0,2,0,2,3,0,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,33599,8,,,,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,19200,19200,138.56407165527344,19200,0,19200,138.56407165527344,0,0,1,1,,1,1,1,0,0,0,0,0,0,30,900,0,1,0,0,0,0,2,1,32,32,41.4865608215332,32,1024,0,0,0,0,0,0,3,1,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020510",2,2,,,1,1,,7,,2,2,4,3,3,4,4,4,2,2,1,5,5,28,2,1,7,,1,40,1,7,,1,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,6,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,6,1,1,2,,,,2,,,,,,,4,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,1,,4,,,,,,,2,,,,,2,2,1,2,,,,,,,2,,,,,1,3,3,3,2,3,2,2,2,2,1,1,5,6,1,,,,0,1,,2,2,1,0,6,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,6,,3,4,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,1,2," <5:Or something else? {specify}>:welfare",3,,,300,,12,3600,1,,2,,,,,,,,,,,,,,,2,,1,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,2,,,,,,,,,2,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,1,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,115,1380,1,,12,8,,,300,2,,2,0,2,,,,,,,2,,1,,,,3,,,,,,,,,3,,,,,,,,,,,,,,,2,2,5,,2,2,2,2,,4,2,1,2,,,,,,,,,,,,,,,2,2,3,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,73,97," <5:OTHER (SPECIFY)>:honduras",1,,,,,,1995,2,"ak","020510",4,3,1,2,1,1,0,0,0,0,0,1379.9998779296875,300.0000305175781,0,0,0,0,0,0,300.0000305175781,.45005002617836,618.1767578125,0,2,0,,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,28,,28,2,0,1,0,0,0,0,1,0,1,2,1273.5867919921875,1273.5867919921875,424.5289306640625,0,3,0,1,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,1,1,1,2,1,1,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,11610,17415,1,46440,0,0,42400,165,0,1,1,0,0,3,.75,0,0,0,1,0,,1,0,1,1,0,0,1,2,0,0,0,1,0,0,0,1,1,1,1,,0,0,0,0,,1,0,0,,0,0,0,,,,,,,,0,1,0,0,33606,43,,,,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1380,1380,37.14834976196289,300,300,17.32050895690918,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,1,1,0,0,0,0,0,0,28,784,0,,1,0,0,0,0,0,0,,41.4865608215332,28,784,1,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020508",2,2,,,1,1,,46,,2,3,2,1,2,3,8,1,2,2,2,1,1,46,1,1,1,,2,42,1,5,,2,19,1,5,,2,20,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,12,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,12,2,4,,,,,2,8,,,,,2,2,2,,,,,,,,,,,,,1,2,,,,,,2,,,,,,,1,,2,,,,,2,,1,,2,,1000,2,2,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,1,2,3,1,1,4,1,,1,,,6,3,,1,1,1,3,12,4,4,2,2,2,1,4,1,7,," <3:Something Else? (SPECIFY)>:wife wanted child to attend school closer to where she works|'",1,0,1,1,2,2,,,2200,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,1,2,3,,,16,,6,1,2,2,1,1,2,,,2,,,3,,,640,,12,7680,1,,,200000,38000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,1,1,,1,2,2,12,40,,,4,,,,700000,,700000,2,70000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,8,1,2,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,200,200,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,56,1,,,,3,,3,,,1,"ty","020509",5,4,1,3,2,1,70000,0,1226.62060546875,200,0,0,0,0,0,0,0,0,0,71426.6171875,.4049670994281769,556.2520751953125,1,1,1,3,2,1,2,0,1,0,0,0,0,0,0,3,0,0,1,0,46,42,44,3,0,0,1,0,0,1,0,0,1,4,1881.7857666015625,940.8928833007812,470.4464416503906,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,1250,1,0,0,1,200000,38000,162000,0,0,0,0,1,1,1,1,0,1,14630,21945,0,58520,1,1,46438.2578125,209,1,,,1,,6,1.2000000476837158,1,1,1,1,1,0,1,0,1,1,1,,1,3,0,1,0,0,0,0,0,1,0,1,1,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,33610,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,200,200,14.142135620117188,0,0,0,0,0,0,0,0,0,1,70000,70000,264.57513427734375,0,0,0,70000,0,70000,264.57513427734375,0,0,0,0,,1,0,0,0,0,1,0,0,1,46,2116,1,0,1,1,0,0,1,1,42,42,41.4865608215332,46,2116,0,1,0,1,0,0,1,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020507",2,2,,,8,,1,40,,2,1,1,2,2,2,3,1,2,2,2,1,1,40,2,1,1,,1,42,1,5,,1,19,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,17,2,1,,1,,,16,2,1,,1,,,15,1,1,,1,,,12,2,1,,1,,,10,2,1,,1,,,7,2,1,,1,,,5,2,1,,1,,,3,2,1,,1,,,,,,,,,,2,5,10,2,2,,2,,,2,1,2,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,400,8,2,2,2,,,,,,,2,,,,,3,3,3,3,3,3,2,1,4,4,1,1,4,0,,1,,,4,3,,1,1,1,0,10,4,4,2,2,2,1,4,0,,,,7,0,8,,,,,,,,5,2,4,1,2,1,2,,,,2,,,5,,,,1,,,,,2,2,,,,,,,,,,,1,,,,8,,,,,,2,1,7," <7:SOMEONE OR SOMEWHERE ELSE ? (SPECIFY)>:wal-mart",8,,,,,,,2,1000,2,,,1,2,3,,,19,,6,2,2,2,1,2,,,,,,,,,,,,,,,,,300000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,48,,,,,,,,,,,,,,,,,,,8,,,,,,,,,2,,,,,1,1,,,2,,2,,8,8,,,,,,,,1,300,0,,,,,,,1,1,,2,,,,,,,,2,2,2,2,1,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,5000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,61,1,,,,1,,97," <5:OTHER (SPECIFY)>:czech",,1,"gs","020509",11,3,8,10,2,8,17500,0,0,0,0,0,0,0,5000,0,0,0,0,22500,1.4416096210479736,1980.15673828125,1,1,0,1,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,40,42,41,3,0,0,1,0,0,1,0,0,1,4,2263.298583984375,1131.6492919921875,754.432861328125,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,2,4,4,,,,,1,300000,0,300000,1,300,0,300,1,1,1,0,1,1,35770,53655,1,143080,0,0,27370.8203125,2,0,1,1,1,1,6,.5454545617103577,0,1,1,1,1,1,1,1,1,1,1,0,1,2,0,0,0,0,0,0,2,3,2,4,5,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,33630,,,,97,1,0,0,0,0,0,0,0,0,0,0,0,0,5000,5000,70.71067810058594,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,17500,17500,132.28756713867188,17500,0,17500,132.28756713867188,0,0,2,1,,0,0,0,0,0,1,0,0,0,40,1600,0,1,0,0,0,0,2,1,42,42,41.4865608215332,42,1764,0,1,0,0,0,0,8,1,12,48,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,2.8076109886169434,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020507",2,5,,,1,1,,25,,1,2,1,1,1,1,1,1,2,2,2,1,1,25,2,1,2,,2,29,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,4,1,4,,,,,2,3,,,,,2,1,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,2,,2,,,,,2,2,2,1,,,,,,,1,1,3,3,3,,,,,,,,,,,,1,1,4,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,1,2,,,,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,2,,1,,,,,,,,,,,,,,,2,,,1,2,3,,,4,,5,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,12,9000,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,23000,,23000,1,,,,,,,,,,,4,,,,19000,,19000,1,,,,,,,,,,,2,,2,,2000,,,,,,,,,1,19000,14000,,,,,,,1,1,,1,8000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,1,2,,2,,2,2,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,2,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,76,1,,,,1,,1,,,1,"rm","020507",3,2,1,3,2,1,23000.001953125,19000,0,0,0,0,0,0,0,0,0,0,0,42000,1.4416096210479736,1980.15673828125,1,1,0,2,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,25,29,27,2,0,1,0,0,0,1,0,0,1,4,2355.17919921875,1177.589599609375,1177.589599609375,1,1,0,0,0,1,2,1,0,1,0,0,1,2,1,0,0,0,,1,1,1,,,1,0,,,,4,,,4,2000,1,0,0,0,0,0,0,1,19000,14000,5000,1,1,1,1,1,1,14630,21945,0,58520,0,1,46438.2578125,143,0,1,0,1,1,5,1.6666666269302368,1,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,0,0,0,1,0,1,0,1,1,0,0,0,0,2,2,0,1,1,2,0,1,,,,,,,,0,0,0,1,33634,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,23000,23000,151.6575164794922,19000,19000,137.84048461914062,23000,19000,23000,151.6575164794922,19000,137.84048461914062,1,1,,0,0,0,0,1,1,0,0,0,25,625,1,1,1,1,0,0,1,0,29,29,41.4865608215332,25,625,0,0,0,0,0,0,0,0,12,40,0,1,0,0,0,29,841,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020507",2,1,,,4,,1,5,,2,3,3,1,2,2,2,3,2,2,1,1,1,28,2,1,1,,1,36,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,10,2,1,,1,,,3,2,1,,1,,,2,1,1,,1,,,0,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,2,1,1,1,,,,2,7,,,,5,2,3,2,,,,,,,,,,,,,1,4,,,,,,2,,,,,,,1,,4,,,,,,,2,,,,,8,2,1,2,,,,,,,2,3,2,3,3,,,,,,,,,,,,1,4,1,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,4,3,1,2,2,2,2,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,7," <7:(VOL) OTHER (SPECIFY)>:shelter",,0,8,3,2,2,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,825,,8,6600,1,,7," <7:Other (not staying w/anyone) {specify}>:shelter",,,2,,2,,2,1,,2,1,,8,50,9,55,3,,,200,,8,1600,1,,,,,,,,,,,1,600,,,,9,21600,1,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,2,,1,,,,,,,,,,,,,,,1,1,,,,,3,,,,2,1,2,1,2,2,2,2,,1,2,1,2,,,,,,,,,,,,,,,2,1,3,1,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,65,6," <5:OTHER (SPECIFY)>:ecuADOR",1,,,,,,1984,2,"AK","020507",6,2,4,6,2,4,21600.001953125,1600,0,0,0,0,0,0,0,0,0,0,0,23200.001953125,.4049670994281769,556.2520751953125,1,1,0,3,2,2,6,0,0,0,0,0,1,0,0,3,0,0,1,0,28,36,32,2,0,1,0,0,0,1,0,0,1,4,1234.79443359375,617.397216796875,617.397216796875,1,2,1,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,,,,,,,,,,,2,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23690,35535,1,94760,0,0,26400,18,0,1,1,1,1,3,.5,0,0,0,1,1,0,1,0,,1,1,1,1,2,0,0,0,1,0,2,1,1,1,1,4,0,0,0,0,0,1,1,1,0,0,0,0,0,,,,,,,,0,0,0,1,33636,6,,,,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1600,1600,40,21600,21600,146.96939086914062,21600,1600,21600,146.96939086914062,1600,40,3,1,,1,1,1,0,0,1,0,0,0,28,784,1,1,0,1,1,0,2,1,36,36,41.4865608215332,36,1296,0,0,0,1,1,0,4,1,9,55,1,1,0,0,0,28,784,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020507",2,2,,,1,1,,25,,3,2,3,8,2,2,1,1,2,2,3,1,1,54,1,1,1,,2,53,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,7,2,5,,5,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,7,2,5,,,1,,2,2,,2,,,2,4,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,9,2,,1,,2,,8,8,8,1,2,,,,,,,2,,,,,4,8,2,8,2,8,2,2,4,4,2,1,4,1,,1,,,3,1,,8,1,1,0,98,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,1,0,1,2,2,2,,,,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,8,,,,,,,,,,,,,,,2,,,8,2,3,,,18,,5,1,2,2,1,1,2,,,2,,,8,,,,,,,,,,300000,98,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,35,98,50,4,,,,65000,,65000,1,,,,,,,,,,,7,,,,,,,,,1,2,2,1,,,,,,8,,2,,7,2,,8,,,,,,1,5003,0,,,,,,,1,1,,8,,,,,,,,1,2,2,2,2,2,2,2,,2,2,2,1,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,3,1,2,1,8,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:depression, upset feelings",1,2,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,1,2,2,1,,4,48,97," <5:OTHER (SPECIFY)>:russia",1,,,,,,1976,1,"gb","020507",10,2,8,3,2,1,65000,35000,0,0,0,0,0,0,0,2625.839111328125,0,0,0,102625.8359375,2.5466127395629883,3497.959716796875,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,54,53,53.5,4,0,0,0,1,0,1,0,0,1,4,7637.99951171875,3818.999755859375,3818.999755859375,0,3,0,1,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,,2,,2,,2,1,0,0,0,,1,3,4,,,,,1,300000,,,1,5003,0,5003,1,1,1,1,,1,14630,21945,0,58520,1,1,46438.2578125,131,1,,,1,,5,.5,0,0,1,1,1,1,1,1,1,0,1,1,1,3,0,1,0,1,0,0,0,1,0,1,1,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,33761,66,,,,66,-5,341.67962646484375,18.484577178955078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65000,65000,254.9509735107422,35000,35000,187.08287048339844,65000,35000,65000,254.9509735107422,35000,187.08287048339844,0,0,,0,1,1,0,0,1,1,0,1,54,2916,1,1,1,1,1,0,1,1,53,53,41.4865608215332,54,2916,0,0,0,1,1,0,1,0,12,35,0,1,0,0,0,53,2809,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 -"9543o","020508",2,2,,,2,,1,21,,2,3,2,2,3,1,2,1,2,2,3,4,5,33,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,11,1,1,,,,,4,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,4,2,9,,,,,1,,,,,,,2,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,1,200,2,,,,,2,2,1,2,,,,,,,2,2,3,3,3,,,,,,,,,,,,2,1,3,,,,,,,,,,,,,,,,,,,,,,,,1,0,1,2,2,2,,,3000,,2,1,1,2,2,1,2,,,,2,,,,,,,1,,,,,,,,,,,,,,,,,1,,,,2,,,,,,2,2,,,1,90,,,,12,4320,1,,2,,,1,2,3,,,9,,4,2,2,2,1,1,2,,,2,,,3,,,1500,,12,18000,1,,,250000,98,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,35,,,4,,,,40000,,40000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,3000,,,,,,,,,1,5000,3000,,,,,,,1,2,,1,35000,,,,,,,2,2,2,2,2,1,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,2,,2,2,2,2,,2,1,1,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,2,68,97," <5:OTHER (SPECIFY)>:HAITI",1,,,,,,1981,1,"SF","020721",3,1,2,3,1,2,40000,0,0,0,0,0,0,0,0,0,3999.999755859375,0,0,44000,.6836602687835693,939.0576171875,0,1,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,33,,33,2,0,1,0,0,0,0,1,0,1,2,1179.87646484375,1179.87646484375,1179.87646484375,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,1,1,1,,,1,0,,,,3,,,3,3000,1,0,0,1,250000,,,1,5000,3000,2000,1,1,1,1,,1,14630,21945,0,58520,0,1,46438.2578125,289,0,1,1,1,1,4,1.3333333730697632,1,1,1,1,1,,1,1,,1,0,1,1,2,0,0,0,1,0,0,1,1,1,1,2,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,33764,42,,,,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,4000,63.24555206298828,0,0,0,0,0,0,0,0,0,0,0,0,1,40000,40000,200,0,0,0,40000,0,40000,200,0,0,1,1,1,0,1,1,0,0,1,1,1,0,33,1089,1,,1,1,1,1,0,0,0,,41.4865608215332,33,1089,0,0,0,0,0,0,0,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020509",2,4,,,2,,1,22,,1,3,1,1,1,1,1,1,2,2,3,1,1,36,1,1,1,,2,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,11,2,1,,1,,,9,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,9,1,2,,3,,,2,7,,,,5,2,1,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,6,,,,,,,2,,,,,2,2,1,2,,,,,,,2,,,,,4,3,3,3,8,1,2,2,4,4,1,1,3,3,,1,,,4,1,,2,1,1,0,5,8,4,2,2,2,1,4,2,1,,,2,2,,,,,,,,,2,0,2,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,4,,6,1,2,2,1,1,2,,,2,,,4,,,,24000,,24000,1,,,500000,200000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,8,50,,,8,,,,,,,,,2,,,,,2,,3,,,,,,,,,,,,,,,,,,,,2,,2,,0,,,,,,,,,1,3000,0,,,,,,,1,2,,1,2000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,5,2,2,2,2,2,,4,2,1,1,13,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:tension",1,1,7,,,,1,1,1,1,1,10,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:frightened",1,2,,,,2,2,1,1,1,2,3,,6,61,97," <5:OTHER (SPECIFY)>:india",1,,,,,,1981,1,"rm","020509",4,2,2,4,2,2,12500,0,0,0,0,0,0,0,0,0,0,0,0,12500,.547620952129364,752.1976318359375,1,1,0,3,2,1,2,0,1,0,0,0,0,0,0,4,0,0,0,1,36,32,34,2,0,1,0,0,0,1,0,0,1,4,4618.171875,2309.0859375,2309.0859375,1,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,1,1,1,,3,1,0,0,0,0,,1,4,4,0,0,0,0,1,500000,200000,300000,1,3000,0,3000,1,1,1,0,0,0,17650,26475,1,70600,0,0,37000,77,0,1,1,1,1,6,1.5,1,1,1,1,0,0,1,0,1,1,1,1,1,2,0,0,0,1,0,0,0,2,0,2,2,0,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,33792,45,,,,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,12500,12500,111.80339813232422,0,0,0,12500,0,12500,111.80339813232422,0,0,0,0,,0,1,1,0,0,0,0,0,1,36,1296,1,0,1,0,0,0,1,1,32,32,41.4865608215332,36,1296,0,0,0,0,0,0,2,0,8,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020503",2,2,,,2,,1,36,,2,2,2,2,2,2,2,2,2,2,2,3,5,36,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,17,2,1,,,,,3,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,3,2,7,,,,5,2,,,,,,,2,1,8,,,,,,,,,,,,1,8,,,,,,,,,,,,,9,,,,,,,,,2,,,,,2,2,1,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,3,,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,1,2,1,,2,11,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,9,,1,1,,9,,,,,,,,,8,,,,,,,,,,,,,,,1,3,2,,1,2,1,,,,6,20,,,9,,,,,,,,,2,,,,,2,,3,,,,,,,,,,,,,,,,,,,,2,,8,,8000,,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,1,1,2,,2,1,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,,,,,,9,9,,,,,,,,,,,,,,,,,,99,,,,99,99,,,,99,2,,1,,1,1,9,2,,2,1,1,1,2,,,,1,1,,,,2,,,,1,1,,,,,,,,,,,,,,2,1,2,1,1,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,1,2,,2,65,1,,,,3,,3,,,1,"RR2","020503",3,1,2,3,1,2,12500,0,0,790.0322265625,0,693.566162109375,208.12069702148438,0,0,0,0,0,0,13498.1533203125,.6150680780410767,844.8411865234375,0,1,2,,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,36,,36,3,0,0,1,0,0,0,1,0,1,2,1117.6495361328125,1117.6495361328125,1117.6495361328125,1,1,0,0,0,0,3,1,0,0,1,0,1,1,0,0,0,1,,1,1,1,,,1,0,,,,4,,,4,8000,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,,0,14630,21945,1,58520,0,0,46438.2578125,237,0,0,0,1,1,4,1.3333333730697632,1,1,1,1,1,,,,,1,1,1,1,2,0,0,0,0,1,0,1,0,1,0,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,33814,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,164.60757446289062,12.829948425292969,-5,404.5105285644531,20.11244773864746,0,0,0,-5,169.98902893066406,13.037983894348145,-5,107.74469757080078,10.380014419555664,1,12500,12500,111.80339813232422,0,0,0,12500,0,12500,111.80339813232422,0,0,1,1,,1,0,0,0,0,1,1,0,0,36,1296,1,,1,1,1,0,0,0,0,,41.4865608215332,36,1296,1,0,0,0,0,0,0,0,6,20,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0 -"9543o","020507",2,2,,,4,,1,22,,1,2,3,2,4,4,4,4,1,1,2,1,1,44,1,1,1,,2,42,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,11,1,1,,1,,,9,2,1,,1,,,7,2,1,,1,,,4,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,4,4,1,4,,,,,2,2,,5,,,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,2,,,,,,,,,,1,2,,500,2,2,2,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,1,,,,,,,,,,,,,,,,,,,,,,,,3,2,0,,,,,,,,4,1,3,2,2,2,2,,,,1,8,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,1,2,3,,,12,,5,2,2,2,1,1,1,4,,2,,,3,,,1500,,12,18000,1,,,250000,85000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,1,1,,2,2,2,8,60,,,4,,,,36000,,36000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,2,,10000,,,,,,,,,1,1500,0,,,,,,,8,,1,1,2000,,,,,,,2,2,2,1,1,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,350,2,,,,,12000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,1,2,1," <1:Yes (Specify)>:BANGLADESH MUSLIM CENTER (CAN'T SPECIFIY)",1,2,1,2,,,,,,,,,,,,,,,2,2,3,1,2,,,,,,,,,,,,2,2,2,2,2,2,3,,5,58,97," <5:OTHER (SPECIFY)>:BANGLADESH",97," <5:OTHER (SPECIFY)>:BANGLADESH",,,,,1979,1,"RR2","020507",6,2,4,6,2,4,36000,0,349.9999694824219,0,0,0,0,0,12000,0,0,0,0,48350,1.1900535821914673,1634.6260986328125,1,1,1,1,2,1,2,0,1,0,0,0,0,0,0,4,0,0,0,1,44,42,43,3,0,0,1,0,0,1,0,0,1,4,4841.462890625,2420.7314453125,2420.7314453125,1,2,1,0,0,1,2,1,0,1,0,0,1,2,1,0,0,1,,1,1,1,,,1,0,,,,4,,,4,10000,1,1,0,1,250000,85000,165000,1,1500,0,1500,0,1,1,0,0,0,23690,35535,0,94760,0,1,26400,17,1,,,1,,5,.8333333134651184,0,0,0,0,0,0,0,0,,1,0,0,1,2,0,0,0,1,0,0,1,3,1,3,4,1,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,33822,19,19,,,19,0,0,0,0,0,0,0,0,0,350,350,18.70828628540039,12000,12000,109.54450988769531,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,36000,36000,189.73666381835938,0,0,0,36000,0,36000,189.73666381835938,0,0,1,1,,0,1,1,0,0,1,0,0,1,44,1936,1,0,1,1,0,0,1,1,42,42,41.4865608215332,44,1936,0,1,0,1,0,0,4,1,8,60,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.4038054943084717,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020528",2,4,,,2,,1,42,,3,1,1,1,2,1,1,1,2,2,2,1,1,45,1,1,1,,2,48,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,13,1,1,,1,,,10,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,13,1,9,,,,,2,11,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,2000,8,1,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,1,1,2,1,1,2,2,,1,,,7,3,,1,1,1,0,15,4,4,2,2,1,1,4,0,,,,2,1,1,2,2,2,,,3600,,1,0,1,1,1,2,,,,,1,2,,,,,,,,,,,2,2,,,,,,1,,,2,,,,,,,,,2,,,2,2,,,4,,,,200,,200,1,,2,,,2,2,3,,,1,,7,2,1,2,1,1,2,,,2,,,9,,,,,,,,,,400000,200000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,48,,,9,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,9,2,,1,,1,,1,,1,20000,10000,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,10000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,3,1,2,2,2,2,,3,2,2,1,12,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:STRESS",1,2,,,,,1,1,1,2,2,,,,,,,,,,,,2,2,2,2,2,1,4,,2,56,3,,,,,,,,1959,1,"GOLDY/FLEX","020528",4,2,2,4,2,2,99999.9921875,0,10000,0,0,0,0,0,0,0,0,0,0,109999.9921875,.4256257116794586,584.628173828125,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,3,0,0,1,0,45,48,46.5,4,0,0,0,1,0,1,0,0,1,4,1442.7213134765625,721.3606567382812,721.3606567382812,1,2,1,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,1,,4,4,4,175000,1,1,1,1,400000,200000,200000,1,20000,10000,10000,1,1,1,1,0,1,17650,26475,0,70600,1,1,37000,122,1,,,1,,7,1.75,1,1,1,1,1,1,1,1,1,0,1,1,1,3,0,1,0,0,0,0,0,1,0,1,1,1,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,33827,,,,,3,0,0,0,0,0,0,0,0,0,10000,10000,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,100000,100000,316.2277526855469,0,0,0,100000,0,100000,316.2277526855469,0,0,0,0,,1,0,0,0,0,1,1,1,1,45,2025,1,0,1,1,1,1,1,1,48,48,41.4865608215332,45,2025,0,1,0,1,1,1,2,0,12,48,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020505",2,1,,,3,,1,25,,1,1,1,3,1,3,3,1,2,2,2,1,1,43,1,1,1,,2,33,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,16,1,1,,1,,,14,1,1,,1,,,4,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,16,1,1,2,,,,2,4,,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,2,,,,,,,,,,2,,,,2,9,3,2,2,2,2,2,2,2,2,,,,,3,3,3,3,3,1,1,2,2,4,1,1,4,3,,1,,,10,3,,2,1,1,0,6,4,4,2,2,2,1,4,0,,,,2,0,3,2,1,1,2,,9,,1,1,0,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,17,,4,3,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,9,,,,,,,,,1,,,,,,,,,,,,,,,2,,2,,9,9,,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,9,,,,,,,,2,,,,,,,,,8,,1,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,3,,2,2,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,2,2,2,2,,7,59,11," <5:OTHER (SPECIFY)>:TRINIDAD",1,,,,,,1975,1,"JR","020520",5,2,3,5,2,3,12.858658790588379,532.7109375,0,0,0,0,0,0,0,0,0,0,0,545.569580078125,.697822093963623,958.5099487304688,1,1,0,2,1,1,1,1,0,0,0,0,0,0,0,2,0,1,0,0,43,33,38,3,0,0,1,0,0,1,0,0,1,4,4342.59228515625,2171.296142578125,2171.296142578125,1,2,1,0,0,1,1,0,1,0,0,0,0,3,0,1,0,1,1,1,1,1,1,3,1,0,0,0,0,,2,4,4,,,,,0,0,0,0,0,0,0,0,0,1,,,,,20670,31005,1,82680,0,0,36847.08984375,19,0,1,1,0,1,4,.800000011920929,0,1,1,1,0,0,0,0,1,1,1,0,1,2,0,0,0,1,0,0,1,0,1,0,1,0,0,0,0,0,2,1,1,,,,,,,,,,,,,0,0,0,1,33833,11,,,,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-9,-9,,-9,-9,,-9,-9,-9,,-9,,1,1,1,0,1,1,0,0,0,0,0,1,43,1849,,,-9,.8445630669593811,.5830553770065308,.33022013306617737,1,.4996632933616638,33,33,41.4865608215332,,,0,0,0,.41627752780914307,.2888592481613159,.17478318512439728,1.4989898204803467,.12608405947685242,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020511",2,1,,,3,,1,15,,3,2,3,3,3,4,4,4,2,2,1,5,2,29,2,1,2,,1,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,11,2,1,,2,,,9,1,1,,2,,,3,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,9,1,7,,,,5,2,4,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,2,,,,,2,2,1,2,,,,,,,2,,,,,4,3,3,3,3,3,1,1,1,2,1,1,4,1,,1,,,3,1,,1,1,1,0,5,4,4,2,2,2,2,2,0,,,,2,2,,,,,,,,,3,1,2,1,2,1,2,,,,2,,,3,,,,1,,,,,2,2,,,,,,,,,,,1,,,,2,,,,,,2,2,,,3,,,400,,5,2000,1,,1,5,8,1,2,1,,2,2,,4,3,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,884,,12,10608,1,,1,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,40,4,,,,32000,,32000,1,,,,,,,,,,,4,,,,32000,,32000,1,,,,,,,,,,,1,1,2,,20000,,,,,,,,,1,9000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,2,,2,1,2,2,,,,,,,,,,,,,,,2,2,2,1,2,,,,,,,,,,,,2,2,2,1,2,2,2,,1,72,2," <5:OTHER (SPECIFY)>:jamaica",1,,,,,,1987,1,"RR2","020511",5,2,3,5,2,3,32000,32000,0,0,0,0,0,0,0,0,0,0,0,64000,.6563703417778015,901.5728759765625,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,2,0,1,0,0,29,32,30.5,2,0,1,0,0,0,1,0,0,1,4,1486.1168212890625,743.0584106445312,743.0584106445312,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,1,4,4,20000,1,1,0,0,0,0,0,1,9000,0,9000,1,1,1,1,1,1,20670,31005,0,82680,0,1,36847.08984375,16,1,,,0,,4,.800000011920929,0,0,0,1,1,1,1,1,1,0,0,0,1,2,0,0,0,1,0,0,1,2,1,2,3,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,33843,2,,,,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32000,32000,178.88543701171875,32000,32000,178.88543701171875,32000,32000,32000,178.88543701171875,32000,178.88543701171875,1,1,1,0,1,1,0,0,1,1,0,0,29,841,1,1,1,1,1,0,2,0,32,32,41.4865608215332,29,841,0,0,0,0,0,0,0,0,12,40,0,1,0,0,1,32,1024,1,0,0,3,1,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020509",2,2,,,2,,1,7,,2,3,3,3,2,2,2,2,2,2,3,1,1,28,2,1,1,,1,29,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,11,2,1,,2,,,3,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,11,2,7,,,,5,2,4,,,,,2,3,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,6,,,2,1,10,1,,2,,8,1,8,1,2,,,,,,,2,,,,,2,3,2,2,3,8,2,1,2,2,1,1,1,1,,1,,,5,1,,1,2,2,0,5,4,4,1,2,1,2,2,1,1,,,1,1,,,,,,,,,2,1,1,1,2,2,2,,,,2,,,2,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,1,4,2,1,2,1,,8,5,,4,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,452,,12,5424,1,,1,,,,,,,,,,,,,,,2,,2,,2,1,,1,1,,12,20,12,35,4,,,,7000,,7000,1,,,,,,,,,,,4,,,,36000,,36000,1,,,,,,,,,,,8,,2,,8,2,,2,1,,,,,1,8,0,,,,,,,2,,2,1,2000,,,,,,,2,2,2,2,2,2,1,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,3,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,1,1,4,,2,73,4,,4,,,,,,1995,1,"em","020509",4,2,2,4,2,2,36000,6999.99951171875,0,0,0,0,0,0,0,0,0,0,0,43000,.4049670994281769,556.2520751953125,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,28,29,28.5,2,0,1,0,0,0,1,0,0,1,4,1126.898681640625,563.4493408203125,563.4493408203125,1,2,1,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,0,1,2,2,1,,1.6666666269302368,1,0,0,1,,3,4,4,6000,1,0,0,0,0,0,0,1,,0,,0,0,1,0,1,1,17650,26475,0,70600,0,1,37000,61,1,,,1,,4,1,1,0,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,1,0,0,1,1,1,1,2,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,33849,,,,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,7000,7000,83.66600036621094,36000,36000,189.73666381835938,36000,7000,36000,189.73666381835938,7000,83.66600036621094,1,1,,1,1,1,0,0,1,1,0,0,28,784,1,1,0,1,0,0,2,1,29,29,41.4865608215332,29,841,0,0,0,1,0,0,2,1,12,35,1,1,1,1,0,28,784,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020502",2,1,,,1,1,,25,,3,3,3,3,3,3,3,3,2,2,2,1,1,50,2,1,1,,1,48,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,14,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,14,2,7,,,,5,1,4,,,,,1,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,8,1,,2,,300,2,1,2,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,1,4,4,3,1,4,5,,1,,,10,3,,1,1,1,0,98,4,4,2,2,2,3,4,0,,,,1,0,1,2,2,2,,,4000,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,10,,5,2,2,2,1,1,2,,,2,,,3,,,639,,12,7668,1,,2,85000,50000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,37,12,47,4,,,,50000,,50000,1,,,,,,,,,,,4,,,,60000,,60000,1,,,,,,,,,,,2,,2,,8,8,,,,,,,,8,,,,,,,,,2,,2,1,20000,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,9,1,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,1,1,1,1,11,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:nervuousx",1,1,7,,,3,3,2,1,2,2,9,,7,99,99,,99,,,,,,99,1,"rm","020502",3,2,1,3,2,1,60000,50000,0,0,0,0,0,0,0,0,0,0,0,110000,.7435845732688904,1021.3680419921875,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,,,,,,50,48,49,4,0,0,0,1,0,1,0,0,1,4,1881.91748046875,940.958740234375,940.958740234375,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,2,4,,,,,1,85000,50000,35000,,,,,0,0,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,216,1,,,1,,5,1.6666666269302368,1,0,0,1,1,1,1,1,0,0,0,0,1,3,0,1,0,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,33862,,,,,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,50000,50000,223.60679626464844,60000,60000,244.948974609375,60000,50000,60000,244.948974609375,50000,223.60679626464844,0,0,0,0,,0,0,0,1,1,0,0,50,2500,1,1,0,1,0,0,2,1,48,48,41.4865608215332,48,2304,0,0,0,1,0,0,1,0,12,47,1,1,1,1,0,50,2500,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020510",2,4,,,2,,1,45,,1,1,1,1,3,2,3,2,2,2,3,1,1,45,1,1,1,,2,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,13,1,1,,1,,,10,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,13,1,9,,,,,2,4,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,2,,,,,,,1,2800,1,,2,,200,2,1,1,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,3,1,2,1,1,1,1,3,3,,1,,,8,3,,2,1,1,2,98,4,4,2,2,2,1,4,0,,,,2,0,0,,,,,,,,1,0,1,1,2,2,,,,,2,,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,2,2,3,,,43,,15,1,2,2,1,2,,,,,,,,,,,,,,,,,5500000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,1,1,,2,2,2,12,40,,,7,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,9,9,,,,,,,,1,30000,0,,,,,,,1,8,,2,,,,,,,,2,2,2,2,1,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,1,1,1,2,1,2,,2,2,2,2,,,,,,,,,,,,,,,1,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,56,1,,,,1,,1,,,1,"gb","020510",4,2,2,4,2,2,99999.9921875,0,0,0,0,0,0,0,6656.21533203125,0,0,0,0,106656.2109375,.9321386218070984,1280.36083984375,1,1,1,2,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,45,40,42.5,3,0,0,1,0,0,1,0,0,1,4,2543.459228515625,1271.7296142578125,1271.7296142578125,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,4,4,4,,,,,1,5500000,0,5500000,1,30000,0,30000,1,1,1,1,0,1,17650,26475,0,70600,1,1,37000,144,1,,,1,,15,3.75,1,1,1,1,1,1,0,0,1,1,0,0,1,3,0,1,0,0,0,0,0,1,0,1,1,1,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,33863,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,-5,907.7564086914062,30.128995895385742,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,100000,100000,316.2277526855469,0,0,0,100000,0,100000,316.2277526855469,0,0,0,0,,0,0,0,0,0,1,1,1,1,45,2025,1,0,1,1,1,1,1,1,40,40,41.4865608215332,45,2025,0,1,0,1,1,1,2,0,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 -"9543o","020504",2,4,,,2,,1,43,,1,3,1,2,2,2,3,2,2,2,2,1,1,63,1,1,1,,2,60,1,5,,2,40,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,13,2,5,,5,,1,11,1,5,,5,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,13,2,5,,,2,,2,2,,2,,,2,3,1,1,,,,,,,,,,,,1,3,,,,,,1,1,,,,,,1,,2,,,,2,1,264,2,,,,,2,2,1,2,2,2,2,2,2,2,2,,,,,4,3,3,8,3,3,1,2,4,4,3,3,2,3,,1,,,7,1,,8,1,2,0,0,4,4,2,2,2,2,3,0,,,,2,2,,,,,,,,,1,0,1,2,2,2,,,,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,3,,,29,,7,1,2,2,1,1,2,,,2,,,3,,,677,,12,8124,1,,,187000,14000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,2,,1,,2,1,,,1,10000,0,,,,,,,1,2,,2,,,,,,,,1,1,1,2,2,2,1,2,,2,2,2,2,2,1600,1,12,19200,1,,1,1365,1,1,1365,1,,1700,1,12,20400,1,,,,,,,,,,,,,,,,,,,,2000,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,8,2,2,2,2,,1,38,1,,,,1,,1,,,1,"GOLDY/FLEX","020504",11,3,8,4,2,2,0,0,0,500,1365.0001220703125,0,0,20400,0,19200.001953125,0,0,0,41465.00390625,1.312740683555603,1803.145751953125,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,63,60,61.5,4,0,0,0,1,0,1,0,0,1,4,3734.24951171875,1867.124755859375,1244.7498779296875,1,2,1,0,0,0,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,,1,1,1,0,0,0,0,,1,2,2,50000,1,1,1,1,187000,14000,173000,1,10000,0,10000,1,1,0,0,0,0,17650,26475,0,70600,0,1,37000,117,1,,,1,,7,.6363636255264282,0,1,1,1,1,1,1,1,1,1,1,0,1,4,0,0,1,0,0,0,0,1,0,1,1,1,0,0,0,0,2,1,1,0,0,0,0,0,,,,,,,,0,0,0,1,33868,,,,,1,19200,19200,138.56407165527344,1365,1365,36.94590759277344,20400,20400,142.8285675048828,0,0,0,0,0,0,0,0,0,500,500,22.360679626464844,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,1,63,3969,0,0,1,1,1,0,1,1,60,60,41.4865608215332,63,3969,0,0,1,1,1,0,2,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020507",2,2,,,2,,1,30,,1,1,2,1,1,2,1,1,2,2,2,1,1,44,2,1,1,,1,54,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,16,2,1,,1,,,15,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,15,2,11,,,,,2,7,,,,1,1,3,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,1,2400,1,,2,,400,1,1,3,2,2,2,2,2,2,2,2,,,,,3,3,3,2,3,3,1,1,2,3,1,1,1,3,,1,,,10,1,,1,2,1,4,5,3,4,2,2,2,1,4,0,,,,2,2,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,2,22,,5,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,750,,12,9000,1,,8,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,30,12,30,4,,,,44000,,44000,1,,,,,,,,,,,8,,,,,,,,,8,,,,,,,,,2,,2,,3000,,,,,,,,,1,1000,0,,,,,,,1,2,,2,,,,,,,,2,2,2,1,2,2,2,2,2,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,1,2,1," <1:Yes (Specify)>:the church",1,1,2,1,1,97,8,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:depression, over snesitivity",1,2,,,,,,1,1,1,1,97,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:did not want to go to school",1,1,9,,,1,1,1,1,8,2,2,,1,58,99,,1,,,,,,1970,1,"nr","020512",4,2,2,4,2,2,43999.99609375,24843.470703125,1230.023193359375,0,0,0,0,0,0,0,0,0,0,70073.4921875,.5401546955108643,741.942138671875,1,1,0,3,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,44,54,49,4,0,0,0,1,0,1,0,0,1,4,1526.9725341796875,763.4862670898438,763.4862670898438,1,2,1,0,0,1,4,1,0,0,0,1,0,3,0,1,0,1,1,1,1,2,1,1,1.3333333730697632,0,0,0,0,,2,4,4,3000,1,0,0,0,0,0,0,1,1000,0,1000,1,1,1,0,0,0,17650,26475,0,70600,0,1,37000,202,1,,,1,,5,1.25,1,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,33873,,,,,99,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,44000,44000,209.7617645263672,-5,19612.009765625,140.0428924560547,44000,-5,44000,209.7617645263672,9043.8486328125,95.09915161132812,0,0,1,0,,0,0,0,1,1,1,0,44,1936,1,1,1,1,1,1,2,0,54,54,41.4865608215332,44,1936,0,1,0,0,0,0,0,0,12,30,0,1,1,1,1,54,2916,1,1,1,2,.1519336998462677,.1519336998462677,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020510",2,2,,,1,1,,68,,3,2,1,1,3,1,1,2,2,2,3,1,1,68,1,1,1,,2,67,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,2,5,,5,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,2,7,,,,5,2,4,,,,,2,4,2,,3,3,2,2,2,2,1,1,1,6,6,1,5,,,,,,1,5,,,,,,1,,3,,,,2,1,330,1,,2,,3000,1,2,1,2,2,2,2,2,2,2,2,,,,,4,3,3,3,3,3,1,2,1,2,2,1,3,2,,1,,,10,1,,2,1,1,0,6,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,42,,7,1,2,2,1,2,,,,,,,,,,,,,,,,,350000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,400000,,,,,,,,,1,1000,0,,,,,,,1,1,,2,,,,,,,,2,1,1,1,2,2,2,2,,2,2,2,2,2,,,,,,,3,240000,2,,,,,25000,2,,,,,15000,1,12,180000,2,650000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,1,1,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,34,1,,,,1,,1,,,1,"ma","020510",10,2,8,3,2,1,0,0,100000.9921875,0,100000.9921875,0,0,24999.998046875,0,0,0,0,0,225001.984375,1.2733063697814941,1748.9798583984375,1,2,0,2,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,68,67,67.5,5,0,0,0,0,1,1,0,0,1,4,3959.765869140625,1979.8829345703125,1979.8829345703125,0,3,0,1,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,1,3,4,400000,1,1,1,1,350000,0,350000,1,1000,0,1000,1,1,0,0,0,0,14630,21945,0,58520,1,1,46438.2578125,239,1,,,1,,7,.699999988079071,0,1,1,1,1,1,1,1,1,0,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,,,,,,,,0,0,0,1,33881,,,,,1,0,0,0,240000,240000,489.89794921875,25000,25000,158.11387634277344,650000,650000,806.2257690429688,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,1,0,1,68,4624,0,0,1,1,1,0,1,1,67,67,41.4865608215332,68,4624,0,1,1,1,1,0,1,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020504",2,4,,,2,,1,33,,1,1,1,1,2,1,1,1,2,2,3,1,1,33,1,1,1,,2,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,6,1,1,,1,,,2,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,6,1,10,,,,,2,4,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,300,2,2,1,2,,,,,,,2,,,,,1,3,2,3,3,3,2,1,1,1,1,1,4,2,1,,,,0,1,,2,1,1,10,10,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,2,1,1,1,1,2,1,2,,,2,,,97," 52 weeks all year",97," never",,,,,,2,2,,,,,,2,2,,,,,,,,,,2,,2," none",,,,,,,,,,,,,,2,,,2,2,3,,,6,,6,1,2,2,1,1,2,,,2,,,4,,,,100,,100,2,1500,,250000,501,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,40,12,24,4,,,,72000,,72000,1,,,,,,,,,,,4,,,,2500,,2500,1,,,,,,,,,,,2,,2,,120000,,,,,,,,,1,8,8,1,2,,,,,1,1,,1,2000,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,2000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,1,1,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,2,3,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,1,68,1,,,,1,,1,,,1,"raa","020513",4,2,2,4,2,2,72000,2500,2000,0,0,0,0,0,0,0,0,0,0,76500,.9321386218070984,1280.36083984375,1,1,0,2,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,33,32,32.5,2,0,1,0,0,0,1,0,0,1,4,2426.153076171875,1213.0765380859375,1213.0765380859375,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,2,1,1,1,1.3333333730697632,0,0,0,0,,4,4,4,120000,1,1,1,1,250000,501,249499,1,,1250,,1,1,1,1,0,1,17650,26475,0,70600,1,1,37000,62,1,,,1,,6,1.5,1,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,0,0,1,0,1,1,1,2,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,33889,,,,,1,0,0,0,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,72000,72000,268.3281555175781,2500,2500,50,72000,2500,72000,268.3281555175781,2500,50,1,1,,0,0,0,0,0,1,1,1,1,33,1089,1,1,1,1,1,1,1,1,32,32,41.4865608215332,33,1089,0,1,0,1,1,1,2,1,12,40,0,1,0,0,0,32,1024,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020505",2,2,,,2,,1,35,,1,1,1,1,2,3,3,1,2,2,3,1,1,35,1,1,1,,2,35,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,8,1,1,,1,,,5,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,8,1,9,,,,,2,11,,,,,1,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,9600,1,,2,,5000,1,1,3,2,,,,,,,1,,,,,1,2,1,3,3,1,1,1,1,1,1,2,2,2,,1,,,3,1,,8,1,1,0,30,4,4,2,2,2,2,3,0,,,,2,2,,,,,,,,,2,1,2,1,2,2,2,,,,1,1,,2,,,,,,,2,,2,2,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,3,,,5,,5,3,2,2,1,1,2,,,2,,,4,,,,24000,,24000,1,,,300000,170000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,60,12,40,4,,,,100000,,100000,1,,,,,,,,,,,4,,,,24000,,24000,1,,,,,,,,,,,1,1,1,1,500000,,,,,,,,,1,30000,22000,,,,,,,1,1,,1,100000,,,,,,,2,2,2,1,1,2,1,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,1000,2,,,,,12000,2,,,,,,,,,,,10000,1500,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,1,1,1,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,2,2,2,1,1,97,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:nore sesitive abiout his surroundong asks alot of questions",1,2,,,,2,1,2,2,1,2,1,,2,67,1,,,,1,,1,,,1,"al","020505",4,2,2,4,2,2,99999.9921875,23999.998046875,999.9999389648438,1499.9998779296875,0,0,0,0,12000,0,0,0,0,138499.984375,.9321386218070984,1280.36083984375,1,1,0,4,4,1,4,0,0,0,1,0,0,0,0,1,1,0,0,0,35,35,35,3,0,0,1,0,0,1,0,0,1,4,2375.8203125,1187.91015625,1187.91015625,1,1,0,0,0,1,4,1,0,0,0,1,0,3,0,1,0,0,1,2,3,1,1,3,2,1,0,0,0,,4,4,3,500000,1,1,1,1,300000,170000,130000,1,30000,22000,8000,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,189,1,,,0,,5,1.25,1,1,1,1,1,1,1,1,1,1,1,0,1,2,0,0,0,0,0,0,1,1,1,2,2,1,0,1,0,1,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,33910,,,,,1,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,12000,12000,109.54450988769531,0,0,0,1500,1500,38.72983169555664,0,0,0,0,0,0,0,0,0,2,100000,100000,316.2277526855469,24000,24000,154.91932678222656,100000,24000,100000,316.2277526855469,24000,154.91932678222656,1,1,,0,0,0,0,1,1,1,1,1,35,1225,1,1,1,1,1,1,1,1,35,35,41.4865608215332,35,1225,0,1,0,1,1,1,2,1,12,60,0,1,1,1,0,35,1225,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020505",2,2,,,1,1,,34,,3,2,3,2,4,3,4,2,2,2,1,5,5,34,2,1,7,,2,44,1,9," <14:OTHER, SPECIFY>:niece",2,21,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,11,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,11,2,11,,,,,2,,,,,,,3,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,8,,1,,2,,300,1,2,1,2,,,,,,,2,,,,,1,2,2,3,3,3,1,1,2,2,1,1,3,2,,1,,,6,1,,1,1,1,10,20,4,4,2,2,2,1,4,1,2,," <3:Something Else? (SPECIFY)>:it was an unsafe school",1,1,,,,,,,,,1,0,1,1,2,2,,,,,1,2,,,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,2,2,3,,,2,,7,2,1,1,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,,1," 2 years",2,,1,2,1,1,,,,,12,50,,,4,,,,45000,,45000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,28000,,,,,,,,,1,2000,0,,,,,,,1,1,,1,25000,,,,,,,2,2,2,1,2,1,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,100,2,,,,,,,,,,,3000,2,,,,,400,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,65000,1,2,,1,8,2,2,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,2,1,1,2,1," <1:Yes (Specify)>:national pathways org",1,1,8,1,13,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:tension",2,2,,,,,1,1,1,1,1,10,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:fear of lflying",2,2,,,,1,2,2,2,2,2,2,,1,67,1,,,,1,,1,,,1,"nr","020505",4,3,1,2,1,1,45000,0,100,541.2685546875,0,0,0,0,0,0,3000,0,0,48641.26953125,.34183013439178467,469.52880859375,0,2,0,,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,34,,34,2,0,1,0,0,0,0,1,0,1,2,589.938232421875,589.938232421875,196.6460723876953,1,2,1,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,2,2,1,1,1,1.6666666269302368,1,0,0,0,,4,4,4,28000,1,1,1,0,0,0,0,1,2000,0,2000,1,1,1,1,,1,11610,17415,0,46440,1,1,42400,239,1,,,1,,7,1.75,1,0,1,1,1,,1,1,1,0,0,0,1,2,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,33913,,,,,1,0,0,0,0,0,0,0,0,0,100,100,10,0,0,0,3000,3000,54.772254943847656,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,1,45000,45000,212.1320343017578,0,0,0,45000,0,45000,212.1320343017578,0,0,0,0,1,0,0,0,0,0,1,1,1,0,34,1156,1,,1,1,1,1,0,0,0,,41.4865608215332,34,1156,0,1,0,0,0,0,0,0,12,50,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020507",2,2,,,1,1,,13,,3,3,2,1,3,2,8,2,2,2,2,1,1,23,2,1,1,,1,22,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,1,4,,,,,2,1,2,,,,1,1,2,,,,,,,,,,,,,1,4,,,,,,1,4,,,,,,1,,4,,,,2,,,2,,,,,2,2,1,2,,,,,,,2,1,2,3,3,,,,,,,,,,,,1,4,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,1,1,2,,,,,,,,,,,,,,,,2,2,,,,,,1,,,2,,1,,,,2,,,,,,2,2,,,4,,,,3000,,3000,1,,2,,,8,2,1,,2,2,,3,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,780,,12,9360,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,20,,,4,,,,13500,,13500,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,,16000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,1,2,1,2,1,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3000,1500,,,,,,,3,,,,,,,,,,,12,300,3600,1,,,,,,,2,,8,,2,,,,,,,2,,2,,,,3,,,,,,,,,3,,,,,1,2,7,,,,,,,,2,1,1,1,2,2,2,2,,2,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,4,78,1,,,,1,,1,,,1,"RR2","020613",3,2,1,3,2,1,13500,0,0,1499.9998779296875,0,3600,0,0,0,0,0,0,0,15000,1.4416096210479736,1980.15673828125,1,1,0,1,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,23,22,22.5,1,1,0,0,0,0,1,0,0,1,4,2149.38525390625,1074.692626953125,1074.692626953125,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,,,,,,,,,,,,4,,,4,16000,1,1,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,14630,21945,1,58520,0,0,46438.2578125,206,0,1,1,1,1,3,1,1,1,1,1,1,1,1,1,,0,0,,1,1,1,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,1,0,1,0,1,,,,,,,,0,0,0,1,33924,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,1500,38.72983169555664,0,0,0,3600,3600,60,0,0,0,1,13500,13500,116.18949890136719,0,0,0,13500,0,13500,116.18949890136719,0,0,1,1,,0,0,0,0,0,1,0,0,0,23,529,1,0,1,1,0,0,2,0,22,22,41.4865608215332,23,529,0,0,0,0,0,0,0,0,12,20,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020723",2,5,,,1,1,,25,,1,1,1,1,2,2,2,1,2,2,3,5,5,28,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,2,7,,,,5,2,,,,,,,1,2,,,,,,,,,,,,,1,1,,,,,,,,,,,,,1,,1,,,,2,2,,1,,2,,50,2,2,1,2,,,,,,,2,4,3,3,3,,,,,,,,,,,,3,4,2,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,3,,,28,,11,1,2,2,1,2,,,,,,,,,,,,,,,,,98,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,1,1,,,,,10,45,,,4,,,,70000,,70000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,50000,,,,,,,,,1,8000,0,,,,,,,1,2,,2,,,,,,,,1,2,2,1,2,2,1,2,,2,2,2,2,2,300,2,,,,,,,,,,,,,,,,,,250,2,,,,,,,,,,,,,,,,,5000,2000,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,2,2,2,2,2,,1,2,2,2,,,,,,,,,,,,,,,1,1,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,74,1,,,,1,,1,,,1,"SF","020723",2,1,1,2,1,1,70000,0,249.99998474121094,2000,0,0,0,0,0,300.0000305175781,0,0,0,72550,1.2431647777557373,1707.578125,0,2,1,,3,2,7,0,0,0,0,0,0,1,0,1,1,0,0,0,28,,28,2,0,1,0,0,0,0,1,0,1,2,1008.3108520507812,1008.3108520507812,1008.3108520507812,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,,,,,,,,,,,,1,,,2,50000,1,1,1,1,,0,,1,8000,0,8000,1,1,1,0,,0,11610,17415,0,46440,1,1,42400,120,1,,,1,,11,5.5,1,1,1,1,1,,1,1,,1,1,1,1,2,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,,1,0,1,,1,0,1,,,,,,,,0,1,0,0,33926,,,,,1,300,300,17.32050895690918,0,0,0,0,0,0,250,250,15.81138801574707,0,0,0,0,0,0,2000,2000,44.72135925292969,0,0,0,0,0,0,0,0,0,1,70000,70000,264.57513427734375,0,0,0,70000,0,70000,264.57513427734375,0,0,1,1,,0,0,0,0,0,1,1,0,0,28,784,1,,1,1,1,0,0,0,0,,41.4865608215332,28,784,0,1,0,0,0,0,0,0,10,45,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020508",2,3,,,2,,1,17,,1,2,2,1,4,3,4,2,1,2,1,1,1,47,2,1,1,,1,46,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,1,1,,1,,,7,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,7,1,11,,,,,2,11,,,,,1,1,2,,,,,,,,,,,,,1,3,,,,,,1,3,,,,,,1,,3,,,,2,1,8000,1,,2,,500,1,2,2,2,,,,,,,2,,,,,1,3,3,2,2,3,1,1,1,1,1,2,4,1,,1,,,2,2,,1,1,1,0,25,4,4,2,2,2,2,4,0,,,,2,0,2,2,2,2,,,34000,,2,0,2,1,1,1,,,,,2,,,2,,2,,1,,,,,2,2,,,,,,1,,,2,,1,,,,2,,,,,,2,2,,,4,,,,1000,,1000,2,8000,2,,,8,2,2,,,3,,7,1,2,2,1,1,2,,,2,,,3,,,3000,,12,36000,1,,1,1500000,700000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200000,,,,,,,,,2,,,,,,,,,1,1,,2,,,,,,,,2,2,2,2,2,2,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,1,1,2,1,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,1,2,1,1,1,,,,,,1,1,9,,,,3,2,2,3,2,1,,4,55,1,,,,1,,1,,,1,"gs","020509",4,2,2,4,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.4660693109035492,640.180419921875,1,2,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,47,46,46.5,4,0,0,0,1,0,1,0,0,1,4,1104.2374267578125,552.1187133789062,552.1187133789062,1,1,0,0,0,1,4,1,0,0,0,1,1,2,1,0,0,1,1,1,1,2,2,1,1.3333333730697632,0,0,0,0,,4,4,3,200000,1,1,1,1,1500000,700000,800000,0,0,0,0,1,1,1,0,0,0,17650,26475,1,70600,0,0,37000,41,0,1,1,1,1,7,1.75,1,1,1,0,1,1,1,1,1,1,0,0,1,3,0,1,0,0,0,0,0,2,0,2,2,1,0,0,0,0,1,1,1,1,0,1,0,1,,,,,,,,0,0,0,1,34006,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,1,1,1,0,47,2209,0,0,1,1,1,1,2,0,46,46,41.4865608215332,47,2209,0,0,0,0,0,0,0,0,0,0,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020502",2,2,,,1,1,,33,,1,3,1,1,2,1,1,1,2,2,3,1,1,50,2,1,1,,1,59,1,5,,2,27,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,14,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,14,2,1,2,,,,2,1,2,,,,2,2,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,2,,2,,,,,2,2,2,2,2,2,2,2,2,2,2,,,,,1,3,3,3,3,2,1,1,1,2,1,1,2,2,,1,,,8,1,,1,1,2,0,6,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,22,,4,1,2,2,1,1,2,,,2,,,9,,,,,,,,,,98,98,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,35,,,,,,,,,,,,,,,,,,,7,,,,,,,,,1,2,2,9,,,,,,2,,2,,9,9,,,,,,,,2,,,,,,,,,1,8,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,0,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,2,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,1,,2,51,97," <5:OTHER (SPECIFY)>:italy",1,,,,,,1966,1,"nr","020502",4,3,1,3,2,1,17719.94921875,0,0,0,0,0,0,0,0,0,0,0,0,17719.94921875,2.515857219696045,3455.71484375,1,1,0,1,1,2,5,0,0,0,0,1,0,0,0,1,1,0,0,0,50,59,54.5,4,0,0,0,1,0,1,0,0,1,4,6287.56591796875,3143.782958984375,2095.855224609375,1,1,0,0,0,1,1,0,1,0,0,0,1,2,1,0,0,1,1,1,1,1,1,2,1,0,0,0,0,,4,4,4,,,,,1,,,,0,0,0,0,1,1,1,0,1,1,14630,21945,1,58520,0,0,46438.2578125,180,0,1,1,1,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,34071,5,,,,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,1,1,0,0,0,0,0,0,50,2500,0,1,0,0,0,0,2,1,59,59,41.4865608215332,59,3481,0,0,0,0,0,0,1,0,12,35,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020508",2,1,,,2,,1,34,,1,1,1,1,1,1,1,1,2,2,3,5,2,34,2,1,9,,1,44,1,4,,2,87,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,4,1,1,,1,,,1,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,2,1,2,9,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,1,600,1,,2,,200,1,2,1,2,,,,,,,2,1,3,2,3,,,,,,,,,,,,2,4,3,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,2,2,0,1,2,1,1,2,,,,,,2,,,,1,,1,,,2,2,,,,,,,,,,,1,,,,2,,1,,,,2,2,,,3,,,270,,9,2430,2,8,2,,,1,2,2,,,2,,5,1,2,2,1,1,2,,,2,,,3,,,182,,12,2184,1,,1,958,12000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,3,1,1,,1,1,,6,40,12,60,4,,,,31000,,31000,1,,,,,,,,,,,4,,,,60000,,60000,1,,,,,,,,,,,1,1,1,2,110000,,,,,,,,,1,14000,0,,,,,,,1,1,,2,,,,,,,,2,2,2,1,1,2,1,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,20000,2,,,,,9700,2,,,,,,,,,,,5000,1500,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3600,1,7000,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,4,1,2,1,7,,,,,,," <12:OTHER HEALTH PROBLEMS {SPECIFY}>:ANXIETY, PANIC ATTACKS",1,1,9,,,,1,3,1,1,2,,,,,,,,,,,,2,2,2,2,2,2,2,,2,68,1,,,,1,,1,,,1,"CD","020508",5,3,2,4,2,2,60000,30999.998046875,20000,1499.9998779296875,0,0,0,0,9700,0,0,0,0,122200,.18005156517028809,247.31405639648438,1,3,0,4,4,2,8,0,0,0,0,0,0,0,1,2,0,1,0,0,34,41.53856658935547,37.769283294677734,3,0,0,1,0,0,1,0,0,1,4,439.4521789550781,219.72608947753906,146.4840545654297,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,,,,,,,,,,,,4,,,3,110000,1,1,1,1,958,12000,-11042,1,14000,0,14000,1,1,1,0,1,1,17650,26475,0,70600,1,1,37000,110,1,,,1,,5,1,1,1,1,1,1,1,1,1,,1,1,1,1,2,0,0,0,0,0,1,1,0,1,0,2,1,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,34089,,,,,1,0,0,0,0,0,0,0,0,0,20000,20000,141.42135620117188,9700,9700,98.48857879638672,0,0,0,1500,1500,38.72983169555664,0,0,0,0,0,0,0,0,0,2,31000,31000,176.0681610107422,60000,60000,244.948974609375,60000,31000,60000,244.948974609375,31000,176.0681610107422,2,1,1,0,0,0,0,0,1,1,1,0,34,1156,1,1,0,1,1,1,0,.4996632933616638,41.4865608215332,,41.4865608215332,41.53856658935547,1725.4525146484375,0,1,0,0,0,0,.9993265867233276,0,12,60,1,1,1,1,0,34,1156,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020524",2,4,,,2,,1,7,,2,3,2,1,2,2,3,2,2,2,3,1,1,33,1,1,1,,2,32,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,10,2,2,,1,,,6,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,10,2,8,,,,,2,11,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,2,2,,1,,2,,8,1,2,1,2,,,,,,,2,,,,,1,3,2,3,3,2,1,1,2,4,2,1,3,1,,1,,,6,1,,2,1,1,0,98,4,4,2,2,2,1,4,3,7,," <3:Something Else? (SPECIFY)>:because of special programs",2,2,,,,,,,,,2,0,2,1,2,2,,,,,1,2,,2,,,,,,,2,,2,2,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,1,2,3,,,7,,9,2,2,2,1,2,,,,,,,,,,,,,,,,,250000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,1,1,,12,48,12,40,7,,,,,,,,,1,2,2,2,,,,,,7,,,,,,,,,1,2,2,1,,,,,,1,1,1,8,7,2,,8,,,,,,1,27000,10000,,,,,,,1,8,,1,15000,,,,,,,2,2,2,1,2,2,1,2,,2,2,2,8,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,1,2,2,2,,1,1,2,2,,,,,,,,,,,,,,,2,2,1,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,3,69,1,,,,1,,1,,,1,"pg","020524",4,2,2,4,2,2,45000,35000,1315.301025390625,882.5662841796875,0,0,0,0,0,0,0,0,0,82197.8671875,.5401546955108643,741.942138671875,1,1,0,4,3,1,3,0,0,1,0,0,0,0,0,2,0,1,0,0,33,32,32.5,2,0,1,0,0,0,1,0,0,1,4,1677.47900390625,838.739501953125,838.739501953125,1,1,0,0,0,1,3,1,0,0,1,0,1,1,0,0,0,1,1,1,2,1,1,2,1.3333333730697632,0,0,0,0,,4,3,4,,,,,1,250000,0,250000,1,27000,10000,17000,1,1,1,1,1,1,17650,26475,0,70600,1,1,37000,33,1,,,1,,9,2.25,1,1,1,1,1,1,1,1,1,1,1,0,1,2,0,0,0,0,0,0,0,2,1,2,2,1,0,0,0,0,2,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,34098,,,,,1,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,-5,404.5105285644531,20.11244773864746,0,0,0,0,0,0,0,0,0,2,45000,45000,212.1320343017578,35000,35000,187.08287048339844,45000,35000,45000,212.1320343017578,35000,187.08287048339844,0,0,1,0,0,0,0,0,1,1,0,1,33,1089,1,1,1,1,1,0,1,1,32,32,41.4865608215332,33,1089,0,1,0,1,1,0,2,0,12,48,0,1,1,1,0,32,1024,0,0,0,0,0,.1519336998462677,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020513",2,2,,,2,,1,8,,3,3,3,1,1,3,1,2,2,2,2,1,1,24,2,1,1,,1,34,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,5,2,1,,1,,,3,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,5,2,7,,,,5,2,8,,,,,1,1,2,,,,,,,,,,,,,1,3,,,,,,1,6,,,,," <6:another type of government program? {specify}>:NEW YORK HOSPITAL COMMUNITY HEALTH PLAN",1,,7,,," <7:or another type of government program? {specify}>:NEW YORK HOSPITAL COMMUNITY HEALTH PLAN",2,2,,1,,2,,75,2,2,2,2,,,,,,,2,1,3,3,3,,,,,,,,,,,,3,3,2,1,,,,0,1,,1,1,1,0,10,4,4,2,2,2,2,4,,,,,1,1,,,,,,,,,2,2,1,1,2,2,1,2,,,2,,,98,,,,,,1,,,2,2,,,,,,,,,,,,,,,,,2,,1,,,,,,,,,,,,,,,2,,,2,2,1,,2,1,,4,3,1,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,896,,12,10752,1,,8,,,,,,,,,,,,,,,1,3,2,,2,2,2,1,1,,,,12,20,,,,,,,,,,,,,,,,,,,7,,,,,,,,,9,,,,,,,,,8,,2,,9,9,,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,1,2,1,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,,,,,,,,,,,10,150,1500,1,,8,75,600,1,,2,,2,,1,2,,2,,2,2,1,2,2,,,,1,1,,,,3,,,,3,,,,,,,,,,,,,,,2,1,5,2,2,2,2,2,,1,2,2,1,1,2,5,6,,,,,1,2,,,,,,2,1,1,2,,,,,,,,,,,,2,2,1,2,1,2,7," <7:ANOTHER GROUP (SPECIFY)>:MIDDLE EAST",5,99,97," <5:OTHER (SPECIFY)>:PALESTINE",1,,,,,,1994,1,"JR","020513",4,2,2,4,2,2,18823.140625,0,0,0,0,1499.9998779296875,600,0,0,0,0,0,0,19423.140625,.6571452021598816,902.63720703125,1,1,2,3,3,2,7,0,0,0,0,0,0,1,0,4,0,0,0,1,24,34,29,2,0,1,0,0,0,1,0,0,1,4,3479.144287109375,1739.5721435546875,1739.5721435546875,1,1,0,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,1,1,1,1,,,1,0,0,0,0,4,,,2,,,,,0,0,0,0,0,0,0,0,1,1,1,0,0,0,17650,26475,1,70600,0,0,37000,182,0,1,0,0,0,4,1,1,0,1,1,1,1,1,1,1,0,1,1,1,1,1,0,0,1,0,0,2,0,2,1,2,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,34108,97,,,,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,1500,38.72983169555664,600,600,24.494897842407227,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,2,1,,0,1,1,0,0,1,1,0,0,24,576,0,1,0,1,1,0,2,1,34,34,41.4865608215332,34,1156,1,0,0,1,1,0,2,1,12,20,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.7019027471542358,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020512",2,2,,,4,,1,43,,2,1,2,1,3,3,8,2,2,2,2,1,1,44,2,1,1,,1,44,1,5,,2,20,1,5,,1,18,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,16,1,1,,1,,,13,2,1,,1,,,9,2,1,,1,,,6,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,9,2,2,,2,,,2,2,,2,,,2,2,2,,,,,,,,,,,,,1,4,,,,,,1,4,,,,,,1,,4,,,,2,,,2,,,,,2,2,1,2,,,,,,,2,,,,,1,3,3,2,2,3,1,2,2,2,2,1,5,0,,1,,,3,3,,1,1,1,0,97,3,4,2,2,2,1,4,0,,,,4,0,4,1,1,2,,,8,,2,0,2,1,2,2,,,,,2,,,98,,,,,,,,,2,2,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,2,,,1,2,1,,2,15,,6,2,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,1,1,,3,,,120,,12,1440,1,,1,,,,,,,,,,,,,,,1,2,2,,2,2,2,1,1,,,,10,20,,,,,,,,,,,,,,,,,,,4,,,,10000,,10000,1,,,,,,,,,,,1,1,2,,30000,,,,,,,,,2,,,,,,,,,1,8,,2,,,,,,,,2,2,2,1,2,2,1,1,,2,1,2,1,2,,,,,,,,,,,,,,,,,,,,1000,2,,,,,,,,,,,,,,,,,10000,1000,8,,,,,,,,,,,,,,,,,12,600,7200,1,,,,,,,2,,1,0,2,,,,,,,1,2,2,,,,3,,,,,,,,,3,,,,,1,2,1,,,,,,,,2,1,2,1,1,2,2,1," <1:Yes (Specify)>:RELIGIOUS ORGANIZATIONS",1,2,2,2,,,,,,,,,,,,,,,1,1,1,1,2,,,,,,,,,,,,2,2,1,1,2,2,1,,4,58,1,,,,97," <5:OTHER (SPECIFY)>:BRLGIUM",97," <5:OTHER (SPECIFY)>:HUNGARY",,1,"NR","020512",8,4,4,6,2,4,10000,0,999.9999389648438,999.9999389648438,0,7200,0,0,0,0,0,0,26.99055290222168,12026.990234375,1.4416096210479736,1980.15673828125,1,1,1,2,2,2,6,0,0,0,0,0,1,0,0,1,1,0,0,0,44,44,44,3,0,0,1,0,0,1,0,0,1,4,2469.0537109375,1234.52685546875,617.263427734375,1,1,0,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,2,2,1,1.3333333730697632,0,0,0,0,,4,3,4,30000,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,23690,35535,1,94760,0,0,26400,26,0,1,0,1,1,6,.75,0,1,1,1,1,1,1,1,1,1,0,,1,2,0,0,0,0,0,0,0,2,1,2,2,1,0,1,0,1,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,34111,,,84,85,1,0,0,0,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,1000,1000,31.62277603149414,0,0,0,7200,7200,84.85281372070312,0,0,0,1,0,0,0,10000,10000,100,10000,0,10000,100,0,0,0,0,,0,0,0,0,0,1,0,0,0,44,1936,0,1,0,1,0,0,2,1,44,44,41.4865608215332,44,1936,0,1,0,1,0,0,4,0,10,20,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.4038054943084717,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5 -"9543o","020503",2,4,,,1,1,,8,,1,1,3,1,3,3,4,1,2,2,2,1,1,31,1,1,1,,2,27,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,0,2,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,0,2,8,,,,,2,8,,,,,2,3,2,,,,,,,,,,,,,1,2,,,,,,1,2,,,,,,1,,2,,,,2,2,,2,,,,,1,2,2,1,,,,,,,2,1,3,3,3,,,,,,,,,,,,1,4,0,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,1,1,0,1,2,2,2,,,,,,,,,,,,,,,,1,,,,2,,,,,,,,,,,,,,,,,,2,2,,,4,,,,200,,200,1,,2,,,2,2,3,,,2,,9,2,2,2,1,1,2,,,2,,,3,,,2425,,12,29100,1,,,375000,99,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,2,2,2,12,40,,,9,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,9,9,,,,,,,,1,30000,0,,,,,,,2,,1,1,8000,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,2,800,2,,,,,,,,,,,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,3,1,2,2,,,,,,,,,,,,,,,2,1,2,2,2,,,,,,,,,,,,2,2,2,2,1,2,1," <7:ANOTHER GROUP (SPECIFY)>:irish",2,71,1,,,,1,,1,,,1,"SF","020722",3,2,1,3,2,1,42951.2421875,0,547.7554931640625,0,800,0,0,0,0,0,0,0,0,44298.99609375,.4501818120479584,618.3577880859375,1,2,0,3,3,1,3,0,0,1,0,0,0,0,0,1,1,0,0,0,31,27,29,2,0,1,0,0,0,1,0,0,1,4,1213.0765380859375,606.5382690429688,606.5382690429688,1,2,1,0,0,1,3,1,0,0,1,0,1,2,1,0,0,1,,,,,,,,,,,,4,,,4,,,,,1,375000,,,1,30000,0,30000,0,1,1,1,0,1,14630,21945,0,58520,0,1,46438.2578125,292,0,1,1,1,1,9,3,1,0,1,1,1,1,1,1,,1,0,0,1,2,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,2,1,1,1,0,0,1,1,,,,,,,,0,0,0,1,34126,,,,,1,0,0,0,800,800,28.284271240234375,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-5,30172.58203125,173.7025604248047,0,0,0,-5,0,41729.015625,204.2768096923828,0,0,1,1,,0,0,0,0,0,1,1,0,1,31,961,1,0,1,1,1,0,1,1,27,27,41.4865608215332,31,961,0,1,1,1,1,0,1,1,12,40,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020504",2,4,,,1,1,,40,,4,2,4,1,1,1,2,1,2,2,2,3,5,49,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,17,2,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,17,2,2,,1,,,2,,,,,,,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,2,,,,,,,,,,2,,,,2,2,1,2,2,1,2,2,1,2,2,,,,,4,3,3,2,3,3,2,2,2,3,2,1,1,3,,1,,,11,1,,2,2,2,0,98,4,4,2,2,2,2,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,10,,6,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,600,,12,7200,1,,2,,,,,,,,,,,,,,,2,,2,,1,1,,,,,12,48,,,1,450,,,,12,21600,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,7,1,2,,,,,,,2,,,,,,,,,1,2,,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,1,2,,2,2,1,1,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,2,8,,2,2,2,2,,3,2,1,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,2,2,2,2,,1,52,1,,,,1,,1,,,1,"NR","020505",2,1,1,2,1,1,21600.001953125,0,0,0,0,0,0,0,0,0,0,0,0,21600.001953125,.35870251059532166,492.7042541503906,0,1,0,,2,1,2,0,1,0,0,0,0,0,0,2,0,1,0,0,49,,49,4,0,0,0,1,0,0,1,0,1,2,2266.0517578125,2266.0517578125,2266.0517578125,1,2,1,0,0,1,2,1,0,1,0,0,1,1,0,0,0,1,1,1,1,2,1,1,1.3333333730697632,0,0,0,0,,1,3,4,1250,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,,1,11610,17415,0,46440,0,1,42400,176,0,1,0,1,1,6,3,1,0,1,1,0,,0,0,1,0,1,1,1,3,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,1,1,,0,1,1,,,,,,,,0,1,0,0,34133,,,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,21600,21600,146.96939086914062,0,0,0,21600,0,21600,146.96939086914062,0,0,0,0,1,0,0,0,0,0,1,0,0,1,49,2401,1,,1,1,0,0,0,1,0,,41.4865608215332,49,2401,0,0,0,1,0,0,1,0,12,48,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,.3509513735771179,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020505",2,1,,,3,,1,11,,2,1,8,3,4,3,4,4,2,2,1,1,1,32,2,1,1,,1,39,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,13,2,1,,1,,,11,2,1,,1,,,10,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,10,1,1,2,,,,2,4,,,,,2,3,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,7,,," <7:or another type of government program? {specify}>:infinity",,,,2,,,,,8,8,1,2,,,,,,,2,,,,,4,3,3,3,3,3,2,2,3,4,8,1,4,2,,1,,,4,1,,1,2,1,0,2,4,4,2,2,2,1,4,0,,,,3,3,,,,,,,,,2,0,2,2,2,2,,,,,1,4,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,2,1,,,,,,,,,,,,,,,2,,,8,8,1,,2,7,,5,1,2,1,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,8,,,,,,,,,8,,,,,,,,,,,,,,,2,,2,,2,2,2,1,1,,,,12,98,,,,,,,,,,,,,,,,,,,8,,,,,,,,,8,,,,,,,,,1,1,8,,0,,,,,,,,,2,,,,,,,,,2,,2,1,13000,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,1,2,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,8,2,,1,2,2,2,,,,,,,,,,,,,,,2,1,1,2,2,,,,,,,,,,,,2,2,1,2,1,2,1," <7:ANOTHER GROUP (SPECIFY)>:pakastanian",5,70,97," <5:OTHER (SPECIFY)>:pakastan",1,,,,,,1991,1,"ty","020509",5,2,3,5,2,3,24939.328125,0,0,0,0,0,0,0,0,0,0,0,0,24939.328125,1.4416096210479736,1980.15673828125,1,1,0,2,1,2,5,0,0,0,0,1,0,0,0,1,1,0,0,0,32,39,35.5,3,0,0,1,0,0,1,0,0,1,4,5428.55419921875,2714.277099609375,2714.277099609375,1,2,1,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,1,,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,,,20670,31005,1,82680,0,0,36847.08984375,76,0,1,0,1,0,5,1,1,,0,1,0,0,1,0,1,1,0,0,1,2,0,0,0,1,0,0,0,2,0,2,2,1,0,0,0,0,1,1,1,0,1,0,1,1,,,,,,,,0,0,0,1,34175,60,,,,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-5,19612.009765625,140.0428924560547,-5,0,41729.015625,204.2768096923828,0,0,0,0,,0,1,1,0,0,0,0,0,0,32,1024,0,1,0,1,0,0,2,1,39,39,41.4865608215332,39,1521,0,0,0,1,0,0,3,0,12,42.29999923706055,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,1.052854061126709,.1519336998462677,.1519336998462677,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020514",2,4,,,1,1,,25,,2,1,2,1,2,1,1,2,2,2,3,1,1,48,2,1,1,,1,61,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,16,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,16,1,9,,,,,2,9,,,,,2,2,2,,,,,,,,,,,,,1,3,,,,,,1,3,,,,,,1,,3,,,,2,1,700,1,,2,,7000,2,2,1,2,2,2,2,2,2,2,2,,,,,3,3,3,3,3,3,1,1,1,2,2,1,4,0,,1,,,10,1,,1,1,1,0,4,4,4,2,2,2,1,4,0,,,,1,1,,,,,,,,,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,12,,8,1,2,2,1,1,2,,,2,,,3,,,2100,,12,25200,1,,,650000,275000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,1,2,1,1,,1,1,,12,60,12,40,4,,,,500000,,500000,1,,,,,,,,,,,4,,,,10000,,10000,1,,,,,,,,,,,2,,2,,1e+06,,,,,,,,,1,25000,15000,,,,,,,1,1,,2,,,,,,,,2,2,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,,,,,,,,,,,,,,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,1,1,1,1,1,1," <1:Yes (Specify)>:TEMPLE ISRAEL OF JAMAICA",2,2,2,1,1,,,,,,,,2,2,,,,,,2,2,2,2,,,,,,,,,,,,1,2,2,2,3,2,1,,4,54,97," <5:OTHER (SPECIFY)>:RUSSIA",1,,,,,,1976,1,"RR2","020514",3,2,1,3,2,1,100000.9921875,10000,1359.654541015625,0,0,0,0,0,0,0,0,0,0,111360.6484375,.4660693109035492,640.180419921875,1,2,0,4,4,2,8,0,0,0,0,0,0,0,1,1,1,0,0,0,48,61,54.5,4,0,0,0,1,0,1,0,0,1,4,1104.2374267578125,552.1187133789062,552.1187133789062,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,,2,3,4,1e+06,1,1,1,1,650000,275000,375000,1,25000,15000,10000,1,1,1,1,1,1,14630,21945,0,58520,1,1,46438.2578125,90,1,,,1,,8,2.6666667461395264,1,1,1,1,1,1,1,1,1,1,1,1,1,3,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,34188,66,,,,66,0,0,0,0,0,0,0,0,0,-5,2537.25634765625,50.371185302734375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,500000,500000,707.1068115234375,10000,10000,100,500000,10000,500000,707.1068115234375,10000,100,0,0,,0,1,1,0,0,1,1,1,0,48,2304,1,1,1,1,1,1,2,0,61,61,41.4865608215332,48,2304,0,1,0,0,0,0,0,0,12,60,0,1,1,1,1,61,3721,1,1,1,1,.1519336998462677,.1519336998462677,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020507",2,4,,,4,,1,18,,1,8,1,1,1,2,1,1,2,2,3,1,1,33,2,1,1,,1,43,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,16,1,1,,1,,,15,1,1,,1,,,13,1,1,,1,,,9,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,1,16,1,1,2,,,,2,1,2,,,,2,2,2,,,,,,,,,,,,,2,,,,,,,2,,,,,,,1,,6,,,,,,,1,,2,,8,2,2,2,2,2,2,2,2,2,2,1,,,,,1,3,8,3,3,2,1,1,2,3,1,1,4,1,,1,,,9,1,,2,2,1,0,7,3,4,1,2,2,1,4,0,,,,4,4,,,,,,,,,1,0,1,2,2,2,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,1,,2,18,,3,1,2,2,2,,,,,,,,,,,,,,,,,,,,,2,,,2,,,3,,,700,,12,8400,1,,8,,,,,,,,,,,,,,,1,3,2,,1,1,,1,1,,12,40,12,40,1,250,,,,12,12000,1,,,,,,,,,,,1,300,,,,12,14400,1,,,,,,,,,,,2,,2,,0,,,,,,,,,2,,,,,,,,,2,,2,2,,,,,,,,2,2,2,2,2,2,2,2,,2,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,8,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,2,1,2,1,2,2,2,2,,1,2,2,1,1,2,6,,,,,,2,2,,,,,,1,2,2,1,1,6,,,,,2,2,,,,,1,1,2,2,1,4,,2,67,6," <5:OTHER (SPECIFY)>:ecuador",1,,,,,,1984,2,"jd","020507",6,2,4,6,2,4,14400,12000,0,0,0,0,0,0,0,0,0,0,0,26400,.8533945679664612,1172.2001953125,1,1,2,1,1,2,5,0,0,0,0,1,0,0,0,3,0,0,1,0,33,43,38,3,0,0,1,0,0,1,0,0,1,4,3415.357177734375,1707.6785888671875,1707.6785888671875,1,1,0,0,0,1,1,0,1,0,0,0,1,2,1,0,0,0,0,1,,1,1,2,1,0,0,0,0,,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,23690,35535,1,94760,0,0,26400,2,1,,,1,,3,.5,0,1,1,1,0,0,1,0,1,1,1,1,1,2,0,0,0,1,0,0,0,1,0,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,,,,,,,,0,0,0,1,34193,6,,,,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,12000,12000,109.54450988769531,14400,14400,120,14400,12000,14400,120,12000,109.54450988769531,0,0,,1,1,1,0,1,0,0,0,0,33,1089,1,1,0,0,0,0,2,1,43,43,41.4865608215332,43,1849,0,0,0,0,0,0,4,0,12,40,1,0,0,0,0,33,1089,0,0,0,0,0,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -"9543o","020504",2,5,,,6,,1,31,,2,2,2,1,2,1,1,2,2,2,2,5,1,31,2,1,2,,2,31,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6,13,2,1,,1,,,10,2,1,,1,,,7,2,1,,1,,,7,2,1,,1,,,2,1,3,,3,,,2,1,3,,3,,,,,,,,,,,,,,,,,,,,,,,,2,4,7,2,7,,,,2,2,4,,,,,2,1,2,,,,,,,,,,,,,1,1,,,,,,1,1,,,,,,1,,1,,,,1,2,,1,,2,,10000,1,1,1,2,,,,,,,2,,,,,1,3,3,3,3,2,1,1,1,2,1,1,4,0,,1,,,1,1,,1,1,1,5,20,4,4,2,2,2,1,4,0,,,,4,4,,,,,,,,,5,2,3,1,2,2,1,3,,,1,2,,5,,,,,,7,3,,2,2,,,,,,,,,,,,,,,,,2,1,,,2,2,,,4,,,,3000,,3000,1,,2,,,1,2,3,,,2,,8,1,2,2,1,1,2,,,2,,,4,,,,15000,,15000,1,,,425000,500,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,1,1,,2,2,2,12,55,,,4,,,,82000,,82000,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,550000,,,,,,,,,1,50000,0,,,,,,,1,1,,2,,,,,,,,2,1,2,1,2,2,2,2,,2,2,2,2,2,,,,,,,2,12000,2,,,,,,,,,,,1000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,2,,2,,,,,,,2,,2,,,,,,,,,,,,,,,,,,2,,,,,,,,,,1,1,2,1,2,1,2,2,,4,2,2,2,,,,,,,,,,,,,,,2,2,2,2,2,,,,,,,,,,,,2,2,2,1,2,1,4," <7:ANOTHER GROUP (SPECIFY)>:PUERTO RICAN",7,70,1,,,,3,,98,,,1,"TY","020504",8,2,6,8,2,6,82000,0,999.9999389648438,0,12000,0,0,0,0,0,0,0,0,95000,.4256257116794586,584.628173828125,1,1,0,2,3,2,7,0,0,0,0,0,0,1,0,3,0,0,1,0,31,31,31,2,0,1,0,0,0,1,0,0,1,4,1126.898681640625,563.4493408203125,563.4493408203125,1,1,0,0,0,1,4,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,2,1,0,0,0,0,,4,4,4,550000,1,1,1,1,425000,500,424500,1,50000,0,50000,1,1,1,1,0,1,29730,44595,0,118920,0,1,54955.30078125,1,1,,,1,,8,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,0,0,0,0,0,2,0,3,0,3,5,1,0,0,0,0,2,2,0,1,0,1,0,1,,,,,,,,0,0,0,1,34231,,,,,1,0,0,0,12000,12000,109.54450988769531,0,0,0,1000,1000,31.62277603149414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,82000,82000,286.3564147949219,0,0,0,82000,0,82000,286.3564147949219,0,0,2,1,,1,0,0,0,0,1,1,1,0,31,961,1,0,1,1,1,1,1,0,31,31,41.4865608215332,31,961,0,1,1,0,0,0,0,0,12,55,,.915463924407959,.6907216310501099,.6721649765968323,.3509513735771179,0,0,.30927833914756775,.24948453903198242,.2412371188402176,2.105708122253418,.1519336998462677,.1519336998462677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 diff --git a/SIS/figs/impute.hist2.pdf b/SIS/figs/impute.hist2.pdf deleted file mode 100644 index 491952bd..00000000 Binary files a/SIS/figs/impute.hist2.pdf and /dev/null differ diff --git a/SIS/figs/impute.hist2.ps b/SIS/figs/impute.hist2.ps deleted file mode 100644 index 03e3bdbc..00000000 Binary files a/SIS/figs/impute.hist2.ps and /dev/null differ diff --git a/SIS/figs/impute.hist3.pdf b/SIS/figs/impute.hist3.pdf deleted file mode 100644 index a289089d..00000000 Binary files a/SIS/figs/impute.hist3.pdf and /dev/null differ diff --git a/SIS/figs/impute.hist4.pdf b/SIS/figs/impute.hist4.pdf deleted file mode 100644 index 36cc1f9b..00000000 Binary files a/SIS/figs/impute.hist4.pdf and /dev/null differ diff --git a/SIS/figs/impute.scat1.pdf b/SIS/figs/impute.scat1.pdf deleted file mode 100644 index 078aed68..00000000 Binary files a/SIS/figs/impute.scat1.pdf and /dev/null differ diff --git a/SIS/figs/impute.scat2.pdf b/SIS/figs/impute.scat2.pdf deleted file mode 100644 index d8f87594..00000000 Binary files a/SIS/figs/impute.scat2.pdf and /dev/null differ diff --git a/SIS/impute.R b/SIS/impute.R deleted file mode 100644 index 43b3d87e..00000000 --- a/SIS/impute.R +++ /dev/null @@ -1,237 +0,0 @@ -#' --- -#' title: "Regression and Other Stories: SIS" -#' author: "Andrew Gelman, Jennifer Hill, Aki Vehtari" -#' date: "`r format(Sys.Date())`" -#' --- - -#' Regression-based imputation for the Social Indicators Survey -#' -#' ------------- -#' - -#+ setup, include=FALSE -knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) - -#' **Load packages** -library("rprojroot") -root<-has_dirname("ROS-Examples")$make_fix_file() -library("rstanarm") -options(mc.cores = parallel::detectCores()) -library("dplyr") -library("ggplot2") -theme_set(bayesplot::theme_default(base_family = "sans")) - -#' **Helper functions** -#' -#' General function for creating a completed data vector using imputations -impute <- function (a, a_impute){ - ifelse(is.na(a), a_impute, a) -} -#' Top coding -topcode <- function (a, top){ - return(ifelse(a>top, top, a)) -} -#' se missing codes to NA -na_fix <- function (a) { - ifelse(a<0 | a==999999, NA, a) -} -is_any <- function (a) { - any_a <- ifelse(a>0, 1, 0) - any_a[is.na(a)] <- 0 - return(any_a) -} - -#' **Load data** -wave3 <- as.data.frame(read.table(root("SIS/data","siswave3v4impute3.csv"), - header=TRUE, sep=",")) -n <- nrow(wave3) -# set up some simplified variables to work with -wave3 <- mutate(wave3, - white = if_else(race==1, 1, 0, missing=0), - male = if_else(sex==1, 1, 0), - over65 = if_else(r_age>65, 1, 0), - no_earners = if_else(earners==0, 1, 0), - workhrs_top = topcode(workhrs, 40), - immig = if_else(is.na(immig), 0L, immig), - educ_r = if_else(is.na(educ_r), 2.5, as.double(educ_r)), - earners = if_else(is.na(earners), 1L, earners), - earnings_orig = na_fix(rearn) + na_fix(tearn), - earnings = if_else(workmos==0, 0L, earnings_orig), - retirement = na_fix(socsec) + na_fix(pension), - interest = na_fix(interest), - assistance = na_fix(unemp) + na_fix(ssi) + na_fix(welfare) + na_fix(charity), - other = na_fix(alimony) + na_fix(giftmon), - # any positive not na - any_unemp = if_else(unemp>0, 1, 0, missing=0), - any_ssi = if_else(ssi>0, 1, 0, missing=0), - any_welfare = if_else(welfare>0, 1, 0, missing=0), - any_charity = if_else(charity>0, 1, 0, missing=0), - # transforming and - earnings = earnings/1000, - retirement = retirement/1000, - interest = interest/1000, - assistance = assistance/1000, - other = other/1000, - # topcoding the different sources of income - earnings_top = topcode(earnings, 100), - retirement_top = topcode(retirement, 100), - interest_top = topcode(interest, 100), - assistance_top = topcode(assistance, 10), - other_top = topcode(other, 10)) - -#' ## 1. Deterministic imputation - -#' **Impute 0 earnings using the logical rule (if worked 0 months and 0 hrs/wk)** -wave3 <- mutate(wave3, - zero_earnings = (workhrs==0 & workmos==0), - earnings_top = if_else(zero_earnings, 0, earnings_top)) - -#' **Create a little dataset with all our redefined variables** -SIS <- select(wave3, - earnings, earnings_top, male, over65, - white, immig, educ_r, workmos, workhrs_top, - any_ssi, any_welfare, any_charity) - -#' **Impute subset of earnings that are nonzero: linear scale** -SIS_pos <- filter(SIS, earnings>0) -imp_1 <- stan_glm(earnings ~ male + over65 + white + immig + - educ_r + workmos + workhrs_top + any_ssi + any_welfare + any_charity, - data=SIS_pos) -print(imp_1) -SIS_predictors <- select(SIS, -starts_with("earnings")) -pred_1 <- colMeans(posterior_predict(imp_1, newdata = SIS_predictors)) -SIS <- mutate(SIS, - pred_1 = pred_1, - earnings_imp_1 = impute(earnings, pred_1)) - -#' **Impute subset of earnings that are nonzero: square root scale and topcoding** -imp_2_sqrt <- stan_glm(I(sqrt(earnings_top)) ~ male + over65 + white + immig + - educ_r + workmos + workhrs_top + any_ssi + any_welfare + any_charity, - data=SIS_pos) -print(imp_2_sqrt) -SIS_predictors <- select(SIS, -starts_with("earnings")) -pred_2_sqrt <- colMeans(posterior_predict(imp_2_sqrt, newdata = SIS_predictors)) -SIS <- mutate(SIS, - pred_2 = topcode(pred_2_sqrt^2, 100), - earnings_imp_2 = impute(earnings_top, pred_2)) - -#' ## 2. Random imputation - -#' **Linear scale (use fitted model fit_imp_1)** -pred_3 <- rnorm(n, pred_1, sigma(imp_1)) -SIS <- mutate(SIS, - earnings_imp_3 = impute(earnings, pred_3)) - -#' **Square root scale and topcoding (use fitted model fit_imp_2)** -pred_4_sqrt <- rnorm(n, pred_2_sqrt, sigma(imp_2_sqrt)) -SIS <- mutate(SIS, - pred_4 = topcode(pred_4_sqrt^2, 100), - earnings_imp_4 = impute(earnings_top, pred_4)) - -#' ## 3. Histograms and scatterplots of data and imputations -#' -#' Observed earnings (excluding 0's) -qplot(earnings_top, data=SIS_pos, breaks=seq(0,100,10), - fill=I("white"), col=I("black")) + - xlab("earnings") + ggtitle("Observed earnings (excluding 0's)") -#+ eval=FALSE, include=FALSE -ggsave(root("SIS/figs","impute.hist2.gg.pdf"), width = 5, height = 4) - -qplot(earnings_imp_2, data = filter(SIS, is.na(earnings)), - breaks=seq(0,100,10), fill=I("white"), col=I("black")) + - xlab("earnings") + ggtitle("Deterministic imputation of earnings") -#+ eval=FALSE, include=FALSE -ggsave(root("SIS/figs","impute.hist3.gg.pdf"), width = 5, height = 4) - -#' Random imputation of earnings -qplot(earnings_imp_4, data = filter(SIS, is.na(earnings)), - breaks=seq(0,100,10), fill=I("white"), col=I("black")) + - xlab("earnings") + ggtitle("Random imputation of earnings") -#+ eval=FALSE, include=FALSE -ggsave(root("SIS/figs","impute.hist4.gg.pdf"), width = 5, height = 4) - -#' Deterministic imputation scatter plot -ggplot() + - geom_point(aes(x=earnings_imp_2, y=earnings_imp_2), shape=19, - data = filter(SIS, is.na(earnings))) + - geom_point(aes(x=pred_2, y=earnings_top), shape=20, color="darkgrey", - data=filter(SIS,earnings>0)) + - xlab("Regression prediction") + ylab("Imputed income") + - ggtitle("Deterministic imputation") -#+ eval=FALSE, include=FALSE -ggsave(root("SIS/figs","impute.scat1.gg.pdf"), width = 5, height = 4) - -#' Random imputation scatter plot -ggplot() + - geom_point(aes(x=earnings_imp_2, y=earnings_imp_4), shape=19, - data = filter(SIS, is.na(earnings))) + - geom_point(aes(x=pred_2, y=earnings_top), shape=20, color="darkgrey", - data=filter(SIS,earnings>0)) + - xlab("Regression prediction") + ylab("Imputed income") + - ggtitle("Random imputation") -#+ eval=FALSE, include=FALSE -ggsave(root("SIS/figs","impute.scat2.gg.pdf"), width = 5, height = 4) - -############################################################################### - -#' ## 4. Two-stage imputation model - -#' **Fit the 2 models** -fit_pos <- stan_glm(I(earnings>0) ~ male + over65 + white + immig + - educ_r + any_ssi + any_welfare + any_charity, - data=SIS, family=binomial(link=logit)) -print(fit_pos, digits=2) -# 2nd model was alraedy fitted before -fit_ifpos_sqrt <- imp_2_sqrt -print(fit_ifpos_sqrt) - -#' **Predict the sign and then the earnings (if positive)** -SIS_predictors <- select(SIS, -starts_with("earnings")) -pred_pos <- posterior_predict(fit_pos, draws = 1, newdata = SIS_predictors) -pred_ifpos_sqrt <- posterior_predict(fit_ifpos_sqrt, draws = 1, - newdata = SIS_predictors) -pred_ifpos <- topcode(pred_ifpos_sqrt^2, 100) -SIS <- mutate(SIS, - earnings_imp = impute(earnings, pred_pos*pred_ifpos)) - -#' ## 5. Iterative regression imputation - -#' **Starting values** -random_imp <- function (a){ - missing <- is.na(a) - n_missing <- sum(missing) - a_obs <- a[!missing] - imputed <- a - imputed[missing] <- sample(a_obs, n_missing) - return(imputed) -} -SIS$interest <- wave3$interest -SIS <- mutate(SIS, - interest_imp = random_imp(interest), - earnings_imp = random_imp(earnings)) - -#' **Simplest regression imputation** -n_sims <- 10 -for (s in 1:n_sims) { - # Predict earnings - output <- capture.output( - fit_1 <- stan_glm(earnings ~ interest_imp + male + over65 + white + - immig + educ_r + workmos + workhrs_top + any_ssi + - any_welfare + any_charity, - data = SIS, cores = 1, open_progress = FALSE)) - pred_1 <- posterior_predict(fit_1, draw = 1) - # Impute earnings - SIS <- mutate(SIS, - earnings_imp = impute(earnings, pred_1)) - # Predict interest - output <- capture.output( - fit_1 <- stan_glm(interest ~ earnings_imp + male + over65 + white + - immig + educ_r + workmos + workhrs_top + any_ssi + - any_welfare + any_charity, - data = SIS, cores = 1, open_progress = FALSE)) - pred_1 <- posterior_predict(fit_1, draw = 1) - # Impute interest - SIS <- mutate(SIS, - interest_imp = impute(interest, pred_1)) -} - diff --git a/SIS/impute.Rmd b/SIS/impute.Rmd deleted file mode 100644 index 52640a73..00000000 --- a/SIS/impute.Rmd +++ /dev/null @@ -1,292 +0,0 @@ ---- -title: "Regression and Other Stories: SSI" -author: "Andrew Gelman, Jennifer Hill, Aki Vehtari" -date: "`r format(Sys.Date())`" ---- -Regression-based imputation for the Social Indicators Survey - -------------- - -**Load packages** - -```{r setup, message=FALSE, error=FALSE, warning=FALSE} -library("rprojroot") -root<-has_dirname("RAOS-Examples")$make_fix_file() -library("rstanarm") -options(mc.cores = parallel::detectCores()) -library("dplyr") -library("ggplot2") -theme_set(bayesplot::theme_default(base_family = "sans")) -``` - -**Helper functions** - -General function for creating a completed data vector using imputations - -```{r } -impute <- function (a, a_impute){ - ifelse(is.na(a), a_impute, a) -} -``` - -Top coding - -```{r } -topcode <- function (a, top){ - return(ifelse(a>top, top, a)) -} -``` - -se missing codes to NA - -```{r } -na_fix <- function (a) { - ifelse(a<0 | a==999999, NA, a) -} -is_any <- function (a) { - any_a <- ifelse(a>0, 1, 0) - any_a[is.na(a)] <- 0 - return(any_a) -} -``` - -**Load data** - -```{r } -wave3 <- as.data.frame(read.table(root("SIS/data","siswave3v4impute3.csv"), - header=TRUE, sep=",")) -n <- nrow(wave3) -# set up some simplified variables to work with -wave3 <- mutate(wave3, - white = if_else(race==1, 1, 0, missing=0), - male = if_else(sex==1, 1, 0), - over65 = if_else(r_age>65, 1, 0), - no_earners = if_else(earners==0, 1, 0), - workhrs_top = topcode(workhrs, 40), - immig = if_else(is.na(immig), 0L, immig), - educ_r = if_else(is.na(educ_r), 2.5, as.double(educ_r)), - earners = if_else(is.na(earners), 1L, earners), - earnings_orig = na_fix(rearn) + na_fix(tearn), - earnings = if_else(workmos==0, 0L, earnings_orig), - retirement = na_fix(socsec) + na_fix(pension), - interest = na_fix(interest), - assistance = na_fix(unemp) + na_fix(ssi) + na_fix(welfare) + na_fix(charity), - other = na_fix(alimony) + na_fix(giftmon), - # any positive not na - any_unemp = if_else(unemp>0, 1, 0, missing=0), - any_ssi = if_else(ssi>0, 1, 0, missing=0), - any_welfare = if_else(welfare>0, 1, 0, missing=0), - any_charity = if_else(charity>0, 1, 0, missing=0), - # transforming and - earnings = earnings/1000, - retirement = retirement/1000, - interest = interest/1000, - assistance = assistance/1000, - other = other/1000, - # topcoding the different sources of income - earnings_top = topcode(earnings, 100), - retirement_top = topcode(retirement, 100), - interest_top = topcode(interest, 100), - assistance_top = topcode(assistance, 10), - other_top = topcode(other, 10)) -``` - -## 1. Deterministic imputation -**Impute 0 earnings using the logical rule (if worked 0 months and 0 hrs/wk)** - -```{r } -wave3 <- mutate(wave3, - zero_earnings = (workhrs==0 & workmos==0), - earnings_top = if_else(zero_earnings, 0, earnings_top)) -``` - -**Create a little dataset with all our redefined variables** - -```{r } -SIS <- select(wave3, - earnings, earnings_top, male, over65, - white, immig, educ_r, workmos, workhrs_top, - any_ssi, any_welfare, any_charity) -``` - -**Impute subset of earnings that are nonzero: linear scale** - -```{r } -SIS_pos <- filter(SIS, earnings>0) -imp_1 <- stan_glm(earnings ~ male + over65 + white + immig + - educ_r + workmos + workhrs_top + any_ssi + any_welfare + any_charity, - data=SIS_pos) -print(imp_1) -SIS_predictors <- select(SIS, -starts_with("earnings")) -pred_1 <- colMeans(posterior_predict(imp_1, newdata = SIS_predictors)) -SIS <- mutate(SIS, - pred_1 = pred_1, - earnings_imp_1 = impute(earnings, pred_1)) -``` - -**Impute subset of earnings that are nonzero: square root scale and topcoding** - -```{r } -imp_2_sqrt <- stan_glm(I(sqrt(earnings_top)) ~ male + over65 + white + immig + - educ_r + workmos + workhrs_top + any_ssi + any_welfare + any_charity, - data=SIS_pos) -print(imp_2_sqrt) -SIS_predictors <- select(SIS, -starts_with("earnings")) -pred_2_sqrt <- colMeans(posterior_predict(imp_2_sqrt, newdata = SIS_predictors)) -SIS <- mutate(SIS, - pred_2 = topcode(pred_2_sqrt^2, 100), - earnings_imp_2 = impute(earnings_top, pred_2)) -``` - -## 2. Random imputation -**Linear scale (use fitted model fit_imp_1)** - -```{r } -pred_3 <- rnorm(n, pred_1, sigma(imp_1)) -SIS <- mutate(SIS, - earnings_imp_3 = impute(earnings, pred_3)) -``` - -**Square root scale and topcoding (use fitted model fit_imp_2)** - -```{r } -pred_4_sqrt <- rnorm(n, pred_2_sqrt, sigma(imp_2_sqrt)) -SIS <- mutate(SIS, - pred_4 = topcode(pred_4_sqrt^2, 100), - earnings_imp_4 = impute(earnings_top, pred_4)) -``` - -## 3. Histograms and scatterplots of data and imputations - -Observed earnings (excluding 0's) - -```{r } -qplot(earnings_top, data=SIS_pos, breaks=seq(0,100,10), - fill=I("white"), col=I("black")) + - xlab("earnings") + ggtitle("Observed earnings (excluding 0's)") -``` -```{r eval=FALSE, include=FALSE} -ggsave(root("SIS/figs","impute.hist2.gg.pdf"), width = 5, height = 4) - -qplot(earnings_imp_2, data = filter(SIS, is.na(earnings)), - breaks=seq(0,100,10), fill=I("white"), col=I("black")) + - xlab("earnings") + ggtitle("Deterministic imputation of earnings") -``` -```{r eval=FALSE, include=FALSE} -ggsave(root("SIS/figs","impute.hist3.gg.pdf"), width = 5, height = 4) -``` - -Random imputation of earnings - -```{r } -qplot(earnings_imp_4, data = filter(SIS, is.na(earnings)), - breaks=seq(0,100,10), fill=I("white"), col=I("black")) + - xlab("earnings") + ggtitle("Random imputation of earnings") -``` -```{r eval=FALSE, include=FALSE} -ggsave(root("SIS/figs","impute.hist4.gg.pdf"), width = 5, height = 4) -``` - -Deterministic imputation scatter plot - -```{r } -ggplot() + - geom_point(aes(x=earnings_imp_2, y=earnings_imp_2), shape=19, - data = filter(SIS, is.na(earnings))) + - geom_point(aes(x=pred_2, y=earnings_top), shape=20, color="darkgrey", - data=filter(SIS,earnings>0)) + - xlab("Regression prediction") + ylab("Imputed income") + - ggtitle("Deterministic imputation") -``` -```{r eval=FALSE, include=FALSE} -ggsave(root("SIS/figs","impute.scat1.gg.pdf"), width = 5, height = 4) -``` - -Random imputation scatter plot - -```{r } -ggplot() + - geom_point(aes(x=earnings_imp_2, y=earnings_imp_4), shape=19, - data = filter(SIS, is.na(earnings))) + - geom_point(aes(x=pred_2, y=earnings_top), shape=20, color="darkgrey", - data=filter(SIS,earnings>0)) + - xlab("Regression prediction") + ylab("Imputed income") + - ggtitle("Random imputation") -``` -```{r eval=FALSE, include=FALSE} -ggsave(root("SIS/figs","impute.scat2.gg.pdf"), width = 5, height = 4) - -############################################################################### -``` - -## 4. Two-stage imputation model -**Fit the 2 models** - -```{r } -fit_pos <- stan_glm(I(earnings>0) ~ male + over65 + white + immig + - educ_r + any_ssi + any_welfare + any_charity, - data=SIS, family=binomial(link=logit)) -print(fit_pos, digits=2) -# 2nd model was alraedy fitted before -fit_ifpos_sqrt <- imp_2_sqrt -print(fit_ifpos_sqrt) -``` - -**Predict the sign and then the earnings (if positive)** - -```{r } -SIS_predictors <- select(SIS, -starts_with("earnings")) -pred_pos <- posterior_predict(fit_pos, draws = 1, newdata = SIS_predictors) -pred_ifpos_sqrt <- posterior_predict(fit_ifpos_sqrt, draws = 1, - newdata = SIS_predictors) -pred_ifpos <- topcode(pred_ifpos_sqrt^2, 100) -SIS <- mutate(SIS, - earnings_imp = impute(earnings, pred_pos*pred_ifpos)) -``` - -## 5. Iterative regression imputation -**Starting values** - -```{r } -random_imp <- function (a){ - missing <- is.na(a) - n_missing <- sum(missing) - a_obs <- a[!missing] - imputed <- a - imputed[missing] <- sample(a_obs, n_missing) - return(imputed) -} -SIS$interest <- wave3$interest -SIS <- mutate(SIS, - interest_imp = random_imp(interest), - earnings_imp = random_imp(earnings)) -``` - -**Simplest regression imputation** - -```{r } -n_sims <- 10 -for (s in 1:n_sims) { - # Predict earnings - output <- capture.output( - fit_1 <- stan_glm(earnings ~ interest_imp + male + over65 + white + - immig + educ_r + workmos + workhrs_top + any_ssi + - any_welfare + any_charity, - data = SIS, cores = 1, open_progress = FALSE)) - pred_1 <- posterior_predict(fit_1, draw = 1) - # Impute earnings - SIS <- mutate(SIS, - earnings_imp = impute(earnings, pred_1)) - # Predict interest - output <- capture.output( - fit_1 <- stan_glm(interest ~ earnings_imp + male + over65 + white + - immig + educ_r + workmos + workhrs_top + any_ssi + - any_welfare + any_charity, - data = SIS, cores = 1, open_progress = FALSE)) - pred_1 <- posterior_predict(fit_1, draw = 1) - # Impute interest - SIS <- mutate(SIS, - interest_imp = impute(interest, pred_1)) -} -``` - diff --git a/SIS/impute_setup.R b/SIS/impute_setup.R deleted file mode 100644 index 5baaa5f2..00000000 --- a/SIS/impute_setup.R +++ /dev/null @@ -1,141 +0,0 @@ -#' --- -#' title: "Regression and Other Stories: SIS" -#' author: "Andrew Gelman, Jennifer Hill, Aki Vehtari" -#' date: "`r format(Sys.Date())`" -#' --- - -#' Regression-based imputation for the Social Indicators Survey -#' -#' ------------- -#' - -#+ setup, include=FALSE -knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) - -#' **Load packages** -library("rprojroot") -root<-has_dirname("ROS-Examples")$make_fix_file() - -## Read in data from wave 3 of the Social Indicators Survey -attach.overwrite <- function(a, overwrite=TRUE, name="attach.all"){ -# -# Version of the "attach" function that overwrites variables if necessary. -# (The usual "attach" function in R only attaches the variables that are not -# yet defined.) -# - if (overwrite){ - for (j in 1:length(a)){ - if (names(a)[j] %in% ls(.GlobalEnv)) - remove(list=names(a)[j], envir=.GlobalEnv) - } - } - attach(a, name=name) -} - -wave3 <- read.table(root("SIS/data","siswave3v4impute3.csv"), header=TRUE, sep=",") -attach.overwrite(wave3) -n <- nrow(wave3) - -# Helpful little functions - -random_imp <- function (a){ - missing <- is.na(a) - n_missing <- sum(missing) - a_obs <- a[!missing] - imputed <- a - imputed[missing] <- sample(a_obs, n_missing) - return(imputed) -} - -topcode <- function (a, top){ - return(ifelse(a>top, top, a)) -} - -# missing codes: -9: refused/dk to say if you have this source -# -5: you said you had it but refused/dk the amount - -# earnings variables: - -# rearn: respondent's earnings -# tearn: spouse's earnings -# pearn: earnings of primary wage-earner in family -# searn: earnings of secondary wage-earner in family -# unemp: unemployment, veteran's benefits, worker comp for entire family -# socsec: social security of entire family -# pension: pension, retirement income of entire family -# interest: interest of entire family -# income: rental income of entire family -# alimony: alimony child support for entire family -# giftmon: gift income for entire family -# ssi: ssi for entire family -# welfare: public assistance for entire family -# charity: income received from charity for entire family - -# demographics: - -# earners: #earners in family (0,1,2) -# sex: male=1, female=2 -# race of respondent: 1=white, 2=black, 3=hispanic(nonblack), 4=other -# famchild: #kids (0-8) -# anych6: any children under 6? -# immig: 0 if respondent is U.S. citizen, 1 if not -# rdisab: is respondent disabled? -# cdisab: is focal child disabled? -# educ_r: respondent's education (1=no hs, 2=hs, 3=some coll, 4=college grad) -# r_age: respondent's age (18-97) -# DON'T USE primary: -9=missing, 0=spouse, 1=respondent is primary earner -# marrcoh: 0=single, 1=married/cohabitating -# workmos: primary earner's months worked last year -# workhrs: primary earner's hours/week worked last year - -white <- ifelse(race==1, 1, 0) -white[is.na(race)] <- 0 -male <- ifelse(sex==1, 1, 0) -over65 <- ifelse(r_age>65, 1, 0) -immig[is.na(immig)] <- 0 -educ_r[is.na(educ_r)] <- 2.5 -earners[is.na(earners)] <- 1 -no_earners <- ifelse(earners==0, 1, 0) -workhrs_top <- topcode(workhrs, 40) - -# set up some simplified variables to work with - -na_fix <- function (a) { - ifelse(a<0 | a==999999, NA, a) -} - -is_any <- function (a) { - any_a <- ifelse(a>0, 1, 0) - any_a[is.na(a)] <- 0 - return(any_a) -} - -workmos <- workmos -earnings <- na_fix(rearn) + na_fix(tearn) -earnings_orig <- earnings -earnings[workmos==0] <- 0 -retirement <- na_fix(socsec) + na_fix(pension) -interest <- na_fix(interest) -assistance <- na_fix(unemp) + na_fix(ssi) + na_fix(welfare) + na_fix(charity) -other <- na_fix(alimony) + na_fix(giftmon) - -# summary variables for various income supports - -any_unemp <- is_any(unemp) -any_ssi <- is_any(ssi) -any_welfare <- is_any(welfare) -any_charity <- is_any(charity) - -# transforming and topcoding the different sources of income - -earnings <- earnings/1000 -retirement <- retirement/1000 -interest <- interest/1000 -assistance <- assistance/1000 -other <- other/1000 - -earnings_top <- topcode(earnings, 100) -retirement_top <- topcode(retirement, 100) -interest_top <- topcode(interest, 100) -assistance_top <- topcode(assistance, 10) -other_top <- topcode(other, 10) diff --git a/SampleSize/simulation.R b/SampleSize/simulation.R index 03ae6ec4..25a2e762 100644 --- a/SampleSize/simulation.R +++ b/SampleSize/simulation.R @@ -16,7 +16,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) #' **Simulated data 1: predictor range (-0.5, 0.5)** N <- 1000 diff --git a/SampleSize/simulation.Rmd b/SampleSize/simulation.Rmd index 34239e6e..6e58aee1 100644 --- a/SampleSize/simulation.Rmd +++ b/SampleSize/simulation.Rmd @@ -18,7 +18,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) ``` **Simulated data 1: predictor range (-0.5, 0.5)** diff --git a/Sesame/sesame.R b/Sesame/sesame.R index 97732575..2fbc0136 100644 --- a/Sesame/sesame.R +++ b/Sesame/sesame.R @@ -17,7 +17,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("brms") library("foreign") diff --git a/Sesame/sesame.Rmd b/Sesame/sesame.Rmd index b0913d43..bb07fd05 100644 --- a/Sesame/sesame.Rmd +++ b/Sesame/sesame.Rmd @@ -19,7 +19,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("brms") library("foreign") ``` diff --git a/SexRatio/sexratio.R b/SexRatio/sexratio.R index 58e86a40..c18c7904 100644 --- a/SexRatio/sexratio.R +++ b/SexRatio/sexratio.R @@ -20,7 +20,6 @@ library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("arm") library("rstanarm") -options(mc.cores = parallel::detectCores()) #' **Informative priors** theta_hat_prior <- 0 diff --git a/SexRatio/sexratio.Rmd b/SexRatio/sexratio.Rmd index 5c285f12..b4cc63e4 100644 --- a/SexRatio/sexratio.Rmd +++ b/SexRatio/sexratio.Rmd @@ -22,7 +22,6 @@ library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("arm") library("rstanarm") -options(mc.cores = parallel::detectCores()) ``` **Informative priors** diff --git a/Simplest/simplest.R b/Simplest/simplest.R index d6ddc1e9..33574938 100644 --- a/Simplest/simplest.R +++ b/Simplest/simplest.R @@ -19,7 +19,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) #' #### Fitting a regression using a data frame in R #' diff --git a/Simplest/simplest.Rmd b/Simplest/simplest.Rmd index 59e71d62..4de60676 100644 --- a/Simplest/simplest.Rmd +++ b/Simplest/simplest.Rmd @@ -21,7 +21,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) ``` #### Fitting a regression using a data frame in R diff --git a/Storable/storable.R b/Storable/storable.R index f97c398d..5f83b3bc 100644 --- a/Storable/storable.R +++ b/Storable/storable.R @@ -22,7 +22,6 @@ root<-has_dirname("ROS-Examples")$make_fix_file() library("rstan") rstan_options(auto_write = TRUE) library("rstanarm") -options(mc.cores = parallel::detectCores()) invlogit<-plogis #' **Load data** diff --git a/Storable/storable.Rmd b/Storable/storable.Rmd index 758b30dd..d6f39741 100644 --- a/Storable/storable.Rmd +++ b/Storable/storable.Rmd @@ -24,7 +24,6 @@ root<-has_dirname("ROS-Examples")$make_fix_file() library("rstan") rstan_options(auto_write = TRUE) library("rstanarm") -options(mc.cores = parallel::detectCores()) invlogit<-plogis ``` diff --git a/Unemployment/unemployment.R b/Unemployment/unemployment.R index 5168819a..1cffa07f 100644 --- a/Unemployment/unemployment.R +++ b/Unemployment/unemployment.R @@ -20,7 +20,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("ggplot2") library("bayesplot") theme_set(bayesplot::theme_default(base_family = "sans")) diff --git a/Unemployment/unemployment.Rmd b/Unemployment/unemployment.Rmd index 8f778b4b..130933e2 100644 --- a/Unemployment/unemployment.Rmd +++ b/Unemployment/unemployment.Rmd @@ -22,7 +22,6 @@ savefigs <- FALSE library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) library("ggplot2") library("bayesplot") theme_set(bayesplot::theme_default(base_family = "sans")) diff --git a/Vitals/vitals.R b/Vitals/vitals.R index cfeb5532..883abce8 100644 --- a/Vitals/vitals.R +++ b/Vitals/vitals.R @@ -17,7 +17,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) #' **Load data** vitals_full <- read.csv(root("Vitals/data","vitals.csv")) diff --git a/Vitals/vitals.Rmd b/Vitals/vitals.Rmd index eac1c91d..793043bf 100644 --- a/Vitals/vitals.Rmd +++ b/Vitals/vitals.Rmd @@ -19,7 +19,6 @@ knitr::opts_chunk$set(message=FALSE, error=FALSE, warning=FALSE, comment=NA) library("rprojroot") root<-has_dirname("ROS-Examples")$make_fix_file() library("rstanarm") -options(mc.cores = parallel::detectCores()) ``` **Load data**