/*	-------------------
	Copyright 2008 Nike
	Print CSS
	$ Revision: 1.0 $
    ------------------- */


/* Declare Global Print Styles */

    html {margin: 0; font:10pt/1.26 verdana,arial,helvetica,sans-serif;}

    body {margin: 0 0 0 5%; background:none; color:#000;}

    em{font-style:italic;}

    p{margin:0.5em 0 1.5em; color:#333;}

    .spacer,.clear {display:none; page-break-after: avoid;}

    h1,h2,h3,h4,h5,h1 a,h2 a,h3 a,h4 a,h5 a{text-decoration:none; font-weight:bold;}

	h1{font-size: 160%; color:#000;}

	h1::before {white-space: pre;margin-left: -2.5cm; content: "\B0  \B0  \B0  \B0  \B0 \A";}  /* ornaments */

	h2{font-size: 140%;}

	h3{font-size: 120%;}

	h4{font-size: 110%;}

	h5{font-size: 100%;}

    a{text-decoration:none;color:black;}

    table {border:0px;}

    td[scope]{font-weight:bold;}

    td,th {text-align: left;}

    page {margin: 27mm 16mm 27mm 16mm; size: 7in 9.25in;}
    
    #header, #footer, .hide {display: none;}

/* End */



/* Declare Sections Print Style */

    #footer{float:left;page-break-after:always;}

/* End */ 