@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	overflow: auto;
}
#flashContent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
h1 {
	color: #CCCCCC;
	font-size: 98%;
	text-align: center;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 86%;
	color: #999999;
	text-align: center;
}
p {
	color: #7F7F7F;
	font-size: 78%;
	line-height: 125%;
	text-align: center;
}

