@charset "utf-8";
/* CSS Document */

html {
  height: 100%;
  overflow: hidden;
}

#flashContent {
  height: 100%;
}
/* end hide */

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color:#000;
  color:#999;

}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}
a:link {
	color: #900;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #600;
}
a:hover {
	text-decoration: underline;
	color: #F30;
}
a:active {
	text-decoration: none;
	color: #F30;
}

