/* 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:#DDECEF;
}
.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 {
	color: #0000FF;
    text-decoration: none;    
}
a:hover{
	color: #0000FF;
    text-decoration: underline;
}
