@page { 
    widows: 4;
    orphans: 4; 
    size: portrait;
    margin-top: 2cm; 
    margin-bottom: 1.4cm; 
    margin-left: 5cm; 
    margin-right: 2cm;
    padding-top: .5cm;
    padding-bottom: .5cm;
}

BODY { 
    font-size: 12pt;
    margin: 0;
}

P, DATE, H3, H2, H1, OL, UL { 
    margin-left: 3cm;
    margin-right: .5cm;
}

P {
    page-break-inside: avoid;
    page-break-before: allow;
    page-break-after: allow;
}

ADDRESS {
     font-size: 6pt;
     border-top: 
}

DATE {
    page-break-before: avoid;
}

H1 {
    font-size:20pt;
    color: #000;
}


H2 {    
    font-size:14pt;
    color:#000;
}

H1,H2,H3 {
    page-break-after: avoid;
}

H2 {
    page-break-before: always;
    margin-top: 2cm;
}

H2.first {
    page-break-before: avoid;
}

A {
    color: #000;
    text-decoration: none;
}

H2 A { 
    display: none
}

H3 A  { 
    display: none
}

H2 IMG { 
    display: none
}

H3 IMG { 
    display: none
}

IFRAME {
    display: none;
}

DIV.cssFloatMenu { 
    display: none;
}