body {
  font-size: 7pt;
  font-family: Arial, Verdana, Tahoma;
  color: #ffffff;
  background-color: #663300;
  margin: 10px auto 20px auto;
}
a:link {color: #ffffff; font-weight: bold; text-decoration: none;}
a:visited {color: #ffffff; font-weight: bold; text-decoration: none;}
a:hover {color: #ffffff; font-weight: bold; text-decoration: underline;}
a:active {color: #ffffff; font-weight: bold; text-decoration: underline;}
table {
  border-collapse: collapse;
  margin: auto;
}
td {
  vertical-align: top;
  padding: 3px;
}
img {
  border: none;
}
input {
  font-size: 7pt;
  font-family: Arial, Verdana, Tahoma;
  border: 2px solid #996633;
  color: #663300;
  background-color: #ffffff;
}
hr {
  border: 2px solid #996633;
  width: 100%;
  margin: 0px;
}
.button {
  font-size: 7pt;
  font-family: Arial, Verdana, Tahoma;
  border: 2px outset #996633;
  color: #ffffff;
  background-color: #663300;
}
select {
  font-size: 7pt;
  font-family: Arial, Verdana, Tahoma;
  border: 2px solid #996600;
  color: #663300;
  background-color: #ffffff;
}
.iWin {
  font-size: 9pt;
  color: #000000;
}
a:link.iWin {font-size: 8pt; color: #663300; font-weight: normal; text-decoration: none;}
a:visited.iWin {font-size: 8pt; color: #663300; font-weight: normal; text-decoration: none;}
a:hover.iWin {font-size: 8pt; color: #663300; font-weight: normal; text-decoration: underline;}
a:active.iWin {font-size: 8pt; color: #663300; font-weight: normal; text-decoration: underline;}
.conv td {
  text-align: center;
  vertical-align: bottom;
  border: 1px solid #996633;
}
.nopadding td {
  padding: 0px;
}