@charset "UTF-8";
/* CSS Document */

	body {
	background-color: #000000;
	font: .8em/1.3em verdana,arial,helvetica,sans-serif;
	margin: 0;
	padding: 0;
	color: #FFFFFF;		
	}

	#header {
		text-align: left;
		background-color: #000000;
		width: 100%;
		height: 20px;
		padding: 10px 0 10px 0;
		
	}
	
	#footer {
	text-align: center;
	background-color: #000000;
	color:#FFFFFF;
	width: 100%;
	height: 20px;
	padding: 10px 0 10px 0;
	font: verdana;
	font-size: 8pt;
	}
	
	#warning {
	text-align: justify;
	background-color: #000000;
	color:#FFFFFF;
	width: 100%;
	height: 20px;
	padding: 10px 0 10px 0;
	font: verdana;
	font-size: 8pt;
	}
	
	#warning2 {
	text-align: center;
	background-color: #000000;
	color:#FFFFFF;
	width: 100%;
	height: 20px;
	padding: 10px 0 10px 0;
	font: verdana;
	font-size: 8pt;
	}
	
	#flashcontent {	
		width: 100%;
		height: 600px;		
	}
	
	a:link {
	color: #FFFFFF
	}

	a:visited {
		color: #FFFFFF
	}
		
