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

/* NEWS TICKER STYLES */



#ticker {
	margin-top: 10px;
	height: 45px;
	width:899px;
	border-top: solid 1px #CCCCCC;
	float: right;
}

#jqnewsOriz {
	border: solid 0px #000;
	height: 30px;
	width: auto;
	overflow: hidden;
	margin:auto;
	margin-top: 7px;
}

#jqnewsOriz div {
	float:left;	
	border-left: solid 1px #666;	
	border-right: solid 1px #666;	
	height: 20px;
	background-color:#FFFFFF;
	width: 415px; 
	margin-top: 5px;
	margin-left: 10px;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top:3px;
	display:block;
	text-align:center;
}

.news-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
.news-text a:link { text-decoration:none; color:#FF0000;}
.news-text a:visited { text-decoration:none; color:#FF0000;}
.news-text a:hover { text-decoration:none; color:#000000;}
.news-text a:active { text-decoration:none; color:#FF0000;}


/* END OF NEWS TICKER STYLES */

