/* print styles for TJCC Stingrays */

/* hide graphic and screen-only items */
.access, #global-nav, #nav, #secondary, #extras-nav, #legal img, #tagline {
	display: none;
}

body {
	background: #fff; 
	color: #111;
	font-size: 12pt;
	font-family: "Helvetica Neue",arial,helvetica,sans-serif;
}
a:link,a:visited {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}
#legal {
	border-top: 1px solid #222;
}