div.news .item {
	color: black;
	padding: 0;
	margin: 10px 0;
	line-height: 15px;
}

div.item a {
	color: #024B7C;
}

div.item a:hover {
	color: #024B7C;
}

div.news .item h2 {
	padding: 0;
	margin: 0px 0 10px 0;
	font-size: 1.5em;
	font-weight: bold;
}

div.news .item h1 a.title,
div.news .item h1 span.title,
div.news .item h2 a.title,
div.news .item h2 span.title,
div.news .item h3 a.title,
div.news .item h3 span.title {
	font-size: 1em;
	/*font-weight: bold;*/
	color: #024B7C;
	display: block;
	margin-bottom: 5px;
	line-height: 1.2em;
}

div.news .item h1 {
	font-size: 1.4em;
}

div.news .item .date {
	font-size: 0.9em;
	color: rgb(62, 144, 194);
	margin: 5px 0 2px 0;
}

div.news .item p {
	margin: 0px 0 1.25em 0;
}
