/* fot-section-tenzin.css 
 * This stylesheet is loaded *in addition to*
 * the main fot.css stylesheet.
 * This is for the special cases for this site section -
 * mainly, so far, the font.
 * NOTES, colors: see main site stylesheet.
 * HISTORY:
 *  05 oct 2004 jw - made for tenzin section.
*/

/* *** { Standard Stuff: *** */
/* defined in main stylesheet 
   these are diffs only. */
body {
  color: gray;
  font-family: times, times-roman, serif;
}
p, td, th, ul, ol, li, dt, dt, dd  {
  color:       gray;
  font-family: times, times-roman, serif;
  font-size:   105%;
  line-height: 1.1em;
}
h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: times, times-roman, serif;
}
h2 {
  font-family: helvetica, arial, lucida, sans-serif;
  font-size: 100%;
}
h2.semshook {
  color: #cc0000;
  font-family: helvetica, arial, lucida, sans-serif;
  font-size: 100%;
}
h2.semshook a {
  color: #cc0000;
  font-family: helvetica, arial, lucida, sans-serif;
  text-decoration: none;
}

h3 {
  color: #000000;
  font-size: 105%;
}
span.inh3 {
  font-size: 90%;
  font-weight: normal;
}

p {
  line-height:  1em;
}

a {
  color: #000000;
}
a.hover {
  color: #000099;
}
a.visited {
  color: #000000;
}

/* *** { Messages: *** */
/* defined in main stylesheet */

/* *** { Popup help: *** */
/* defined in main stylesheet */

/* *** { Forms: *** */
/* defined in main stylesheet */

/* *** { Page parts: *** */
/* defined in main stylesheet 
   these are diffs only. */

span.divider {
  color:       #d02a42;
  font-size:   1em;
  font-weight: 900;
}
p.section-nav {
  font-weight: normal;
}


/* EOF */

