/*
  $Id$

  Pro-Active Software
  http://www.pro-activesoftware.com
*/

BODY {
  background-color: #eeeeee;
}

A { 
  color: #0000ff; 
  text-decoration: none; 
}

A:hover { 
  color: #0080ff; 
  text-decoration: underline; 
}

.heading {
  font-family : Verdana, Arial, sans-serif;
  font-size : 12px;
  font-weight : bold;
}

TABLE.infoBox {
  background-color: #eeeeee; 
  border-color : #808080;
  border-style : solid;
  border-width : 1px;
}

TABLE.products {
  background-color: #ffffff;
  border-color : #000000;
  border-style : solid;
  border-width : 1px;
}

TD {
  font-family : Verdana, Arial, sans-serif;
  font-size : 10px;
}

TD.products {
  font-family : Verdana, Arial, sans-serif;
  font-size : 10px;
  line-height : 1.5;
}

TD.main {
  font-family : Verdana, Arial, sans-serif;
  font-size : 12px;
  line-height : 1.5;
}

TABLE.header, Table.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
  background-color: #ffffff; 
  border-color : #808080;
  border-style : solid;
  border-width : 1px;
}

TABLE.headerContents, Table.footerContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

@media print {
  .noprint {
    display: none;
  }
}