.leftHeavyBorder {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000000;
}
.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;
}
#ratesMenu {
	float: left;
	margin-top: 10px;
}
#ratesMenu #col1 {
	float: left;
	width: 130px;
}
#ratesMenu #col2 {
	float: left;
	width: 170px;
}
#ratesMenu #col2 span, #ratesMenu #col3 span{
	padding-left: 13px;
}

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