
    span.newUrl {
      float: right;
      font-family: Monaco, sans-serif;
      font-size: 12px;
      letter-spacing: 0;
      padding-top: 1ex;
    }
    span.newUrl:before {
      content: 'updated: ';
    }
    /*  Layout of principal components  */
    #THeader, #TFooter  {  clear: both;    }
    #TLinks1            {  float: left;    }
    #TLinks2            {  float: right;   }
    #TLinks1, #TLinks2  {  display: none;  }
    @media screen {
      #TLinks1, #TLinks2  {  display: block;  }
    }
    #TBg {
      background-image: url(./img/bg.png);
      background-repeat: repeat-y;
      background-color: white;
      padding-left: 40px;
      border: thin solid transparent;
    }

    /*  Margins and padding  */
    p,dl,ol,ul,table,blockquote, .pmargins {
      margin-top: .6ex;
      margin-bottom: 1.2ex;
    }
    li, li p {
      margin-top: .3ex;
      margin-bottom: .6ex;
    }
    .nomarginbottom {  margin-bottom: -.9ex;  }
    ul {  margin-left: 2em;  padding-left: 0;  }
    #THeader                 {  margin: -4px -2px 2px -12px;
                                padding: 1ex 1em 1ex 26px;  }
    #THeader p               {  margin-top: 1.2ex;  }
    #TLinks1 h1, #TLinks2 h1 {  margin: 1ex;  }
    #TLinks1 p, #TLinks2 p   {  margin: .5ex 1ex .5ex 1ex;  }
    body                     {  margin: 4px 2px 4px 2px;  }
    #TLinks2                 {  margin: 0px 2px 4px 2px;  }
    #TLinks2 p.img           {  margin: 4px 4px 4px 4px;  }
    #TMain                   {  margin: 0px 2px 23px 2px;
                                padding: 1ex 1em 1ex 1em;  }
    #TFooter                 {  margin: 0px 2px 2px 2px;
                                padding: 1ex 1ex 1ex 36px;
                                height: 19px;  }
    @media screen {
      #TMain.bigmarginbottom {  margin-bottom: 17.5cm !important;  }
    }


    /*  Fonts  */
    #THeader {
      font-size: 180%;
      font-weight: bold;
      text-align: left;
      letter-spacing : 0.10em;
    }
    .Links {  font-size: 75%;  }
    #TMain {  font-size: 85%;  }
    @media print {
      body {  font-size: 90%;  }
    }

    /*  Borders  */
    #THeader, .Links, #TFooter   {  border: none;  }
    div.hr  {  height:2px;  width:100%;  background-color:#999999;  }
    div.hr2 {  height:1px;  width:100%;  background-color:#999999;  }
    img {  border: none;  }

    /*  Colors and backgrounds  */
    #THeader {  background-image:url(img/bgHeader.png);
                background-repeat: repeat-y;  }
    #TFooter {  border: 3px double silver;
                background-color: white;  }
    .Links   {  border: 3px double silver;  }
    a, .a {
      color: #286ea0;  /*  40, 110, 160  */
      text-decoration: none;
    }
    a:visited {  color: #6985bd;  }
    a:hover, .a:hover {  text-decoration: underline;  }
    .bg0 {  background-color: inherit;  }
    .bg1 {  background-color: #003366;  }  /*  the dark blue  0,51,102  */
    .bg2 {  background-color: #f1e788;  }  /*  the gold 241,231,136  */
    .co0 {  color: inherit;  }
    .co1 {  color: #999999;  }  /*  the gray 153,153,153  */
    .co2 {  color: #286ea0;  }  /*  the blue for links  */
    .bc1 {  border-color: #999999;  }

    /*  Handy classes  */
    .b    {  font-weight: bold;  }
    .bgsi {  background-color: silver;  }
    .bi   {  font-weight: bold;  font-style: italic;  }
    .box  {  border: thin solid black;  padding: .67ex .67em .67ex .67em;  }
    .bt   {  vertical-align: bottom;  }
    .bx   {  border: thin solid black;  }
    .BX   {  border: thin solid fuchsia;  }
    .ce   {  text-align: center;  }
    .DN   {  display: none;  }
    .in1  {  margin-left: 1em;  }
    .i    {  font-style: italic;  }
    .lf   {  text-align: left;  }
    .lg   {  font-size: larger;  }
    .mi   {  vertical-align: middle;  }
    .nw   {  font-weight: normal;  }
    .rt   {  text-align: right;  }
    .sc   {  font-variant: small-caps;  }
    .ss   {  font-family: sans-serif;  }
    .si   {  color: #bbbbbb;  }
    .sm   {  font-size: smaller;  }
    .st   {  text-decoration: line-through;  }
    .tp   {  vertical-align: top;  }
    .tt   {  font-family: monospace;  font-size: 115%;  }
    .u    {  text-decoration: underline;  }
    .CB   {  clear: both;  }
    .CL   {  clear: left;  }
    .CR   {  clear: right;  }
    .FL   {  float: left;  }
    .FR   {  float: right;  }
    .tp   {  vertical-align: top;  }
    .blk  {  color: black;  }
    .blu  {  color: blue;  }
    .gry  {  color: #999999;  }
    .red  {  color: red;  }
    .nopadding {  padding: 0;  }
    .nomargin  {  margin: 0;  }
    .displayed {  margin: 1ex 2em 1ex 2em;  }

    /*  Specialized classes  */
    a.inh   {  color: inherit;  }
    a.plain {  color: inherit;  font-weight: inherit;  text-decoration: none;  }
    .email  {  font-family: monospace;  }
    div.W3C {
      float: right;
      margin: -7px -9px 0 1em;
      line-height: 12px;
    }
    @media screen {  img.W3C {  height: 16px;  }  }
    @media print  {  img.W3C {  height: 14px;  }  }
    .timestamp {
      float: right;  margin-top: 3px;
      font-family: sans-serif;  font-style: italic;  font-size: 60%;
    }
    .logtimestamp {
      font-style: italic;  font-size: 80%;
    }

    /*  Bib classes  */
    .bibEntryMain {  margin: .67ex 0 0 0;  }
    .bibEntryAux  {  margin: .67ex 0 1.67ex 1em;  }
    .abstract, .bibtex, .doi, .movie, .pdf, .url {
      font-family: sans-serif;  font-size: 90%;
    }
    .abstractHeader, .keywordsHeader, .url {
      font-variant: small-caps;  font-size: 105%;
    }
    .abstractHeader, .bibtexHeader, .doi, .keywordsHeader, .movie, .pdf, .url {
      padding-right: .5em;
      color: #286ea0;  text-decoration: none;  font-weight: bold;
    }

    /*  Elements in contexts  */
    .Links h1 {  font-size: 120%;  font-variant: small-caps;  }

    /*  Elements  */
    a.ext:before {  content: "\2039";  }   a.ext:after  {  content: "\203a";  }
    a.download:after {  content: "\00b7";  }
    code, tt {  font-size: 125%;  font-style: normal;  }
    pre      {  font-size: 120%;  font-style: normal;  }
    q:before {  content: "\201C";  }
    q:after  {  content: "\201D";  }
    dfn, .dfn {  font-weight: bold;  font-style: italic;  }
    dd {
      margin-top: .6ex;  margin-bottom: 1.2ex;
    }
    dl {
      padding-left: 1.0em;
    }
    dt {
      font-style: italic;  font-weight: bold;
      margin-top: 1.2ex;  margin-bottom: 0.1ex;
    }

    div.figure, div.figureNoFloat {
      border-width: 3px;  border-color: gray;  border-style: double;
    }
    div.figureNoBox, div.figure, div.figureNoFloat {
      margin: .5ex .35em .5ex .35em;
      text-align: center;
      /*  clear: both;  */
      page-break-inside: avoid;
    }
    div.figureNoBox, div.figure {  float: right;  margin-right: 0;  }
    div.figureNoBox>img, div.figure>img, div.figureNoFloat>img {
      padding: 4px;
    }
    div.figure>p {
      text-align: center;  font-size: .9em;
      border-top: thin solid gray;
      margin: 0 0 1.1ex 0;
      padding: 1.4ex .5em 0 .5em;
    }

    h1, h2, .h2, h3, h4, h5, h6  {  font-weight: bold;  }
    h1           {  font-size: 144%;  }
    h2           {  font-size: 120%;  }
    h3           {  font-size: 105%;  font-style: italic;  }
    h4           {  font-size: 100%;  font-style: italic;  }
    h5           {  font-size: 100%;  font-style: italic;  }
    h6           {  font-size: 100%;  font-style: italic;  }
    h1           {  margin-top: 2.00ex;  margin-bottom: 0.81ex;  }
    h2           {  margin-top: 1.58ex;  margin-bottom: 0.81ex;  }
    h3           {  margin-top: 1.26ex;  margin-bottom: 0.81ex;  }
    h4           {  margin-top: 1.20ex;  margin-bottom: 0.81ex;  }
    h5           {  margin-top: 1.20ex;  margin-bottom: 0.81ex;  }
    h6           {  margin-top: 1.20ex;  margin-bottom: 0.81ex;  }
    del, .del    {  background-color: #e0e0e0;  text-decoration: line-through;  }
    ins, .ins    {  background-color: #ccffcc;  text-decoration: none;  }
    td, th, .pad {  padding-left: .35em;  padding-right: .35em;  }
    .ol-a        {  list-style-type: lower-latin;  }
    .ol-A        {  list-style-type: upper-latin;  }
    .ol-d        {  list-style-type: decimal;  }
    .ol-i        {  list-style-type: lower-roman;  }
    .ol-I        {  list-style-type: upper-roman;  }
    ol           {  list-style-type: decimal;  }
    ol ol        {  list-style-type: lower-latin;  }
    ol ol ol     {  list-style-type: lower-roman;  }
    table {
      border-collapse: collapse;
      border: thin solid black;
    }
    td, th {  border: thin solid black;  }
    table.noborder, table.noborder td, table.noborder th {  border: none;  }
    table.ce td, tr.ce td {  text-align:     center;  }
    table.mi td, tr.mi td {  vertical-align: middle;  }
    table.rt td, tr.rt td {  text-align:     right;  }
    table.tp td, tr.tp td {  vertical-align: top;  }
    td.ce {  text-align:     center !important;  }
    td.lf {  text-align:     left   !important;  }
    td.mi {  vertical-align: middle !important;  }
    td.rt {  text-align:     right  !important;  }
    td.tp {  vertical-align: top    !important;  }
    caption {
      caption-side: bottom;
      margin-bottom: 2ex;
      font-weight: bold;
    }

    #PubsAcceptance {  display: none;  }
    #PubsPdfs       {  display: none;  }
