/* ---- Basic ---- */

body {
   background-color: #eceae4;
   color: #000;
   margin: 0;
/*   font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue', 'Helvetica', 'Arial', "Bitstream Vera Sans", sans-serif; */
/*    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', "Bitstream Vera Sans", sans-serif; */
   font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
/*   font-family: 'Helvetica', 'Arial', "Bitstream Vera Sans", sans-serif; */
   font-size: 13pt;
}

h1, h2, h3,
h4, h5, h6,
b, em, strong {
   font-weight: bolder;
   margin: 0;
}

p {
   margin: 0 0 1.12em 0;
}

h1 {
/*   font-family: inherit; */
/*   color: inherit; */
   font-size: 2em;
   text-align: left;
   margin-bottom: .67em;
   /* z-index: 2; */
   font-weight: 300;
}

h2 {
   font-size: 1.5em;
   margin-bottom: .75em;
   text-align: left;
}

h3 {
   font-size: 1.17em;
   margin-bottom: .83em;
   text-align: left;
}

h4 {
   font-size: 1em;
   margin-bottom: 1.12em;
}

h5 {
   font-size: .83em;
   margin-bottom: 1.5em;
}

h6 {
   font-size: .75em;
   margin-bottom: 1.67em;
}

em {
   font-weight: bolder;
   font-style: normal;
   color: inherit;
}

img {
   padding: 1em;
}

figure {
  margin: 0 0 2ex 0;
  padding: 0;
}

figcaption {
  font-size: smaller;
  font-style: italic;
  margin: 0ex 2em 1ex 2em;
}

ul {
   list-style: outside;
   margin: 1.12em 0;
   padding: 0;
}

ol {
   margin: 1.12em 0;
   padding: 0;
}

li {
   margin: 0.5ex 2em;
}

ul ul {
   list-style: outside circle;
   margin: 0 0 0 1.12em;
}

table {
   border-collapse: collapse;
}

th {
   text-align: center;
   vertical-align: middle;
   font-weight: bolder;
   border-collapse: collapse;
}

td {
   margin: 0;
   text-align: left;
   vertical-align: middle;
   font-weight: normal;
   border-collapse: collapse;
}

blockquote {
  border: 1px solid black;
  padding: 1ex 1em;
  margin: 1ex 1em;
}

address {
   margin: 2ex 1em;
   font-style: normal;
}

address.right {
   text-align: right;
}

/* ---- Links ---- */

a, a:link,  a:visited {
   color: #306;
   text-decoration: none;
}

a {
   font-weight: bolder;
}

a:hover {
/*   color: inherit; */
   text-decoration: underline;
}

a:active {
   color: #f06;
   text-decoration: underline;
}

/* ---- Fonts ---- */

.italic {
   font-style: italic;
}

.smaller {
   font-size: 0.85em;
}

.larger {
   font-size: 1.1em;
}

.boldtext {
   font-weight: bold;
}

.basefont {
   font: inherit;
}

pre.wrapwords {
   white-space: pre-wrap;
}

/* ---- Colours ---- */

.white {
   color: white;
}

.red {
   color: red;
}

.lightgray {
  color: lightgray;
}

