.TopBottomGrey {
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.greyOuterBorder {
	border: medium solid #999999;
}
.TopBottomGreyThin {

	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.BottomGreyThin {


	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.RightGreyThin {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
}
.BottomGreyDotted {



	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: none;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.TopGreyThin {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
}
.greyOuterBorderThin {

	border: thin solid #999999;
}
.LeftGreyDotted {
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #999999;
}
.TopBottomOrg {

	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ff9900;
	border-bottom-color: #ff9900;
}
.BottomOrg {
	border-bottom-width: thin;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #ff9900;
}
.DKgreyOuterBorder {

	border: medium solid #333333;
}
.DkGreyBkgrd {
	background-color: #333333;
}
.orgOuterBorderThin {


	border: thin solid #FF9900;
}
.LeftDkGrey {

	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #333333;
}
.whiteOuterBorderThin {


	border: thin solid #FFFFFF;
}
.whiteOuterBorderMed {



	border: medium solid #FFFFFF;
}
.BlackOuterBorderThin {


	border: thin solid #000000;
}
.redOuterBorderThin {
	border: thin solid #FF0000;
}
.fullGreyTableBorder {
	border: medium solid #999999;
}
.BlackTopBottomBorderThin {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.BottomMaroonDotted {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: none;
	border-bottom-style: dotted;
	border-bottom-color: #864c6b;
}
.maroonOuterBorderDotted {
	border: thin dotted #864c6b;
}
.RightMaroonDotted {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #864c6b;
}
.TopBottomMaroonDotted {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-bottom-color: #864c6b;
	border-top-color: #864c6b;
}
