
body, table
{
  font-family:Arial;
  font-size: 12pt;
  font-weight: normal;
  font-style: Normal;
  text-decoration: None;
  text-align: center;
}

.content
{
  display: block;
  position: relative;
  width: 768px;
  border: 2px solid black;
  padding: 6px;
  text-align: left;
  margin: 12px auto 0px auto;
}

.banner
{
  display: block;
  position: relative;
  font-size: 20pt;
  margin: 8px 0px 8px 0px;
}

.cppbuilder
{
  display: block;
  position: relative;
  font-size: 20pt;
  font-weight: bold;
  text-align: center;
  margin: 8px 0px 8px 0px;
}

.footnote
{
  display: block;
  position: relative;
  font-size: 10pt;
}
.copyright
{
  display: block;
  position: relative;
  font-size: 9pt;
  text-align: center;
  margin: 12px 0px12px 0px;
}

A 
{
  font-family:Arial;
  font-size: 10pt;
  font-weight: bold;
  font-style: Normal;
  text-decoration: None;
}

A:link    { color: blue }
A:visited  { color: blue }
A:active   { color: green }
A:hover    { color: purple }


.hseparater
{
  width: 768px;
  height: 12px;
  background-image: url(h_divider.jpg);
  background-repeat: repeat;
  background-attachment: scroll;
  margin: 8px 0px 8px 0px;

}