/* -----------------------------

Title : print.css

----------------------------- */


* {
    font-family: Arial, Verdana, sans-serif;
}

/* uncomment the rule below and add any id which you do not want to print */
 #mainnav, #sidebar, #message, #mininav, .more, #flash, #subnav, #secondary-content  {
	display: none;
} 

img a, img, a {
    border: none;
}

h1 {
    margin-top: 2em;
    font-size: 125%;
    text-transform: uppercase;
}


#branding h1 {
    font-size: 150%;
    text-transform: uppercase;
}

h2 {
    font-size: 110%;
    margin-bottom: 0;
}

h3 {
    margin-top: 0;
    font-size: 100%;
}


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