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

	
	#ticker_news_entry_table {
	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;
        width: 100%;
        height: 100%;
  }

  #ticker_news_entry_link{
  font-family:Tahoma;
  font-weight:bold;
	font-size:15px;
	color: black;
	text-decoration:none;
	width: 100%;
	height: 100%;
}

#ticker_news_entry_link:hover{
  font-family:Tahoma;
  font-weight:bold;
	font-size:15px;
	color:black;
	text-decoration:none;
	width: 100%;
	height: 100%;
}

.ticker_news_entry_head{
  font-family:Tahoma;
  font-weight:bold;
 font-size: 9pt;
  color: black;
  text-align:justify; 
}

.ticker_news_entry_head_small{
  font-family:Tahoma;
  font-weight:normal;
  font-size: 12pt;
  text-align:justify; 
}

.ticker_news_entry_text{
  font-family:Tahoma;
  font-weight:normal;
 font-size: 9pt;
	color:black;
  text-align:justify; 
}
