html,body {
    margin: 0px;
}
body {
    background: #FFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
h1 {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #679000;
}
h2 {
    font-size: 13px;
    font-weight: bold;
    text-transform: capitalize;
}
li {
    list-style-image: url(/2715/mirror/design/bullet.gif);
}
h3 {
    font-size: 12px;
    font-style: italic;
    font-weight: lighter;
    color: #679000;
    letter-spacing: 3px;
}
a:link {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
a:active {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
}
a:hover {
    font-weight: bold;
    color: #679000;
    text-decoration: underline;
}
a:visited {
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}
.fineprint {
    font-size: 10px;
    font-style: italic;
    font-weight: normal;
    color: #666666;
    text-align: justify;
    padding: 0px 10px 0px 10px;
}
.rightCol {
    width: 160px;
    vertical-align: top;
    background-color: #679000;
}
.rightColFooter {
    background-image: url(/2715/mirror/design/fdic.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 160px;
    background-color:#679000;
}
.rightColFooterException {
    width: 160px;
    background-color:#679000;
}
.halfscreen {
    background-color: #AABB8D;
    vertical-align: top;
}
.halfscreenLeft {
    background-color: #AABB8D;
    vertical-align: top;
    width: 160px;
}
.halfscreen p, .halfscreenLeft p {
    padding:3px;
    text-align:justify;
}
.answer {
    color: #FFFFFF;
    background-color: #AABB8D;
    text-indent: 6px;
}
.halfscreenFooter {
    background-color: #AABB8D;
    vertical-align: bottom;
    height: 34px;
    width: 160px;
}
.mainTable {
    width: 100%;
}