@charset "utf-8";
/* CSS Document */

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.bodyText {
	font-family: Calibri, Helvetica, sans-serif;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.disclaimerText {
	font-family: Calibri, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.titleText {
	font-family: Calibri, Helvetica, sans-serif;
	color: #000;
	text-shadow: 5px 3px #999;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

.errorText {
	font-family: Calibri, Helvetica, sans-serif;
	color: #F00;
	text-shadow: 2px 2px #000;
	font-size: 36px;
	font-weight: bold;
	color: #F00;
	text-align: center;
}

.FFlogoContainer {
	font-family: Calibri, Helvetica, sans-serif;
	color: #666;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	height: 53px;
	width: 145px;
	position: absolute;
	top: 30px;
	left: 30px;
}
