.newsTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	border-bottom:1px solid #DADADA;
	width:540px;
	text-decoration: none;
	line-height:18px;
	cursor: url(../images/News/handExpand.cur);
}
.newsDate {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	padding-top:9px;
	font-weight:normal;
}
.newsExpand {
	background-color: #FAFAFA;
	width:540px;
	background-image: url(../images/News/newsBgDown.jpg);
	background-repeat:no-repeat;
	border-top:1px solid white;
	background-position:bottom right;
}
.newsExpandedInner {
	background-image: url(../images/News/newsBgUp.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding: 22px 23px 16px 27px;
	border-bottom:1px solid #DADADA;
	line-height:18px;	
}




