@charset "ISO-8859-1";
body {
	background-color: #000000;
}
p1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #676767;
}
	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

	body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color:#ffffff;
	font-family:sans-serif;
	font-size:20;
	}
	
	a {	
		color:#cccccc;
	}
body,td,th {
	font-size: 20px;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:link {
	color: #676767;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #676767;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}