.toplineincell {
	border-top: groove #999999;
	border-right: none #000000;
	border-bottom: none #000000;
	border-left: none #000000;
}
.bottomlinecell {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
}
.topandbottombeige {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF9966;
	border-right-color: #FF9966;
	border-bottom-color: #FF9966;
	border-left-color: #FF9966;
}
.framebeige {
	border-top: thin solid #FF9966;
	border-right: thin solid #FF9966;
	border-bottom: thin solid #FF9966;
	border-left: thin solid #FF9966;

}
.topandbottombeigeCopy {
	border: thin solid #FF9966;

}
.topbeige {
	border-top: thin solid #FF9966;
	border-right: none;
	border-bottom: none;
	border-left: none;

}
.leftbeige {

	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: thin solid #FF9966;
}
.rightbeige {


	border-top: none;
	border-right: thin solid;
	border-bottom: none;
	border-left: none #FF9966;
}
.bottombeige {

	border-top: none;
	border-right: none;
	border-bottom: thin solid #FF9966;
	border-left: none;
}
.frameblue {
	border: medium solid #6699CC;
}
.bottomblue {


	border-top: none;
	border-right: none;
	border-bottom: thin solid #6699CC;
	border-left: none;
}

