  body { background-color: white;
    margin-top: 0px;
    font-size: 12px;
    font-family: serif;
  /*  margin-left: 8px; */
    }

  p {  }

  li, ul, ol {  }

  h1 { font-family: sans-serif;
    font-size: 18px;
    color: rgb(102, 153, 153);
    }

  h2, h3 { font-family: sans-serif;
    font-size: 16px; 
    color: rgb(102, 153, 153);
    }

  h4, h5 { font-family: sans-serif;
    font-size: 14px;
    color: rgb(102, 153, 153);
    }

  h6 { font-family: sans-serif;
    font-size: 12px;
    }

  pre { font-family: monospace;
    }

  tt { font-family: monospace;
    }

  a:hover { background-color: rgb(180, 207, 91);
    color: white;
    font-style: italic;
    }

  a:active { color: rgb(0, 153, 51);
    font-style: italic;
    }

  .bodycopy { font-size: 12px }

  .smalltext { font-size: 11px;
    }

  .leftcol { font-size: 11px;
    font-family: sans-serif;
    line-height: 150%;
    }

  .twocolorbody { background: transparent url(Images/twocolbg.gif) repeat scroll 0%;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
    }

  .centered { text-align: center;
    }


