/*
   Targets Oem 0 Files
*/
/* ARTICLE IMAGE */
.photocopy { /* The box that surrounds the article image */
	background: #ccc;
	color: #000000;
	border: 0px;
}
.photocopy img {
}
.photocopy_text img {
	border:0px;
}
.photocopy_text { /* Text within article image. Use for padding */
	padding: 2px;
	background: #ccc;
}
.adspace img {
	display: block;
}

