/* CSS Document */

.newsItem h3 {
	font-size: 14px;
	color: #785E3D;
}

.newsItem h4 {
	font-size: 10px;
	color: #666666;
	font-weight: lighter;
	margin-bottom: -10px;
}

.titleNews {
	background-image: url(../images/news.png);
	background-repeat: no-repeat;
	width: 125px;
	height: 50px;
}

.newsItem p {
	border: thin solid #999999;
	padding: 10px;
	top: -10px;
	position: relative;
}
