@charset "UTF-8";
/* CSS Document */

.news_item {
	width: 100%;
	margin-bottom: 8px;
	margin-top: 16px;
	border-bottom: 1px dotted #CCCCCC;
}
.news_item.top {
	margin-top: 12px;
}
.news_image {
	margin-right: 8px;
	margin-top: -6px;
	vertical-align: -2px;
}
.news_title {
	font-size: 1.2em;
	color: #006699;
	vertical-align: bottom;
}
.news_text {
	margin-top: -2px;
}
.news_text p {
	font-weight: normal !important;
	margin-bottom: 6px;
}
.news_link {
	vertical-align: bottom;
	text-align: right;
	padding-bottom: 2px;
}

.publication_date {
	color: #999999;
	font-size: 11px;
	padding-bottom: 2px;
	text-align: right;
}

.download_link_item {
	color: #999999;
	font-size: 11px;
}
.download_details {
	color: #999999;
	font-size: 10px;
	padding-bottom: 6px;
	text-indent: 54px;
}