
BODY {
    font-family: "helvetica", "arial";
    background:  #008B8B;
}

H1 {
    font-family: "helvetica", "arial";
    text-align:  center;
}

H2 {
    font-family: "helvetica", "arial";
}

H3 {
    font-family: "helvetica", "arial";
}

H4 {
    font-family: "helvetica", "arial";
}

H5 {
    font-family: "helvetica", "arial";
}

H6 {
    font-family: "helvetica", "arial";
}

TH {
    font-family: "helvetica", "arial";
    font-weight: bold;
    font-style:  normal;
    text-align:  left;
    vertical-align: top;
}

TD {
    font-family: "helvetica", "arial";
    font-weight: normal;
    font-style:  normal;
    vertical-align: top;
}

TD EM {
    font-weight: bold;
    font-style:  normal;
}

INPUT {
    font-family: "helvetica", "arial";
    font-weight: bold;
    font-size:   14pt;
    color:       red;
}

P {
    font-family: "helvetica", "arial";
    font-weight: normal;
    font-style:  normal;
}

P EM {
    font-weight: bold;
    font-style:  normal;
}

SPAN.link {
    text-decoration: none;
    color: red;
}

A:link {
    font-weight: bold;
    text-decoration: none;
    color: blue;
}

A:visited {
    font-weight: bold;
    text-decoration: none;
    color: blue;
}

P.copyright {
    text-align: center;
    font-size:  10pt;
}

P.copyright EM {
    color: yellow;
}

P.server {
    text-align: center;
    font-size:  8pt;
}

P.server EM {
    color:       black;
    font-style:  italic;
}

P.date {
    text-align: center;
    font-size:  8pt;
}

P.flag {
    text-align: center;
}

PRE {
    font-family: "courier", "serif"
}

