#newsBar {
	background-image:	url(../images/newsBar.jpg);
	background-repeat:	no-repeat;
	background-position:0px 0px;
	height:				40px;
	text-align:			center;
	margin-top:			45px;
	padding-bottom:		5px;
	
}

#newsBar.newsBar2 {
	background-image:	url(../images/newsBar2.jpg);
}

#newsBar div#newsBarContainer, #newsBar.newsBar2 div#newsBarContainer{
	text-align:			left;
	text-indent:		65px;
	//text-indent:		15px;
	height:				40px;
	line-height:		35px;
	margin-left:		150px;
	overflow:			hidden;
	white-space:		nowrap;

}


#newsBar.newsBar2 div#newsBarContainer{
	margin-left:		250px;
}

div#newsBarContainer {
	margin-left:		0px !important;
}


a.news, a.newsHidden {
	display:			inline;
	text-decoration:	none;
	color:				black;
	font-family:		Arial;
	font-size:			9pt;
	font-weight:		bold;
	color:				#005a83;
	//font-weight:		normal;
}

a.newsHidden {
	display:			none;
}

a.news:hover {
	text-decoration:	none;
	display:			inline;
}



