/* Print Stylesheet */
/* see http://www.alistapart.com/stories/goingtoprint/  for details*/

															/** BODY ELEMENTS **/
body {
	font-family: sans-serif;
	font-size: 11pt;
	}
	
h1, h2, h3 {
font-weight:bold;
}

h1{
font-size: 15pt;
}
h2{
font-size: 13pt;
}
h3{
font-size: 11pt;
}


															/** MAIN CONTAINERS **/
div.column, #header, #topcell h1, #navlist {
	display: none;
}
												
															
div#container {
	font-size: 9pt;
	}

#container-portal, #header #header-in, #content-wrap-portal, #navlist, #topcell-portal
{
width: 100%; margin: 0; float: none;
}

#noPrint 
 {
 display: none;
 } 
      


															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/
