/* CSS Document */

table#savingsrates {
    background-color:#FFFFFF;
    border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
    width: 550px;

}

table#savingsrates td {
	margin:0px;
	padding: 0px;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
}

.data {
    color: #000000;
    text-align: right;
    background-color: #CCCCCC;

}

table#loanrates td {
	margin:0px;
	padding: 0px;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}



.data2 {
    color: #000000;
    text-align: right;
    background-color: #CCCCCC;
	font-weight:bold;
}

.toprow {
	font-style: bold;
	text-align: center;
	background-color: #BBD2B2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	color: #000000;

}

.leftcol {
    font-weight: bold;
    text-align: left;
    width: 150px;
    background-color: #CCCCCC;

}
