/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

@page {margin: 0.1cm;}



#cont{
width:768px;
}


#head{
background:url('images/header.gif');
}


h1{
font-family:Arial;
font-size:50px;
text-align:center;
color:#000000;
}

h2{
font-family:arial;
font-size:60px;
text-align:center;
}

p{
margin:0px 50px 0px 50px; 
text-align:justify;
font-family:arial;
font-size:20px;
}
