@charset "utf-8";
/* CSS Document */

        #ticker-container {
	position:relative;
	overflow:hidden;
	width: 100%;
	height: 50px;
	background-color: #FFFFCC;
	background-repeat: repeat;
	padding: 2px;
	border:  solid 0 1px;
        }
	
	#ticker {
	position:relative;
	width:100%;
	}
	
	#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: arial;
            font-size: xx-small;
            font-weight: normal;
            color: ;
            padding-left: 2px;
	}
	
	#ticker ul li a {
            font-family: arial;
            font-size: xx-small;
            font-weight: normal;
            color: #0033cc;
            text-decoration: none;
            padding-left: 2px;
	}
        
        #ticker ul li a:hover {
            font-family: arial;
            font-size: xx-small;
            color: ;
            text-decoration: none;
            padding-left: 2px;
        }

