/* This style sheet is specifically for printer output */



body {

	background: #FFF;

	color: #000;

	text-align: left;

	font-family: "Times New Roman", Georgia, Times, serif;

	font-weight: normal; font-size: 12pt;

}

html>body { font-size: 12pt; } /*Mozilla hack*/

/* Contains the entire page */

#container { width: 98%; padding: 0; margin: 0; }



/* Hide from the printer */

#header { display: none; visibility: hidden; }

/* Show the printable header */

#headerprint { display: inline; visibility: visible; width: 98%; }



#content { padding: 0; margin: 0; padding-top: 1em; margin-top: 1em; width: 90%; border-top: 3pt solid black; }



#bannerslice { display: none; visibility: hidden; } /* V12 Patch */

#midheaders { display: none; visibility: hidden; } /* V12 Patch */



/* Hide the menu from the printer */

.sidecolumn { display: none; visibility: hidden; }



/* Reformat the main content slightly */

#contentbody { display: block; padding: 0; margin: 0; width: 100%; }

#contentbody h1 { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 18pt; font-weight: bold; color: #500; background: transparent; }

html>body #content h1 { font-size:18pt; }

#contentbody h1 img { border: 1pt solid #000; }

#contentbody h2 { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 16pt; font-weight: bold; }

html>body #content h2 { font-size:16pt; }

#contentbody h3 { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; }

html>body #content h3 { font-size:14pt; }

#content .subtitle {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 16pt; font-weight: bold; }

html>body #content .subtitle { font-size:16pt; }



#contentbody .smallcopy { font-family: "Times New Roman", Georgia, Times, serif; font-weight: normal; font-size: 10pt; }



#leftcolumn  { display: none; visibility: hidden; }

#rightcolumn  { display: none; visibility: hidden; }



/* Hide any FAQs */

#contentbody .faq { display: none; visibility: hidden; }



/* Hide the Right Feature */

#rightfeature { display: none; visibility: hidden; }



/* Hide the footer */

#footer { display: none; visibility: hidden; }

/* Show the printable footer */

#footerprint { display: block; visibility: visible; clear: both; width: 100%; margin-top: 1em; padding-top: 1em; border-top: 3pt solid black; }



.blackborder { border: 1pt solid #000; }



.onlyprint { display: block; visibility: visible; }

.onlyscreen { display: none; visibility: hidden; }