html {
	height: 100%;
}
#flashcontent {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #181818;
	color:#ffffff;
}
.style1 {
	font-family: Mistral;
	font-size: 36px;
}
.style2 {
	font-family: "Times New Roman", Times, serif;	
}
a:link {
	color:#CCCCCC;
}
a:visited {
	color:#CCCCCC;
}
a:active {
	color:#CCCCCC;
}

a:hover {
	color:#CCCCCC;
}
.style3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}
.style4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}