

	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
		overflow: auto;
		/*overflow-y: scroll;*/
	}
	
	#flashcontent {
		height: 100%;
		
		background-color: #222222;
		color: #ffffff;
		font-family: Verdana, Arial;
		font-size: 10px;
	}
	/* end hide */
	
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		
		background-color: #222222;
		color: #ffffff;
		font-family: Verdana, Arial;
		font-size: 10px;
	}
	
	a:link { color: #dd0000; text-decoration: none}
	a:visited { color: #dd0000; text-decoration: none}
	a:hover { color: #dd0000; text-decoration: underline}
	a:active { color: #dd0000; text-decoration: none}
	
	div table td tr {
		margin: 0;
		padding: 0;
	}


