/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	letter-spacing: 0;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash #strap {
	visibility: hidden;
	margin-bottom: 20px;
	margin-top: 0px;
	font: bold 1.5em "trebuchet MS", Verdana, Tahoma, Arial;
	color: #999;
}
.sIFR-hasFlash h1 {
	visibility: hidden;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 1.1em;
}
.sIFR-hasFlash #statementLeft h1 {
	visibility: hidden;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 1.4em;
}
.sIFR-hasFlash h2 {
	visibility: hidden;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 1.1em;
}
.sIFR-hasFlash #newsFeed h2, .sIFR-hasFlash #statementLeft h2 {
	visibility: visible!Important;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 1.0em;
	color:#727272;
}
.sIFR-hasFlash #secondaryContent h2 {
	visibility: visible!Important;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 1.1em;
}
.sIFR-hasFlash #profile {
	visibility: hidden;
	margin-bottom: 6px;
	margin-top: 0px;
	font: bold 1em "trebuchet MS", Verdana, Tahoma, Arial;
	color: #999;
	width:300px;
	clear:left;
}
.sIFR-hasFlash .profileSM {
	visibility: hidden;
	margin-bottom: 6px!Important;
	margin-top: 0px;
	font: bold 1em "trebuchet MS", Verdana, Tahoma, Arial!Important;
	color: #999;
	width:280px;
	clear:left;
}
.sIFR-hasFlash h1#profile {
	visibility: hidden;
	margin-bottom: 10px;
	margin-top: 3px;
	font-size: .9em;
	width:300px;
	clear:left;
}
.sIFR-hasFlash h1#profileSM {
	visibility: hidden;
	margin-bottom: 10px;
	margin-top: 3px;
	font-size: .9em;
	width:290px;
	clear:left;
}
