/* globals */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-family: Georgia, Times New Roman, Times, serif;
  font-family: Times New Roman, Times, serif;
  font-size: 16px;
  color: #333;
}

strong {
  color: #d45500;
  font-weight: bold;
}

em {
  font-style: italic;
}

hr {
  border: 0;
  background: #83a8cc;
  height: 1px;
}

a {
  color: #00a;
}

a:hover {
  color: #d45500;
}

abbr {
  border-bottom: 1px dotted black;
}

pre {
  font-family: monospace;
  font-size: 12px;
  overflow: auto;
  background: #f6f6f6;
  border: 1px solid #ddd;
  padding: 10px;
}

.cleaner {
  clear: both;
}

/* content style: spacing */

.content h1, 
.content h2, 
.content h3, 
.content p, 
.content ul, 
.content ol, 
.content dl, 
.content blockquote, 
.content pre, 
.content table {
  margin-bottom: 15px;
}

.content {
  line-height: 20px;
}

.content h1 {
  margin-top: 0px;
}

.content h2, 
.content h3 {
  margin-top: 35px;
}

.content h1,
.content h2, 
.content h3 {
  line-height: 110%;
}

.content blockquote {
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 15px;
  border: 1px solid #ddd;
  background: white url('topfade.png') top left repeat-x;
}

.content ul, 
.content dl, 
.content ol {
}

.content ul ul, 
.content ul ol, 
.content ol ol, 
.content ol ul {
  margin-bottom: 0;
}

.content li,
.content dd {
  margin-left: 35px;
}

.content ul {
  list-style-type: square;
  list-style-position: outside;
}

.content ol {
  list-style-type: decimal;
}

.content ol ol {
  list-style-type: lower-latin;
}

/* content style: fonts/text align */

.content h1, 
.content h2, 
.content h3 {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-weight: normal;
  text-align: left;
  color: black;
}

.content h1 {
  font-size: 24px;
  font-weight: bold;
}

.content h2 {
  font-size: 18px;
}

.content h3 {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}

.content dt {
  font-weight: bold;
  color: #d45500;
}

.content {
}

.narrow {
  text-align: left;
}

img.left {
  float: left;
  padding: 5px;
  margin: 0 7px 2px 0;
}

img.right {
  float: right;
  padding: 5px;
  margin: 0 0 2px 7px;
}

/* content style: tables */

.content table {
  empty-cells: show;
  border-spacing: 0;
  border-collapse: collapse;
  display: block; /* collapse margins */
}

.content table td,
.content table th {
  vertical-align: top;
  padding: 1px 10px;
  border: 1px solid #ddd;
  text-align: left;
}

.content table th {
  background: white url('topfade.png') top left repeat-x;
  font-weight: bold;
}

.print {
  display: none;
}
