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


table.rates-table{
padding:0px;
width:600px;
text-align:left;
color:#6b6b6b;
padding-bottom:15px;
}
.rates-table td{padding:5px;}
.rates-table tr:hover{background:#ffdf8c; color:#0b294a;}
#type{color:#333; font-weight:bold;}

div.rates-disc{
width:85%;
margin:0 auto;
text-align:left;
padding-top:15px;
}
.rates-table span, 
.rates-disc span{color:#fa9f01; font-size:16px;}


div#divider{
width:75%; 
height:1px; 
border-top:1px dashed #6b6b6b; 
margin:30px auto;}