@charset "utf-8";
html {
	height: 100%;
}
#flashcontent {
	position: absolute;
	text-align: center;

	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	color:#000;
	background-color: #F03100;
}
.white1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
}
.white2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
