
body,td,p
{
    font-family: Arial, Helvetica, sans-serif;
}

div.spaced
{
    padding-bottom: 7px;
}

.header
{
    font-size: 9pt;
}

.content_header
{
    color: #035ba5;
    font-family: Arial, sans-serif;
    font-size: 12pt;
    font-weight: bold;
}

.content_text
{
    font-size: 9pt;
}

.light_blue
{
    background-color: #d7f3fd;
}

.medium_blue
{
    background-color: #409ff3;
}

.dark_blue
{
    background-color: #035ba5;
}

.greeting
{
    font-size: 9pt;
    font-weight: bold;
    padding: 4px;
}

.tagline
{
    color: #ffffff;
    font-size: 9pt;
    padding: 4px;
}

.gray_gradient_box
{
    background-image: url('../images/gray_gradient_bg.gif');
    background-position: top left;
    background-repeat: repeat-x;
    border: solid #cdcece 1px;
}

.step_header
{
    font-size: 14pt;
    font-weight: bold;
}

.step_text
{
    padding: 10px;
    font-size: 10pt;
}

.white_box_top
{
    background-image: url('../images/white_box_top_bg.gif');
    background-position: top left;
    background-repeat: repeat-x;
}

.white_box_bottom
{
    background-image: url('../images/white_box_bottom_bg.gif');
    background-position: bottom left;
    background-repeat: repeat-x;
}

.small_text
{
    font-size: 7pt;
    padding-bottom: 2px;
}

.balance
{
    font-size: 13pt;
    font-weight: bold;
    padding-left: 4px;
    padding-bottom: 6px;
}

a.balance_link, a.balance_link:visited
{
    color: #035ba5;
    text-decoration: none;
}

a.balance_link:hover, a.balance_link:active
{
    color: #035ba5;
    text-decoration: underline;
}

.left_column_greeting
{
    color: #ffffff;
    font-size: 12pt;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
}

.light_yellow
{
    background-color: #ffffcc;
}

.left_column_text
{
    color: #000000;
    font-size: 10pt;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
}

.center_column
{
    font-size: 10pt;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 15px;
    padding-bottom: 5px;
}

.sample_box
{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffffff;
    border-top: solid #cccccc 1px;
    border-bottom: solid #cccccc 1px;
}

.sample_image
{
    font-size: 8pt;
}

.sample_description
{
    font-size: 10pt;
}

.sample_payout
{
    float: right;
    text-align: center;
    margin: 0px 0px 5px 5px;
    width: 80px;
    display: inline;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    color: #ffffff;
}

.sample_payout_title
{
    font-size: 8pt;
}

span.sample_payout_amount, a.sample_payout_amount, a.sample_payout_amount:visited
{
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 13pt;
}

a.sample_payout_amount:hover, a.sample_payout_amount:active
{
    text-decoration: underline;
    color: #fff000;
    font-weight: bold;
    font-size: 13pt;
}

HR.seperator
{
    height: 1px;
    border-style: none;
    color: #d0d0d0;
    background-color: #C0C0C0;
}

.privacy_header
{
    font-size: 8pt;
    font-weight: bold;
}

.privacy_text
{
    font-size: 8pt;
    padding: 5px;
}

.message_box
{
    font-size: 10pt;
    border: solid #ff0000 1px;
    background-color: #ffffcc;
    padding: 10px;
}

.account_column
{
    font-size: 10pt;
}

.table_header
{
    background-color: #409ff3;
    color: #ffffff;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
}

.table_title, .placement_title
{
    font-size: 11pt;
    font-weight: bold;
}

.table_text
{
    font-size: 9pt;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    /*text-transform: capitalize;*/
}

.table_footer
{
    background-color: #cccccc;
    color: #000000;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
}

.table_row_even
{
    background-color: #f3f3f3;
}

.table_row_odd
{
    background-color: #ffffff;
}

.free_box
{
    width: 120px;
    height: 600px;
    background-color: #f3f3f3;
    border-left: solid #cccccc 1px;
    border-right: solid #cccccc 1px;
}

.free_title
{
    font-size: 8pt;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.free_offers
{
    width: 100px;
    text-align: left;
}

a.content_link, a.content_link:visited
{
    color: #777777;
    text-decoration: none;
    font-size: 8pt;
}

a.content_link:hover, a.content_link:active
{
    color: #035ba5;
    text-decoration: underline;
    font-size: 8pt;
}

