#newsContainer .titleContainer{
	border: 0px solid;
	margin-bottom: 10px;
}

#newsContainer .titleContainer .title{
	margin: 0px;
}

#newsContainer .titleContainer .date{
	border: 0px solid;
	color: #808080;
	font-size: 10px;
}

#newsContainer .content{
	border: 0px solid;
}

#newsContainer .content .picture{
	border: 1px solid #bfbfbf;
	clear: both;
	float: left;
	margin: 0px 10px 10px 0px;
}

#newsContainer .content .textIntroduction{
	/*font-weight: bolder;*/
	margin-bottom: 10px;
}

#newsContainer .content .textMore{
}

#newsContainer .back{
	border: 0px solid;
	clear: both;
	float: left;
	margin-top: 10px;
}

#newsContainer .back a{
	color: #FBE34D;
	text-decoration: underline;
}

