/** NEWS **/
.news {
  	float: left;
  	margin: 0;
  	padding: 0;
  	
  	width: 486px;

  	border-bottom: 1px dashed #0044cd;
}

.news .news_title {
  	font-family: Trebuchet MS, Verdana;
  	font-weight: bold;
  	font-size: 13pt;
  	color: #0044cd;
}

.news .news_subtitle {	
  	font-family: Trebuchet MS, Verdana;
  	font-weight: normal;
  	font-size: 9pt;
  	color: #606060;
	
  	float: left;
}

.news .news_content {
  	padding: 0 0 0 10px;
  	margin: 0 0 10px 0;
}
