@charset "utf-8";
/* CSS Print stylesheet */
body  {
	font: 12pt Georgia, "Times New Roman", Times, serif; 
	color: #000;
}
h1, h2, h3, h4, h5, h6, p, a, li {
	color: #000;
}
a {
	text-decoration: none;
}
a img {
	border: 0;
}
#Navigation, #KeyMessages {
	display: none;
}
#FeedIcon {
	display:none;
}
img.photoleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: left;
}
img.photoright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	clear: both;
}