/*Print Styles*/
body{
	font-size: 0.75em;
	line-height: 1em;
}

body div#rates{
	margin: 0;
	overflow: visible;
	padding: 0;
	width: 680px;
}

div#rates table th{
	background: #F8F8F8;
	color: #000;
}

div#rates table td.tableTitle{
	background: #F8F8F8;
	color: #000;
}

#rates h1{
	float: left;
	margin: 0;	
}

#rates h3{
	clear: left;
	margin: 12px 0 0 20px;
}

#rates table{
	border-collapse: collapse;
	float: left;
	margin-bottom: 10px;
	text-align: center;
	width: 440px;
}

#rates ul{
	/*clear: right;*/
	float: left;
	margin-left: 0px;
	padding-left: 25px;
	width: 200px;
}

#rates ul#special{
	width: auto;	
}

#rates #footer{
	clear: left;	
}

#rates p{
	clear: left;
	margin: 7px 0;
}

#rates p.floatToo {
	clear: none;
	float: left;
	margin: 7px 0 0 12px;
	width: 212px;
}