.mainContainer {
}
.newsPanel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	background-color: #644A3B;
	text-align: justify;
	height: 326px;
	width: 164px;
	overflow-y: auto;
	overflow-x: hidden;
	
}
.mainDataPage {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	background-color: #000;
	text-align: justify;
	height: 463px;
	width: 571px;
	overflow-y: auto;
	overflow-x: hidden;
}
.centered {
}
.newsText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #644A3B;
	text-align: justify;
}
