#primary-content h1 {
	font: normal 20px/18px Arial, Helvetica, sans-serif;
	margin: 0 0 2px;
	text-align: center;
	color: #AB6666;
	}

/* Hides content that will eventually be 
 * replaced to avoid blink/flicker */
html.hasFlash #primary-content h1	{ visibility: hidden; }

/* Need to make sure that the new content takes up
 * the same amount of space as the old or there will
 * be a perceptable shift of all content
 */
#primary-content div.replaced-h1	{ height: 18px; margin-bottom: 2px; }

#header-content h2 {
	font: normal 20px/18px Arial, Helvetica, sans-serif;
	margin: 0 0 2px;
	text-align: right;
	color: #AB6666;
	}

/* Hides content that will eventually be 
 * replaced to avoid blink/flicker */
html.hasFlash #header-content h2	{ visibility: hidden; }

/* Need to make sure that the new content takes up
 * the same amount of space as the old or there will
 * be a perceptable shift of all content
 */
#header-content div.replaced-h2	{ height: 18px; margin-bottom: 2px; }

#header-content h3 {
	font: normal 16px/14px Arial, Helvetica, sans-serif;
	margin: 0 0 2px;
	text-align: right;
	color: #AB6666;
	}

/* Hides content that will eventually be 
 * replaced to avoid blink/flicker */
html.hasFlash #header-content h3	{ visibility: hidden; }

/* Need to make sure that the new content takes up
 * the same amount of space as the old or there will
 * be a perceptable shift of all content
 */
#header-content div.replaced-h3	{ height: 18px; margin-bottom: 0px; }

#alt-content h4 {
	margin: 0 0 2px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	text-align:left;
	}

/* Hides content that will eventually be 
 * replaced to avoid blink/flicker */
html.hasFlash #alt-content h4	{ visibility: hidden; }

/* Need to make sure that the new content takes up
 * the same amount of space as the old or there will
 * be a perceptable shift of all content
 */
#alt-content div.replaced-h4	{
	height: 18px;
	margin-bottom: 0px;
	text-align: left;
}
