h1{

	word-spacing:-2px;
	font-size:24px;
	font-weight: bold;
}
h2{
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	margin:0px;
	padding:0px;
}
h3{
	font-size: 16px;
	margin-left:0px;
	margin-top:14px;
	margin-bottom:0px;
	color:#333333;
	word-spacing:-1px;
}




/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* 
  Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it.
  Conveniently, the object tab is always in a div, so we hide all divs directly inside the replaced element.
*/

.sIFR-replaced > div {
  display: none !important;
}

/*---- Header styling ---*/
.sIFR-hasFlash h1,
.sIFR-hasFlash h2,
.sIFR-hasFlash h3,
.sIFR-hasFlash h4,
.sIFR-hasFlash h5,
.sIFR-hasFlash h6 {
	visibility: hidden;
  line-height: 1em;
  margin:0px;
  padding:0px;
  
  
}


.sIFR-hasFlash h1 {
	font-size: 34px;
	font-weight: normal;
	margin-top:6px;
}
.sIFR-hasFlash h2 {
	font-size: 12px;
	margin-left:2px;	
}
.sIFR-hasFlash h3 {
	font-size: 18px;
	margin-left:0px;
	margin-top:14px;
	margin-bottom:0px;
	
}
.sIFR-hasFlash h4 {
	font-size: 6px;
	line-height:0.5em;
	margin:0px;
	padding:0px;
	height:6px;
}


.sIFR-hasFlash h5 {
	width:480px;
	height:230px;
	line-height:10;
	margin:0px;
	padding:0px;
	
}
.sIFR-hasFlash h6 {font-size: 12px;} /* Updated Font Size and Flash 1.16.07*/
