@charset "utf-8";
.columnHome1 {
	width: 49%;
	float: left;
}
.columnHome1 h1, .columnHome2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	color: #12517A;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #12517A;
}
.columnHome2 {
	float: right;
	width: 49%;
}
.newsItem {
	margin-bottom: 20px;
	padding: 8px;
	background-color: #EEF5FB;
}
.newsItem h2 {
	line-height: 135%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}
.home { /* hack per contenere il float */
	float: left;
	width: 100%;
}

