/* CSS Document */
.c_container
{
    border: 1px solid #e0e0e0;
    margin-right: 0px;
    margin-left: 0px;
}

.c_head
{
    background-position: #dfdfdf url(images/con_bg.png);
    background: #dfdfdf url(images/con_bg.png);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #e0e0e0;
    padding: 0px 10px 0px 11px;
    text-align: left;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    background-repeat: repeat;
}

.c_content
{
    background-color: White;
}

.c_contentpane
{
    padding: 10px 10px 10px 10px;
    text-align: left;
}

.c_footer
{
    margin-bottom: 10px;
    padding: 8px 10px 8px 15px;
    text-align: right;
}

.title
{
    margin: 0;
    float: left;
    white-space: nowrap;
}
.title_vis
{
    margin: 0;
    float: right;
    text-align: right;
}

/*---------- default style for head & normal -----------*/
.Head
{
    font-size: 14px;
}

.Normal
{
    color: #333333;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.Normal p
{
    margin-top: 0px;
    color: #333333;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}





