@charset "utf-8";
/* CSS Document */

.News{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px; 
	border-bottom-left-radius: 5px;
		position:relative; 
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; 
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; 
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	text-align:center;
	cursor:pointer;
}

.IMG{
	width:180px;
		border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px; 
	border-bottom-left-radius: 5px; 
	padding-top:7px;

}

.Text{
	text-align:justify;
	padding:5px;
	
}