body
{
    color: #444;
    background-image: url('bg.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

p
{
    font-family: "Helvetica", "Arial", "sans-serif";
    font-size: 16px;
    color: #333;
    line-height: 160%;
    padding: 5px 15px;
}

.tit
{
    font-family: "Helvetica", "Arial", "sans-serif";
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

a
{
    color: #16549a;
}

.pok_table_holder
{
    width: 662px;
    margin-bottom: 16px;
    background: url('table_bg.png') 0 0 no-repeat;
}

    .pok_table_holder table
    {
        width: 660px;
        margin: 0 auto;
        color: #373737;
        font-weight: bold;
    }

        .pok_table_holder table th
        {
            color: #fff;
            height: 27px;
            line-height: 27px;
            font-weight: normal;
        }

        .pok_table_holder table td
        {
            height: 26px;
            line-height: 26px;
            border-bottom: 1px #979595 solid;
            font-weight: bold;
            text-align: center;
            font-size: 10px;
            background: url(td_bg.gif) bottom repeat-x;
        }

            .pok_table_holder table td img
            {
                vertical-align: middle;
            }

        .pok_table_holder table a
        {
            color: #373737;
            text-decoration: underline;
        }

        .pok_table_holder table .poker_room
        {
            font-size: 12px;
            font-weight: bold;
            margin-left: 3px;
            color: #0065d7;
        }

        .pok_table_holder table .td_rate
        {
            width: 60px;
            height: 20px;
            padding: 4px 0 0 8px;
        }

            .pok_table_holder table .td_rate img
            {
                float: left;
            }

        .pok_table_holder table .td_bonus
        {
            font-size: 12px;
            color: #0065d7;
        }

        .pok_table_holder table .td_bcode
        {
            color: #0065d7;
        }
