/* 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;
	top:0px;
	left:0px;
	display: block;
	overflow: hidden;
	height:0;
	line-height:0;
	margin:0px;
	padding:0px;
	visibility:hidden;
}


/* 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 */


 #content h2{
	font-size:18px;
	line-height:30px; 
	margin:0px 0px 15px 0px;
	color:#525369;
	border-bottom:1px solid #eee;
	clear:both;
 }
 
 #content h3{
	font-size:16px;
	line-height:24px; 
	width:738px;
	margin:15px 0px 15px 0px;
	color:#6DA8C9; 
	border-bottom:1px solid #6DA8C9;
	clear:both;
}

 #content .warning h3 {margin-top:0px; width:auto;}

.sIFR-hasFlash #content h2{
	visibility:hidden;
}

.sIFR-hasFlash #content h3{
	visibility:hidden;
}
