body
{
    font-size: 10pt;
    font-family: Verdana;
}
#header1
{
    width: 750px;
    height: 95px;
    margin: 0px auto;
}
#header2
{
    width: 750px;
    height: 30px;
    margin: 0px auto;
    padding-top: 3px;
    overflow: hidden;
    background-image: url('/houseprofit/images/bottom_top_header1.gif');
    text-align: center;
    color: white;
    font-size: 7.5pt;
    font-weight: bold;
}
#header2 *
{
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    vertical-align: middle;
    font-family: Verdana;
}
#contentcontainer
{
    width: 750px;
    margin: auto;
}
#content
{
    padding: 3px 20px 3px 20px;
    float: center;
}
#content td
{
    font-size: 9pt;
}
.errormessage
{
    color: red;
    font-weight: bold;
}
.titledtable
{
    border: 1px solid #111111;
    font-size:9pt;
    width: 500px;
}
.titledtable th
{
    padding: 5px;
    text-align: left;
    width: 100%;
    color: white;
    font-size: 12pt;
    background-color: #66ccff;
    border-bottom: 1px solid #111111;
}
.titledtable td
{
    padding: 10px;
}
.titledtable2
{
    font-size:8pt;
    width: 500px;
}
.titledtable2 th
{
    padding: 5px;
    text-align: left;
    width: 100%;
    color: black;
    font-size: 11pt;
    font-weight: bold;
}
.titledtable2 td
{
    font-size: 7pt;
    padding: 10px;
}
.datatable
{
    width: 700px;
    border: 0px;
    font-size: 9pt;
}
.datatable th
{
    background-color: #66ccff;
    color: black;
}
.header1
{
    background-color: #66ccff;
    font-family: Verdana;
    color: white;
    width: 100%;
    padding: 1px 5px;
}
.redstar
{
    color: red;
}
.tdleft
{
    text-align:right;
    font-weight: bold;
    width: 300px;
}
.tdright
{
    text-align: left;
}
#resulttable
{
    margin: 0px;
    width: 710px;
    font-family: Verdana;
    font-size: 10pt;
}
#resulttable th
{
    color: white;
    background-color: blue;
}
.resulttablemainrow
{
    background-color: #ff99ff;
    font-weight: bold;
}
.resulttabledescription
{
    font-style: oblique;
}
.Details
{
    margin: auto;
    width: 85%;

    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: #A0A0A0;
}
.DetailsHeader1
{
    font-family: "Arial Black";
    font-size: 20pt;
    background-color: #808080;
    color: white;
    padding: 5px;
}
.DetailsHeader2
{
    background-color: #808080;
    color: white;
    font-weight: bold;
    padding: 3px;

}
.DetailsHeader3
{
    background-color: #E8E8E8;
    color: black;
    font-weight: bold;

}
.Details td
{
    border-width: 0px 2px 2px 0px;
    border-style: ridge;
    border-color: #A0A0A0;
    padding: 6px 3px;
}
#footer1
{
}
#footer2
{
    font-size: 7.5pt;
    color: #808080;
    text-align: center;
    padding-top: 10px;
}
#footer2 *
{
    margin-left: 5px;
    margin-right: 5px;
}
.even
{
    background-color: #eeeeee;
}
.odd
{
    background-color: #d0d0d0;
}