        #ticker-container {
        position:relative;
        overflow:hidden;
        width: 98%;
        height: 130px;
        background-color: #FFFFFF;
        background-repeat: repeat;
        padding: 2px;
        //border: 1px solid #0080C0;
        }
	
	#ticker {
		position:relative;
		width:98%;
	}
	
	#ticker ul {
		padding:0px;
		margin:0px;
		list-style-type:none;
	}
	#ticker ul li {
            display:list-item;
            margin-top: 1px;
            margin-bottom: 1px;
            padding-top: 1px;
            padding-bottom: 1px;
            font-family: arial;
            font-size: 12px;
            font-weight: normal;
            color: #004080;
            padding-left: 2px;
	}
	
	#ticker ul li a {
            font-family: arial;
            font-size: 12px;
            font-weight: normal;
            color: #000000;
            text-decoration: none;
            padding-left: 2px;
	}
        
    #ticker ul li a:hover {
        font-family: arial;
        font-size: 12px;
        color: #0000cc;
        text-decoration: none;
        padding-left: 2px;
    }

