/* HTML STYLES */
html {
	height: 100%;
	overflow: hidden
}
#flashcontent {
	width: 100%;
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #CE8683;
}
a {
	font-weight:bold;
	color:#FFFFFF;
}
p, h1, h6{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}
h1 {
	font-weight:bold;
	font-size:16px;
}
h6 {
	font-weight:bold;
}
