﻿BODY
{
    text-align: center;
    font-weight:normal;
    font-size: 11pt;
    font-family: Helvetica;
    color: Black;
}

.Hide
{
    visibility: hidden;
    display: none;
}

.Show
{
    visibility: visible;
    display: inherit;
}

DIV.div_content_header
{
    font-weight:bolder;
    font-size: 14pt;
    margin-top: 0px;
    margin-bottom: 0px;
}

DIV.div_content_sub_header
{
    font-weight:bolder;
    font-size: 13pt;
    margin-top: 0px;
    margin-bottom: 0px;
}

DIV.div_question
{
    font-style: italic;
    font-weight:bolder;
    margin-top: 20px;
    margin-bottom: 0px;
}

DIV.div_answer
{
    margin-top: 10px;
    margin-bottom: 15px;
}

DIV.div_main_content
{
    padding-right: 25px;
}

DIV.div_lead_paragraph
{
    margin-top: 0px;
    margin-bottom: 14px;
}

A
{
    color: #000099;
}

.lists
{
    margin-top: 0px;
    margin-left: 50px;
    padding-left: 50px;
    list-style-position: inside;
}

DIV.div_image_captions
{
    color: #8E0002;
    font-size: 10pt;
    /*width: 649px;*/
}

DIV.div_image_section
{
    /*width: 660px;*/
}

DIV.div_images
{
    height: 209px;
}

SPAN.lbl_img_caption
{
    color: #8E0002;
}

LI
{
    padding-top: 10px;
}