.aboutPage .news .pushTop {
	height:38px;
	background:transparent url(/img/push/push-top-bg-grey.png) repeat-x;
}
* html .aboutPage .news .pushTop {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/push/push-top-bg-grey.png',sizingMethod='scale');
}

.aboutPage  .news .borderTpushl {
	height:38px;
	background:transparent url(/img/push/push-left-bg-grey.png) repeat-x;
}
* html .aboutPage  .news .borderTpushl { 
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/push/push-left-bg-grey.png',sizingMethod='crop');
}

.aboutPage  .news .borderTpushr {
	height:38px;
	background:transparent url(/img/push/push-right-bg-grey.png) repeat-x;
}
* html .aboutPage  .news .borderTpushr { 
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/push/push-right-bg-grey.png',sizingMethod='crop');
}
.aboutPage  .news .pushTop h2 {
	color:#fff;
	font-family:Arial, sans-serif; font-size:13px; font-weight:bold;
}

.news {
	width:164px;
}
.news .content {
	min-height:226px;
}
* html .news .content {
	height:226px;
}
.news .content h2 {
	color:#d11305;
	font-size:17px;
	font-weight:bold;
	margin-bottom:0.6em;
	font-family: Arial, Helvetica, sans-serif;
}
.news .content h3 {
	color:#d11305;
	font-family: Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;
}
.news .content p {
	color:#616161;
	font-size:10px;
	margin-bottom:10px;
}
.news .content p a {
	color:#949494;
}
.news .content span a {
	color:#949494;
	padding-top:15px;
	display:block;
	font-size:10px;
}

