
.WhatsNew
{
	position: relative;
	width: 348px;
	overflow: visible;
	white-space: nowrap;
	margin: 10px auto 12px auto;
	background-image: url(/images/home/whatsnew/top.gif);
	background-repeat: no-repeat;
}
	.WhatsNewHead
	{
		position: relative;
		height: 17px;
	}
		h3.WhatsNewHeadLine
		{
			display: block;
			text-align: left;
			color: #3794CB        !important;
			font-size: 12px       !important;
			text-transform: uppercase;
			padding-left: 10px;
		}
			
	.WhatsNewContent
	{
		margin: 0px;
		background-color: #3D3D3D;
		padding: 8px 15px 8px 5px;
		text-align: left;
		background-image: url(/images/home/whatsnew/bottom.gif);
		background-repeat: no-repeat;
		background-position: bottom;
	}
	
	.NewsItem
	{
		list-style-image: url('/images/home/whatsnew/bullet.gif');
		font-size: 12px;
		margin-right: -6px;
		line-height: 16px;
		padding-left: -3px;
		vertical-align: top;
		color: #FFFFFF;
	}
	
	.NewsItem a
	{
		color: #FFFFFF;
	}
