@charset "UTF-8";
/* CSS Document */

	.scrollerText{
		color:#666666;
		font-family:arial;
		font-weight:bold;
		font-size:10pt;
	}
	
	a.scrollerText:link{
		color:#666666;
		text-decoration:none;
	}

	a.scrollerText:hover{
	color:#164465;
	text-decoration:underline;
	}

	.headerPanel{
	font-family:arial;
	color:#164465;
	font-size:12pt;
	font-weight:bold;
	width:80px;
	height:30px;
	padding-left:20px;
	padding-top:8px;
	float:left;
	}

	.outerNewsTickerDiv{
	width:729px;
	height:37px;
	border:#003366 0px solid;
	overflow:hidden;
	}

	.newsItemDiv{
		height:19px;
		overflow:hidden;
		position:relative;
		padding:0px;
		float:left;
	}

	.separatorClass{
		color:#826766;
	}

	.newsItemContainerDiv{
		height:25px;
		overflow:hidden;
		padding:6px;
		padding-left:10px;
		width:630px;
	}
