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

H1 {
    text-align:  center
}

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

TH.center {
    text-align: center
}

TH.right {
    text-align: right
}

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

TD.center {
    text-align: center
}

TD.right {
    text-align: right
}

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

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

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

P.center {
    text-align: center
}

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

P STRONG {
    font-weight: bold;
}

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
}

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

