#news
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 7pt;
	width: 214px;
	float: right;
	margin-top: 265px;
}

#news ul {
	margin: 2px 4px 4px 4px;
	list-style-type: none;
	/*list-style: outside url('images/news_item.gif');*/
	text-align: left;
}

#news li {
	margin: 4px 0px 0px 0px;
	text-align: justify;
	font-size: 7pt;
}

#news a
{
	font-size: 7pt;
	font-weight: bold;
}
#news a:link
{
  color: #002F59;
  text-decoration: none;
  font-weight: bold;
}
#news a:visited {
  color: #666666;
  text-decoration: none;
}
#news a:active,
#news a:hover {
  color: #6E1414;
  text-decoration: none;
}