#ticker-container {
        position:relative;
        overflow:hidden;
        width: 150px;
        height: 90px;
        background-repeat: repeat;
        padding: 2px;
        
        }
	
	#ticker {
		position:relative;
		width:150px;
	}
	
	#ticker ul {
		padding:0;
		margin:0;
		list-style-type:none;
	}
	#ticker ul li {
            display:list-item;
            margin-top: 1px;
            margin-bottom: 1px;
            padding-top: 1px;
            padding-bottom: 1px;
            font-family: verdana;
            font-size: 8pt;
            color: #575757;
            padding-left: 2px;
	}
	
	#ticker ul li a {
            font-family: verdana;
            font-size: 8pt;
            font-weight: bold;
            color: #548ab6;
            
           
	}
        
        #ticker ul li a:hover {
            font-family: verdana;
            font-size: 8pt;
            font-weight: bold;
            color: #6f6d6d;
        #ticker-container {
        position:relative;
        overflow:hidden;
        width: 150px;
        height: 90px;
        background-repeat: repeat;
        padding: 2px;
        
        }
	
	#ticker {
		position:relative;
		width:150px;
	}
	
	#ticker ul {
		padding:0;
		margin:0;
		list-style-type:none;
	}
	#ticker ul li {
            display:list-item;
            margin-top: 1px;
            margin-bottom: 1px;
            padding-top: 1px;
            padding-bottom: 1px;
            font-family: verdana;
            font-size: 8pt;
            color: #575757;
            padding-left: 2px;
	}
	
	#ticker ul li a {
            font-family: verdana;
            font-size: 8pt;
            font-weight: bold;
            color: #548ab6;
            
           
	}
        
        #ticker ul li a:hover {
            font-family: verdana;
            font-size: 8pt;
            font-weight: bold;
            color: #6f6d6d;
        }
        
        
       #datecell{
	height:25px;
	font:bold 8pt Verdana,Arial,Tahoma,sans-serif;
	color:#ffffff;
	text-align:center;
	background:#5372A7;
}