/* LAST UPDATE 20140924 AFF */



body {
  font-family: Arial, Helvetica, Helv, Sans-serif;
  font-size: 11pt;
  letter-spacing: 0.1pt;
  line-height: 1.55;
  color: #353535;
}


h1, h2, h3, h4 {
  font-family: "futura-pt", Calibri, arial, sans-serif;
  font-weight: 400;
  color: #000000;
  margin: 5px 5px 5px 5px;
}

h6 {
 font-size: 11pt;
 font-weight: 700;
}

h5 {
 font-size: 13pt;
 font-weight: 700;
}

h4 {
 font-size: 15pt;
 font-weight: 400;
}

h3 {
 font-size: 17pt;
 font-weight: 700;
// color: #8B2A2D;
  color: #A60000;
}

h2 {
 font-size: 24pt;
 font-weight: 400;
}

h1 {
 font-size: 31pt;
 font-weight: 400;
}

p {
  margin: 5px 5px 25px 5px;
}

.indent {
  margin-left: 50px;
}

p.indent {
  margin: 5px 5px 25px 50px;
}

blockquote {
  margin: 5px 5px 25px 50px;
}

.redfont, .red {
  color: #A60000;
}

#contents ul {
  margin: 5px 10px 15px 50px;
  list-style-type: none;
}

#contents ul li:before {
   content: ">>";
   font-size: 9pt;
   color: #3B6E8E; 
}

#contents ol li:before {
   content: " ";
   font-size: 9pt;
   color: #3B6E8E; 
   padding: 5px;
}

#contents ul li{
  text-indent: -1em;
}

#contents ol li{
  text-indent: -1em;
}

#contents ul li ul li:before {
   content: "";
}

#contents ul li ul {
  list-style-type: square;
}

#contents ul li ul li ul {
  list-style-type: circle;
}

#contents ul li ul li ul li ul {
  list-style-type: disc;
}


#contents ul li:last-child {
  margin-bottom: 10px;
}

#contents ol {
  margin: 5px 10px 25px 50px;
}

ul.plist li {
  padding-bottom: 10px;
}

ol.plist li {
  padding-bottom: 10px;
}

a {
  color: #3B6E8E;
  padding-bottom: 2px;
  text-decoration: none;
  border-bottom: dotted 1px #002E4F;
}

a:visited {
  color: #002E4F;
  text-decoration: none;
  border-bottom: dotted 1px #002E4F;
}

a:hover {
  color: #3B6E8E;
  text-decoration: none;
  border-bottom: solid 2px #3B6E8E;
}

a.redlink, a.redfont, a.red {
  color: #A60000;
  padding-bottom: 2px;
  text-decoration: none;
  border-bottom: dotted 1px #6B0505;
}

a.redlink:visited, a.redfont:visited, a.red:visited {
  color: #6B0505;
  text-decoration: none;
  border-bottom: dotted 1px #6B0505;
}

a.redlink:hover, a.redfont:hover, a.red:hover {
  color: #A60000;
  text-decoration: none;
  border-bottom: solid 2px #A60000;
}

i,em {
  font-family: 'adriane', Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman, Times, Serif;
  font-weight: 400;
  font-style: italic;
  font-size: 105%;
}

dl dt {
  margin: 10px 5px 5px 25px;
  font-weight: bold;
}

dl dt sup {
  color: #D20202;
}

dl dd {
  margin: 5px 5px 5px 50px;
}

.smallfont {
  font-size: 85%;
}

div.linkbox {
  display: inline-block;
  float: right;
  margin: 5px;
  border: dotted 1px #002E4F;
  vertical-align: middle;
  padding: 8px;
  background-color: #F4FBFF;
}

div.linkbox p {
  margin: 0px;
  padding: 5px;
}


.smallfont {
  font-size: 85%;
}


table.pricing {
  margin: 8px auto 20px auto;
  border: dotted 1px #BACCD6;
}

table.pricing thead {
  background-color: #BACCD6;
}

table.pricing thead th {
  padding: 8px;
}

table.pricing tbody tr:nth-child(odd) {
  background-color: #F7FBFE;
}

table.pricing tbody tr td {
  padding: 8px;
  text-align: right;
}

table.pricing tbody tr td:first-child {
  text-align: left;
}



.short {
  margin: 5px 5px 10px 5px;
}

