/* global styles */

p, a, li, th, td, dd, dt, strong, em, label, caption, h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: 100;
  color: #046;
}

p, dt {
  padding-left: 16px;
}

p.large, td.large {
  font-size: 12pt;
}

p.small, td.small, table.eastbydate td {
  font-family: Arial, sans-serif;
  font-size: 9pt;
  text-align: center;
}

p.smallfaint {
  font-family: Arial, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  color: #666;
}

strong, dt, th {
  font-weight: 900;
}

strong.warn {
  font-size: 11pt;
  color: #f00;
}

strong.year {
  font-size: 11pt;
  color: #ffc;
}

em {
  font-style: italic;
}

blockquote {
  margin-left: 60px;
  margin-right: 60px;
  padding: 8px;
  font-family:  "Times New Roman", Times, serif;
  font-size: 12pt;
  font-style: oblique;
  font-weight: 500;
  color: #678;
  background: #f0ece8;
}

blockquote strong {
  font-family:  "Times New Roman", Times, serif;
  font-size: 12pt;
  font-weight: 900;
  color: #678;
}
pre {
  font-family: "Courier New", Courier, serif;
  font-size: 10pt;
  font-weight: 100;
  color: #000;
}

font.rem {
  font-family: "Courier New", Courier, serif;
  font-size: 10pt;
  font-weight: 100;
  color: #090;
}

font.code {
  font-family: "Courier New", Courier, serif;
  font-size: 10pt;
  font-weight: 100;
  color: #006;
}

td.quote {
  font-size: 12pt;
  font-weight: 500;
  font-family:  "Times New Roman", Times, serif;
  font-style: italic;
  color: #89a;
  letter-spacing: 2px;
}

td.closure {
  font-size: 12pt;
  font-weight: 900;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  color: #fff;
  background: #c00;
  padding: 12px;
}

tr.stats td, tr.stats th {
  padding-left: 12px;
  padding-right: 12px;
}

td.redbold {
  color: #f00;
  font-weight: 900;
}

span.Arial {
  font-family: "Arial Unicode MS", "Lucida Sans Unicode";
}

/* heading styles */

td.section, h1 {
  font-size: 14pt;
  font-weight: 900;
  border-bottom: solid 1px #ccc;
  color: #367;
}

h2 {
  font-size: 12pt;
  font-weight: 900;
  color: #c46;
  indent: 0px;
}

/* lists */

ul {
  margin-left: 16px;
  padding-left: 1.6em;
  background: #f0ece8;
}

ol {
  margin-left: 22px;
  padding-left: 2.4em;
  background: #f0ece8;
}

li {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.5em;
  background: #fffdfb;
  border-left: 1px #ccc solid;
}

ul.split li, ol.split li {
  padding-top: 0.4em;
  padding-bottom: 0.6em;
}

/* image floats */

img.floatL {
  float: left;
  margin: 12px;
  clear: left;
}

img.floatR {
  float: right;
  margin: 12px;
  clear: right;
}

/* standard links */

a:link {
  font-weight: 900;
  color: #c60;
  text-decoration: none;
}

a:visited {
  font-weight: 900;
  color: #c60;
  text-decoration: none;
}

a:hover {
  font-weight: 900;
  color: #c60;
  text-decoration: underline;
}

a:active {
  font-weight: 900;
  color: #c60;
  text-decoration: underline;
}
