.news, .news_summary {
	margin:		0.5em 0.5em 1em 0.5em;
	padding-bottom:	0.5em;
	border-bottom:	2px solid #1ea381;
	font-size:	80%;
}

	.news .abstract {
		padding-top:	0.5em;
		font-size:	125%;
		font-weight:	550;
        }

		/* p.abstract strong {
			font-weight:	100;
	        } */

	.news .body {
		padding-top:	1em;
        }

	.news .related_news {
		background-color:	#eaeaea;
	}

		.news .related_news ul {
			margin-left:	3em;
		}

	.news h1, .news_summary h1 {
		font-size:	150%;
	}

		news. h1 a, .news_summary h1 a,
		news. h2 a, .news_summary h2 a {
			color:			#1c7059;
			text-decoration:	none;
		}

	.news h2, .news_summary h2 {
		font-size:	125%;
		padding-bottom:	0.5em;
	}

		.news_summary strong {
			font-weight:	100;
		}

	.news img {
		padding:	0.5em;
	}
	.news_summary .image {
		display:	block;
		float:		right;
		padding-left:	1em;
	}

		.news_summary .image img {
			border:		2px solid #1ea381;
		}


.news_image span {
	display:	block;
	text-align:	center;	
	font-size:	75%;
	color:		#666;
}

