body {
    font-family: times;
    background-image: url("/smbluewhite.png");
    text-align: center;
}

table {
    margin-left: auto;
    margin-right: auto;
}

.error {
    color: red;
}

td.large {
    color: black;
    font-weight: bold;
    background-color: #FFCCCC;
}

td.small {
    color: black;
    font-weight: bold;
    background-color: #CCCCFF;
}

table.form_align {
    border-style: none;
}

table.col_align tr td.division {
    padding-right: 2em;
    padding-bottom: 1em;
    padding-top: 1em;
}

table.col_align tr td {
    vertical-align: top;
    text-align: left;
}

table.col_align tr td.name {
    width: 8em;
    text-align: left;
}

table.col_align tr td.value {
    width: 6em;
}

table.results {
    border-width: thin;
    border-style: inset;
}

table.results td {
    border-width: thin;
    border-style: inset;
}

table.results th {
    border-width: thin;
    border-style: inset;
}

table.results td.number {
    text-align: right;
}

table.results td.name {
    text-align: left;
}

table.results td.nodata {
    text-align: center;
}

div.source {
    text-align: left;
    width: 30em;
    margin-left: auto;
    margin-right: auto;
}

p.warranty {
    font-size: 75%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 30em;
}

p.copyright {
    width: 620px;
    margin-left: auto;
    margin-right: auto;

    font-size: 80%;
    text-align: center;
    border-top: 1px solid #000000;
}

