/* These are the Styles used by the PresenterBank Uploader Instructions page. */

/* This style is to be used for the html Body.  Sets only colors and line spacing */
.StandardBody {
    background-color: #ffffff;
    color: #000000;
    line-height: 120%;
    }

/* This style is to be used to create a column of content. */
.PageContent {
    position: absolute;
    left: 16px;
    top: 32px;
    width: 640px;
    }

/* Main Headings. */
.MainHeading {
    color: #2020A0;
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 24px;
    text-align: center;
    }

/* This is used as the default font. */
.NormalText {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 16px;
    }

/* This is used to highlight bits of text in a stream. */
.HighlightText {
    font-weight: bold;
}

