@charset "utf-8";
/* Print Style Sheet */

body {
	font-family: Arial, "helvetica Neue", Helvetica, sans-serif;
	font-size:12pt;
}

a:link, a:visited {
	color: blue;
	text-decoration: underline;
}

.innermaincol a:link:after, .innermaincol a:visited:after {
		content: " (" attr(href) ") ";
}

#innerheadcontents, .mrecbnr, .leaderboardbnr, .innerleftcol, .innerctrybanner, #innerheader, #innerheadstrip{
	display:none;
}


#innerwrap, .innermaincol, html, #footer, #innerheader, #innerheadstrip {
	width: auto;
	margin: 0 2%;
	border: 0;
	padding: 0;
	float: none !important;
	color: black;
    background: transparent none;
}



