/*** Use the same margin and padding settings for both sIFR and Fallback Styles ***/

/*---- sIFR Font Styles for <H1>----*/
.sIFR-active h1 {
	font-size: 25px;
	padding:0 0 7px 0;
	margin:0;
	line-height:13px;
/*	width:270px;*/
}

/*---- Fallback CSS Font Styles for <H1>----*/
 h1 .sIFR-alternate,
 h1{
	color:#787878;
	padding:0;
	margin:0;
	line-height:22px;
	letter-spacing:0.1px;
	font:normal 25px Arial, Helvetica, sans-serif;
}

/*---- sIFR Font Styles for <H2>----*/

.sIFR-active h2 {
	font-size: 21px; padding:0; margin:0;
}

/*---- Fallback CSS Font Styles for <H2>----*/
h2  .sIFR-alternate,
h2{ font:normal 21px Arial, Helvetica, sans-serif; color:#bf2e2f; padding:0; margin:0; line-height:22px;}

/*---- sIFR Font Styles for <H2>----*/

.sIFR-active h4 {
	font-size: 20px; padding:0; margin:0;
}

/*---- Fallback CSS Font Styles for <H4>----*/
 h4 .sIFR-alternate,
 h4{ font:normal 20px Arial, Helvetica, sans-serif; color:#c24900; padding:0; margin:0; line-height:15px;}

/*---- sIFR Font Styles for <H2>----*/

.sIFR-active .name {
	font-size: 18px; padding:0; margin:0; display:block; width:99px;
}

/*---- Fallback CSS Font Styles for name class----*/
 .name .sIFR-alternate,
 .name { font:normal 20px Arial, Helvetica, sans-serif; color:#bf2e2f; padding:0; margin:0; line-height:15px; width:100px;}

/*---- sIFR Font Styles for <H2>----*/

.sIFR-active #footertext {
	font-size: 19px; padding:0; margin:0; width:568px;
}

/*---- Fallback CSS Font Styles for <H2>----*/
#footertext .sIFR-alternate,
#footertext { font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size: 13px; color:#000000; padding:0; margin:0; line-height:20px; }

/*** 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 h4,
    .sIFR-active .name,
	.sIFR-active #footertext {
    	visibility: hidden;
      line-height: 1em;
    }
