body
{
  background-color: #f8f3e4;
  background-image: url(Web_bg_tile.gif);
}

td, p, div, li
{
  font-size: 8pt;
  font-family: Arial, Helvetica, sans-serif;
}

a:link
{
  color: #78539c;
  text-decoration: none;
  font-weight: bold;
}

a:visited
{
  color: #ac9bc7;
  text-decoration: none;
  font-weight: bold;
}

a:hover
{
  color: #cec7dc;
  text-decoration: underline;
  font-weight: bold;
}

a:active
{
  color: #78539c;
  text-decoration: none;
  font-weight: bold;
}

.thinborder
{
  border-right: black 1px solid;
  border-top: black 1px solid;
  border-left: black 1px solid;
  border-bottom: black 1px solid;
}

.bg_dkpurple
{
  background-color: #78539c;
}

.bg_medpurple
{
  background-color: #ac9bc7;
}

.bg_ltpurple
{
  background-color: #ecebf1;
}

.bg_white
{
  background-color: #ffffff;
}

.btn_standard
{
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #78539c;
  background-color: #cec7dc;
  border-right: #e5e2eb 2px solid;
  border-top: #e5e2eb 2px solid;
  border-left: #e5e2eb 2px solid;
  border-bottom: #e5e2eb 2px solid;
  cursor: pointer;
}

.btn_rollover
{
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #ffffff;
  background-color: #d7d2e1;
  border-right: #e5e2eb 2px solid;
  border-top: #e5e2eb 2px solid;
  border-left: #e5e2eb 2px solid;
  border-bottom: #e5e2eb 2px solid;
  cursor: pointer;
}

.btn_selected
{
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #78539c;
  background-color: #f8f3e4;
  border-right: #e5e2eb 2px solid;
  border-top: #e5e2eb 2px solid;
  border-left: #e5e2eb 2px solid;
  border-bottom: #e5e2eb 2px solid;
}
