@charset "UTF-8";
@namespace "http://www.w3.org/1999/xhtml";

/* IE */
a
{
  text-decoration: underline;
  }

/* without IE */
* > a
{
  text-decoration: inherit;
  }

a[href]
{
  text-decoration: underline;
  }


/* IE */
body
{
  font-size: 9pt;
  }

*
{
  font-size: 100%;
  }

/* without IE */
*,
not-found-elem[not-found-attr]
{
  font-size: inherit;
  }

html,
not-found-elem[not-found-attr]
{
  font-size: small;
  }

/* IE */
em
{
  font-style: normal;
  }

em,
not-found-elem[not-found-attr]
{
  font-style: inherit;
  }


