/* This formats the document for printing */
*
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body
{
}

div.header
{
display: none;
}
/* remove this line if you want to put a text title in the blue bar
 and change the background-image of div#bluebar to bluebar.gif */
div.header span {display: none}

div#bluebar
{
display: none;
}


div#navpanel
{
display: none;
}

table#navpanel
{
display: none;
}

table#navpanel tr td
{
display: none;
}
div#main
{
	width: auto;
	margin: auto;
	margin-top: 0;
	margin-bottom: 0;
}


div#top
{
display: none;
}

div#logo
{
display: none;
}



div#pic1 
{
display: none;
}
div#pic2 { display: none; }
div#pic3 { display: none; }

table#lowerbody
{
	margin: 0;
}

td#nav
{
display: none;
}
td#body
{
	padding-top: 0;
	padding-left: 0;
}
