TABLE { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 10px; letter-spacing : normal; color : white; }

BODY { background-repeat: no-repeat; background-image: url(images/background.jpg); background-color: #274A78; }

A:ACTIVE { color: #E8BF8A; text-decoration : none; font-weight: bold }

A:VISITED { color: #E8BF8A; text-decoration : none; font-weight: bold }

A:link { color: #E8BF8A; text-decoration : none; font-weight: bold }

A:hover { color: #FFFFFF; text-decoration : none; font-weight: bold}

        #ticker-container {
        position:absolute;
        overflow:hidden;
        width: 150px;
        height: 235px;
        background-color: #274A78;
        background-repeat: repeat;
        padding: 0px;
        border: 0px;
        }
	
	#ticker {
	position:relative;
	width:150px;
	}
	
	#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: verdana;
            font-size: 10px;
            font-weight: normal;
            color: #ffffff;
            padding-left: 2px;
	}
	
	#ticker ul li a {
            font-family: verdana;
            font-size: 10px;
            font-weight: bold;
            color: #E8BF8A;
            text-decoration: none;
            padding-left: 2px;
	}
        
        #ticker ul li a:hover {
            font-family: verdana;
            font-size: 10px;
            color: #E8BF8A;
            text-decoration: none;
            padding-left: 2px;
        }
