<html>
<!--Copyright 2000-2003, Intuit Inc.  All rights reserved. --> 
<!--This material contains proprietary information of Intuit Inc. -->   
<!--Use, reproduction or distribution without express written permission of an authorized representative of Intuit Inc. is prohibited. --> 
<head>
        <title>Report: Income & Expenses</title>
        <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">

</head> 
<body scroll='auto'>
<STYLE>
        <!-- COMMONCSS -->
        HTML
{
    BACKGROUND-COLOR: #EDEDE2;
    COLOR: #303030;
    BODY: red;
    FONT-FAMILY: Arial;
    font-size: 10pt;
}

HEAD
{
    BACKGROUND-COLOR: #EDEDE2;
}
BODY 
{       
        scrollbar-Base-Color: #B3B3A4;
}

INPUT
{
    FONT-FAMILY: "Arial";
}

TEXTAREA
{
    FONT-FAMILY: "Arial";
    font-size:10pt;
}

SELECT 
{
    FONT-FAMILY: "Arial";
}

TABLE {
        WIDTH: 100%;
    FONT-SIZE: 10pt;
    COLOR: #303030;
}
LEGEND
{
        color: black;
}
TABLE.outerBody
{
    text-align: center;
}

#registerheaderselect {margin-bottom: 8;}
..bodyHeaderLinks
{
        FONT: 10pt Arial;
        TEXT-ALIGN: right;
}

