From: <Saved by Windows Internet Explorer 7>
Subject: SOLAR
Date: Tue, 19 Feb 2008 09:57:23 -0600
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_000E_01C872DD.D3177D50"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198

This is a multi-part message in MIME format.

------=_NextPart_000_000E_01C872DD.D3177D50
Content-Type: text/html;
	charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://acswebapplications.acs.org/applications/solar//standard/drawsurveyuserform.cfm?mode=READ&formid=117&userid=110540&orgid=240&cftoken=61812052&cfid=425051

=EF=BB=BF<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- Environment Settings (DEV, QA, TRN, PRD) ---><!-- Session Params =
---><!-- Kill Application ---><HTML><HEAD><TITLE>SOLAR</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<META http-equiv=3DPragma content=3Dno-cache><LINK=20
href=3D"http://acswebapplications.acs.org/applications/solar//shared/surv=
ey.css"=20
type=3Dtext/css rel=3DSTYLESHEET>
<SCRIPT language=3DJavascript1.2>
<!--
javascript:window.history.forward(1);

var saveflag =3D false;
var statusflag =3D false;
var lastquestions =3D "";
var savewin =3Dnull;
var packets;
var ques =3D new Array(100);
var ans =3D new Array(100);
var packcnt;
var navpackcnt;
var finalpackcnt;
var sentpackcnt;
var estPageHeight =3D 0;



function openSaveWin()
{
   saveflag =3D true;
   savewin =3D =
window.open("savemsg.html","Save","width=3D325,height=3D150,toolbar=3Dno"=
);
}

function SaveandSubmit(){

document.FormDoc.theaction.value=3D"saveandsubmit";
savewin =3D =
window.open("savemsg.html","Save","width=3D325,height=3D150,toolbar=3Dno"=
);
document.FormDoc.submit();



}

function SubmitNow(){

document.FormDoc.theaction.value=3D"submitnow";
savewin =3D =
window.open("savemsg.html","Save","width=3D325,height=3D150,toolbar=3Dno"=
);
document.FormDoc.submit();

}

function RemoveSubmit(){

document.FormDoc.theaction.value=3D"removesubmit";
document.FormDoc.submit();

}

function Approve(){

document.FormDoc.theaction.value=3D"approve";
document.FormDoc.submit();

}

function Approve(){

document.FormDoc.theaction.value=3D"removeapproval";
document.FormDoc.submit();

}



function openSaveWin()
{
   saveflag =3D true;
   savewin =3D =
window.open("savemsg.html","Save","width=3D325,height=3D150,toolbar=3Dno"=
);
}






function formQuit()
{
  =20
}

function formPrevious(ltsection)
{
document.FormDoc.theaction.value=3D"saveandsubmit";
document.FormDoc.section.value=3Dltsection;
document.FormDoc.submit();=09
}

function formNext(gtsection)
{
document.FormDoc.theaction.value=3D"saveandsubmit";
document.FormDoc.section.value=3Dgtsection;
document.FormDoc.submit();=09
}

function formPreviousNSave(ltsection)
{
 =20
  =20
		formNavigate(ltsection); =20
  =20
}

function formNextNSave(gtsection)
{
  =20
  =20
		formNavigate(gtsection);
=09
}


function formNavigate(section)
{
    if(saveflag =3D=3D true) return;
	clearInterval(navpackcnt);
	document.NavigateForm.SECTION.value =3D section;
    document.NavigateForm.action =3D "formnavigate.cfm";
	document.NavigateForm.method =3D "POST";
	document.NavigateForm.submit();
}


function isNumeric(obj)
{  =20
   if(String(Number(obj.value)) =3D=3D "NaN")
   {
      alert("Invalid Numeric Value.");
	  obj.value =3D 0;
   }
}

function isNumericAndCalculate(obj)
{  =20
   if(String(Number(obj.value)) =3D=3D "NaN")
   {
      alert("Invalid Numeric Value.");
	  obj.value =3D 0;
   }
   calculateFormulas();
}



function parseValue(val)
{
    if(String(val).indexOf(".") > 0)
	{
	   decptr =3D String(val).indexOf(".");
	   if(String(val).length > decptr + 3)
	   {
	      val =3D Number(val) + 0.001;
		  val =3D parseFloat(String(val).substring(0, decptr + 3));
	   }
	}
    if(val !=3D 0)
	   return parseFloat(val);
	else
	   return val;
}

