@charset "UTF-8";
/* CSS Document */

table#rates {
    border: solid #CCC 1px;
    width: 650px;

}

table#rates td {
    padding: 5px;
	text-align:center;

}

.data {
    color: #999;
    text-align: right;

}

.toprow {
    text-align: center;
    background-color: #FFF;
	font-weight:bold;

}

.leftcol {
    text-align: left;
    width: 150px;
}

.dataright {
	    color: #999;
    text-align: right;
	font-weight:bold;
}
