#main_right_content_news table {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}
#main_right_content_news th {
	text-align: left;
	font-size: 20px;
	color: #999999;
}
#main_right_content_news th a {
	color: #5F5E76;
	text-decoration: underline;
}
#main_right_content_news th a:visited {
	color: #5F5E76;
	text-decoration: underline;
}
#main_right_content_news th a:link {
	color: #5F5E76;
	text-decoration: underline;
}
#main_right_content_news th a:hover {
	color: #999999;
	text-decoration:underline;
}
#main_right_content_news tbody {
	text-align: justify;
	color: #5F5E76;
	text-decoration: none;
}
#main_right_content_news tbody a {
	color: #5F5E76;
	text-decoration: underline;
}
#main_right_content_news tbody a:visited {
	color: #5F5E76;
	text-decoration: underline;
}
#main_right_content_news tbody a:link {
	color: #5F5E76;
	text-decoration: underline;
}
#main_right_content_news tbody a:hover {
	color: #999999;
	text-decoration:underline;
}
#main_right_content_news tfoot {
	text-align: center;
}
.main_centre_latest_news {
	padding-top: 10px;

}
.main_centre_latest_news_item {
	margin-bottom: 20px;
	border: 1px solid #CCC;
}
.main_centre_latest_news_header {
	background-color: #999999;
	color: #FFF;
	font-weight: bold;
}
.main_centre_latest_news_header_right {
	width: 180px;
	float: right;
	padding-right: 10px;
	font-size: 24px;
	text-align: right;
}
.main_centre_latest_news_header_left {
	margin-right: 180px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 24px;
}
.main_centre_latest_news_text {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 18px;
}
.main_centre_latest_news_photos {
	text-align: center;	
}
.main_centre_latest_news_photos img {
	border: 1px solid #CCC;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
