#contactNews {
	float:left;
	width: 300px;
	margin-top: 15px;
}
	#contactNews .nTitle {
		width: 300px;
		background-color:#3c3c3c;
		padding: 5px 10px; 
		color: #b38f1b;
		font-size: 16px;
		font-weight: bold;
	}
	#contactNews .nTitle a{	
		color: #b38f1b;
		text-decoration: none;
	}
	#contactNews .nTitle a:hover{
		color: #b38f1b;
		text-decoration: none;
	}	
	
	#contactNews .nContent {
		width: 298px;
		border: #3c3c3c 1px solid;
		padding: 10px 10px; 
	}
	#contactNews a {
		text-decoration: none;
		color:#333333;
	}
	#contactNews a:hover {
		text-decoration: underline;
		color: #333333;
	}	
	
	#contactNews .item {
		margin-top: 15px;
		margin-bottom: 5px;
	}


#contactAgenda{
	float: right;
	width: 200px;
	margin: 15px 15px 0 15px;
}
	#contactAgenda .eTitle {
		width: 170px;
		background-color:#3c3c3c;
		padding: 5px 10px; 
		color: #b38f1b;
		font-size: 16px;
		font-weight: bold;
	}
		#contactAgenda .eTitle a{	
			color: #b38f1b;
			text-decoration: none;
		}
		#contactAgenda .eTitle a:hover{
			color: #b38f1b;
			text-decoration: none;
		}	

	#contactAgenda .eContent {
		width: 168px;
		border: #3c3c3c 1px solid;
		padding: 10px 10px; 
	}
	#contactAgenda a {
		text-decoration: none;
		color:#333333;
	}
	#contactAgenda a:hover {
		text-decoration: underline;
		color: #333333;
	}	
	#contactAgenda .item {
		margin-bottom: 5px;
	}
	
	#contactAgenda .itemNoURL {
		text-decoration: none;
		color:#333333;
	}