#news {
	width: 208px;
	height: 454px;
	float: right;
	font-family: arial, verdana, helvetica, sans;
	color: #666;
	font-size: 7pt;
	background: url('images/news.jpg') no-repeat;
	padding-left: 8px;
	}
}
#news h2
	{
	font-size: 8pt;
	margin: 4px 0px 6px 0px;
	padding: 0;
	}
#news h3
	{
	font-size: 8pt;
	color: #666666;
	margin: 0px 0px 8px 0px;
	padding: 0;
	}
#news ul {
	margin: 2px 0px 4px 0px;
	list-style-type: none;
	/*list-style: outside url('images/news_item.gif');*/
	text-align: left;
}
#news li {
  margin: 4px 16px 0px 0px;
  text-align: justify;
  font-size: 7.2pt;
}
#news a {
  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;
}
#news h2
	{
 	position: relative;
	top: -4px;
	}
#news h2 img {
 	position: relative;
	top: 3px;
	left: 4px;
}