@charset "utf-8";
/* CSS Document */
/*****************scrollbar*************************/
a
{
    text-decoration: none;
}

.noborder
{
    border: 0px!important;
}


.Sbullet
{
    width:3px;
    height:3px;
	background-color: #fff;
    margin-left: 0px;
	float:right;
    display: inline-block;
}
.scroll
{
    float: right;
    display: block;
    width: 100%;
}

    .scroll .viewport
    {
        width: 97%;
        height: 202px;
        overflow: hidden;
        position: relative;
        margin-right: 0px;
    }

    .scroll .overview
    {
        width: 100%;
        list-style: none;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
        margin: 0;
    }

    .scroll .scrollbar
    {
        margin-right: 0px;
        background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0;
        position: relative;
        background-position: 0 0;
        float: right;
        width: 7px;
    }

    .scroll .track
    {
        background: transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
        height: 100%;
        width: 5px;
        position: relative;
        padding: 0 1px;
    }

    .scroll .thumb
    {
        background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
        height: 20px;
        width: 15px;
        cursor: pointer;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: -5px;
    }

        .scroll .thumb .end
        {
            background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
            overflow: hidden;
            height: 5px;
            width: 15px;
        }
.alJ
{
    text-align:justify;
}

.mB10
{
    margin-bottom:10px;
} .drR{

      direction:rtl;
  }

  .fBld
    {font-weight:bold;} 
.Splt
{
    width:520px;
    height:5px;
    background: url("../images/splt.png") no-repeat center center;
    margin-top:3px;
    margin-bottom:3px;
}