*
{
  margin: 0;
  padding: 0;
}
body
{
  font-family: "Times New Roman";
  font-size: 12pt;
  background-image: url("../images/all_bg.gif");
}
h1
{
  text-align: center;
  font-size: 14pt;
}
.maintable
{
  width: 702px;
  background-color: #FFFFFF;
  border-collapse: collapse;
}
.mainframe
{
  vertical-align: top;
  padding-top: 2em; 
  width: 498px;
}
.maintext
{
  margin: 0px 20px 1.2em 20px;
  padding: 0px;
  text-align: justify; text-indent: 1em;
}
.menubg
{
  background-image: url("../images/left_tall.gif");
  vertical-align: top;
}
.footer
{
  background-color: #E6E6E6;
  border-right: solid #FFFFFF 1px;
  vertical-align: middle;
}
.footer p
{
  margin: 0px 1.2em 0px 1.2em;
  font-size: 8pt;
  font-family: Tahoma;
  text-align: center;
  font-weight: bold;
}
.footer a
{
  text-decoration: none;
  color: #000000;
}
.footer a:hover
{
  text-decoration: underline;
}
.bottom
{
  background-image: url("../images/bot.jpg");
  height: 18px;
}