﻿body 
{ 
    font-family: Arial;
    font-size: 10pt;
    background-image: url(images/lightgray1.gif);
}

.input_table
{
    border-right: #507cd1 thin solid;
    border-top: #507cd1 thin solid;
    border-left: #507cd1 thin solid;
    border-bottom: #507cd1 thin solid;
    background-color: #eff3fb;
    width: 100%;
}

.section_header
{
    font-weight: bold;
    color: blue;
    font-family: Arial;
    text-align: left;
}

.inner_table
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    width: 100%;
}

.display_table
{
    border-right: #507cd1 thin solid;
    border-top: #507cd1 thin solid;
    border-left: #507cd1 thin solid;
    border-bottom: #507cd1 thin solid;
    background-color: #eff3fb;
    width: 100%;
}

.display_cell
{
    background-color: #507cd1;
    font-weight: bold;
    color: white;
    font-family: Arial;
    text-align: left;
}

.photo_table
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.photo_image
{
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
}

.section_text
{
    text-align: left;
    text-indent: 30px;
}
.page_title
{
    font-size: large;
    color: black;
    font-family: 'Arial';
    text-align: center;
}

.question
{
    text-align: right;
}

.question_body
{
    text-align: left;
}

.section_text
{
    text-align: left;
    text-indent: 30px;
}

.question_block
{
    text-align: right;
    font-weight: bold;
    height: 20px;
}

.question_body_block
{
    text-align: left;
    font-weight: bold;
    height: 20px;
}

.answer
{
    text-align: right;
    font-weight: bold;
    vertical-align: top;
}

.answer_body
{
    text-align: left;
}

.section_header
{
    font-weight: bold;
    color: blue;
    font-family: Arial;
    text-align: left;
}

