/* IHA 2007 Media/Print CSS File */

body {
	font-family		  : "Bookman Old Style", "Century Schoolbook", "Palatino Linotype", "Times New Roman", Times, serif;
	font-size	      : 12pt !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	      :	"Trebuchet MS", Univers, "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	}

h1 	{
	font-style	      : normal;
	font-weight	      :	bold;
	font-size	      :	22pt;
	}

h2 	{
	font-style	      :	italic; 
	font-weight	      :	bold;
	font-size	      :	18pt;
	}

h3 	{
	font-style	      : normal;
	font-weight	      :	bold;
	font-size	      :	15pt;
	}

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

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