/*** Use the same margin and padding settings for both sIFR and Fallback Styles ***/

/*---- sIFR Font Styles for <H1>----*/
.sIFR-active h1 { 
	font-size: 26px;
	padding:0;
	margin:0;
	width:450px;
	line-height:20px;
}
/*---- Fallback CSS Font Styles for <H1>----*/
h1{ color:#36260c;
	padding:0 0 10px 0;
	margin:0;
	line-height:25px;
	letter-spacing:0.1px;
	font:normal 24px Arial, Helvetica, sans-serif;
	width:450px; }
/*---- sIFR Font Styles for <H2>----*/

.sIFR-active h2 {
	font-size: 18px;
	padding:0 0 3px;
	margin:0;
	width:200px;
	line-height:20px;
}

/*---- Fallback CSS Font Styles for <H2>----*/
h2{
	color:#4889cc;
	padding:0;
	margin:0;
	line-height:24px;
	letter-spacing:0.1px;
	font:normal 18px Arial, Helvetica, sans-serif;
	width:390px;
}

/*---- sIFR Font Styles for <H3>----*/

.sIFR-active h3 {
	font-size: 18px;
	padding:0 0 5px 0;
	margin:0;
	width:480px;
	line-height:20px;
}

/*---- Fallback CSS Font Styles for <H3>----*/
h3{
	color:#072957;
	margin:0;
	line-height:20px;
	letter-spacing:0.1px;
	font:normal 18px Arial, Helvetica, sans-serif;
	width:480px;
	padding: 0 0 0 0;
}

/*** DO NOT CHANGE THE FOLLOWING ***/

.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;
}

.sIFR-replaced > div {
  display: none !important;
}
    .sIFR-active h1,
    .sIFR-active h2,
	.sIFR-active h3{
    	visibility: hidden;
      	line-height: 1em;
    }
