/* print_style.css - 2007 style sheet Packaging Enterprises Inc*/


body  {
       background: #c0c0c0;
       margin: 0;
       font-family:"Arial";
       font-size:"10pt";

       font-variant:"small-caps";
		}

/*the following will limit the page to the center of the screen*/
#container {
            position: relative;
	    width: 680px; /* width + border for IE 5.x */
	    w\idth: 680px; /* real width */
	    border: solid #036;
	    border-width: 0 0px;
	    margin: auto;

		}

table   {
         font-size:"11pt";
         font-variant:"small-caps";
}

p       {
         margin-left:"0pt";
         margin-right:"0pt";

}

/*Heading adjustments*/
h1    {
       color:"#FF0000";

}

h2     {
        font-weight:"bold";
        font-size:"14pt";
        color:"#6666FF";

}

h3      {
         font-weight:"bold";
         font-size:"14pt";
         color:"#FF0000";

}