* {
	background-color: #fff;
	background-image: none;
	color: #000;
}

body {
	font-size: 10pt;
	line-height: 1.4;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

/* hide these elements for printing */

#navigation, #minor-navigation, #footer-navigation, #skip, #top-link, #image-bar, #city-link {
	display: none;
}

/* basic styling */

h1, h2, h3, h4, h5 {
	margin: 1em 0 0 0;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.4;
}

#print-logo {
}

a {
	text-decoration: none;
}
	
#footer {
	border-top: solid 1px #666;
	padding-top: 1em;
	margin-top: 1em;
}

/* 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;
}