.bottomLine {
	border-bottom-color:#0066AA;
	border-bottom-style:solid;
	border-top-color:#FFFFFF;
	border-top-style:none;
	border-left-color:#FFFFFF;
	border-left-style:none;
	border-right-color:#FFFFFF;
	border-right-style:none;
	background:none;
}
.noneLine {
	background:none;
	border-bottom-color:#FFFFFF;
	border-bottom-style:none;
	border-top-color:#FFFFFF;
	border-top-style:none;
	border-left-color:#FFFFFF;
	border-left-style:none;
	border-right-color:#FFFFFF;
	border-right-style:none;	
}
.noneTableLine {
	border-bottom-style:none;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	border-style:none;	
}
.specialBottomLine {
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-top-color:#FFFFFF;
	border-top-style:none;
	border-left-color:#FFFFFF;
	border-left-style:none;
	border-right-color:#FFFFFF;
	border-right-style:none;
	background:none;
}
.noneBottomLine {
	border-bottom-style:none;
}
.noneTopLine {
	border-top-style:none;
}
.noneLeftLine {
	border-left-style:none;
}
.noneRightLine {
	border-right-style:none;
}
.onlyRightLine {
	border-bottom-style:none;
	border-top-style:none;
	border-left-style:none;
}
.onlyLeftLine {
	border-bottom-style:none;
	border-top-style:none;
	border-right-style:none;
}
.onlyToptLine {
	border-bottom-style:none;
	border-right-style:none;
	border-left-style:none;
}
.onlyBottomLine {
	border-right-style:none;
	border-top-style:none;
	border-left-style:none;
}
