html {
	height:100%;
	overflow:hidden;
}
#flashcontent {
	width:100%;
	height:100%;
}
body {
	color:#fff;
	height:100%;
	background-color:#000;
	font-size:12px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	margin:0;
	padding:0;
}
body #noflash {
	padding:25px;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:50px;
	font-weight:400;
	letter-spacing:-1px;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	font-weight:700;
	letter-spacing:-1px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:700;
	letter-spacing:-1px;
}
a {
	color:#FFF;
}
#small-nav {
	margin:0;
	padding:0;
	list-style:none;
}
#small-nav li {
	float:left;
	padding-right:5px;
}
.clear {
	clear:both;
	display:block;
	height:0px;
}
