/* Finest of the Wheat 2007 Media/Print CSS File */

body {
	font-family		  : "Book Antiqua", "Times New Roman", Times, serif;
/*	font-size	      : 13/pt !important; */
    background		  : none;
    }

/* Opera 9.1 needs the backgrounds turned off individually on all of these */
    
#wrapper, #header, #content, #content-main, #copyright, #footer {
    background		  : none;
    }

/* end of Opera appeasement */

h1, h2, h3, h4 {
	font-family	      :	"Book Antiqua", "Times New Roman", Times, serif;
	font-weight		  : bold;
	page-break-after  : avoid;
	}

h1 	{
	font-style	      : normal;
/*	font-weight	      :	bold;  */
	font-size	      :	22pt !important;
	}

h2 	{
	font-style	      :	italic; 
	font-size	      :	18pt !important;
/*	font-weight	      :	bold; 
	page-break-after  : avoid;  */
	}

h3 	{
	font-style	      : normal;
/*	font-weight	      :	bold; */
	font-size	      :	16pt !important;
	}
	
h4 	{
	font-style	      : normal;
	font-size	      :	14pt !important;
	}
	
 p {
	font-size	      : 12pt !important;
	}

#content-left, #content-right, #content-main-search, #footer , #headlines, #header{
    display			  : none;
	}
	
#wrapper {
    border-style	  : none;
	width			  : auto;
    }

#content {
    border-style	  : none;
	width			  : auto;
    }
#content-main {
    border-style	  : none;
	margin			  : 0;
	width			  : auto;
    }
#copyright {
    border-style	  : none;
	width			  : auto;
    }
	
.breakbefore {
    page-break-before : always;
    }
    
.breakafter {
    page-break-after  : always;
    }