body {
    margin: 0px;
    background-color: #000000;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
}
a {
    color: red;
}
.bg {
    background-image: url('../images/bgTileLow.jpg');
    background-repeat: repeat-y;
    background-position: center top;
}
.bgfolder {
    background-image: url('../images/ffo-faq-folder-bg.png');
    background-repeat: no-repeat;
    height: 378px;
    width: 768px;
    padding-left: 60px;
    padding-right: 138px;
}
.bgpages {
    background-image: url('../images/ffo-pages-tile.png');
    background-repeat: repeat-y;
    padding-left: 60px;
    padding-right: 138px;
}

.bgpages li,
.bgfolder li {
    list-style: none;
    padding-top: 5px;
}
.footer {
    color: #888888;
    font-family: verdana, sans-serif;
    text-transform: none;
    text-align: left;
    width: 768px;
    padding: 10px 0;
}
.footer a {
    color: #888888;
}

/* FAQ */
.titlered {
    font-size: 18px;
    font-weight: bold;
    color: #BF030A;
}
.question {
    font-size: 14px;
    color: #000000;
}

/* About */
h2.category {
    color: #CC0000;
    font-size: 18px;
}
.goal_table {
    background: url('../images/ffo-about-lg.png') no-repeat bottom left;
    height: 310px;
}

/* Submit */
h3 {
    text-decoration: underline;
}
input,
textarea {
    border: 1px solid black;
    font-family: "Courier New", Courier, monospace;
    font-size: 13px;
}
label {
    text-transform: none;
}
.error td,
td.error,
div.error {
    color: red;
    font-weight: bold;
}
.error td input,
textarea.error {
    background-color: salmon;
}
