.ContentFrameTable 
{
    width: 547px;
}

.ContentFrameHead 
{
    background-image: url('../images/design/body_main_head.jpg');
    background-repeat: no-repeat;
    height: 39px;
}

.ContentFrameBody, .ContentFrameBodyShort 
{
    padding: 15px 25px 10px 38px;
    font-size: 14px;
    color: #666;
    text-align: justify;
}

.ContentFrameBody A, .ContentFrameBodyShort A
{
    color: #666;
    text-decoration: none;
}

.ContentFrameBody A:Hover, .ContentFrameBodyShort A:Hover
{
    color: #000;
    text-decoration: underline;
}

.ContentFrameBody
{
    background-image: url('../images/design/body_main_body.jpg');
    background-repeat: no-repeat;
    min-height: 446px;
}

.ContentFrameBodyShort
{
    background-image: url('../images/design/body_main_body_short.jpg');
    background-repeat: no-repeat;
    min-height: 446px;
}

.ContentFrameBody P, .ContentFrameBodyShort P 
{
    margin: 0px;
    margin-bottom: 10px;
}

IMG.CaptionImage
{
    float: right;
    height: 39px;
}

.ContentFrameBody IMG.ImageRight, .ContentFrameBodyShort IMG.ImageRight 
{
    margin-left: 10px;
    margin-bottom: 7px;
}

.ContentFrameBody IMG.ImageLeft, .ContentFrameBodyShort IMG.ImageLeft
{
    margin-right: 10px;
    margin-bottom: 7px;
}





.BoxDarkGrayTable 
{
    background-color: #999;
    background-image: url(../images/windows/darkgray/dark_gray_right.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    margin: 0px;
}

.BoxDarkGrayContentCell 
{
    padding: 10px 12px 10px 12px;
    font-size: 15px;
    text-align: left;
    color: #fff;
    background-image: url(../images/windows/darkgray/dark_gray_left.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.BoxDarkGrayTable P 
{
    margin: 0px;
}




A.WindowLightSkyLink
{
    color: #afeafe;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

A.WindowLightSkyLink:Hover
{
    color: #666;
    text-decoration: none;
}








.CollapsibleBox
{
    width: 434px;
    text-align: left;
}

.CollapsibleBoxItemHeader, .CollapsibleBoxItemHeaderCollapsed 
{
    background-repeat: no-repeat;
    background-position: top left;
    height: 24px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 23px;
    margin-top: 10px;
    font-weight: bold;
    cursor: pointer;
}

.CollapsibleBoxItemHeader 
{
    background-image: url(../images/design/collapsible_box.jpg);
}

.CollapsibleBoxItemHeaderCollapsed 
{
    background-image: url(../images/design/collapsible_box_collapsed.jpg);
}

.CollapsibleBoxItemHeader .Text, .CollapsibleBoxItemHeaderCollapsed .Text
{
    color: #fff;
}

.CollapsibleBoxItemContent 
{
    background-image: url(../images/design/collapsible_box_footer.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: #999;
    padding: 7px 15px 7px 15px;
    color: #fff;
}

.CollapsibleBoxItemContent > A 
{
    color: #fff;
    text-decoration: underline;
}

.CollapsibleBoxItemAnchor
{
    display: block;
    float: right;
    color: #000;
    text-decoration: none;
}
