
body
{
  font-family:Arial;
  font-size: 12pt;
  font-weight: normal;
  font-style: Normal;
  text-decoration: None;
  text-align: center;
  background-color: #C0C0C0;
}

.content
{
  display: block;
  position: relative;
  width: 768px;
  padding: 6px;
  border-left: 2px;
  text-align: left;
  margin: 12px auto 0px auto;
}

.banner
{
  display: block;
  position: relative;
  font-size: 20pt;
  margin: 8px 0px 8px 0px;
}

.product
{
  display: block;
  position: relative;
  overflow: hidden;
}

.product_a
{
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 4px 8px;
  text-align: center;
}

.product_b
{
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 12px 8px;
  font-size: 14pt;
}

.product_title
{
  font-size: 22pt;
  font-weight: bold;
}

.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
{
  display: block;
  position: relative;
  width: 768px;
  height: 12px;
  background-image: url(h_divider.jpg);
  background-repeat: repeat;
  background-attachment: scroll;
  margin: 8px 0px 8px 0px;
}
