/* set the image to use and establish the lower-right position */ 

body
{
	font-family: "Arial";
	font-size: 11px;
	line-height: 15px;
	color: #333;
width: 800px;


background-repeat: repeat-x;
margin: auto;

border-color: #333; 
border-style: thin;

}
.bg_printer_page
{
	font-family: "Arial";
	font-size: 11px;
	line-height: 15px;
	color: #333;

background-repeat: repeat-x;
margin: 40px;

border-color: #333; 
border-style: thin;

}
.summary
{
 font-size: 12px;  
}

h1
{

font-size: 12px;
padding-top: 12px;
margin: 0px;
height: 20px;
}

.wrap
{
float: left;
width: 800px;
}

