* {
	margin: 0;
	padding: 0;
}
* html {
	margin: 0;
	padding: 0;	
}

body {
	margin: 0;
	padding: 0;
	font: 900 14px Helvetica, Arial, sans-serif;
	background: #FFFFFF;
}

#NewsTicker {
	display: block;
	clear: both;	
	background-color: #B9B9BB;
	color: #000000;;
	padding: 2px;
	background: #B9B9BB url(../images/background/tickercorner.gif) no-repeat bottom right;
	height: 25px;	
}

#NewsTicker strong {
	padding-right:10px;	
}

#TickerContent {
	padding: 0px 5px;
	display: block;	
	height: 25px;
	overflow: hidden;
}

#TickerContent p {
	display: block;
	height: 25px;
	line-height: 25px;	
}

#TickerContent a, #TickerContent a:visited
{
	color: #ffffff;
	text-decoration: underline;
}

#TickerContent a:hover, #TickerContent a:active
 {
	color: #4C4C4F;
	text-decoration: underline;
}