.blackMedFrame {
	border: medium solid #000000;
}
.greyMedFrame {

	border: medium solid #999999;
}
.greyThinFrame {


	border: thin solid #999999;
}
.greyThinTop {
	border-top: thin solid #999999;
}
.greyThinTopBottom {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
}
