﻿.fl
{
    float: left;
}

.fr
{
    float: right;
}

.cl
{
    clear: both;
}

.cl
{
    zoom: 1;
}

    .cl:after
    {
        clear: both;
        content: " ";
        display: block;
        height: 0;
    }

.fb
{
    font-weight: bold;
}

.mc
{
    overflow: hidden;
}

.tr
{
    text-align: right;
}

.tl
{
    text-align: left;
}

.tc
{
    text-align: center;
}

.ind
{
    text-indent: 2em;
}

a:link, a:visited
{
    color: #444;
    text-decoration: none;
}

a:hover
{
    color: #ED8F25;
    text-decoration: underline;
}

select, input
{
    vertical-align: middle;
}

.clearfix
{
    height: 0;
    overflow: hidden;
    clear: both;
}

.word
{
    word-break: break-all;
}

.wrap
{
    width: 1024px;
    margin: 0 auto;
}


.ejbanner
{
    height: 215px;
    overflow: hidden;
    width: 1024px;
    margin: 10px auto 10px auto;
}

#container
{
    margin: 0 auto;
    position: relative;
    width: 1024px;
    z-index: 0;
}

#example
{
    height: 215px;
    position: relative;
    width: 1024px;
}

#ribbon
{
    left: -15px;
    position: absolute;
    top: -3px;
    z-index: 500;
}

#frame
{
    height: 215px;
    left: -80px;
    position: absolute;
    top: -3px;
    width: 1024px;
    z-index: 0;
}

#slides
{
    position: absolute;
    z-index: 100;
}

    #slides .next, #slides .prev
    {
        background: url(/images/prev.gif) no-repeat scroll 0 0 transparent;
        display: block;
        height: 68px;
        left: 0;
        position: absolute;
        top: 70px;
        width: 30px;
        z-index: 101;
    }

.slides_container
{
    height: 215px;
    overflow: hidden;
    position: relative;
    width: 1024px;
}

#slides
{
    height: 215px;
    overflow: hidden;
    width: 1024px;
}

    #slides .next
    {
        background: url(/images/next.gif) no-repeat scroll 0 0 transparent;
        left: 994px;
    }

.main
{
    background: url(/images/img/mainbg.jpg) repeat;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}

.STYLE2
{
    color: #CCCCCC;
}

a:link, a:visited
{
    color: #666;
    text-decoration: none;
}

a:hover
{
    color: #ccc;
}


strong
{
    color: #666;
}

td
{
    line-height: 19px;
    padding-top: 1px;

}

.STYLE4
{
    color: #666666;
    font-weight: bold;
}

.STYLE6
{
    color: #999999;
    font-weight: bold;
}

.STYLE7
{
    color: #999999;
}
.mymd_bk .dymore table
{
    border:1px solid #CCCCCC;
    border-top:none;
    border-left:none;
}
.mymd_bk .dymore table th
{
    background:#f1f1f1;
    border-left:1px solid #CCCCCC;
    border-top:1px solid #CCCCCC;
}
.mymd_bk .dymore table td
{
    background:white;
    border-left:1px solid #CCCCCC;
    border-top:1px solid #CCCCCC;
}