/* CSS Document */
body {
  /*background: #FFFFFF;*/
/*  background-image: url("images/bluediv3.gif");
  background-repeat: repeat;*/
  background-color: #CCCCFF;
  color: #000000;
  font-size:24px;
/*  margin: 0px;*/
  text-align: center;
}
#container {
  background: #CCCCFF;
  width:100%;
  margin: 0 auto;
/*  border-width: 1px;
  border-style:solid;
  border-color:black;*/
/*  background-image: url("images/blue015.jpg");
  background-repeat: repeat;  */
}
#headbackground {
  background: #CCCCFF;
/*  background-image: url("images/blue015.jpg");
  background-repeat:repeat; */
}
#tablebkgrnd {
/*  background-image: url("images/blue015.jpg");
  background-repeat: repeat; */
}
TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #0000FF;
  color: #ffffff;
  font-weight: bold;
}