/*--------------------------------------------------------------------------------------------------------------*/
/* Common Container Classes */
/*--------------------------------------------------------------------------------------------------------------*/
.ccommon
{
    margin-bottom: 20px;
    font-size: 12px;
    font-family: Tahoma, Verdana, Sans-Serif;
}
.cmain, .cmain_border, .cmain_pale, .cmain_green, .cmain_gold, .cmain_gray
{
    padding: 10px;
    text-align: left;
}
.cmain_border
{
    border: 1px solid #ddd;
}
.ctitle_red, .ctitle_pale
{
    margin-bottom: 15px;
    font-size: 14px;
}
.head
{
    font-family: Verdana, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
}
.subhead
{
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
}
.ctitle_red
{
    color: #bd2c18;
}
.ctitle_pale
{
    color: #bd2c18;
}
.ccontent, .ccontent_white
{
    line-height: 18px;
}
.ccontent_white
{
    color: #f0f0f0;
}
.ccommon p
{
    margin-top:0;
}
.ccommon .cfooter
{
    text-align:right;
/*    font-size:1px;
    line-height:1px;
    height:1px; */
}
.cfooter img
{
    margin: 0;
}
.cbottom_curl
{
    text-align: right;
}
.ctop, .ctop_green, .ctop_gray, .ctop_pale, .ctop_gold
{
    background-position: left top;
    background-image: url(corner_tl.gif);
    background-repeat: no-repeat;
    text-align: right;
} 
.cbottom, .cbottom_green, .cbottom_gray, .cbottom_pale, .cbottom_gold
{
    background-position: left top;
    background-image: url(corner_bl.gif);
    background-repeat: no-repeat;
    text-align: right;
}
.ctop_green, .cbottom_green, .cmain_green
{
    background-color: #ecf5cf;
}
.ctop_gray, .cbottom_gray, .cmain_gray
{
    background-color: #efefef;
}
.ctop_pale, .cbottom_pale, .cmain_pale
{
    background-color: #fdf5e0;
}
.ctop_gold, .cbottom_gold, .cmain_gold
{
    background-color: #fdf5be;
}
 

