div.table-d1 {
    background: url('../img/t_bg.gif') repeat-y;
    width: 610px;
}

div.table-d1 .head {
    background: url('../img/t_top.gif') no-repeat;
    width: 610px;
    height: 7px;
}

div.table-d1 .cont * {
    color: #fff;
}

div.table-d1 .cont table {
    width: 100%;
}

div.table-d1 .cont th {
    font-size: 13px;
    padding: 10px 5px;
}

div.table-d1 .cont .row-separator {
    height:1px;
    padding:0px;
    background-color: white;
}

div.table-d1 .cont .al {
    text-align: left;
}

div.table-d1 .cont td.al {
    padding-left: 8px;
}

div.table-d1 .cont .fb {
    font-weight: bold;
}

div.table-d1 .cont .ac {
    text-align: center;
}

div.table-d1 .cont .light {
    background-color:#487B9D;
}

div.table-d1 .cont .lighter {
    background-color:#7DA8C4;
}

div.table-d1 .cont .underline {
    text-decoration: underline;
}

div.table-d1 .cont .underline:hover {
	color: #E3F0F2;
    text-decoration: none;
}


div.table-d1 .cont .big {
    font-size: 18px;
}

div.table-d1 .cont td {
    padding: 15px 10px;
    font-size: 13px;
}

div.table-d1 .cont .last td {
    border-bottom: none;
}

div.table-d1 .bottom {
    background: url('../img/t_bottom.gif') no-repeat;
    width: 610px;
    height: 7px;
}