.News {
	padding-bottom: 0.3em;
}
h2.News {
	border: none;
	background-image: none;
	font-size: 130%;
	text-transform: none;
	padding-left: 0;
}
h2.News .Date {
	font-size: 80%;
	padding-top: 0.5em;
}
h3.News .Date {
}
/*
.News img {
	border: 1px solid #DDD;
}
*/
.News h3 {
	margin: 0 0 0.2em 0em;
	font-weight: normal;
	font-size: 100%;
	line-height: 1.3;
}
.News h3 img {
	float: none;
	margin-right: 0.1em;
	vertical-align: bottom;
}
.News .Date {
	font-size: 80%;
}
.Date,.Subtitle {
	font-weight: normal;
}
.DateTime .Date, .DateTime .Time{
	font-size: 80%;
	/*white-space: nowrap;*/
}
.DateTime  {
	margin: 0 0 0.5em 0;
}
.News p {
	margin-top:0;
}
.Lead {
	font-weight: bold;
	font-style: normal;
}
.RightPicture {
	float: right;
	text-align: right;
	margin: 0 0.5em 0 1em;
	border: 1px solid #DDD;
}
.LeftPicture {
	float: left;
	text-align: left;
	margin: 0 1em 0 0.5em;
	border: 1px solid #DDD;
}
.PicturesBar {
	text-align: center;
}
.PicturesBar div {
	display: inline;
}
.PicturesBar img {
	margin: 0 0 0.5em 1em;
}
.RightPicture img, .LeftPicture img {
	margin: 0.1em 0 0 0;
}
.RightPicture a, .LeftPicture a, .PicturesBar a {
	border: none;
}
.PicturesBar:after {  /* smart float clearing */
	height: 0;
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
}
