/* CSS Document */



/*  News region
===================================================================================*/
		
#news
{
	padding: 0 0 10px 0;;
}
	
#news .item
{
	margin: 15px 20px;
	color: #CFD7FF;
	background: transparent;
}

#news .item a:link,
#news .item a:visited,
#news .item a:active
{
	text-decoration:none;
	font-size: 11px;
	color: #666;
	background: transparent;
}

#news .item a:hover
{
	text-decoration:underline;
	color:#FFF;
	background: transparent;
}
	
	
#news .item p
{
	font-size: 11px;
	margin: 3px 30px 0 0;
	color:#FFF;
	background: transparent;
}
#news .item p a:link,
#news .item p a:visited,
#news .item p a:active
{
	text-decoration:none;
	font-size: 11px;
	color:#FFF;
	background: transparent;
}

#news .item p a:hover
{
	text-decoration:underline;
	color: #CFD7FF;
	background: transparent;
}
	
#news .item h4
{
	margin: 0;
	font-size: 9px;
	color: #2B2E3E;
	background: transparent;
}

#news h2
{
	margin: 0;
	font-size: 14px;
	color: #666666;
	background: transparent;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
