/* CSS Document */
/* hide from ie on mac \*/
html {
	height:100%;
	overflow:hidden;
}
#flashcontent {
	width:100%;
	height:100%;
	color: #333333;
}
/* 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: Tahoma, Verdana, "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
h1 {
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 14px;
}

/* FLASH */
a:link {
    text-decoration: none;
    color: #666699;
}
a:hover{
    text-decoration: underline;
    color: #0000ff;
}
