/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}
span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

h1 {
	text-align: left;
	font-family: Arial, Helvetica, Verdana;
	color: #000;
	font-weight: normal;
	font-size: 24px;
	margin: 2;
}

h2 {
	text-align: left;
	font-family: Arial, Helvetica, Verdana;
	color: #000;
	font-weight: normal;	
	font-size: 24px;
	margin: 2;
}

h3 {
	text-align: left;
	font-family: Arial, Helvetica, Verdana;
	color: #f00;
	font-weight: normal;
	font-size: 20px;
	margin: 2;
}

h4 {
	text-align: left;
	font-family: Arial, Helvetica, Verdana;
	color: #000;
	font-weight: normal;	
 	font-size: 18px;
 	margin: 2;
}

h5 {
	text-align: left;
	font-family: Arial, Helvetica, Verdana;
	color: #f00;
	font-weight: normal;
	font-size: 18px;
	margin: 2;
}

h6, li {
	text-align: left;
	font-family: Arial, Helvetica, Verdana;
	color: #000;	
	font-weight: normal;	
 	font-size: 14px;
 	margin: 2;
}

.select {
	display: none
}

html, body {
	font-size: 11px;
	font-family: Arial, Helvetica, Courier New, Courier;
	background: #fff;
	padding:  5px;
}

#container {
	position: relative;
	top: 1px;
	left: 1px;
	width: 600px;
}

#head, #flags, #mnu, #mricerca, #pdfcontent {
	display: none
}

td
{
	font-size: 11px;
	font-family: Monaco, Verdana, Courier New, Courier;
	color: #111;
	background: #eeeeee;
	padding-left: 4px;
	border-bottom: 1px solid #aaaaaa;
}

a:link, a:visited, a:hover {
	color: #990000;
	text-decoration: none;
	border: 0px;
}


#logo {
	position: relative;
	left: 10px;
	width: 120px;
	height: 100px;
	float: left;
	z-index: 2;
}

#intprint {
	color: #f00;
	font-family: Verdana, Arial, Courier New, Courier;
	font-size: 10px;
	margin-left: 140px;
	top: 49px;
}

#content {
	position: relative;
	top: 15px;
	left: -10px;
	width: 580px;
	float: right;
}

#flashcontent {
position: absolute;
	top: 40px;
}


