digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "remainder_Liabilities"[label = "Other \nLiabilities\n12.9%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n12.9%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n9.17%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-40.5%" fillcolor="#FFC7AD"]
    "RealEstateInvestmentPropertyNet"[label = "Real Estate \nInvestment \nProperty Net\n-34.0%" fillcolor="#FFC7AD"]
    "Goodwill"[label = "Goodwill\n13.0%" fillcolor="#EEEEEE"]
    "RealEstateInvestments"[label = "Real Estate \nInvestments\n-17.6%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-17.9%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-75.6%" fillcolor="#ff7973"]
    "remainder_Expenses"[label = "Other Expenses\n15.0%" fillcolor="#EEEEEE"]
    "DepreciationAndAmortization"[label = "Depreciation \nAnd \nAmortization\n7.11%" fillcolor="#EEEEEE"]
    "CostsAndExpenses"[label = "Costs And \nExpenses\n-126%" fillcolor="#ff7973"]
    "GeneralAndAdministrativeExpense"[label = "General And \nAdministrative \nExpense\n9.51%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n37.8%" fillcolor="#BDE7BD"]
    "Revenues"[label = "Revenues\n37.8%" fillcolor="#BDE7BD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-80.1%" fillcolor="#ff7973"]
    "NetIncome"[label = "Net Income\n1.51%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-6.40%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-33.0%" fillcolor="#FFC7AD"]
    "remainder_ComprehensiveNetIncome"[label = "Other Compr. \nNet Income\n-2.24%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-35.4%" fillcolor="#FFC7AD"]
    "remainder_Liabilities" -> "Liabilities" [label="12.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="12.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.16%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="9.17%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-92.7%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="5.95%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RealEstateInvestmentPropertyNet" -> "Assets" [label="-34.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Goodwill" -> "Assets" [label="13.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RealEstateInvestments" -> "Assets" [label="-17.6%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-17.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-75.6%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="15.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "DepreciationAndAmortization" -> "Expenses" [label="7.11%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostsAndExpenses" -> "Expenses" [label="-126%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="9.51%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="37.8%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="37.8%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-80.1%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "NetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.51%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-6.40%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-33.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.24%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}