body {
  background-color: #000000;
  font-family: Arial, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}

a:link     { color:#ffffff; text-decoration:underline; font-weight:bold;}
a:visited  { color:#ffffff; text-decoration:underline; font-weight:bold;}
a:hover    { color:#6f2929; text-decoration:underline; font-weight:bold; 
             cursor: hand; cursor: pointer;}

div {
    margin: 10px;
}

img {
    border: 0;
}

b {
    font-weight:600;
}

div.categoryTitle {
  margin-top: 0px;
  font-size:14px;
  font-weight: bold;
}

div.mainDiv {
  background-color:#737543;
  width:80%;
  margin:10px;
  margin-top: 20px;
}

div.mainCaption {
  text-align:center;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 60px;
    margin-right: 60px;
  font-weight:300;
}

div.salutation {
    font-family:Arial Helvetica;
    font-size:1.25em;
    width:80%;
    margin-top:30px; margin-bottom:20px;
}

div.contact {
    font-size: 90%;
    margin-top: 30px;
}

div.sponsor {
    font-size: 90%;
}

div.footer {
    font-size: 90%;
    margin-bottom: 30px;
}

div.categoryItem {
    width: 80%;
    border-top: 1px solid #616342;
    padding-top: 12px;
    min-height: 80px;
}

div.categoryDisclaimer {
    font-size: 90%;
    border-top: 1px solid #656746;
    width: 80%;
}

div.item {
    margin-top: 30px;
    text-align: center;
    font-size: 90%;
}

div.adminLinks {
    position: absolute;
    width: 200px; height: 80px;
    right: 11%; top: 25px;
    z-index: 10000;
    font-size: 80%;
    font-weight: 300;
}

h2 {
  font-weight: bold;
  font-size: 140%;
  text-decoration: underline;
  color:#363729;

}

h3 {
  font-weight: bold;
  font-size: 110%;
  color:#363729;
  margin-top:15px; margin-bottom:0px;
}

td {
  vertical-align: top;
}

.inputbutton {
  background-color: #ffffff;
  font-size: 10pt;
  font-weight: bold;
  color: #6f2929;
  height: 25px;
  border-right: 2 solid #000000;
  border-bottom: 2 solid #000000;
  margin-top: 1px; 
}

.saleStatus {
  font-size: 12pt;
  font-style: italic;
  border-bottom: 3px double black;
  border-top: 1px solid black;
  font-weight: bold;
  color: #6f2929;
}