TABLE.contentHeader
{
        background-color: #BDBDAE;

TABLE.contentHeaderLists {
        background-color: #BDBDAE;
}
TABLE.contentHeaderLists TD {
        border: 1px outset;
}

TABLE.contentFooter
{
        background-color: #BDBDAE;
}
TABLE.bodyFooter
{
        background-image: url("/c15/v26.106/images/1pixelwidth.gif");
    TEXT-ALIGN: center;
    FONT-SIZE: 9pt;
    COLOR: white;
    display: none;
}
TABLE.informationMessage {
    border: #FAF7FD 1px solid;
    background-color: #FFFEE9;
    width: 98%;
}
TABLE.errorMessage
{
        BORDER: #990000 thin solid;
        BACKGROUND-COLOR: #F3DEDE;
        COLOR: #990000;
        width: 98%;
}
TABLE.errorMessage TD {}
TABLE.errorMessage A {color: #003399}
..errorCodeText {font-size: xx-small; color: #F3DEDE}
TD.contentSecDivider
{
        text-align: left;
        background-color: purple;
        color: white;
}
TD.contentSecColHeaders
{
        border: 1px solid;
        background-color: #CCCCBC;
}
TD.statusSectionHeader
{
        font-size: 6pt;
}

TD.minorSectionHeader
{
    color: #303030;
    font-weight: bold;
}

TD.statusSectionPadding
{
        font-size: 6pt;
}
SPAN.errorMsgSpan 
{
        text-align: center;
}
DIV.divHeader
{
    OVERFLOW: hidden;
}
DIV.divContentHeader
{
    OVERFLOW: hidden;
}
DIV.divContent
{
    OVERFLOW: hidden;
}
DIV.divContentFooter
{
    OVERFLOW: hidden;
}
DIV.divFooter
{
    OVERFLOW: hidden;
}
..rptHeader
{
    BACKGROUND-COLOR: blue
}
A:link
{
        COLOR: #003399;
}
A:visited
{
        COLOR: #800080;
}
A:active
{
        COLOR: #003399;
}

A:hover
{
        COLOR: #2b73dd;
}

A {
        text-decoration: underline;
        COLOR: #003399;
        cursor: pointer;
}
..secure_anchor {
        text-decoration: underline;
        COLOR: #003399;
        cursor: pointer;
}
..secure_anchor_over {
        text-decoration: underline;
        COLOR: #2b73dd;
        cursor: pointer;
}

..secure_anchor_ALT_UNDERLINE {
        text-decoration: none;
        COLOR: #003399;
        cursor: pointer;
}
..secure_anchor_over_ALT_UNDERLINE {
        text-decoration: underline;
        COLOR: #2b73dd;
        cursor: pointer;
}

..bodyHeaderLinks A {
        color: black;
}
..bodyHeaderLinks A:visited {
        color: black;
}
A.preferences
{
        COLOR: #003399;
    FONT-SIZE: 9pt;
    FONT-STYLE: italic;
}
TD.aToZHeader {
        padding: 0px, 0px, 0px, 5px;
        background-color: #EDEDE2;
}
A.atoz
{
    COLOR: blue;
    FONT-SIZE: smaller;
    TEXT-DECORATION: none
}
#scrolltable
{
        cursor: pointer;
}
..atoz
{
    COLOR: maroon;
    FONT-SIZE: 9pt
}
TD.listFooterRight
{
    TEXT-ALIGN: right
}
TD.listFooterRight BUTTON
{
    WIDTH: 80px
}
TD.listFooterLeft
{
    TEXT-ALIGN: left;
        vertical-align : top;
}
TD.listFooterLeft BUTTON
{
    WIDTH: 80px
}
/*
..atoz A:hover
{
    COLOR: aqua
}
*/
TD.innerTableLabel
{
    FONT: 18pt Arial bold
}

TABLE.helpSection
{
        margin-top: 20px;
}
TABLE.helpSectionInner TD
{
        vertical-align: top;
}
TABLE.helpSectionInner TH
{
        text-align: left;
}

SELECT.quickfillselectlist {
        left: 0px; 
        top: 0px; 
        position: relative; 
        font-size: 8pt;
        border-style: solid; 
        border-width: 1px; 
        border-color: black;
}

DIV.quickfilldiv {
        left: 0px; 
        top: 0px; 
        position: absolute; 
        visibility: hidden;  
        border-style:none; 
        border-width:0px;
        z-index: 1000;
}

TR.OLD_scrollsellect_flyover TD {
        text-decoration: underline;
}
TR.OLD_scrollsellect_flyover TD.scrollsellect_flyoverright {
        text-decoration: underline;
}
TR.OLD_scrollsellect_flyover TD.scrollsellect_flyoverleft {
        text-decoration: underline;
}
TR.scrollsellect_flyover TD {
        border-top-color: #B3B3A4;
        border-bottom-color: #B3B3A4;
}
TR.scrollsellect_flyover TD.scrollsellect_flyoverright {
        border-right-color: #B3B3A4;
}
TR.scrollsellect_flyover TD.scrollsellect_flyoverleft {
        border-left-color: #B3B3A4;
}
TR.scrollsellect_flyover TD.scrollsellect_flyoverleftandright {
        border-right-color: #B3B3A4;
        border-left-color: #B3B3A4;
}

TR.selected TD
{
        /*
    border-color: black;
    BACKGROUND-COLOR: black;
    COLOR: white;
        */
    border-color: #FFDD95;
    BACKGROUND-COLOR: #FFDD95;
    COLOR: black;
}
TR.scrollsellect_selected_flyover TD {
        border-top-color: #B3B3A4;
        border-bottom-color: #B3B3A4;
        border-left-color: #ffdd95;
        border-right-color: #ffdd95;
    BACKGROUND-COLOR: #FFDD95;
    COLOR: black;
}
TR.scrollsellect_selected_flyover TD.scrollsellect_flyoverright {
        border-right-color: #B3B3A4;
    BACKGROUND-COLOR: #FFDD95;
    COLOR: black;
}
TR.scrollsellect_selected_flyover TD.scrollsellect_flyoverleft {
        border-left-color: #B3B3A4;
    BACKGROUND-COLOR: #FFDD95;
    COLOR: black;
}
TR.scrollsellect_selected_flyover TD.scrollsellect_flyoverleftandright {
        border-left-color: #B3B3A4;
        border-right-color: #B3B3A4;
    BACKGROUND-COLOR: #FFDD95;
    COLOR: black;
}

TD.helpIndexLinkTD {font-size: smaller}

UL.help_bullet_indent_HDI {
        list-style-position: outside;
        margin-left: 18;
    padding-left:6;
    margin-bottom: 9;
}
LI.help_bullet_indent_HDI {
        list-style-position: outside;
        list-style-type: disc;
        list-style-image: url("/c15/v26.106/images/green_bullet_sm.gif");
        line-height: 150%;
        margin-left: 0;
    position:relative;
}
UL.help_bullet_indent_snip {
        list-style-position: outside;
        margin-left: 18;
    padding-left:6;
    margin-bottom: 0;
}
LI.help_bullet_indent_snip {
        list-style-position: outside;
        list-style-type: disc;
        list-style-image: url("/c15/v26.106/images/green_bullet_sm.gif");
        margin-left: 0;
    position: relative;
}
LI.help_bullet_indent_snip_for_table {
        list-style-position: outside;
        list-style-type: disc;
        list-style-image: url("/c15/v26.106/images/green_bullet_sm.gif");
        margin-left: 15;
        line-height: 150%;
}
LI.unavailable_feature {
        list-style-image: url("/c15/v26.106/images/black_bullet_sm.gif");
        margin-left: 25px
}
span.instructions A, span.instructions SPAN {
        font-family : arial, sans-serif;
        font-size: xx-small;
        color: green;
        font-weight: normal;
}
span.instructions A:link {
        font-family : arial, sans-serif;
        font-size: xx-small;
        color: green;
        font-weight: normal;
}
span.instructions A:visited {
        font-family : arial, sans-serif;
        font-size: xx-small;
        color: green;
        font-weight: normal;
}

TD.dialog_step_instructions {
        font-size: medium;
        color: green;
}

..field_instructions {
        font-family : arial, sans-serif;
        font-size: 7pt;
        color: 336666;
}
..field_instructions_8 {
        font-family : arial, sans-serif;
        font-size: 8pt;
        color: black;
}

..pluspack
{
        font-family: verdana;
        font-size: 7pt;
    color: #CC9933;
}

DIV.tooltip
{

}

..tooltip
{
    background-color: white;
    color: blue;
    font-size: 7pt;
    font-family : arial, sans-serif;
}

ACRONYM{
        border-bottom: medium none;
}

ACRONYM.helpdef {
    color: green;
    cursor: help;
}

TABLE.moduleFrame {
    background-color: #ffffff;
    empty-cells: show;
    margin-bottom: 10px;
    width: 100%;
}

TD.moduleHeader {
    background-repeat: repeat-x;
    background-image: url(/c15/v26.106/images/hdr-center-blue.gif);
    height: 32px;
    color: #22782d;
    font-weight: bold;
    vertical-align: middle;
    font-size:12px;
    width: 100%;
}

TD.moduleNoHeader {
    border-top: 1px solid #CDCDCD;
    vertical-align: middle;
    width: 100%;
}

.moduleHeaderNormal {
    color: #000000;
    font-weight: normal;
}

TD.moduleContent {
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    padding-left: 5px;
}

TD.moduleBottom {
    border-bottom: 1px solid #CDCDCD;
}

TD.moduleTopLeftCorner {
   padding: 0px;
   background-repeat: no-repeat;
   background-image: url(/c15/v26.106/images/hdr-left-cap-blue.gif);
   height: 32px;
   width: 6px;
}

TD.moduleTopRightCorner {
   padding: 0px;
   background-repeat: no-repeat;
   background-image: url(/c15/v26.106/images/hdr-right-cap-blue.gif);
   height: 32px;
   width: 6px;
}

TD.moduleNoHeaderTopLeftCorner {
   padding: 0px;
   background-repeat: no-repeat;
   background-image: url(/c15/v26.106/images/top-left-cap-sm.gif);
   height: 6px;
   width: 6px;
}

TD.moduleNoHeaderTopRightCorner {
   padding: 0px;
   background-repeat: no-repeat;
   background-image: url(/c15/v26.106/images/top-right-cap-sm.gif);
   height: 6px;
   width: 6px;
}

TD.moduleBottomLeftCorner {
   padding: 0px;
   background-repeat: no-repeat;
   background-image: url(/c15/v26.106/images/bottom-left-cap.gif);
   height: 6px;
   width: 6px;
}

TD.moduleBottomRightCorner {
   padding: 0px;
   background-repeat: no-repeat;
   background-image: url(/c15/v26.106/images/bottom-right-cap.gif);
   height: 6px;
   width: 6px;
}

        <!-- TXNSTYLESCSS -->
        TABLE.content
{
        margin-left: 20;
        margin-right: 20;
}
TABLE.contentHeader
{
        background-color: transparent;

TABLE.contentFooter
{
        background-color: transparent;
}
TABLE.content
{
        width: 700;
}  


TABLE.wrapperTable {
}


TD.contentInnerTD
{
        TEXT-ALIGN: center;
}

        <!-- REPORTSCSS -->
        TABLE.content
{
        margin-left: 5;
        margin-right: 5;
}

TABLE.contentHeader
{
        background-color: transparent;
}

TABLE.bodyHeader TD.rptButtonsTDLeft
{
    text-align: left;
    padding-left: 5px;
}
TABLE.bodyHeader TD.rptButtonsTDRight
{
    text-align: right;
}

TABLE.contentBody TH
{
         border-bottom: inset white 2px;
         text-align: center;
     padding-bottom: 4;
     padding-left: 8;
     padding-right: 8;
     font-size: 9pt;
}
TABLE.content TD
{
        padding-left: 8;
        padding-right: 8;
        font-size: 8pt;
        font-family: font-family: Arial, Helvetica, Tahoma, sans-serif;
}

TABLE.rptHeaderTable {
        font-weight: bold;
}

TH.rptEmptyHeader 
{
        background-color: transparent;
        border: none;
}
TD.grand_total_cell 
{
        border-bottom: double #ccccbc 3px;
        border-top: solid #ccccbc 1px; 
        font-weight: bolder; 
        padding-bottom: 4px;
    padding-top: 5px;
}
TD.total_cell 
{
        border-top: solid #ccccbc 1px; 
        font-weight: bolder;
        padding-bottom: 3px;
    padding-top: 5px;
}
TD.row_header_cell
{
        font-size: 8pt;
        font-weight: bolder;
        padding-left: 0;
}
TD.rptError 
{
        color: red; 
        font-size: 12pt; 
        text-align: center;
        width: 100%;
}
TABLE.bodyHeader TD
{
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
}

SPAN.backOverview
{
    font-size: 8pt;
}
SPAN.backOverview A.secure_anchor
{
        text-decoration: none;
}

SPAN.reportHeader

    font-weight: bold;
        font-size: 14pt; 
        text-align: center;
}

SPAN.reportDate

    font-weight: bold;
        font-size: 10pt; 
        text-align: center;
}

BODY.rptDialogBody
{
    background-color: #DCDCCD;
}

SPAN.rptDialogHeader 
{
        font: 14pt Arial;
        font-weight: bolder;
}

SPAN.rptDialogCaption
{
        font: 8pt Arial;
    color: #B3B3A4;
}

SPAN.rptTextNegRed 

  color: red;
}

SPAN.rptTextBlue

  color: blue;
}

