@charset "utf-8";
/* CSS Document */

.imageRollOver{
	/*border:0px;*/
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	
}

.imageRollOver:hover{
	/*border:0px;*/
	
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.imageNews{
	border:0px;
	margin-right:4px;
	float:left;
	margin-bottom:4px;
}

.image{
	border:0px;
}

.sxfiletto{
	border-top:1px dotted #666666;
	width:98%;
	height: 1px;
	font-size:1px;
	display:block;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:3px;
	
}

