body {
  background-image: url(images/bkgnd.jpg);
  background-repeat: repeat-x;
}

TD {
  background: #FFFFFF;
}



A.footer {
  color: #FFFFFF;
  text-decoration: none;
}

A.footer:hover {
  color: #00FF00;
  text-decoration: underline;
}

table.mainPage {
    width: 960px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	border-collapse: collapse;
	background-color: white;
}

TD.pageSide {
  background-image: url(images/bkgnd_page.gif);
}

TD.mainText {
  background: #FFFFFF;
  color: #333333;
  vertical-align: top;
  font-family: verdana, arial, helvetica;
  font-size: 13px;
  line-height: 20px;
}

TD.mainText2 {
  background: #FFFFFF;
  color: #333333;
  vertical-align: top;
  font-family: verdana, arial, helvetica;
  font-size: 13px;
  line-height: 20px;
}

.title {
  background: #FFFFFF;
  color: #336699;
  vertical-align: top;
  font-family: verdana, arial, helvetica;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  padding-top: 15px;
}


TD.footer {
  background-image: url(images/bkgnd_footer.gif);
  color: #003366;
  vertical-align: top;
  font-family: verdana, arial, helvetica;
  font-size: 10px;
  text-align: center;
}

TD.footerMenu {
  color: #FFFFFF;
  vertical-align: top;
  font-family: verdana, arial, helvetica;
  font-size: 10px;
}