/* Mr Mars' Cascading Style Sheet for his Template web */
/* Warren Mars first written 5/12/08 */

/* Main tags */
body {
  font-size: 11pt;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  color: LightYellow;
  background-color: black;
}

div.standard {
  text-align: center;
  vertical-align: top;
}	

td {
  vertical-align: top;
}

p {
  margin-top: 0;
  text-align: left;
}
p.nl {
  margin-bottom: 0;
}
p.indent1 {
  margin-left: 80px;
}
p.indent2 {
  margin-left: 160px;
}

/*  Headings */
h1 {
  font-size: 24pt;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 8pt;
}
h2 {
  font-weight: bold;
  font-size: 18pt;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5pt;
}
h3 {
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
h3.indent1 {
  margin-left: 80px;
}
h3.indent2 {
  margin-left: 160px;
}

/*  Links */
a:link {
  color: Gold;
  text-decoration: underline;
}
a:visited {
  color: LimeGreen;
  text-decoration: underline;
}

/*  Normal horizontal line */
hr {
  border-style: solid none none;
  border-top: 1px solid green;
}

/* Fractional line feeds */
p.half_line {
  font-size: 6pt;
  line-height: 4pt;
}
p.quarter_line {
  font-size: 0;
  line-height: 2pt;
}

/*  Top level navigation - medium horizontal buttons in the centre of the page */
table.nav1 {
  margin-left: auto; 
  margin-right: auto;
}
td.nav1 {
  border: 2px solid ForestGreen;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11pt;
  color: Yellow;
  line-height: 14pt;
  width: 150px;
  text-align: center;
  background-color: black;
}
td.nav1:hover {
  border-color: ForestGreen;
  color: Yellow;
  background-color: DarkGreen;
}
td.nav1 a:link {
  color: Yellow;
  text-decoration: none;
}
td.nav1 a:visited {
  color: Yellow;
  text-decoration: none;
}

/*  Page level navigation - small horizontal buttons in the centre of the page */
table.nav2 {
  margin-left: auto; 
  margin-right: auto;
}
td.nav2 {
  border: 2px solid white;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11pt;
  color: white;
  line-height: 14pt;
  width: 100px;
  text-align: center;
  background-color: #666666;
}
td.nav2:hover {
  border-color: white;
  color: white;
  background-color: #999999;
}
td.nav2 a:link {
  color: white;
  text-decoration: none;
}
td.nav2 a:visited {
  color: white;
  text-decoration: none;
}

/*  Normal lists */
ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 0px;
  margin-top: 0px;
  padding-left: 15px;
}
ul.indent1 {
  margin-left: 80px;
}
ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 0px;
  margin-top: 0px;
  padding-left: 20px;
}
ol.indent1 {
  margin-left: 80px;
}
li {
  text-align: left;
}

/*  Small text */
sub {
  font-size: 8pt;
}
sup {
  font-size: 8pt;
}

p.small_text {
  font-size: 8pt;
  text-align: left;
  margin-top: 0;
}
p.small_text_heading {
  font-size: 8pt;
  font-weight: bold;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
p.small_text_nl {
  font-size: 8pt;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
p.caption {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 8pt;
  text-align: center;
  margin-top: 0;
}
pre.caption {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 8pt;
  text-align: center;
  margin-top: 0;
}

/*  Footnotes */
p.footnote {
  font-size: 8pt;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
hr.footnote {
  border-style: solid none none;
  border-top: 1px solid black;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  width: 300px;
}
ol.footnote {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 15;
}
li.footnote {
  font-size: 8pt;
  text-align: left;
}

