﻿/* Print stylesheet to hide the Flash headlines (sifr) from the browser.
Regular browser text headlines will 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;
    width      : auto    !important;
    height     : auto    !important;
}
/* GENERAL RULES overwrite all default browser settings */
body 
{ 
	background-color: #fff; 
	font-size: 12px;
	padding: 0; 
	margin: 10px 0 0 0; 
	background: none;
	clear: both
}

/* Global Links */
a, a:active, a:visited, a:focus 
{
	 color: #000; 
	 padding-top: 5px;
	 text-decoration: underline;
	 background: none
}
/* Header, Footer, SideNav */
#login, #mainNav, #subNav, #footer
{
	display: none
}