﻿/* Non-Print Areas */
.FooterDiv, .HeaderDiv, .NavDiv, .ContentImage
{
    display: none !important;
    }
    
/* Print Areas */
.MainDivAdjust
{
    width: 100%;
    }
.BankHeaderDiv
{
    display: inline;
    width: 200px;
    }
.FDIC
{
    display: block;
    font-size: 8px;
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 8px;
    }
.ContentDiv
{
    width: 80%;
    background-color: White;
    padding-bottom: 0px;
    overflow: visible;
    float: none;
    }
.ContentHeader
{
    width: 80%;
    overflow: visible;
    float: none;
    font-size: 12px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    }
.Content
{
    width: 80%;
    overflow: visible;
    float: none;
    }
.InsideText
{
    font-size: 10px;
    }
.RateClassHeader
{
    font-size: 12px;
    }
.RateHeader
{
    font-size: 10px;
    }
.DisclaimerText
{
    font-size: 8px;
    }
.EffectiveRateText
{
    font-size: 10px;
    text-align: center;
    }