/* This CSS stylesheet defines styles used by required elements in a flex application page that supports browser history */

#ie_historyFrame { width: 0px; height: 0px; display:none }
#firefox_anchorDiv { width: 0px; height: 0px; display:none }
#safari_formDiv { width: 0px; height: 0px; display:none }
#safari_rememberDiv { width: 0px; height: 0px; display:none }

Application {
	color: #000000;
	font-family: Arial;
	background-color:#FFFFFF;
	theme-color: haloSilver;
}

Button {
	font-weight: none;
}

.jumboLabel {
	font-size: 25;
	font-weight: bold;
}

.bigLabel {
	font-size: 15;
	font-weight: bold;
}

.youtubeLink {
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: underline;
	rollOverColor: #FFFFFF;
}

.sliderLabels {
	font-weight: none;
}

