body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/BG_Repeat.jpg);
	background-repeat: repeat;
	font-size:9px;
}
.bgTable {
	background-image: url(images/BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	width: 100%;
	position:absolute;
	top:0px;
	left:0px;
}
#flashcontent {
  height: 100%;
}
html {
	height: 100%;
	overflow: auto;
}
h1
{
font-size:9px;
}
h2
{
font-size:9px;
}
h3
{
font-size:9px;
}
#navlist li
{
display: inline;
list-style-type: none;
}