/* CSS Document */


<style type="text/css">	

	/* hide from ie on mac \*/

	html {

		height: 100%;

		overflow: hidden;
		
	}
			
		
		a:link {color: #FFFFFF;}
	
		
		a:visited {color: #FFFFFF;}
		
		
		a:active {color: #FFFFFF;}
		
		
		a:hover {background-color: #778899;}
		
		
		a {text-decoration: none;}

	

	#flashcontent {

		height: 100%;

	}

	/* end hide */



	body {

		height: 100%;

		margin: 0;

		padding: 0;

		background-color: #646464;

		color:#ffffff;


	}

</style>

