#newsf	{
	width:600px;
	margin:0;
	padding:8px 0 0 12px;
	border-left:solid 1px #e8e3e7;
}

#newsf_top {
	width:600px;
	height:32px;
	background:url(../img/news_top.gif) no-repeat;
}
#newsf_body {
	width:600px;
	text-align:left;
	padding:0 0 0 0;
	background: url(../img/news_body.gif);
}

#newsf_btm {
	width:600px;
	height:15px;
	background:url(../img/news_btm.gif) no-repeat;

}
#newsf_body dl {
	width:540px;
	margin:0 0 0 30px;
	padding:6px 0 0 0;
	font-size:10pt;
	color:#333333;
	overflow:hidden;
}
#newsf_body dl dt.top {
	float:left;
	width:100px;
	padding:5px 0 5px 20px;
	background:url(../img/news_icon.gif) no-repeat 0px 0.4em;
	clear:both;
}
#newsf_body dl dd.top {
	width:400px;
	margin-left:100px;
	padding:3px 0 5px 10px;
	line-height:1.4em;
}
#newsf_body dl dt.nml {
	float:left;
	width:100px;
	padding:5px 0 5px 20px;
	background:url(../img/news_icon.gif) no-repeat 0px 0.4em;
	border-top:dotted 1px #cccccc;
	clear:both;
}
#newsf_body dl dd.nml {
	width:400px;
	margin-left:100px;
	padding:3px 0 5px 10px;
	line-height:1.4em;
	border-top:dotted 1px #cccccc;
}

