body {
  margin: 5px;
  font-style:           normal;
  font-size:            7pt;
  font-family:          Verdana, Garamond, Serif;
  color:                black;
  background-color:     #f4f4f4;
}

table {
  margin: 0px;
  padding: 0px;
}

tr {
  margin: 0px;
  padding: 0px;
}

form {
  margin: 0px;
  padding: 0px;
}

img {
  margin: 0px;
  padding: 0px;
}

td {
  margin: 0px;
  font-style:           normal;
  font-size:            7pt;
  font-family:          Verdana, Garamond, Serif;
  color:                black;
}

td.main {
  margin:               5px;
  padding:              5px;
  vertical-align:       top;
  text-align:           left;
  font-style:           normal;
  font-size:            8pt;
  font-family:          Verdana, Garamond, Serif;
  color:                black;
}

a:link {
  font-family:          Verdana, Garamond, Serif;
  text-decoration:      underline;
  white-space:          nowrap;
  color:                #0000EE;
  background-color:     transparent;
}

a:visited {
  font-family:          Verdana, Garamond, Serif;
  text-decoration:      underline;
  white-space:          nowrap;
  color:                #0000EE;
  background-color:     transparent;
}

a:active {
  font-family:          Verdana, Garamond, Serif;
  text-decoration:      underline;
  white-space:          nowrap;
  color:                #0000EE;
  background-color:     transparent;
}

a:hover {
  font-family:          Verdana, Garamond, Serif;
  text-decoration:      underline overline;
  white-space:          nowrap;
  color:                #0000EE;
  background-color:     transparent;
}

a.ad:link {
  font-family:          Verdana, Garamond, Serif;
  text-decoration:      underline;
  white-space:          nowrap;
  color:                #0000EE;
  background-color:     transparent;
}

a.ad:visited {
  font-family:          Verdana, Garamond, Serif;
  text-decoration:      underline;
  white-space:          nowrap;
  color:                #565656;
  background-color:     transparent;
}

a.ad:active {
  font-family:          Verdana, Garamond, Serif;
  text-decoration:      underline;
  white-space:          nowrap;
  color:                #0000EE;
  background-color:     transparent;
}

a.ad:hover {
  font-family:          Verdana, Garamond, Serif;
  text-decoration:      underline overline;
  white-space:          nowrap;
  color:                #0000EE;
  background-color:     transparent;
}

a.hid:link {
  font-family:          Verdana, Garamond, Serif;
  text-decoration:      none;
  white-space:          nowrap;
  color:                transparent;
  background-color:     transparent;
}

a.hid:visited {
  font-family:          Verdana, Garamond, Serif;
  text-decoration:      none;
  white-space:          nowrap;
  color:                transparent;
  background-color:     transparent;
}

a.hid:active {
  font-family:          Verdana, Garamond, Serif;
  text-decoration:      none;
  white-space:          nowrap;
  color:                transparent;
  background-color:     transparent;
}

a.hid:hover {
  font-family:          Verdana, Garamond, Serif;
  text-decoration:      none;
  white-space:          nowrap;
  color:                transparent;
  background-color:     transparent;
}


#debug {
    width: 820px;
    height: 120px;
    float: left;
    position: absolute;
      left: 1px;
      top: 620px;

    background: white;
    vertical-align: middle;
    text-align: left;
    border: 1px dotted red;

    font-size: 7pt;
    font-family: Verdana, Garamond, Serif;
    color: black;
    margin: 0px;
    padding: 0px;
    overflow: auto;
}


