	td{
    font-size:10px;
    font-family:tahoma;
    color:000000;
    }
    a{
    text-decoration:none;
    font-size:11px;
    color:000000;
    font-family:verdana;
    font:900
    }
    a:hover{    
    color:#356FC6; 
    }
    a:visited{
    /*font-size:10px;*/
    color:000000;   
    }
    a.white {
    font-size:9px;
    color:ffffff;
	font-family:verdana;
    text-decoration:none;
    font:900
    }
    a.white:visited {
    color:ffffff;
    }
	a.pdf {
    font-size:10px;
    font-family:tahoma;
    color:000000;
	text-decoration:none;
	}
	.Style1 {
	color: #356FC6;
	font-weight: bold;
	font-style: italic;
	}
	#actus {
		margin:0 0 10px 43px;
		font-weight:bold;
		color:#154A90;
	}
	
/* liScroll style declarations */
.tickercontainer { /* the outer div with the black border */
	border: 1px solid #d5d5d5;
	background: #fff; 
	width: 393px; 
	height: 27px; 
	margin: 0 0 0 40px; 
	padding: 0
	overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 8px;
	width: 373px;
	overflow: hidden;
	height: 13px;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 450px;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	background: #fff;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	/*color: #ff0000;*/
	font: bold 10px Verdana;
	margin: 0 40px 0 0;
} 
ul.newsticker span {
	margin: 0 5px 0 0;
	color: #356FC6;
} 