.mouseOVER {
	background-color:#FF0000;
	/*border-top-style:dashed;
	border-top-width:1px;
	border-top-color: #B4BACA;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#B4BACA;
	border-left-style:dashed;
	border-left-width:1px;
	border-left-color:#B4BACA;*/
}
.mouseOUT{
	background-color: #E3ECF5;
	border-style:none;
}
.mouseOVERnormal{
	background-color:#FAFAFA;
	/*border-top-style:dashed;
	border-top-width:1px;
	border-top-color: #B4BACA;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#B4BACA;
	border-left-style:dashed;
	border-left-width:1px;
	border-left-color:#B4BACA;*/
}