body {
    background-color: #E8A83F;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
}

table, tr, td {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

p, li {
    line-height: 1.5em;
}

a:link, a:visited, a:active {
    color: #333;
}

#copyright {
    color: #999;
    font-size: 9px;
}

#resourcesLeft {
    background-image: url(images/resourcesLeft.gif);
}

#resourcesRight {
    background-image: url(images/resourcesRight.gif);
}

#contentBoxShadowMidLeft {
    background-image: url(images/contentBoxShadowMidLeft.gif);
}

#contentBoxShadowMidRight {
    background-image: url(images/contentBoxShadowMidRight.gif);
}

#footer {
    background: url(images/footerBG.gif) no-repeat;
}

#fileDownload {
    position: absolute;
    top: -500px;
    left: -500px;
    z-index: 10;
    visibility: hidden;
    color: #333;
    background-color: #F1CB8C;
    padding: 3px;
    border: 1px solid #000;
}

.smallText {
    font-size: 10px;
}

.medText {
    font-size: 14px;
}

.largeText {
    font-size: 16px;
}

