﻿#dft0 {
    /*height:630px;*/   
}


    #dft0 div.title {
        color: Blue;
        font-size: large;
        font-weight: bold;
    }

    #dft0 p {
        text-indent: 2em;
        margin: 10px 0px 0px 0px;
    }

#dftPrice {
    width: 100%;
    font-family: verdana,arial,sans-serif;
    font-size: 14px;
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
    margin-bottom: 30px;
}

    #dftPrice th {
        border-width: 1px;
        padding: 5px;
        border-style: solid;
        border-color: #666666;
        background-color: #dedede;
    }

    #dftPrice td {
        border-width: 1px;
        padding: 5px;
        border-style: solid;
        border-color: #666666;
        background-color: #ffffff;
    }
    #dftPrice td.serno{
text-align:center;
}