.printOnly
{
    display                     :   inline;
}

.screenOnly
{
    display                     :   none;
}

.screenOnly img
{
    display                     :   none;
    height                      :   0px;
    width                       :   0px;
}

.printAndScreen
{
    display                     :   inline;
}


#contentBody
{
    position                    :   static;
}


.borderedContentBody
{
    border                      :   none;
}

.p_contentArea
{
    vertical-align              :   top;
    font-size                   :   0.8em;
    width                       :   60em;
    float                       :   left;
}


.printOnlyPageBreak
{ 
    display                     :   block; 
    page-break-before           :   always; 
}   


.p_termsAndConditionsBox
{
    overflow                    :   visible;
    border                      :   none;
    padding                     :   0px;
    clear                       :   none;
}
