/* General IR statements */

	.replace { 
		position: relative;
		overflow: hidden;
		font-size: 1.2em; 	/* Choose a 
         font-size here that will keep 
         the headline small enough to fit
						   completely under the span. */
		}
		
	.replace em {
		display: block;
		position: absolute;
		top: 0; 
/*
left: 0;
*/
		z-index: 1; 		/* for opera5 (?) and o6/mac */
		}


/* General IR statements for IE5.x mac only */

* html>body	.replace { 
		position: static;
		overflow: visible;
		font-size: 10px;
         /* Since overflow: hidden doesn't
						   work with ie5.x/mac, we choose a
						   font-size here that will keep
						   the headline small enough to fit
						   completely under the span.*/
  }
* html>body	.replace em  { 
		position: static;
  }
* html>body	.replace a {
		text-decoration: none; /* ie5.0-5.1.x/mac 
         must have this value or the underline
						   shows through the image. */
  }


/* Each pair of statements per instance of IR */

	#myh1, #myh1 em {
		width: 1148px;
		height: 151px;
		background: url(../images/header.gif) top left no-repeat;
		}
		
* html>body #myh1 em {			/* for ie5.x/mac only */
		margin-bottom: -40px;	/* Required to bring text
							   underneath image. Use the negative
							   height of the image here.*/
		}