/* CSS Document */

	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

body {
	background-color: #000000;
			height: 100%;
	margin: 0px;
		padding: 0;
	color:#000000;
}


/* flash css */
.big {
	font-size:14px;
	font-weight: bold;
}
.bigger {
	font-size:20px;
	font-weight: bolder;
}
.big1 {   
	font-size:14px;
font-style:italic;
	font-weight: bold;}	
	
a:link, a:visited, a:active{
	text-decoration:underline;
}
a:hover{
	color: #666666;
	text-decoration:underline;
}