@charset "UTF-8";
/* CSS Document */


/* Sitewide Styles */


	
h1 {
	color: #c3db69;
	font-size: 22px;
	font-weight: bold;
	font-family: "Century Gothic";
	padding: 0px;
	margin: 0px;
	padding-bottom: 8px;
	padding-top: 8px;
	}
	
h2 {
	color: #d7d7d7;
	font-size: 16px;
	font-weight: bold;
	font-family: "Century Gothic";
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
	margin-top: 8px;
	}
	
h3 {
	line-height: 24px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	
h4 {
	line-height: 24px;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", sans-serif, Arial;
	color: #fff;
	padding: 0px;
	margin: 0px;
	}
	

.msg {
	color: #33CCFF;
}
.error {
	color: #FF0000;
} 
	
.sIFR-active h1 {
	line-height: 1em;
	}
	

