html, body {
  margin: 0;
  padding: 0;
  height: 100%;
 }


body {
  font-family: Times New Roman;
  text-align: justify;
  background: #6699FF url(image/background.png) repeat-x;
}


H1, H2, H3 {font-family: Times New Roman;
   color: #BBBBFF;
}

span { font-family: Times New Roman;
  font-size: 14pt;
  font-weight: bold;
  Color: #BBBBFF;
}

.sub { font-family: Times New Roman;
  font-weight: bold;
  font-size: 12pt;
  color: #BBBBFF;
 }

.sub_1 { font-family: Times New Roman;
  font-weight: bold;
  font-size: 16pt;
  color: #BBBBFF;
 }

.sub_2 { font-family: Times New Roman;
  font-weight: bold;
  font-size: 16pt;
  color: #BBBBFF;
  background: #FFFFFF;
}

.bodyText {
  font-size: 13pt;
  line-height: 18pt;
  text-align: justify;
  color: #FFFFFF;
}

.bodyText_1 {
  text-align: justify;
  font-size: 12pt;
  line-height: 18pt;
  color: #000000;
}

a {
  color: yellow;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  
  border-bottom-style: dotted;
  border-bottom-width: 1pt;
  border-color: yellow;
}


#top { background: #FFFFFF;
  font-size: 16pt;
  line-height: 22pt;
  color: #000000;
}

#topLeft { background: url(image/topLeft.png) repeat-y;
  width: 145px;

}

#topCenter { background: #000066;
  width: 650px;
  font-size: 14pt;
  line-height: 20pt;
  color: #FFFFFF;
  padding-left: 25pt;
  padding-right: 25pt; 

}

#topRight { background: url(image/topRight.png) repeat-y;
  width: 145px;
}

#welcome {
  font-size:20pt;
  line-height: 28pt;
  text-align: center;
  color: #FFFFFF;
}
