/* Print Styles */

/* =hiding */

#nav_access,
#header .nav { display:none; }

/* =typograhpy */

body { font-family : Helvetica,Arial,sans-serif; font-size : 12pt; line-height:18pt; color:#000; }
ul { list-style:square; }
img { max-width : 25%; border:1px solid #ccc; }

/* =links */

a:link,
a:visited,
a:after,
a:active { text-decoration : underline; color : black; }

a:link:after,
a:visited:after,
a:hover:after,
a:active:after {
	content: " (" attr(href) ") ";
	font-size: 70%;
	color:#ccc;
}

html.noted #content a:link:after,
html.noted #content a:visited:after,
html.noted #content a:hover:after,
html.noted #content a:active:after {
  content: '';
}

/* =layout */

#header { padding-bottom : 5pt; border-bottom : 2pt solid black; }
#footer { padding-top : 2pt; border-top : 1pt solid black; font-size:0.8em; margin-top:15pt; }

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