﻿/* Headings */
h1, h2, h3
{
  margin: 10px 0 10px 0;
}

h1 {
  font-size: 21px;
  font-weight: normal;
  margin: 20px 0 20px 0;
}

h2 {
  font-size: 17px;
  font-weight: bold;
  margin: 20px 0 20px 0;
}

h3 {
  font-size: 15px;
  font-weight: normal;
}

h2.navigator {
  color: #b4b4b4;
  font-size: 15px;
  font-weight: normal;
  margin: -20px 0 20px 0;
}

h1.articles, h1.sections, h1.suppliers, h1.texts, h1.neutral
{
  font-weight: normal;
  margin: 20px 0 20px 0;
}

h1.articles {
  color: #91c500;
}

h1.suppliers {
  color: #ffb300;
}

h1.texts {
  color: #b01959;
}

h1.neutral {
  color: #b4b4b4;
}

h1.withMargin
{
  margin-left: 20px;
}

/* Paragraphs */
p {
  margin: 0;
}

p.label11px {
  color: #b4b4b4;
  font-size: 12px;
}

p.money {
  font-size: 21px;
  margin: 10px 0 0 0;
}

p.text {
  text-align: justify;
  text-indent: 40px;
  line-height: 24px;
}

p.description {
  color: #b4b4b4;
  font-size: 12px;
}

p.footnote {
  font-size: 12px;
  text-align: justify;
  text-indent: 40px;
}

/* Spans */
span.red {
  color: #ff0000;
}

span.orange {
  color: #ffb300;
}

span.green {
  color: #91c500;
}

span.gray
{
  color: #b4b4b4;
}

span.money21px
{
  font-size: 21px;
  position: relative;
  top: 10px;
}

span.money11px
{
  font-size: 12px;
  position: relative;
  top: 10px;
}