SPAN.rptTextGreen
{
  color: green; 
}

SPAN.rptTextYellow
{
  color: orange;
}

SPAN.rptTextBrown
{
  color: brown;
}

SPAN.rptTextPink
{
  color: pink;
}
SPAN.rptTextSkyBlue
{
  color: skyblue;
}

.rule
{
        color: #b7b7b7;
        height: 1px;
}

TR.rptHeaderRow
{
        position: relative;
        background-color: #edede2;
}
TR.rptHeaderRowForResize
{
        position: relative;
        background-color: #edede2;
}

TABLE.rptBodyTable
{
    width: auto;
}

/* CUSTOMIZE TOOLBAR */
TD.rptCustBarArea
{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
TABLE.rptCustBarOuter
{
    background-color: #e4e4d7;
}
TABLE.rptCustBar
{
    width: auto;
}
TABLE.rptCustBar TD
{
    font-size: 8pt;
    padding-left: 2px;
    padding-right: 2px;
}
TABLE.rptCustBar INPUT
{
    font-size: 8pt;
}
TABLE.rptCustBar SELECT
{
    font-size: 8pt;
}
TABLE.rptCustBar TD.rptCustLabel
{
    text-align: right;
}

@media print
{
    TABLE.content {     margin-left: 0; margin-right: 0 }
    TABLE.content TD { padding-left: 0; padding-right: 0 }
    TABLE.contentBody TH { border-bottom: solid black 1px }
    TABLE.rptBodyTable TD { padding-left: 8; padding-right: 8; }
    TABLE.rptBodyTable TD.total_cell { border-top: solid black 1px }
    TABLE.rptBodyTable TD.grand_total_cell { border-bottom: double black 3px; border-top: solid black 1px }
        DIV.divHeader { display: none }
    TABLE.rptCustBarOuter { display: none }
        DIV.divContentFooter { display: none }
        BODY { background-color:white }
    IMG.rptColumnDivider { display: none }
    #resetTableModeRow { display: none }
    DIV.divContent { OVERFLOW: visible }
}

table.moduleFrame td {
    padding-left: 0px;
    padding-right: 0px;
}
td.moduleContent {
    padding-left: 5px;
}


    DIV.divEmailNote
        {
                MARGIN-LEFT: 5px;
                BORDER: #CCCCBC thin solid;
                BACKGROUND-COLOR: #DCDCCD;
                COLOR: #CCCCBC;
                width: 98%;
        }
</STYLE>

        <TABLE name=outerBody class=outerBody  ALIGN=center id=outerBody cellspacing=0 cellpadding=0>
        <TR><TD align="center">
                <TABLE name=content class=content cellspacing=0 cellpadding=0><TR><TD>
                
                        <div name=divContentHeader id=divContentHeader class=divContentHeader>
                                <TABLE name=contentHeader id=contentHeader class=contentHeader style=''>
                                <TR><TD>
                            <DIV ALIGN="Center">
                        <!-- This is the company name, report title, and date for the report -->
                                <SPAN id=reportHeader class=reportHeader>
                                                <SPAN STYLE="">OSGeo<br></SPAN>
                                                <SPAN STYLE="">Income & Expenses<br></SPAN>
                                    </SPAN>
                                    <SPAN id=reportDate class=reportDate>
                                                <SPAN STYLE="">January - December 2008<br></SPAN>
                        </SPAN>
                                        <br>
                                </DIV>
                                </TD></TR></TABLE>
                        </div>
                        <div name=divContent id=divContent class=divContent style='overflow: auto;'>
                                <TABLE name=contentBody class=contentBody cellspacing=0 cellpadding=0><TR><TD>
                                        <style>
#colbody1 {font-weight: bold; padding-right: 25; cursor: default}</style>
<table ALIGN='center' class='rptBodyTable' id='rptBodyTable'>
<COL id='colbody1'><COL id='colbody2'><THEAD style="display:table-header-group"><TR class="rptHeaderRowForResize">
<TD></TD><TD></TD></TR><tr class="rptHeaderRow">
<th nowrap class='rptEmptyHeader'></th>
<th nowrap align=center>Total</th>
</tr>
</THEAD><TBODY><tr>
<td nowrap>Income</td>
<td class='rptEmptyHeader'></td>
</tr>
<tr>
<td nowrap>   Conference Fees</td>
<td align=right>341,993.00</td>
</tr>
<tr>
<td nowrap>   Contributions From FOSS4G</td>
<td align=right>-14,709.32</td>
</tr>
<tr>
<td nowrap>   Donations</td>
<td class='rptEmptyHeader'></td>
</tr>
<tr>
<td nowrap>      Associate Sponsor</td>
<td align=right>27,000.00</td>
</tr>
<tr>
<td nowrap>      Supporting Sponsor</td>
<td align=right>20,000.00</td>
</tr>
<tr>
<td nowrap>      Sustaining Sponsor</td>
<td align=right>100,000.00</td>
</tr>
<tr>
<td nowrap>      Unrestricted General</td>
<td align=right>28,964.25</td>
</tr>
<tr>
<td nowrap>   Total Donations</td>
<td nowrap align=right class='total_cell'>175,964.25</td>
</tr>
<tr>
<td nowrap>   Project Funds</td>
<td class='rptEmptyHeader'></td>
</tr>
<tr>
<td nowrap>      Event Specific</td>
<td align=right>7,000.00</td>
</tr>
<tr>
<td nowrap>      GDAL</td>
<td align=right>11,875.00</td>
</tr>
<tr>
<td nowrap>   Total Project Funds</td>
<td nowrap align=right class='total_cell'>18,875.00</td>
</tr>
<tr>
<td nowrap>Total Income</td>
<td nowrap align=right class='total_cell'>$522,122.93</td>
</tr>
<tr>
<td nowrap>Expenses</td>
<td class='rptEmptyHeader'></td>
</tr>
<tr>
<td nowrap>   Bank Service Charges</td>
<td align=right>1,243.69</td>
</tr>
<tr>
<td nowrap>      Checks Printed</td>
<td align=right>83.88</td>
</tr>
<tr>
<td nowrap>   Total Bank Service Charges</td>
<td nowrap align=right class='total_cell'>1,327.57</td>
</tr>
<tr>
<td nowrap>   Conference Expense</td>
<td align=right>320,272.54</td>
</tr>
<tr>
<td nowrap>   Contributions</td>
<td class='rptEmptyHeader'></td>
</tr>
<tr>
<td nowrap>      Promotion</td>
<td align=right>1,000.00</td>
</tr>
<tr>
<td nowrap>      Summer of Code</td>
<td align=right>1,120.00</td>
</tr>
<tr>
<td nowrap>   Total Contributions</td>
<td nowrap align=right class='total_cell'>2,120.00</td>
</tr>
<tr>
<td nowrap>   Incorporation costs</td>
<td align=right>878.96</td>
</tr>
<tr>
<td nowrap>      Tax</td>
<td align=right>168.00</td>
</tr>
<tr>
<td nowrap>   Total Incorporation costs</td>
<td nowrap align=right class='total_cell'>1,046.96</td>
</tr>
<tr>
<td nowrap>   Office Supplies</td>
<td align=right>92.35</td>
</tr>
<tr>
<td nowrap>      Computer</td>
<td align=right>326.90</td>
</tr>
<tr>
<td nowrap>      Phone</td>
<td align=right>1,921.11</td>
</tr>
<tr>
<td nowrap>      Postal</td>
<td align=right>946.33</td>
</tr>
<tr>
<td nowrap>      Printing</td>
<td align=right>142.10</td>
</tr>
<tr>
<td nowrap>      Software</td>
<td align=right>652.76</td>
</tr>
<tr>
<td nowrap>   Total Office Supplies</td>
<td nowrap align=right class='total_cell'>4,081.55</td>
</tr>
<tr>
<td nowrap>   Payroll & Benefits</td>
<td align=right>105,723.02</td>
</tr>
<tr>
<td nowrap>   Professional Fees</td>
<td class='rptEmptyHeader'></td>
</tr>
<tr>
<td nowrap>      Meetings</td>
<td align=right>968.62</td>
</tr>
<tr>
<td nowrap>   Total Professional Fees</td>
<td nowrap align=right class='total_cell'>968.62</td>
</tr>
<tr>
<td nowrap>   Project Disbursements</td>
<td class='rptEmptyHeader'></td>
</tr>
<tr>
<td nowrap>      GDAL</td>
<td align=right>3,698.00</td>
</tr>
<tr>
<td nowrap>   Total Project Disbursements</td>
<td nowrap align=right class='total_cell'>3,698.00</td>
</tr>
<tr>
<td nowrap>   Promotion & Visibility</td>
<td class='rptEmptyHeader'></td>
</tr>
<tr>
<td nowrap>      Communications</td>
<td align=right>8,063.56</td>
</tr>
<tr>
<td nowrap>      Event Sponsorship</td>
<td align=right>6,500.00</td>
</tr>
<tr>
<td nowrap>      Merchandise</td>
<td align=right>1,722.63</td>
</tr>
<tr>
<td nowrap>      Printing</td>
<td align=right>995.84</td>
</tr>
<tr>
<td nowrap>   Total Promotion & Visibility</td>
<td nowrap align=right class='total_cell'>17,282.03</td>
</tr>
<tr>
<td nowrap>   Systems</td>
<td class='rptEmptyHeader'></td>
</tr>
<tr>
<td nowrap>      DNS</td>
<td align=right>296.00</td>
</tr>
<tr>
<td nowrap>      Hosting</td>
<td align=right>14,015.12</td>
</tr>
<tr>
<td nowrap>      Security</td>
<td align=right>1,185.00</td>
</tr>
<tr>
<td nowrap>   Total Systems</td>
<td nowrap align=right class='total_cell'>15,496.12</td>
</tr>
<tr>
<td nowrap>   Travel & Ent</td>
<td align=right>514.25</td>
</tr>
<tr>
<td nowrap>      Event Fee</td>
<td align=right>147.71</td>
</tr>
<tr>
<td nowrap>      Lodging</td>
<td align=right>3,133.25</td>
</tr>
<tr>
<td nowrap>      Meals</td>
<td align=right>502.76</td>
</tr>
<tr>
<td nowrap>      Planning Costs</td>
<td align=right>135.34</td>
</tr>
<tr>
<td nowrap>      Travel</td>
<td align=right>5,795.77</td>
</tr>
<tr>
<td nowrap>   Total Travel & Ent</td>
<td nowrap align=right class='total_cell'>10,229.08</td>
</tr>
<tr>
<td nowrap>Total Expenses</td>
<td nowrap align=right class='total_cell'>$482,245.49</td>
</tr>
<tr>
<td nowrap>Net Operating Income</td>
<td nowrap align=right class='total_cell'>$39,877.44</td>
</tr>
<tr>
<td nowrap>Net Income</td>
<td nowrap align=right class='grand_total_cell'>$39,877.44</td>
</tr>
<tr>
<td nowrap class='rptEmptyHeader'></td>
<td class='rptEmptyHeader'></td>
</tr>
</TBODY></table>
                                </TD></TR></TABLE>
                                <BR><div align="Center">
                            Tuesday, May 26, 2009
                                                </div>
                        </div>
                <BR>
                <div name=poweredBanner class=poweredBanner id=poweredBanner align="left">
                    This report was created using QuickBooks Online.
                </div>
                </TD></TR></TABLE>
        </TD></TR>
</TABLE>
</body>
</html>