
/* NEWS CLIP */

#news h2	{
	font-size: 0.75em;
	color: white;
	background-color: #4e87b9;
	background-image: url(bar.gif);
	padding: 5px 0 5px 15px;
	margin-bottom: 0px;
	}

#news a	{
	color: #2c5e8a;
	text-decoration: none;
	}

#news ul	{
	font-size: 0.75em;
	color: #888888;
	list-style-type:none;
	margin: 0;
	padding:10px 5px;
	background-color: #deeeff;
	}

#news li	{
	background-image: url(menu03.gif);
	background-repeat: no-repeat;
	background-position: 1px 8px;
	padding-left: 15px;
	padding-bottom: 5px;
	}