/* CSS Document */

.ratesTable
{
border:2px solid #01265e;
border-bottom:5px solid #01265e;
}

.ratesTable td
{
background-color:#d3e7ff;
}

.ratesTable td.thead
{
color:#ffffff;
font-size:14px;
font-weight:bold;
background-color:#01265e;
}

.ratesTable td.odd
{
background-color:#9bd8ff;
}

.linksTable td
{
text-align:center;
vertical-align:middle;
/*border:1px solid #01265e;*/
}