Table.awHeader *
{
display: none;
}

div.awNoPrint
{
display: none;
}

PRE    /* Style for Preformatted text (preserves spaces and line breaks) */ 
{
    FONT-WEIGHT: bold;
    FONT-SIZE: x-small;
    FONT-FAMILY: Courier, "Courier New", monospace
}

H1    /* Style for Header 1 */
{
    margin: 0px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 150%;
    COLOR:  /*sC01*/ #1e505c /*eC01*/;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center;
}

H2    /* Style for Header 2 */
{
    margin-top: 0px;
    margin-bottom: 3px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 125%;
    color: /*sC01*/ #1e505c /*eC01*/;
    BACKGROUND-COLOR: transparent;
}

H3    /* Style for Header 3 */
{
    margin: 0px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 110%;
    COLOR: /*sC01*/ #1e505c /*eC01*/;
    BACKGROUND-COLOR: transparent;
}

H4    /* Style for Inline Header (no line break after header text) */
{
    margin: 0px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 110%;
    COLOR: /*sC01*/ #1e505c /*eC01*/;
    BACKGROUND-COLOR: transparent;
    display: inline;
}

SMALL    /* Style for Forgot Password and Logged On As messages  */
{
    FONT-SIZE: xx-small;
}