
body {
  padding: 0px 0px 0px 0px ;
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: black;
  background: #9CB9D4;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/*
body {
  background-image: url('images/backGradientVert_01.gif');
}
*/

/* link colors */
:link { color: #003366; background: transparent }
:visited { color: #003366; background: transparent }
a:active { color: #003366; background: transparent }
a:hover { color: #006699; background: transparent }

/* ABcomm specific */
.cell_design { font-size:10pt; color:#000000; background-color: #E4EDF7; font-family: Verdana, Arial, Helvetica, sans-serif; }
.body_design { font-size:10pt; color:#999999; font-family: Verdana, Arial, Helvetica, sans-serif; }
.data_field  { font-size:10pt; font-family: Verdana, Arial, Helvetica, sans-serif; }
.table_head  { font-size:10pt; font-weight:bold; color:#FFFFFF; background-color:Navy; font-family: Verdana, Arial, Helvetica, sans-serif; }
.program_conf  { font-size:12pt; font-family: Verdana, Arial, Helvetica, sans-serif; }
.body_text  { font-size:12pt; font-family: Verdana, Arial, Helvetica, sans-serif; }

a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

th, td { /* ns 4 */
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 { text-align: left }
/* background should be transparent, but WebTV has a bug */
h1, h2, h3 { color: #005A9C; }
h1 { font-variant:normal; font-size:150%; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#FFFFFF }
h2 { font-variant:normal; font-size:134%; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#FFFFFF }
h3 { font-variant:normal; font-size:120%; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#FFFFFF }
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }

.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 }

p.copyright { font-size: small }

pre { margin-left: 2em }

/*
p {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
*/

dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }

pre, code { font-family: monospace } /* navigator 4 requires this */

ul.toc {
  list-style: disc;		/* Mac NS has problem with 'none' */
  list-style: none;
}