a {
  text-decoration: none; 
}
a:link {
  color: blue;
}
a:visited {
  color: blue; 
} 
a:hover {
  color: red;
}
a:active {
  color: blue;
}

body {
  background-color: white;
  background-image: url(../images/bgmain.png);
  background-repeat: repeat-y;
  background-size: 1030px auto;
  color: black;
  font-family: Tahoma, sans-serif;
  font-weight: normal;
  font-size: 11pt;
  margin: 4px;
}

div.pagebody {
  background: transparent;
  margin: 0px;
  max-width: 1022px;
}

h1, h2, h3, h4, h5, h6 {
  background-color: transparent;
  color: black;
  font-weight: bold;
}
h1 {
  font-size: 15pt;
}
h2 {
  font-size: 14pt;
}
h3 {
  font-size: 13pt;
}
h4 {
  font-size: 12pt;
}
h5 {
  font-size: 11pt;
}
h5.topichead {
  background-color: #EBEAE8;
  border: 1px dotted silver;
  line-height: 24px;
}
h6 {
  font-size: 10pt;
}

li, p, table, th, td {
  background-color: transparent;
  color: black;
  font-size: 11pt;
}

p.footnote {
  font-size: 8pt;
}

p.notice {
  color: crimson;
}

table.gridlist {
  border: 1px solid silver;
  border-collapse: collapse;
  padding: 0px;
  width: 600px;
}
.gridlist th {
  background-color: whitesmoke;
  border: 1px solid silver;
  border-collapse: collapse;
  font-weight: normal;
  padding: 2px;
  vertical-align: bottom;
  white-space: nowrap;
}
.gridlist td {
  background-color: white;
  border: 1px solid silver;
  border-collapse: collapse;
  padding: 2px;
}

.fixed {
  font-family: "Courier New", Courier, monospace;
  font-weight: normal;
  font-size: 11pt;
  background-color: transparent;
  color: black;
}

/*
pre {
  font-family: "Courier New", Courier, monospace;
  font-weight: normal;
  font-size: 10pt;
  background-color: transparent;
  color: black;
}
*/