html{
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body{
  background-color: #FFFFFF;
  color: #EEEEEE;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

a, h1, h2, h3, p{
  display: inline;
  text-decoration: none;
  font-family: arial;
  font-size: 10px;
  color: #EEEEEE;
}

div.htmlContainer{
  position: absolute;
  top: 4%;
  left: 3%;
  z-index: 0;
  width: 94%;
}

div.footer{
  width: 94%;
  padding-left: 3%;
  padding-right: 3%;
  position: absolute;
  bottom: 4%;
  z-index: 1;
  font-family: verdana;
  font-size: 9px;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
  background-color: #FFFFFF;
}

div.flashContainer{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

div.historyTracker{
  width: 200px;
  height: 100px;
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 3;
  overflow: hidden;
  visibility: hidden;
}

div.noFlashContent{
  padding: 5px;
}

div.stroke{
  width: 100%;
  height: 1px;
  background-image: url('../images/stroke.gif');
}

div.logo{
  padding: 8px;
}

div.logo img{
  width: 241px;
  height: 84px;
  border: 0px;
}