/*** Use the same margin and padding settings for both sIFR and Fallback Styles ***/

/*---- sIFR Font Styles for <H1>----*/
.sIFR-active h1 {
	font-size: 18px;
	padding:0;
	margin:0;
	line-height:28px;
	padding-top:5px;
	font-weight:bold;
	margin-bottom:-12px;
	
}

/*---- Fallback CSS Font Styles for <H1>----*/
h1{
	color:#0082c8;
	padding:0 0 12px 0;
	margin:0;
	line-height:38px;
	letter-spacing:0.1px;
	font:normal 18px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}

/*---- sIFR Font Styles for <H2>----*/

.sIFR-active h2 {
	font-size: 18px;
	padding:0;
	margin:0;
	line-height:28px;
	padding-top:5px;
	padding-bottom:3px;
	font-weight:900;
	margin-bottom:-12px;
	color:#58595b;
}

/*---- Fallback CSS Font Styles for <H2>----*/
h2{padding:0;
	margin:0;
	line-height:12px;
	letter-spacing:0.1px;
	font:normal 18px Georgia, "Times New Roman", Times, serif;
	font-weight:900;
	color:#58595b;}

/*** 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{
    	visibility: hidden;
      line-height: 1em;
    }
