

/*
       #ticker-container {
        position:relative;
        overflow:hidden;
        width: 350px;
        height: 210px;
        background-repeat: repeat;
        padding: 0px;
		 margin: 0px;
        border: 0px solid ;
		border-color: gray;
        }
	

	
	#ticker_news_entry_table {
	background-image: url(images/bg_main_special.png);
    background-color: #f9f9f9;
	border-left-width: 1px;
	border-left-color: #e7e7e7;
	border-left-style: solid;
	border-top-width: 1px;
	border-top-color: #e7e7e7;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: lightgray;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: lightgray;
	margin-bottom: 3px;
  }

  #ticker_news_entry_link{
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-weight:bold;
	font-size:15px;
	color: black;
	text-decoration:none;
	width: 100%;
	height: 100%;
}

#ticker_news_entry_link:hover{
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-weight:bold;
	font-size:15px;
	color:black;
	text-decoration:none;
	width: 100%;
	height: 100%;
}

.ticker_news_entry_head{
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-weight:bold;
	font-size:15px;
	color: black;
}

.ticker_news_entry_head_small{
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-weight:normal;
	font-size:10px;
	color: black;
}

.ticker_news_entry_text{
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-weight:normal;
	font-size:11px;
	color:black;
}

*/
