a img, :link img, :visited img
{
    border: none;
}
h1, h2, h3, h4, h5, h6, pre, code
{
    font-size: 1em;
    margin: 0;
    padding: 0;
}
h1
{
    color: #bc0009;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 10px;
}
table
{
    border-collapse: collapse;
}
table td
{
    padding: 0;
    margin: 0;
}
a img, div img
{
    display: block;
    text-decoration: none;
}
br
{
    clear: both;
}
body
{
    text-align: center;
    font-family: Arial, Verdana;
    font-size: .9em;
    background-color: #60912B;
    color: #fff;
}

a, a:visited, a:active, a:focus
{
    text-decoration: underline;
    color: #fff;
}
a:hover
{
    text-decoration: underline;
    color: #fff;
}

/* FORM */
td.z-iError
{
    padding: 5px 0px;
}
.z-iError
{
    color: #990000;
    font-weight: bold;
}
.z-iText
{
}
.z-iCombo
{
}
.z-iLabel
{
}
.z-iStatic
{
}
.z-iRequired
{
    color: #990000;
    font-weight: bold;
}
.z-iButton
{
}

table.EngineForm td
{
    padding: 2px;
}

@media print
{
    .noprint
    {
        display: none !important;
    }
}

