
body.PHPkgBody
{
    margin: 0px 0px 0px 0px;
}

table.PHPkgTitleTable
{
    width: 100%;
    background-color: rgb(240,240,240);
    border-bottom: 1px solid rgb(0,0,0);
}

table.PHPkgMainTable
{
    width: 100%;
    padding: 10px 10px 10px 10px;
}

table.PHPkgSectionTable
{
    width: 100%;
    border-spacing: 0px;
}

td.PHPkgSectionCell
{
    background-color: rgb(240,240,240);
    border-top: 1px solid rgb(0,0,0);
    border-left: 1px solid rgb(0,0,0);
    border-right: 1px solid rgb(0,0,0);
    border-bottom: 2px solid rgb(220,220,220);
    padding: 4px 4px 4px 4px;
}

td.PHPkgBodyCell
{
    border-top: 0px solid rgb(0,0,0);
    border-left: 1px solid rgb(0,0,0);
    border-right: 1px solid rgb(0,0,0);
    padding: 4px 4px 4px 4px;
}

td.PHPkgEndcapCell
{
    border-bottom: 1px solid rgb(0,0,0);
    border-left: 1px solid rgb(0,0,0);
    border-right: 1px solid rgb(0,0,0);
    padding: 4px 4px 4px 4px;
}

td.PHPkgBubbleCell
{
    border-top: 1px solid rgb(0,0,0);
    border-bottom: 1px solid rgb(0,0,0);
    border-left: 1px solid rgb(0,0,0);
    border-right: 1px solid rgb(0,0,0);
    padding: 4px 4px 4px 4px;
}

td.PHPkgCenterCell
{
    text-align: center;
    padding: 4px 4px 4px 4px;
}

p.PHPkgTitleText
{
    font-family: sans-serif;
    font-size: 20pt;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
}

p.PHPkgSectionText
{
    font-family: sans-serif;
    font-size: 14pt;
    margin: 0px 0px 0px 0px;
}

p.PHPkgBoldText
{
    font-family: sans-serif;
    font-size: 10pt;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
}

p.PHPkgItalicText
{
    font-family: sans-serif;
    font-size: 10pt;
    font-style: italic;
    margin: 0px 0px 0px 0px;
}

p.PHPkgNormalText
{
    font-family: sans-serif;
    font-size: 10pt;
    margin-top: 0px;
    margin-bottom: 10pt;
    margin-left: 0px;
    margin-right: 40%;
}

p.PHPkgListText
{
    font-family: sans-serif;
    font-size: 10pt;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 40%;
}

p.PHPkgErrorText
{
    font-family: sans-serif;
    color: rgb(160,0,0);
    font-size: 12pt;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
}

input.PHPkgInput
{
    border: 1px solid rgb(0,0,0);
}

.PHPkgInvisible
{
    display: none;
}

hr.PHPkgRuler
{
    height: 0px;
    border: 1px solid rgb(160,160,160);
    color: rgb(160,160,160);
    background-color: rgb(160,160,160);
}

ul.PHPkgListing
{
    list-style-image: url(bullet.png);
}

img.PHPkgLogoImage
{
    vertical-align: -15%;
    height: 32px;
    width: 32px;
}
