	body {
		margin:0;
		padding:0;
	}
	#mfxNewsContainer {
		background:#fff;
		border:1px solid #BCD4F6;
		margin: 5px;
		overflow:hidden;
		padding:5px 2px;
		width:590px;
	}
	
	#mfxNewsContainer1 {
		float:left;overflow:hidden;
		width:500px;
	}
	
	#logo {float:left;
		width:80px;
		margin:7px 5px 0 5px;
	}
	
	#mfxNewsScroller {
		white-space: nowrap;
		margin-left:0;
		left:0;
		width:10000px;
		
	}

	.mfxNews {
		float:left;

	}
	
	.mfxNews a {
		font-size:11px;
		font-weight:bold;
		font-family: Arial, Helvetica, sans-serif;
		line-height:20px;
		text-decoration: none;
	}
	
	.mfxNews a:hover {
		color: #CC0000;
		text-decoration: underline;
	}
	
	img {
		border:0;
	}

