DIV.boxnews {
	width: 100%;
	padding: 5px 0px 5px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #B2B5D4;
	float: left;
}
	DIV.boxnews SPAN {
		font-size: 0.9em;
	}
	DIV.boxnews H2 {
		margin-top: 10px;
		font-size: 1.5em;
	}
		DIV.boxnews H2 A {
			font-weight: normal;
			text-decoration: none;
		}
		DIV.boxnews H2 A:hover {
			text-decoration: underline;
		}
	DIV.boxnews IMG {
		margin: 0px 10px 0px 0px;
		float: left;
		border: 5px solid #EBECF4;
	}
