/* CSS Document */
/* hide from ie on mac \*/
html {
	height:100%;
	overflow:hidden;
}
#flashcontent {
	width:100%;
	height:100%;
}
/* end hide */
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}
.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #000000;
}
.credits2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
/* FLASH */
a:link {
    text-decoration: none;
    color: #0000ff;
}
a:hover{
    text-decoration: underline;
    color: #0000ff;
}