@charset "UTF-8";


// This is only the CSS for the no script warning to turn on JS.
// Except for the body one, it is what makes there no margins so
// the flash is full screen. Otherwise there would be edges. To
// bring back the margins, just delete or comment the code.




.text 
{
	color: #009999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
	
body {margin: 0;}
.txt {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
