@charset "utf-8";
/* CSS Document */

.news-details {
	width:100%;
}

.news-details-item {
}

.news-details .date {
	width:100%;
	float: right;
	color: #364e8a;
	font-weight:bold;
	font-size: 11px;
	text-decoration:underline;
}

.news-details .headline {
	font-size:13px;
	font-weight:bold;
	color:#29395f;
	padding:0 0 5px 0;
}

.news-details .summary {
	font-size: 11px;
	padding: 10px 0 20px 0;
}

.news-details .newsImage {
	margin: 5px;
	border:1px solid #ce0000;
}
/******************************************/
