body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

h1 {
  margin: 2em 0 1em 0;
  font-size: 18pt;
}

h2 {
  margin: 1.5em 0 1em 0;
  font-size: 14pt;
}

h3 {
  margin: 1em 0 1em 0;
  font-size: 12pt;
  font-weight: bold;
}

h4 {
  margin: 1em 0 0.5em 0;
  font-size: 10pt;
  font-weight: bold;
  font-style: italic;
}

p {
  margin: 0.5em 0;
}

a {
  color: black;
  text-decoration: underline;
}

img {
  border: none;
}

pre {
  margin: 1em 0;
  padding: 0.5em;
  border: 1px solid #888;
  font-family: "Courier New", Courier, monospace;
  font-size: 11pt;
}

hr {
  border: 1px solid #888;
}

#header h1 {
  margin: 0 0 1em 0;
}
#header a {
	text-decoration: none;
}

#languages,
#search,
#main_menu,
#left,
#right,
#location,
#footer ul,
#product_image_block
{
  display: none;
}

#footer {
  margin-top: 3em;
  font-size: 9pt;
  font-style: italic;
}

table.wireframe {
  border: none;
  border-collapse: collapse;
}

table.wireframe th, table.wireframe td {
  padding: 0.25em 0.5em;
  border: 1px solid #888;
}

table.wireframe th {
  text-align: center;
  font-weight: bold;
}

table.wireframe td img {
  vertical-align: middle;
}

table.def {
  border: none;
}

table.def th {
  padding: 0.5em;
  fotn-weight: bold;
  text-align: right;
}

table.def td {
  padding: 0.5em;
  fotn-weight: normal;
  text-align: left;
}

.noprint,
.hidden {
  display: none;
}