body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
}

.launchbox{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 182px; 			/* width of centered page content*/
	height: 160px;			/* height of centered page content*/
	margin-left: -91px; 	/* half of width */
	margin-top: -80px;  	/* half of height */
}

.flashwrapper{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 900px; 			/* width of centered page content*/
	height: 593px;			/* height of centered page content*/
	margin-left:-450px; 	/* half of width */
	margin-top: -296px;  	/* half of height */
}

.noplugin{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 210px; 			/* width of centered page content*/
	height: 10px;			/* height of centered page content*/
	margin-left:-105px; 	/* half of width */
	margin-top: -5px;  	/* half of height */
	background-color: #FFFFFF;
}

.nopluginbox{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px; 			/* width of centered page content*/
	height: 100px;			/* height of centered page content*/
	margin-left:-150px; 	/* half of width */
	margin-top: -50px;  	/* half of height */
	background-color: #FFFFFF;
}


a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	margin-top: 5px;
}
