/*--------------------------------------------------------------
Basic Style Sheet for Visit Scotland Fife print styles

version:	1
author:		bd-ntwk
email:		
website:	
--------------------------------------------------------------*/
body {
	color: black; 
	background: white;
	font-size: 12pt;
	}
	
	
A:link, A:visited {
	background: white; 
	color: black; 
	text-decoration: underline;
    font-weight: bold;
	}
	
	
H1, H2, H3 {
	background: white; 
	color: black; 
	padding-bottom: 1px;
	border-bottom: 1px solid gray;
	}
	
/* = Main Divs
--------------------------------------------------------------*/


#header {
	display: none;
	}

#navigation {
	display: none;
	}

#top_content {
	display: none;
	}
	
* html #top_content {
	display: none;
	}


#footer {
	display: none;
	}
	
	
/* 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;
}
