
/*********************************************************************************
IMPORTANT!!!!!!!!!!!!!!!!!!                      DO NOT EDIT ANYTHING IN THIS FILE
**********************************************************************************/

/*Headings*/

  h1,h2,h3,h4,h5,h6{font-size:1em;line-height:1em;margin:0;font-weight:bold;}

/*Text elements*/

  p{margin:0;}
  ul,ol,li,dl,dl dd{margin:0;padding:0;}
  ul{list-style-type:none;}
  ol{list-style-type:decimal;}
  
  fieldset {padding:0; margin:0; border:none;}
  blockquote{margin:0;padding:0}
  strong{font-weight:bold;}
  em,dfn{font-style:italic;}
  dfn{font-weight:bold;}

/*Tables*/

  table {margin-bottom:1.4em;}
  th{font-weight:bold;}
  td {}
  th,td{padding: 0;}

/** in question - we could possibly remove all of these?? *********/

  del{color:#000;}
  pre,code{margin:1.5em 0;white-space:pre;}
  pre,code,tt{font:1em monospace;line-height:1.5;}
  tt{display:block;margin:1.5em 0;line-height:1.5;}
  address{margin:0;font-style:normal;}

/** Should be changed - we could possibly change these to. **/

  dl dt{font-weight:bold;}