/*             Style-sheet for datateam-inc.com (dti.css)            */
/*                                                                   */
/*                     Written and maintained by                     */
/*                     Personal Software Systems                     */
/*                   Copyright 1999, DataTeam, Inc                   */
/*                        All Rights Reserved                        */
/*                                                                   */
/*                    Created - 12 October, 1999                     */
/*                   Last Update 29 November, 1999                   */


/* Set Initial Page Layout */

BODY {

  margin-top:    4px;
  margin-bottom: 0px;
  margin-right:  0px;
  margin-left:   4px;

  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-size: 10pt;
  color: black;

  background-image:      url(http://www.datateam-inc.com/images/dtlogobkg3.jpg);
  background-color:      #ffffff;
}

A:LINK {
  text-decoration: underline;
  color: black;
}

A:visited {
  text-decoration: underline;
  color: black;
}

A:hover {
  text-decoration: underline;
  color: blue;
}


TD {

  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-size: 10pt;
  color: black;
}
P.copyright {
  font-size: 8pt;
}

.redtext {
  color: red;
  font-family: monospace;
}

.bluetext {
  color: #000080;
  font-family: monospace;
}

.navbutton {
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-weight: bold;
/*  font-variant: small-caps; */
  font-size: 8pt;
/*  background-color:      #f2e5a6; */
  background-color:      #7070ff;
/*  letter-spacing: 2px; */
/*  color: red; */
  color: yellow;
  border-top-color: gray;
  border-left-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-width: thin;
  border-style: outset;
}

.navbutton A:link {
  text-decoration: none;
  color: black;
}

.navbutton A:visited {
  text-decoration: none;
  color: black;
}

.navbutton A:hover {
  text-decoration: none;
/*  color: blue; */
  color: #0000a0; 
}

/*TH, TD {									*/
/* ns 4 									*/
/*  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;			*/
/*}										*/
/*										*/
/*H1, H2, H3 {									*/
/*  text-align: left;								*/
/*  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;			*/
/*  font-weight: normal;							*/
/*  color: #003679;								*/
/*}										*/
/*										*/
/*.hide { display: none }							*/
/*										*/
/*DIV.head { margin-bottom: 1em }						*/
/*DIV.head H1 { margin-top: 2em; clear: both }					*/
/*DIV.head TABLE { margin-left: 2em; margin-top: 2em }				*/
/*DIV.head IMG { color: white; border: none }					*/
/*										*/
/*										*/
/*@media screen {								*/
/*A:hover { background: #FFA }							*/
/*}										*/
/*										*/
/*PRE { margin-left: 2em }							*/
/*										*/
/*P {										*/
/*  margin-top: 0.6em;								*/
/*  margin-bottom: 0.6em;							*/
/*}										*/
/*										*/
/*										*/
/*DT, DD { margin-top: 0; margin-bottom: 0 }					*/
/*DT { font-weight: bold }							*/
/*PRE { font-family: monospace }						*/
/*										*/
/*UL.toc { list-style: none }							*/
/*										*/
/*@media aural {								*/
/*  H1, H2, H3 { stress: 20; richness: 90 }					*/
/*  .hide { speak: none }							*/
/*  P.copyright { volume: x-soft; speech-rate: x-fast }				*/
/*  DT { pause-before: 20% }							*/
/*  PRE { speak-punctuation: code }						*/
/*}										*/
/*										*/
/* Navigation table								*/
/*										*/
/*.navtable {									*/
/*  background-color: #f0f0ff;							*/
/*}										*/
/*										*/
/*.navtext {									*/
/*  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;			*/
/*  font-weight: bold;								*/
/*  font-size: 8pt;								*/
/*  color: black;								*/
/*}										*/
/*										*/
/*}              */
