body {
  font-family: Arial;
  margin: 0px;
  padding: 0px;
  color: #000000;
  background-color: #E0E0E0;
  background-image: url(./images/background_body.gif);
}
table.header {
  background-color: #FFFFFF;
}
table.header th.header {
  text-align: left;
  background-color:#552b89;
  color: #FFFFFF;
  font-size: 24pt;
  padding: 16px;
}
table.header img.header {
	float:right;
}
table.header th.header a {
  color: #FFFFFF;
  text-decoration: none;
  cursor: default;
}
table.header th.subheader {
  text-align: left;
  background-image: none;
  background-color:#C0C0C0;
  color: #000000;
  font-size: 12pt;
  padding: 4px;
  padding-left: 16px;
}
table.header th.subheader a {
  color: #000000;
  text-decoration: none;
  cursor: default;
}
table.header th.footer {
  text-align: left;
  background-color:#552b89;
  color: #FFFFFF;
  font-size: 24pt;
  padding: 16px;
}
table.item
{
  border-width: 1px;
  border-color: #C0C0C0;
  border-style: solid;
}
table.item th {
  text-align: left;
  background-color: #C0C0C0;
  font-size: 9pt;
  font-weight: bold;
  padding: 2px;
  padding-left: 16px;
  }
table.item th a {
  color: #FFFFFF;
  text-decoration: none;
  cursor: default;
}
table.item td {
  font-size: 10pt;
  padding: 2px;
  }
table.item td a:link {
  color:#FF8000;
  font-weight:bold;
  text-decoration:none;
  }
table.item td a:visited {
  color:#E07000;
  font-weight:bold;
  text-decoration:none;
  }  
table.item td a:hover {
  color:#0080FF;
  font-weight:bold;
  text-decoration:underline;
  }