body {
  background:url(images/splash_background02.gif);
  background-color: #4bdafb;
  margin: 0;
  text-align: center;
}
a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight:normal;
  color: #0A2C5A;
}
a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight:normal;
  color: #0A2C5A;
  text-decoration:none;
}
#parent {
  z-index: 2;
  float: left;
  width: 599px;
  margin:0 auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height:1011px;
}
#child {
  width: 599px;
  text-align: left;
  position: relative;
}
#background {
  z-index: 1;
  position: absolute;
  text-align: center;
  margin:0 auto;
  margin-left: -75;
  margin-right: auto;
}
div#container02 {
  z-index: 3;
  position: absolute;
  width: 599px;
  height: 223px;
}
div#container03 {
  z-index: 3;
  position: absolute;
  width: 599px;
  height: 223;
  display: none;
}
#image01 {
  z-index:4;
  position: absolute;
}
#image02 {
  z-index:5;
  position: absolute;
}
div#flash {
  z-index:6;
  position: absolute;
  top: 401px;
  left: 311px;
}
#text01 {
  z-index:7;
  position: absolute;
  top: 268px;
  left: 350px;
  width: 300px;
}
#text02 {
  z-index:8;
  position: absolute;
  top: 395px;
  left: 0px;
  width: 300px;
}
#text03 {
  z-index:9;
  position: absolute;
  top: 545px;
  left: 0px;
  width: 300px;
}
#text04 {
  z-index:10;
  position: absolute;
  top: 590px;
  left: 310px;
}
.smallWhite {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
}
  .smallyellow {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFFF00;
}
.strongBlue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight:bold;
  color: #0A2C5A;
}
@media print
{
  #container02 div
  {
    display: none;
  }
    div#container03
  {
    display: inline;
  }
  #flash div
  {
    display: none;
  }
}
