/* --------------------------------------------------------------
*			phantomas.css	style for ENEA-FUSION website
*			------------
*	Invisible or Phantom elements appearing on screen
*	only with old browsers or diskless computers.
*			Added visible elements too.
*	
* derived from "accessible styles" developped by ENEA-RELCOM
*	customized by C.TORELLI on March 2006
<-----------------------------------------------------------------*/

/*	hide (invisible) elements on screen;
	such elements are visible only with
	old browsers or diskless computers */
hr,.hide {
	position:absolute;
	top:-1000em;
	width:1px;
	height:1px;
	overflow:hidden;
}

#novis {
	display: none;
	visibility: hidden;
}
.invisible {
	display: none;
	visibility: hidden;
}
.nobar {
	display: none;
}

#NN4 {
	display: none;
}

.visible {
	visibility: visible;
}
