/*  print style sheet for bbag  */

@page
	{
		margin: 1in
	}
body 
	{	
		font-family:  "Times New Roman", Times, serif; 
		font-size: 12pt;
		background-color:	#FFFFFF	/*  white  */
	}
dt
	{
		font-weight: 500
	}
		
h1,h2	
	{	
		font-family:Georgia, "Lucida Bright", serif; 
		font-style: italic; 
		font-weight: bold; color:#24651B; /* green */
		text-align: center;
	}
		
h4	
	{	
		font-size: smaller
	}
.phide
	{
		display: none	
	}
a
	{
		display: none
	}
.pbreak
	{
		page-break-before: always
	}