#NewsWrapper {
    width: 330px;
    padding: 0;
    text-align: left;
}
#NewsTitle {
	font-size: 12px;
	font-weight: bold;
	color: #3366CC;
	font-family: "‚l‚r UI Gothic", "sans-serif";
	padding-left: 12px; 
	text-indent: -1em;
}
#NewsBody {
	font-family: "MS UI Gothic", "sans-serif";
	font-size: 12px;
	line-height: 15px;
	border-bottom: 1px dotted #999999;
	padding: 3px 0px 3px 12px;
	margin-bottom: 3px;
}

