html * {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	  font-family: Arial, Verdana, Helvetica, sans-serif;
	  font-size: 12px;
	  background-color:#000000;
}

td, p {
	font-size: 12px;
}


a {
	  font-family: Arial, Verdana, Helvetica, sans-serif;
	  font-size: 12px;
}

a:active	{text-decoration:none;}
a:link	  {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover 	{text-decoration:underline;}

div#flashcontent {
  width: 100%
  height: 100%;
  text-align: center;
  margin-top: 25px;
}

table#page {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #666666;
}
