@charset "utf-8";
.PicBorders {
	border: 4px double #E1DD8A;
}
.SideBorders {
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #F2CD1C;
	border-left-color: #F2CD1C;
}
.ListingImage {
	width: 160px;
	height: 114px;
	text-align: center;
	border: 4px double #DCDCDC;
	background-color: #FFF;
	margin-left: 10px;
}
.BlueText {
	color: #03F;
}
.RedText {
	color: #F00;
}
.ImageSize {
	height: 114px;
	width: 160px;
}