function getFile(obj)
{
    if(saveflag =3D=3D true)
	{
		alert("Still saving data.");
		return;
	}
   quesid =3D obj.name.substr(4);
   var a =3D open("fileupload.cfm?questionid=3D"+ quesid + =
"&userid=3D110540&orgid=3D240&cftoken=3D61812052&cfid=3D425051","SOLAR","=
width=3D620,height=3D320,menubar=3Dno,toolbar=3Dyes,scrollbars=3Dyes,resi=
zable=3Dyes");
}

function downFile(obj)
{

   quesid =3D obj.name;
   var a =3D open("downfile.cfm?questionid=3D"+ quesid + =
"&userid=3D110540&orgid=3D240&cftoken=3D61812052&cfid=3D425051","SOLAR","=
width=3D800,height=3D600,menubar=3Dyes,toolbar=3Dyes,scrollbars=3Dyes,res=
izable=3Dyes");
}

function viewPrint()
{
    if(saveflag =3D=3D true)
	{
		alert("Still saving data.");
		return;
	}
    printform =3D =
'loading.cfm?formid=3D117&userid=3D110540&orgid=3D240&cftoken=3D61812052&=
cfid=3D425051';=09
	var a =3D =
open(printform,'Print','height=3D450,width=3D700,scrollbars=3Dyes,resizea=
ble=3Dyes,menubar=3Dyes');
}

function formExit()
{
if (confirm('Please be sure that you have saved your work before you =
exit this form. NOTE: This message appears each time you select main =
menu. If you have already saved your work click OK, to return to the =
form click Cancel.')){
window.location=3D'../menu.cfm';

}

}

function closeSavewin()
{
if (savewin !=3D null)
savewin.close();

}

//-->
</SCRIPT>

<META content=3D"MSHTML 6.00.6000.16608" name=3DGENERATOR></HEAD>
<BODY text=3D#000000 vLink=3D#0000ff link=3D#0000ff bgColor=3D#ffffff =
leftMargin=3D3=20
topMargin=3D16 onload=3DcalculateFormulas(); onunload=3DcloseSavewin();=20
MARGINHEIGHT=3D"16" MARGINWIDTH=3D"3"><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  PROCESS INPUTS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----><!-- Get Values ---><!-- Test For Values ---><!-- Test Form =
----><!-- Test Mode ---><!-- Test UserID ---><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  BEGIN FORM
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----><!-- Get OrgName ---><!-- Get Form Name ---><!-- Create Array for =
Form calulations ---><!-- Create Array of DB Answers ----><!-- Create a =
List of All Questions on Page----><!-- Check For Form Status ----><!-- =
Initialize Form Navigation Bar ----><!-- Construct Navigation =
Bar---><!-- Form --->
<FORM name=3DFormDoc action=3Dactform.cfm method=3Dpost><INPUT =
type=3Dhidden=20
name=3Dtheaction> <INPUT type=3Dhidden name=3Dsection> <INPUT =
type=3Dhidden value=3D110540=20
name=3Duserid> <INPUT type=3Dhidden value=3D117 name=3Dformid> <INPUT =
type=3Dhidden=20
value=3DREAD name=3DMODE> <INPUT type=3Dhidden value=3D240 name=3DORGID> =
<INPUT=20
type=3Dhidden name=3DORGTYPE> <INPUT type=3Dhidden value=3D61812052 =
name=3DCFTOKEN> <INPUT=20
type=3Dhidden value=3D425051 name=3DCFID> <INPUT type=3Dhidden=20
value=3Dmode=3DREAD&amp;formid=3D117&amp;userid=3D110540&amp;orgid=3D240&=
amp;cftoken=3D61812052&amp;cfid=3D425051=20
name=3Dqstring>=20
<TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%" bgColor=3D#ffffff =
border=3D0>
  <TBODY>
  <TR>
    <TD id=3DFormStatusWarning vAlign=3Dcenter align=3Dmiddle>Your Local =
Section=20
      Councilor has approved the annual report. You may continue to view =
the=20
      annual report, but no additional changes may be made. Please =
contact the=20
      SOLAR Administrator (Main Menu Option) if you have any =
questions.</TD></TR>
  <TR>
    <TD align=3Dmiddle><!-- Logo and Form Name --->
      <TABLE cellSpacing=3D0 cellPadding=3D0 bgColor=3D#ffffff =
border=3D0>
        <TBODY>
        <TR>
          <TD><IMG=20
            =
src=3D"http://acswebapplications.acs.org/applications/solar/images/acs02.=
gif"></TD>
          <TD id=3Dformname>Part III - Annual Financial Report=20
            <B>REQUIRED<B>&nbsp;&nbsp;&nbsp;&nbsp;
            <HR>
            </B></B></TD></TR></TBODY></TABLE></TD></TR>
  <TR>
    <TD><A name=3Dtop><B>Indiana-Kentucky Border</B></A></TD></TR>
  <TR>
    <TD>&nbsp;</TD></TR>
  <TR>
    <TD><CFOUTPUT>
      <TABLE>
        <TBODY>
        <TR>
          <TD>&nbsp;</TD>
          <TD id=3Dformnavbar vAlign=3Dtop><A =
href=3D"javascript:formExit();">Main=20
            Menu</A>&nbsp;&nbsp;&nbsp;&nbsp;</TD>
          <TD>&nbsp;</TD>
          <TD id=3Dformnavbar vAlign=3Dtop><A=20
            href=3D"javascript:viewPrint();">Printable=20
            =
Version</A>&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR></TBODY></TABLE></CFOUTPUT>
      <HR>
    </TD></TR>
  <TR>
    <TD>&nbsp;</TD></TR><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  BEGIN SECTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----><!-- Test Sections ---><!-- Initialize Section Navigation Bar =
----><!-- Determine PageBreaks ----><!-- Get Sections ----><!-- =
Construct Section Bar--->
  <TR>
    <TD>
      <TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
        <TBODY>
        <TR>
          <TD id=3Dsectionname>&nbsp;<A name=3D465>Part A. Statement of =
Revenues=20
            and Expenses Operating Fund</A></TD></TR>
        <TR>
          <TD>&nbsp;</TD></TR><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  BEGIN QUESTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----><!-- Display Questions ---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt><SPAN=20
            style=3D"FONT-WEIGHT: bold; COLOR: #ff0000">ACS Group =
Exemption Number=20
            is 0945</SPAN></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt=20
        vAlign=3Dbottom></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>A-- Statement of Revenue and Expenses =
Operating=20
            Funds</TD></TR><!-- Append Question to Formula Array---><!-- =
Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Maps to =
IRS<BR>Form 990=20
                  E-Z</TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><U>Line # =
</U></TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><U>Amount for=20
Line</U></TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(1)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Annual ACS =
Allotment</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(1)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D5350.00=20
                  name=3DQUES27108></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>3</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Subtotals</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(2)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>New Member=20
Commissions</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(2)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D15.00=20
                  name=3DQUES27116></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>1</TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(3)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt=20
                vAlign=3Dbottom>Donations,contributions</TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(3)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D0.00=20
                  name=3DQUES27123></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>1</TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(3a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Bequests =
&amp;/or trusts=20
                  (List separately from line 3)</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(3a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D0.00=20
                  name=3DQUES27130></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>1</TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(4)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Rebate from =
ACS for=20
                  Councilor travel expenses</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(4)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D600.00=20
                  name=3DQUES27137></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>1</TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(5)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Program =
Revenue=20
                  (Includes newsletters, short courses,lecture series, =
national=20
                  <BR>or regional meetings, etc.)</TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(5)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D0.00=20
                  name=3DQUES27144></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumeric(this); size=3D12 value=3D0 =
name=3DQUES27146></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(6)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Local Section =
dues,=20
                  affiliate dues</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(6)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D418.00=20
                  name=3DQUES27152></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>3</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumeric(this); size=3D12 value=3D5768=20
name=3DQUES27154></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(7)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Interest, =
dividends</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(7)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D459.17=20
                  name=3DQUES27160></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>4</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumeric(this); size=3D12 value=3D459.17=20
                name=3DQUES27162></TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>(8)<BR><BR></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Special events =
and=20
                  activities(describe and itemize in an attachment; the=20
                  purpose<BR>of these is to raise funds that are other =
than=20
                  contributions to finance exempt <BR>activities. =
Include events=20
                  such as dinner dances, raffles, bingo games, =
etc.)</TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(8a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Gross revenue =
(not=20
                  including contributions reported on line 3)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(8a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D0.00=20
                  name=3DQUES27176></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>6a</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumeric(this); size=3D12 value=3D0 =
name=3DQUES27178></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(8b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Less: direct =
expenses=20
                  other than fundraising expenses</TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(8b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D0.00=20
                  name=3DQUES27184></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>6b</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumeric(this); size=3D12 value=3D0 =
name=3DQUES27186></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(8c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Net income (or =
loss)=20
                  from special events and activities (line 8a less line =
8b)</TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(8c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D0=20
                  name=3DQUES27192></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>6c</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumeric(this); size=3D12 value=3D0 =
name=3DQUES27194></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(9)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Meals (include =
total=20
                  meals revenue)</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(9)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D0.00=20
                  name=3DQUES27200></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>8</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(10)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Other =
revenue</TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(10)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D0.00=20
                  name=3DQUES27208></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>8</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumeric(this); size=3D12 value=3D0 =
name=3DQUES27210></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(11)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Total Revenues =
(add=20
                  lines 1 through 7 and 8c through 10)</TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(11)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D6842.17=20
                  name=3DQUES27216></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>will equal =
line <BR>9=20
                  excluding realized<BR>capital gains (losses)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>
                  <HR>
                </TD><!-- Append Question to Formula Array---><!-- Print =
HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>
                  <HR>
                </TD><!-- Append Question to Formula Array---><!-- Print =
HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>
                  <HR>
                </TD><!-- Append Question to Formula Array---><!-- Print =
HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>
                  <HR>
                </TD><!-- Append Question to Formula Array---><!-- Print =
HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>
                  <HR>
                </TD><!-- Append Question to Formula Array---><!-- Print =
HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>
                  <HR>
                </TD><!-- Append Question to Formula Array---><!-- Print =
HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Expenses</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(12)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Subsidies to=20
                  subsections, topical groups, or affiliate =
groups</TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(12)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D32.10=20
                  name=3DQUES27231></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>10</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(13)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Awards, =
scholarships,=20
                  grants, etc.</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(13)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D1125.00=20
                  name=3DQUES27239></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>10</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumeric(this); size=3D12 value=3D1157.1=20
                name=3DQUES27241></TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(14)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Administrative =
expenses=20
                  (not including postage, printing and =
shipping)</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(14a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Salaries, =
other=20
                  compensation</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(14a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D0.00=20
                  name=3DQUES27255></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>12</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumeric(this); size=3D12 value=3D0 =
name=3DQUES27257></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(14b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Professional =
fees and=20
                  payments to independent contractors</TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(14b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D0.00=20
                  name=3DQUES27263></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>13</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumeric(this); size=3D12 value=3D0 =
name=3DQUES27265></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(14c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Occupancy, =
rent,=20
                  utilities and maintenance</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(14c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D0.00=20
                  name=3DQUES27271></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>14</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumeric(this); size=3D12 value=3D0 =
name=3DQUES27273></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(14d)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Total =
administrative=20
                  expenses (add lines 14a through 14c)</TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(14d)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D0=20
                  name=3DQUES27279></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(15)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Printing, =
publications,=20
                  newsletters, meeting announcements, postage, and =
shipping)</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(15)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D111.88=20
                  name=3DQUES27287></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>15</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumeric(this); size=3D12 value=3D111.88=20
                name=3DQUES27289></TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(16)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Local meetings =
(include=20
                  speakers' expenses)</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(16)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D1358.45=20
                  name=3DQUES27295></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>16</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(17)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Meals(include =
total meal=20
                  expense)</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(17)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D1089.57=20
                  name=3DQUES27303></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>16</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(18)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Travel =
subsidies to=20
                  Councilors</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(18)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D1463.74=20
                  name=3DQUES27311></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>16</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(19)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Travel subsidy =
and fee=20
                  for Local Section Leadership Conference</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(19)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D621.04=20
                  name=3DQUES27319></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>16</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(20)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Other =
Expenses</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(20)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D0.00=20
                  name=3DQUES27327></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>16</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumeric(this); size=3D12 value=3D4532.8=20
                name=3DQUES27329></TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(21)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Total Expenses =
(add line=20
                  12, 13 and 14d through 20)</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(21)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D5801.78=20
                  name=3DQUES27335></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>will equal =
line 17</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(22)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Excess =
(Deficit)(Line 11=20
                  less line 21)</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(22)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumeric(this); size=3D12 value=3D1040.39=20
                name=3DQUES27343></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>will equal =
line=20
                  18<BR>excluding capital <BR>gains=20
          (losses)</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Please use this box to explain any =
"other"=20
            revenues or expenses listed above.</TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES27347 rows=3D5 wrap=3Dhard =
cols=3D55>  </TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  RESUME SECTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----></TBODY></TABLE></TD></TR>
  <TR>
    <TD id=3Dsolartext align=3Dmiddle><A=20
      =
href=3D"http://acswebapplications.acs.org/applications/solar//standard/dr=
awsurveyuserform.cfm?mode=3DREAD&amp;formid=3D117&amp;userid=3D110540&amp=
;orgid=3D240&amp;cftoken=3D61812052&amp;cfid=3D425051#top">Back=20
      to Top</A></TD></TR>
  <TR>
    <TD>
      <TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
        <TBODY>
        <TR>
          <TD id=3Dsectionname>&nbsp;<A name=3D466>Part B. Balance Sheet =
as=20
            12/31/07</A></TD></TR>
        <TR>
          <TD>&nbsp;</TD></TR><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  BEGIN QUESTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----><!-- Display Questions ---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(23)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Investments =
(estimated=20
                  current market value of stocks and bonds) </TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(23)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D0.00=20
                  name=3DQUES27354></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>22</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt=20
        vAlign=3Dbottom></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Of the amount sited in line 23, indicate =
how much=20
            is restricted by external donor <BR>stipulation for uses =
such as=20
            awards funds, building funds, etc. List individual account =
and fund=20
            purpose if possible.</TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Account</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Funds</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>$ =
Amount</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(23a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES27363></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES27364></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumeric(this); size=3D12 =
name=3DQUES27365></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>23b</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES27367></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES27368></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumeric(this); size=3D12 =
name=3DQUES27369></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(23c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES27371></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES27372></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumeric(this); size=3D12 =
name=3DQUES27373></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(23d)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES27375></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES27376></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumeric(this); size=3D12 =
name=3DQUES27377></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Total =
Restricted=20
Funds</TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(add lines =
23a-d)</TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumeric(this); size=3D12 value=3D0=20
              name=3DQUES27381></TD></TR></TBODY></TABLE></TD></TR><!-- =
Append Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(24)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>CDs, Money =
Markets </TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(24)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D10594.48=20
                  name=3DQUES27388></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>22</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(25)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Cash on hand =
(passbook=20
                  savings and checkbooks)</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(25)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D3955.23=20
                  name=3DQUES27396></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>22 </TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumeric(this); size=3D12 value=3D14549.71 =

                  name=3DQUES27398></TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(26)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Other =
assets</TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(26)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D0.00=20
                  name=3DQUES27404></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>24</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumeric(this); size=3D12 value=3D0 =
name=3DQUES27406></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(27)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Total Assets =
(add lines=20
                  23, 24, 25 and 26)</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(27)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D14549.71=20
                  name=3DQUES27412></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>25</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumeric(this); size=3D12 value=3D14549.71 =

                  name=3DQUES27414></TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(28)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Average =
interest earned=20
                  on assets (%) <INPUT onblur=3DisNumeric(this); =
disabled=20
                  maxLength=3D5 onchange=3DisNumeric(this); size=3D5 =
value=3D4.20=20
                  name=3DQUES27417></TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(29)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Liabilities =
(if any)</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(29)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D0.00=20
                  name=3DQUES27423></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>26</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumeric(this); size=3D12 value=3D0 =
name=3DQUES27425></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(30)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Net Assets =
12/31/07=20
                  (Line 27 less line 29)</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(30)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D14549.71=20
                  name=3DQUES27431></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>27</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumeric(this); size=3D12 value=3D14549.71 =

                  name=3DQUES27433></TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(31)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Last Year's =
Net Assets,=20
                  12/31/06 (line 30, 2006 report)</TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(31)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumericAndCalculate(this); size=3D12 =
value=3D13509.32=20
                  name=3DQUES27439></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>19</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumeric(this); size=3D12 value=3D13509.32 =

                  name=3DQUES27441></TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(32)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>EXCESS =
(DEFICIT) (line=20
                  30 less line 31)</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(32)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumeric(this); size=3D12 value=3D1040.39=20
                name=3DQUES27447></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(33)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>EXCESS =
(DEFICIT) From=20
                  line 22</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(33)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D12=20
                  onchange=3DisNumeric(this); size=3D12 value=3D1040.39=20
                name=3DQUES27455></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>will equal =
line 13</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Explain any =
differences=20
                  between lines 22 and 32 <BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES27460 rows=3D5 wrap=3Dhard =
cols=3D55>  </TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>
            <HR>
          </TD></TR><!-- Append Question to Formula Array---><!-- Print =
HTML -->
        <TR>
          <TD id=3Dquestiontxt>Public Support Test or Reason for =
Non-Private=20
            Foundation Status Local section must normally receive more =
than=20
            33.3% of its support donations from the general public and =
not more=20
            than 33.3% if its support from investment income. Note: A =
section=20
            that fails the test for 2 consecutive years losses it public =
charity=20
            status and becomes a private =
foundation.<BR><BR></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Public Support Ratio</TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D100 =
name=3DQUES27464></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>% (Must be =
greater than=20
                  33.3% to pass)</TD></TR></TBODY></TABLE></TD></TR><!-- =
Append Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Gifts, Grants, =

                  Contributions, Membership Dues, Exempt Function =
Revenues</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Line=20
                (1+2+3+4+5+6+9+10)</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>
                  <HR>
                </TD><!-- Append Question to Formula Array---><!-- Print =
HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>
                  <HR>
                </TD><!-- Append Question to Formula Array---><!-- Print =
HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Gifts, Grants, =

                  Contributions, membership Dues, Exempt Function=20
                  Revenues<BR>Interest, Unrelated Business Income, Tax =
Revenues,=20
                  Value of Services &amp; Facilities, Other =
Sources</TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>=3DLine =
11<BR>Excludes any=20
                  unrelated business income</TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt=20
        vAlign=3Dbottom></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Gross Investment Income =
Ratio</TD></TR><!-- Append Question to Formula Array---><!-- Print HTML =
-->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D0.06 =
name=3DQUES27479></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>% (Must be =
less than=20
                  33.3% to pass =
test)</TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Gross income =
from=20
                  interest &amp; dividends</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>=3DLine =
7</TD><!-- Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>
                  <HR>
                </TD><!-- Append Question to Formula Array---><!-- Print =
HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>
                  <HR>
                </TD><!-- Append Question to Formula Array---><!-- Print =
HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Gifts, Grants, =

                  Contributions, Membership Dues, Exempt Function=20
                  Revenues<BR>Interest, Unrelated Business Income, Tax =
Revenues,=20
                  Value of Services &amp; Facilities, Other =
Sources</TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>=3DLine =
11</TD><!-- Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt=20
        vAlign=3Dbottom></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Was your section required to file any IRS =
Tax=20
            Forms in 2007?</TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dradio value=3D27493_ON name=3DQUES27493> =
Yes</TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dradio CHECKED value=3D27494_ON =
name=3DQUES27493> No</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>If Yes, We =
filed form(s)=20
                  <INPUT disabled maxLength=3D20=20
            name=3DQUES27495></TD></TR></TBODY></TABLE></TD></TR><!-- =
Append Question to Formula Array---><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  RESUME SECTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----></TBODY></TABLE></TD></TR>
  <TR>
    <TD id=3Dsolartext align=3Dmiddle><A=20
      =
href=3D"http://acswebapplications.acs.org/applications/solar//standard/dr=
awsurveyuserform.cfm?mode=3DREAD&amp;formid=3D117&amp;userid=3D110540&amp=
;orgid=3D240&amp;cftoken=3D61812052&amp;cfid=3D425051#top">Back=20
      to Top</A></TD></TR><INPUT type=3Dhidden=20
  =
value=3D27085,27086,27087,27088,27089,27090,27091,27092,27093,27094,27095=
,27096,27097,27098,27099,27100,27101,27102,27103,27104,27105,27106,27107,=
27108,27109,27110,27111,27112,27113,27114,27115,27116,27117,27118,27119,2=
7120,27121,27122,27123,27124,27125,27126,27127,27128,27129,27130,27131,27=
132,27133,27134,27135,27136,27137,27138,27139,27140,27141,27142,27143,271=
44,27145,27146,27147,27148,27149,27150,27151,27152,27153,27154,27155,2715=
6,27157,27158,27159,27160,27161,27162,27163,27164,27165,27166,27167,27168=
,27169,27170,27171,27172,27173,27174,27175,27176,27177,27178,27179,27180,=
27181,27182,27183,27184,27185,27186,27187,27188,27189,27190,27191,27192,2=
7193,27194,27195,27196,27197,27198,27199,27200,27201,27202,27203,27204,27=
205,27206,27207,27208,27209,27210,27211,27212,27213,27214,27215,27216,272=
17,27218,27219,27220,27221,27222,27223,27224,27225,27226,27227,27228,2722=
9,27230,27231,27232,27233,27234,27235,27236,27237,27238,27239,27240,27241=
,27242,27243,27244,27245,27246,27247,27248,27249,27250,27251,27252,27253,=
27254,27255,27256,27257,27258,27259,27260,27261,27262,27263,27264,27265,2=
7266,27267,27268,27269,27270,27271,27272,27273,27274,27275,27276,27277,27=
278,27279,27280,27281,27282,27283,27284,27285,27286,27287,27288,27289,272=
90,27291,27292,27293,27294,27295,27296,27297,27298,27299,27300,27301,2730=
2,27303,27304,27305,27306,27307,27308,27309,27310,27311,27312,27313,27314=
,27315,27316,27317,27318,27319,27320,27321,27322,27323,27324,27325,27326,=
27327,27328,27329,27330,27331,27332,27333,27334,27335,27336,27337,27338,2=
7339,27340,27341,27342,27343,27344,27345,27346,27347,27348,27349,27350,27=
351,27352,27353,27354,27355,27356,27357,27358,27359,27360,27361,27362,273=
63,27364,27365,27366,27367,27368,27369,27370,27371,27372,27373,27374,2737=
5,27376,27377,27378,27379,27380,27381,27382,27383,27384,27385,27386,27387=
,27388,27389,27390,27391,27392,27393,27394,27395,27396,27397,27398,27399,=
27400,27401,27402,27403,27404,27405,27406,27407,27408,27409,27410,27411,2=
7412,27413,27414,27415,27416,27417,27418,27419,27420,27421,27422,27423,27=
424,27425,27426,27427,27428,27429,27430,27431,27432,27433,27434,27435,274=
36,27437,27438,27439,27440,27441,27442,27443,27444,27445,27446,27447,2744=
8,27449,27450,27451,27452,27453,27454,27455,27456,27457,27458,27459,27460=
,27461,27462,27463,27464,27465,27466,27467,27468,27469,27470,27471,27472,=
27473,27474,27475,27476,27477,27478,27479,27480,27481,27482,27483,27484,2=
7485,27486,27487,27488,27489,27490,27491,27492,27493,27494,27495=20
  name=3Dthequestionlist>=20
  <TR>
    <TD>&nbsp;</TD></TR>
  <TR>
    <TD id=3Dsectionnavbar =
align=3Dmiddle></TD></TR></TBODY></TABLE></TD></TR><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  RESUME FORM
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----></TABLE></FORM>
<FORM name=3DNavigateForm><INPUT type=3Dhidden name=3DSECTION> <INPUT =
type=3Dhidden=20
value=3D117 name=3DFORMID> <INPUT type=3Dhidden value=3D110540 =
name=3DUSERID> <INPUT=20
type=3Dhidden value=3DREAD name=3DMODE> <INPUT type=3Dhidden value=3D240 =
name=3DORGID>=20
<INPUT type=3Dhidden name=3DORGTYPE> <INPUT type=3Dhidden =
value=3D61812052 name=3DCFTOKEN>=20
<INPUT type=3Dhidden value=3D425051 name=3DCFID> </FORM></FORM>
<FORM name=3DCommandForm><INPUT type=3Dhidden name=3DFormAction> <INPUT =
type=3Dhidden=20
name=3DSECTION> <INPUT type=3Dhidden value=3D117 name=3DFORMID> <INPUT =
type=3Dhidden=20
value=3D110540 name=3DUSERID> <INPUT type=3Dhidden value=3DREAD =
name=3DMODE> <INPUT=20
type=3Dhidden value=3D240 name=3DORGID> <INPUT type=3Dhidden =
name=3DORGTYPE> <INPUT=20
type=3Dhidden value=3D61812052 name=3DCFTOKEN> <INPUT type=3Dhidden =
value=3D425051=20
name=3DCFID> </FORM><!-- End Of Form ---></TD></TR></TABLE><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  ADD CALCULATIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
----->
<SCRIPT language=3DJavascript1.2>
	function calculateFormulas()
	{


=09
=09
	document.FormDoc.QUES27146.value =3D parseValue((0 + =
Number(document.FormDoc.QUES27144.value)));
=09
	document.FormDoc.QUES27154.value =3D parseValue(((0 + =
Number(document.FormDoc.QUES27152.value)) + =
Number(document.FormDoc.QUES27108.value)));
=09
	document.FormDoc.QUES27162.value =3D parseValue((0 + =
Number(document.FormDoc.QUES27160.value)));
=09
	document.FormDoc.QUES27178.value =3D parseValue((0 + =
Number(document.FormDoc.QUES27176.value)));
=09
	document.FormDoc.QUES27186.value =3D parseValue((0 + =
Number(document.FormDoc.QUES27184.value)));
=09
	document.FormDoc.QUES27192.value =3D parseValue(((0 - =
Number(document.FormDoc.QUES27184.value)) + =
Number(document.FormDoc.QUES27176.value)));
=09
	document.FormDoc.QUES27194.value =3D parseValue((0 + =
Number(document.FormDoc.QUES27192.value)));
=09
	document.FormDoc.QUES27210.value =3D parseValue(((0 + =
Number(document.FormDoc.QUES27200.value)) + =
Number(document.FormDoc.QUES27208.value)));
=09
	document.FormDoc.QUES27216.value =3D parseValue((((((((((((0 + =
Number(document.FormDoc.QUES27144.value)) + =
Number(document.FormDoc.QUES27152.value)) + =
Number(document.FormDoc.QUES27160.value)) + =
Number(document.FormDoc.QUES27192.value)) + =
Number(document.FormDoc.QUES27200.value)) + =
Number(document.FormDoc.QUES27208.value)) + =
Number(document.FormDoc.QUES27108.value)) + =
Number(document.FormDoc.QUES27130.value)) + =
Number(document.FormDoc.QUES27116.value)) + =
Number(document.FormDoc.QUES27123.value)) + =
Number(document.FormDoc.QUES27137.value)));
=09
	document.FormDoc.QUES27241.value =3D parseValue(((0 + =
Number(document.FormDoc.QUES27231.value)) + =
Number(document.FormDoc.QUES27239.value)));
=09
	document.FormDoc.QUES27257.value =3D parseValue((0 + =
Number(document.FormDoc.QUES27255.value)));
=09
	document.FormDoc.QUES27265.value =3D parseValue((0 + =
Number(document.FormDoc.QUES27263.value)));
=09
	document.FormDoc.QUES27273.value =3D parseValue((0 + =
Number(document.FormDoc.QUES27271.value)));
=09
	document.FormDoc.QUES27279.value =3D parseValue((((0 + =
Number(document.FormDoc.QUES27255.value)) + =
Number(document.FormDoc.QUES27263.value)) + =
Number(document.FormDoc.QUES27271.value)));
=09
	document.FormDoc.QUES27289.value =3D parseValue((0 + =
Number(document.FormDoc.QUES27287.value)));
=09
	document.FormDoc.QUES27329.value =3D parseValue((((((0 + =
Number(document.FormDoc.QUES27295.value)) + =
Number(document.FormDoc.QUES27303.value)) + =
Number(document.FormDoc.QUES27311.value)) + =
Number(document.FormDoc.QUES27319.value)) + =
Number(document.FormDoc.QUES27327.value)));
=09
	document.FormDoc.QUES27335.value =3D parseValue((((((((((0 + =
Number(document.FormDoc.QUES27231.value)) + =
Number(document.FormDoc.QUES27319.value)) + =
Number(document.FormDoc.QUES27295.value)) + =
Number(document.FormDoc.QUES27239.value)) + =
Number(document.FormDoc.QUES27279.value)) + =
Number(document.FormDoc.QUES27287.value)) + =
Number(document.FormDoc.QUES27303.value)) + =
Number(document.FormDoc.QUES27311.value)) + =
Number(document.FormDoc.QUES27327.value)));
=09
	document.FormDoc.QUES27343.value =3D parseValue(((0 - =
Number(document.FormDoc.QUES27335.value)) + =
Number(document.FormDoc.QUES27216.value)));
=09
	document.FormDoc.QUES27381.value =3D parseValue(((((0 + =
Number(document.FormDoc.QUES27369.value)) + =
Number(document.FormDoc.QUES27373.value)) + =
Number(document.FormDoc.QUES27377.value)) + =
Number(document.FormDoc.QUES27365.value)));
=09
	document.FormDoc.QUES27398.value =3D parseValue((((0 + =
Number(document.FormDoc.QUES27388.value)) + =
Number(document.FormDoc.QUES27396.value)) + =
Number(document.FormDoc.QUES27354.value)));
=09
	document.FormDoc.QUES27406.value =3D parseValue((0 + =
Number(document.FormDoc.QUES27404.value)));
=09
	document.FormDoc.QUES27412.value =3D parseValue(((((0 + =
Number(document.FormDoc.QUES27354.value)) + =
Number(document.FormDoc.QUES27388.value)) + =
Number(document.FormDoc.QUES27396.value)) + =
Number(document.FormDoc.QUES27404.value)));
=09
	document.FormDoc.QUES27414.value =3D parseValue((0 + =
Number(document.FormDoc.QUES27412.value)));
=09
	document.FormDoc.QUES27425.value =3D parseValue((0 + =
Number(document.FormDoc.QUES27423.value)));
=09
	document.FormDoc.QUES27431.value =3D parseValue((((((0 + =
Number(document.FormDoc.QUES27354.value)) + =
Number(document.FormDoc.QUES27388.value)) + =
Number(document.FormDoc.QUES27396.value)) + =
Number(document.FormDoc.QUES27404.value)) - =
Number(document.FormDoc.QUES27423.value)));
=09
	document.FormDoc.QUES27433.value =3D parseValue(((0 + =
Number(document.FormDoc.QUES27412.value)) - =
Number(document.FormDoc.QUES27423.value)));
=09
	document.FormDoc.QUES27441.value =3D parseValue((0 + =
Number(document.FormDoc.QUES27439.value)));
=09
	document.FormDoc.QUES27447.value =3D parseValue(((0 + =
Number(document.FormDoc.QUES27431.value)) - =
Number(document.FormDoc.QUES27439.value)));
=09
	document.FormDoc.QUES27464.value =3D parseValue(((((((((((((0 + =
Number(document.FormDoc.QUES27108.value)) + =
Number(document.FormDoc.QUES27116.value)) + =
Number(document.FormDoc.QUES27123.value)) + =
Number(document.FormDoc.QUES27137.value)) + =
Number(document.FormDoc.QUES27144.value)) + =
Number(document.FormDoc.QUES27152.value)) + =
Number(document.FormDoc.QUES27200.value)) + =
Number(document.FormDoc.QUES27208.value)) + =
Number(document.FormDoc.QUES27130.value)) + 0) / =
Number(document.FormDoc.QUES27216.value)) * 100));
=09
	document.FormDoc.QUES27479.value =3D parseValue((((0 + =
Number(document.FormDoc.QUES27162.value)) / =
Number(document.FormDoc.QUES27216.value)) * 100));
=09
=09
=09
	}
	</SCRIPT>

<SCRIPT language=3DJavascript1.2>
<!--
estPageHeight =3D eval("49 * 0");
//-->
</SCRIPT>
</BODY></HTML>

------=_NextPart_000_000E_01C872DD.D3177D50
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://acswebapplications.acs.org/applications/solar/images/acs02.gif

R0lGODlhSQBFAPf/AP//////zP//mf//Zv//M///AP/M///MzP/Mmf/MZv/MM//MAP+Z//+ZzP+Z
mf+ZZv+ZM/+ZAP9m//9mzP9mmf9mZv9mM/9mAP8z//8zzP8zmf8zZv8zM/8zAP8A//8AzP8Amf8A
Zv8AM/8AAMz//8z/zMz/mcz/Zsz/M8z/AMzM/8zMzMzMmczMZszMM8zMAMyZ/8yZzMyZmcyZZsyZ
M8yZAMxm/8xmzMxmmcxmZsxmM8xmAMwz/8wzzMwzmcwzZswzM8wzAMwA/8wAzMwAmcwAZswAM8wA
AJn//5n/zJn/mZn/Zpn/M5n/AJnM/5nMzJnMmZnMZpnMM5nMAJmZ/5mZzJmZmZmZZpmZM5mZAJlm
/5lmzJlmmZlmZplmM5lmAJkz/5kzzJkzmZkzZpkzM5kzAJkA/5kAzJkAmZkAZpkAM5kAAGb//2b/
zGb/mWb/Zmb/M2b/AGbM/2bMzGbMmWbMZmbMM2bMAGaZ/2aZzGaZmWaZZmaZM2aZAGZm/2ZmzGZm
mWZmZmZmM2ZmAGYz/2YzzGYzmWYzZmYzM2YzAGYA/2YAzGYAmWYAZmYAM2YAADP//zP/zDP/mTP/
ZjP/MzP/ADPM/zPMzDPMmTPMZjPMMzPMADOZ/zOZzDOZmTOZZjOZMzOZADNm/zNmzDNmmTNmZjNm
MzNmADMz/zMzzDMzmTMzZjMzMzMzADMA/zMAzDMAmTMAZjMAMzMAAAD//wD/zAD/mQD/ZgD/MwD/
AADM/wDMzADMmQDMZgDMMwDMAACZ/wCZzACZmQCZZgCZMwCZAABm/wBmzABmmQBmZgBmMwBmAAAz
/wAzzAAzmQAzZgAzMwAzAAAA/wAAzAAAmQAAZgAAMwAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAASQBFAEAI/wABCBxI
sKDBgwgTKlzIsCHDAAEGuKCRxYsXPlegsFixwqHHjwACCBAwIIGCkwoWqFyQEiXKGi4VuKiRoAYW
LFeubASpEOLIki6CKqBRw4WCLDRcYPmCJYHJGkWDJqDRYiqWpEFhKtBaVObNnBtLNFxhBdCoUaRI
AQKUtm3aUX/OqkrlTJXdu3jn5r27ahWps2hJ/XFrt++zVVVWqFhxwCEUUs/qrirVooULky4ArWrW
rJSVoFYQIbIiMw+pwoBeFGDBQiJkVc6qVVv1p0oVK1Z0IgzAE4ATVc+CqzrNd3ipyaT6rtr7zNoq
QLZxy5DRsbf1gVWAs1o16OagQ6yaP/+/bUUG6+rX0zvkyB69+vcPRQqo3IJFCd7w8wuUTyCmTJQu
zDCDUwB+NQNH+u0mXwKW0UDDVFh1dVINDlIYlIMTKjCVTElZRcMVM2zU2EcQreDUhTTcZNGKgnxB
X0ktzOBCC0mdRKACM9DwQlBBZXGFF4EE4sVNRGZxVYophrgRfgqtcJozdNlVlyqsWOFUFaUM54wz
nPUlSAtRDLIcbKhdhoULA7SgWSp5iQddFazN0IJ1K6wiXF6klAKnIIGw4sxZdf2RlGbNsHkXm7I9
J910MiSIUAx91eUMMqaQRkALWPwxpl3VOAeIFeSZx4Kj6VXRV6J/4AZqDBwxSeqrsMb/KuusBUE0
gEQOfhgWrb0JkEBQVZV0EkVdXJEASRPVIOeIvBq0oEkpseTfSS68EFNQWPgYonuv+uSrUzTIZO1J
0k5rlLQvhFsUjV9dgWB+3qbJ47AMXjVRFhMZRa2DRxrloEnhDnVZijeFyCxIC3LI7xdMZYGUF0lR
lStVM2IBlVYB5niVFw47XOHEHx54gAEOscZCTlcEqXIgqq7AQoM8VlzDC1ApNVG2Vy1lUSBXqKoq
yjnxGcgeVnBEMkIrjLIlKc6kpQoyWzazNHF2pcImIKwhEOPLLbQ1SirNqHKW01tCbfVdzjwzG3RP
bMQaQyok90zVdmHBwgI1IICFXVQj/8bCkCf8ARsyduk51SGrsBLIlmSq0ul45Mlpnal2lpLWcacI
wvRyWLRwhSCFlZJFCzEEgrYppQgiSF+wJfppFdOFmGB2mxoqiAwuGXXjZVaYIqWkaitaHqMHv5pd
cEz/5QxiTjFoxXJbSuq6z+c1W1B20QfyhAsOD8CC77GtbZtt7FnPEOXQAzcbyy2/a/5HKlgRSGLR
lf/+/fjnP6u3I0Hkqv4esdUAFHae/wGwJxH5VUW8AJZWHfAgErnMTwiglC8E6UEDnAgLBPDAkJAk
JtCSSQ1AdCuZzOQm9TFgs34ywGi5pFz/iQlUblI967HwhSuZ1lb8c6+CseAAKkzQSP98dRkJkQuG
LtFKEh9Eka8gYAVBTI98bvWrDv1LKAAKGLX0ta+p+MtIOPlhFEk0xRN15V+YwkoVjQKVXOELQhoK
10y+WLAWQPE68cpgjWbiFaQgqUY2UhiNqNICqHBoQjAhig/vyBMWggtFBHOji36VLzBeyyIz0thE
JGaUmRjJYMVTCEmAQrAVrYgpgvACmtjFPX1NpY1YcRD3ZgCkH11BRf1yGE7qc5+eMCZOQFtZkK6w
IKEAqwUqsVEL5DWjyuQsSFzggs+AlhPcQMF9BeEIbvCQh27qQQ9/AEQe/vCHbpozLl8bxV7Ohhfi
qFMVfTkLOeFCTnKuhTh9yYNiGFn/EBUAYjinCehfkDG24WxqLql4DpEGIYgrOAwyW2LnXf6CFmSk
4muGspNz9AAnl7EgASExyApMpxe0zWUVgQiKZqTEGVGsxW6fC+c7Eyq6VWKhD30xFF+qAY1VcJQ1
lQHpQlSgnEPBcxAtSEkLBrGX58jJMnZBBj6r8CvhvXOnnoqcjD4CBVMc5qSlkAKNakCAFySHM4pD
kwxYIYgVVItqqqjCAl6gOim4IDlSch15QDSn3tRJOYBQQRXWwho8DEcViagPCwRXijxUxQp+YpMz
9qARFgy2MI+DTnkE1NeDjJEgTwgE6w6KGtZsB2pcGs5URHu2Kd3lcdJcVGfh4wQ7tpFWFYJgwQ5p
5i+Y8M4U0SOT2pzDvvKw5rO9IQH6vjpRUphGLYCwXB7WUrV3NsdTqooTt0j1BDu5NnrPwZcLvoC4
P111FZnNLmtCGStIsa5pzgjECsp6kzxICbPYHZ55tkurAJiKcc5QnL0GEAXQcSqrqorBTgBoqsMg
BgEMSkCDYatebB4QfXgJzjVY8an28feBDT7VbHBTPwt38HqssAYrOKqqxHz4xARpj4xh/JEDmJjG
HQwIADs=

------=_NextPart_000_000E_01C872DD.D3177D50
Content-Type: text/css;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://acswebapplications.acs.org/applications/solar//shared/survey.css

#formname {
	FONT-WEIGHT: bold; FONT-SIZE: 14pt; COLOR: #000066; LINE-HEIGHT: 15pt; =
FONT-FAMILY: times
}
#formnavbar {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: =
sans-serif
}
#sectionname {
	FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #000099; LINE-HEIGHT: 12pt; =
FONT-FAMILY: times
}
#sectionnavbar {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: =
sans-serif
}
#questionhdr {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: arial
}
#questiontxt {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: arial
}
#questionchildtxt {
	FONT-WEIGHT: normal; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: arial
}
#menuheader {
	FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #000099; LINE-HEIGHT: 14pt; =
FONT-FAMILY: tahoma
}
#menuoption {
	FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #000000; LINE-HEIGHT: =
12pt; FONT-FAMILY: arial
}
#solarheader {
	FONT-WEIGHT: bold; FONT-SIZE: 19pt; COLOR: #ffffff; LINE-HEIGHT: 24pt; =
FONT-FAMILY: timesroman; BACKGROUND-COLOR: #000099
}
#subhead1 {
	FONT-WEIGHT: bold; FONT-SIZE: 11pt; COLOR: #ffffff; LINE-HEIGHT: 18pt; =
FONT-FAMILY: arial; BACKGROUND-COLOR: #000000
}
#solartext {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: arial
}
#navtext {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000066; FONT-FAMILY: arial
}
#lineone {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: =
sans-serif
}
#linetwo {
	FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: =
sans-serif
}
#instructtxt {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000099; FONT-FAMILY: =
sans-serif
}
#alphalist {
	FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: arial
}
#ErrorText {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #ff0000; FONT-FAMILY: arial
}
#PageBreak {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #ffffff; LINE-HEIGHT: 12pt; =
FONT-FAMILY: arial; BACKGROUND-COLOR: #000099
}
#FormStatusWarning {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #ffffff; LINE-HEIGHT: 18pt; =
FONT-FAMILY: arial; BACKGROUND-COLOR: #ff0000
}
#FileUploadFont {
	FONT-WEIGHT: normal; FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: arial
}

------=_NextPart_000_000E_01C872DD.D3177D50--
