body
{
 margin: 0px;
 padding: 0px;
 background-color: #8B94B3;
 background-image: url(../images/background.gif);
 background-repeat: repeat-x;
 margin: 0px auto;
 height: 100%;
}

#designframe
{
  width: 735px;
  margin-top: 17px;
  margin-bottom: 17px;
}

td.topmenu a
{
  font-weight: bold;
  font-size: 90%;
  text-decoration: none;
  color: #FFFFFF;
  display: block;
}

td.topmenu a:hover
{
  text-decoration: underline;
}

td.topmenu a.isselected
{
  font-weight: bold;
  font-size: 90%;
  text-decoration: underline;
  color: #FFFFFF;
  display: block;
}

div.mainmenudropdown
{
  position: absolute;
  background-color: #FFFFFF;
  border-top: 1px solid #8B94B3;
  border-right: 2px solid #8B94B3;
  border-left: 1px solid #8B94B3;
  border-bottom: 2px solid #8B94B3;
  top: 203px;
  margin-left: 3px;
  visibility: hidden;
  width: 220px;
  white-space: nowrap;
  filter:alpha(opacity=92);
  -moz-opacity:0.92;
  opacity: 0.92;
}

div.mainmenudropdown a.mainmenudropdownitem
{
  font-weight: bold;
  font-size: 76%;
  text-decoration: none;
  color: #303030;
  display: block;
  padding: 3px 0px 3px 5px;
  position: relative;
}

td.bgwhite
{
  background-color: #FFFFFF;
}

td.space
{
  padding: 0px 10px 5px 10px;
}

td.bottomimage
{
  width: 735px;
  height: 10px;
}

td.body_normal
{
  width: 695px;
  padding: 5px 20px;
}

div.popup
{
  position:absolute;
  color:#000000;
  border: 1px solid #303030;
  background-color: #FFFFFF;
  font-family: Arial, helvetica, sans-serif;
  font-size: 80%;
  padding: 5px;
  display: none;
  width: 400px;
  filter:alpha(opacity=92);
  -moz-opacity:0.92;
  opacity: 0.92;
}

.footnote
{
  color:#303030;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  cursor: help;
}