/* 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;
}

body {
	font-size: 12pt;
	background-color: white;
	text-align: left;
	color: #000000;
}


#content {
	 display: none;
}

#distance {
	 display: none;
}

#printscreen {
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	float: none !important;
	display: block;
	color: #000000;
}


#stampalogo {
	background-color: #FFFFFF;
	width: 400px;
	height: 100%;
	float: right !important;
	display: block;
	color: #000000;
}

.print_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.print_regular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.print_nome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
}
.print_bold2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}


