


    .insline
    {
        width: 100%;
        font-family: "Arial";
        font-size: 11px;
        line-height:18px;
        color: #a8a9ad;
        padding-top:36px;
    }
    .ins
    {
        float:left;
        line-height:14px;
    }
    .dotline
    {
        float:left;
    	width: 21px;
        height: 25px;
        background-image: url('dotline.gif');
        background-repeat: no-repeat;
        background-position: center center;
        position:relative;
        top:3px;
    }
    .inslogo
    {
        float:left;
        padding-top:3px;
    }

    a.inslink:link
    {
        color: #a8a9ad;
        text-decoration: underline;
    }
    a.inslink:visited
    {
        color: #a8a9ad;
        text-decoration: underline;
    }
    a.inslink:hover
    {
        color: #a8a9ad;
        text-decoration: none;
    }
