.leftHeavyBorder {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000000;
}
#ratesTable td { padding-top: 3px; padding-right: 2px; padding-bottom: 3px; padding-left: 3px; }

.noBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rightHeavyBorder {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #000000;
}
.topHeavyBorder {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
}
 
.bottomHeavyBorder {
	border-bottom: 3px solid #000000;
}

.leftBorder {

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.topBorder {

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.cellSpace {
	padding-left: 3px;
}

.blankLine { height: 4px; border-top: solid 1px #000000; overflow: hidden }
#ratesMenu {
	float: left;
	margin-top: 10px;
}
#ratesMenu #col1 { float: left; width: 160px; 
}
#ratesMenu #col2 {
	float: left;
	width: 170px;
}
#ratesMenu #col2 span, #ratesMenu #col3 span{
	padding-left: 13px;
}

#ratesMenu #col3 { float: left; width: 200px; 
}
.bottomBorder {
	border-bottom: 1px solid #000000;
}
.heavyBorder { border: 3px solid #000000; }

