﻿/* CSS Document */
.c_head
{
    padding: 8px 10px 0 11px;
    text-align: left;
}

.cstd_c_head
{
    padding: 0px 0px 0px 0px;
    text-align: left;
    font-family: Arial;
    font-size: 1px;
}

.cstd_title
{
    font-weight: bold;
    font-size: 1px;
    /* visibility: hidden; */
}
.cstd_title_vis_cstd
{
    margin: 0;
    float: right;
    font-size: 1px;
    /* visibility: hidden; */
}

.c_content
{
    clear: both;
    vertical-align: top;
}

.c_contentpane
{
    padding: 0px 0px 0px 0px;
    text-align: left;
}

.c_footer
{
    margin-bottom: 20px;
    padding: 8px 10px 8px 15px;
    text-align: right;
}

.cstd_c_footer
{
    margin-bottom: 1px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    clear: both;
}

.title
{
    margin: 0;
    float: left;
    white-space: nowrap;
}
.title_vis
{
    margin: 0;
    float: right;
    text-align: right;
}
.title_vis_cstd
{
    margin: 0;
    float: right;
    text-align: right;
}

/*---------- default style for head & normal -----------*/
.Head
{
    font-weight: bold;
    font-size: 14px;
}

.cstd_Head
{
    font-weight: bold;
    font-size: 1px;
    /* visibility: hidden; */
    height: 0px;
}

.Normal
{
    color: #43494D;
}

.Normal p
{
    margin-top: 0px;
}

