.PageContents
{
    font-size: 10pt;
    font-family: Arial;
    vertical-align: text-top baseline;
    color: black;
    text-align: justify;
    position: absolute;
    top: 165px;
    left: 168px;
    width: 564px;
    padding-bottom: 76px;
    min-height: 375px;  /* For Modern Browsers */
    height: auto !important; /* For Modern Browsers */
    height: 100%; /* For IE */
}
.PageContentsFullWidth
{
    font-size: 10pt;
    font-family: Arial;
    vertical-align: text-top baseline;
    color: black;
    text-align: justify;
    position: absolute;
    top: 165px;
    left: 168px;
    width: 714px;
    padding-bottom: 76px;
    min-height: 375px;  /* For Modern Browsers */
    height: auto !important; /* For Modern Browsers */
    height: 100%; /* For IE */
}
