@charset "utf-8";
/* CSS Document */

/* @group Item Properties */

.last {
	margin: 0;
	padding: 0;
	border: none;	
}

.row {
	vertical-align: top;
	width:100%;
}

.section {
	display: table-cell;
	vertical-align: top;
}

.img-home-news {
	width: 90px;
	text-align: center;
}
.img-home-news img {
	max-width: 90px;
}

.inline-table {
	display: inline-table;
}

.moz-deck {
	display: -moz-deck;
}

.full {
	width: 100%;
}

.two {
	width: 47.7%;
}

.three {
	width: 30%;
}

/* @end */

/* @group Item Textstyles */

h4 {
	color: #20599A;
	font: italic 12px/18px "Trebuchet MS", Helvetica, Arial, sans-serif;		
}

/* @end */