/* styles that apply to all browsers */
body { margin:0px; }
body, div, p, th, td, li, dd, code, tt {
  font-family: Verdana, sans-serif;
  font-size: 12px;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 14px;
}
h4 {
	font-size:12px;
	}
/* styles that apply to everything but Netscape 4 */
/*/*/a{}
body, body div, body p, body th, body td, body li, body dd, body code, body tt, body h3 {
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd, html>body code, html>body tt, html>body h3 {
  font-size: small;
}

body h1 {
  font-size: large;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: x-large;
}
html>body h1 {
  font-size: x-large;
}
body h2 {
  font-size: medium;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: large;
}
html>body h2 {
  font-size: large;
}
body h3 {
  font-size: medium;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: medium;
}
html>body h3 {
  font-size: medium;
}
body h4 {
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body h4 {
  font-size: small;
}
/* end NS4 hack */

/* other styles after this would apply to all browsers */
   td.benefits
   {
      padding: 3px;
      border-color: black;
      border-width: 0px 1px 1px 0px;
      border-style: solid;
   }


