<!------------------------------------------------------------------------------
  advertisement.css

  The style sheet for advertisements that appear on Solid Logic's web site.

  Change history (most recent first):
    <1>  01/28/2003  Thomas C. Eaton  Created.

  Copyright (c) 2003 Solid Logic.  All rights reserved.
------------------------------------------------------------------------------->

<!--

table.advertisement {
  border-color: rgb(102, 102, 102);
  border-style: solid;
  border-width: 1px;
  width: 174px;
}

table.advertisement tr {
  height: auto;
}

table.advertisement tr td {
  background-color: rgb(232, 250, 232);
  color: rgb(102, 102, 102);
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
}

table.advertisement tr td a:link {
  color: rgb(102, 102, 102);
}

table.advertisement tr td a:visited {
  color: rgb(102, 102, 102);
}

table.advertisement tr td a:hover {
  color: rgb(102, 102, 102);
}

table.advertisement tr td.headline {
  font-weight: bold;
  padding: 13px;
}

table.advertisement tr td.text {
  padding-top: 0;
  padding-right: 13px;
  padding-bottom: 13px;
  padding-left: 13px;
}

table.advertisement tr td.text ul {
  margin-top: 0;
  margin-right: 13px;
  margin-bottom: 13px;
  margin-left: 13px;
  padding: 0;
}

table.advertisement tr td.button {
  padding-top: 0;
  padding-right: 13px;
  padding-bottom: 13px;
  padding-left: 13px;
  text-align: right;
}

table.advertisement tr td.button img {
  margin-right: 5px;
}

//-->