.copyright {
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
}
.welcomeBodycopy {
	font-size: 10px;
	color: #000000;
}

html {
  	height: 100%;
  	overflow: hidden; /* Hides scrollbar in IE */
}

body {
  	height: 100%;
  	margin: 0;
  	padding: 0;
  	background-color: #282828;
	
}

p {
	margin: 20;
	color: #ffffff;
	text-align: left;
}

#flashcontent {
	height: 100%;
	width: 100%;
}

a, img {
	border: none;
}

.hotspotBody {
        font-size: 11px;
        font-weight: none;
        font-family: Arial;
        color: #FFFFFF;
}