body {
    background-image: url(images/bg.gif);
    background-color: #FFCC33;
}

body,td,th {
    font-family: Arial;
    /* font-size: small; */
}

.style1 {font-size: x-small}

a:link {
    color: #0080C0;
    text-decoration: none;
}

a:visited {
    color: #0080C0;
    text-decoration: none;
}

a:hover {
    color: #ED312C;
    text-decoration: none;
}

.style3 {color: #0080C0}

.style6 {color: #0080C0; font-weight: bold; }

table.sidebar {
    width: 140px;
    background-image: url(images/minibg.png);
}

table.sidebar tr.last {
    background-image: none;
    background-color: white;
}

table.order {
    border-spacing: 3px;
}

table.order tr td {
    background-color: #becdd3;
    padding: 3px;
}

table.order tr td.label {
    color: white;
    text-align: center;
    font-weight: bold;
    background-color: #0080C0;
}

table.order tr td.blank {
    background-color: white;
}

p.justify {
    text-align: justify;
}
