/*
-----------------------------------------------
stopdesign screen master
author:   douglas bowman
version:  20 Oct 2003
----------------------------------------------- */

/* Imported Styles
----------------------------------------------- */
@import url("base.css");
@import url("color.css");
@import url("titles.css");
@import url("forms.css");

body {
  background:#fff;
  color:#000;
  }


/* Titles
----------------------------------------------- */
h1 {
  color:#244740;
  }
h2, h3, h4 {
  color:#369;
  }
hr {
  margin-top:1em;
  }


/* Tables
----------------------------------------------- */
th, td {
  text-align:left;
  vertical-align:top;
  }
.highlt th, .highlt td {
  background:#ffc;
  }
.highlt th {
  color:#c00;
  }


/* Miscellaneous
----------------------------------------------- */
a img {
  border-width:0;
  border-style:none;
  color:#fff;
  }
.time {
  color:#999;
  }
.date {
  color:#f90;
  white-space:nowrap;
  text-transform:lowercase;
  }
.sub {
  color:#666;
  font-weight:normal;
  }
.sub strong {
  color:#000;
  font-weight:bold;
  }
.arrow {
  color:#f30;
  }
