#centerBoxNews {
	width:540px;
	height: 208px;
	min-height: 208px;
	max-height: 208px;
	background-color:#eeebe4;
	margin-bottom:10px;
	overflow: none;
}

#news	{
	position:relative;
	margin-top:0px;
	margin-left:10px;
	margin-right:5px;
	margin-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
}

.newsTitle {
	font-size:13px;
	color:#636363;
	line-height:16px;
	padding-left: 0px;
	font-weight: bold;
}
.newsTitle a:link {
	font-size:13px;
	color: #636363;
}
.newsTitle a:visited {
	color: #636363;
	font-size:13px;
}
.newsTitle a:active {
	color: #ee3a43;
	font-size:13px;
}
.newsTitle a:hover {
	color: #ee3a43;
	font-size:13px;
	text-decoration:none;
}

.newsText {
	font-size:12px;
	color:#636363;
	line-height:16px;
	margin-left: 0px;
	padding-left: 0px;
	display:block;
}
.newsText a:link {
	font-size:12px;
	color: #636363;
}
.newsText a:visited {
	color: #636363;
	font-size:12px;
}
.newsText a:active {
	color: #ee3a43;
	font-size:12px;
}
.newsText a:hover {
	color: #ee3a43;
	font-size:12px;
	text-decoration:none;
}
.simplePagerContainer	{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
}
ul.simplePagerNav	{
	position: absolute;
	bottom: 0%;
	left: 0%;
}
ul.simplePagerNav li	{
	display:inline;
	width: 10px;
	padding: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 7px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

ul.simplePagerNav li a{
	color: #333;
	text-decoration: none;
}

li.currentPage {
	background: #c92627;
}

ul.simplePagerNav li.currentPage a {
	color: #fff;	
}