@charset "UTF-8";/* CSS Document */#news{	width:210px;	margin-top: 35px;	color: #313C5B;	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;	font-size: 11px;	height: 108px;	padding: 0px;	margin-left: 10px;}#news h4 {	margin: 0px;	padding: 0px;	font-size: 12px;	color: #1B2131;}#news a{	color:#363E4A;}#news a:hover {	color: #090B0D;}#news ul{	margin:0 .5em 0 1em;	padding:0;}#news li{	line-height:16px;	padding-bottom: 10px;}/* the news box when JavaScript is available */#news.hasJS{	height:108px;	overflow:hidden;	position:relative;}/* The nested UL when JavaScript is available */#news.hasJS ul{	position:absolute;	top:98px;	left:0;	margin:0 .5em 0 .5em;	padding:0;}
