/*------------------------------------*/
/* Additional info text pages         */
/*------------------------------------*/
div.content {
  width:       780px;
}
.infopage {
  width:       780px;
  font-size:   10pt;
  color:       #333333;
  font-weight: normal;
  font-style:  normal;
  text-align:  left;
}
.infopage td {
  font-size:   10pt;
  color:       #333333;
  font-weight: normal;
  font-style:  normal;
}

/* Use H1 tag for Google optimization */
h1 {
  font-size: 140%;
  color: #333333;
  font-weight: bold;
  font-style: normal;
  margin-top: 0px;
}
h2 {
  font-size: 120%;
  color: #333333;
  font-weight: bold;
  font-style: italic;
}
h3 {
  font-size: 110%;
  color: #333333;
  font-weight: normal;
  font-style: normal;
  margin-top: .5em;
  margin-bottom: .5em;
}
h4 {
  font-size: 100%;
  color: #333333;
  font-weight: normal;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 0;
}
p {
  margin-top: 1em;
  margin-bottom: 1em;
}
ul {
  margin-top: 0em;
  margin-bottom: 1em;
}

/*---------------*/
/* Links         */
/*---------------*/
div#URlinks {
  color:         #7581BE;
  font-weight:   bold;
  border:        1px solid #7581BE;
  padding:       5px;
}
/* --- Unified Root links and articles --- */
table#urlinks, table#urarticles, table#extlinks {
  margin-left:  10px;
  margin-right: 10px;
  margin-top:    3px;
  margin-bottom: 3px;
}
table#urlinks td, table#urarticles td {
  font-size:     12px;
  font-weight:   normal;
  padding-right: 5px;
}
/* Hyperlinks urlinks */
table#urlinks a.urlinks:link    { font-size: 12px; color: #333333; text-decoration: none; }
table#urlinks a.urlinks:visited { font-size: 12px; color: #333333; text-decoration: none; }
table#urlinks a.urlinks:active  { color: #9f5299; text-decoration: none; }
table#urlinks a.urlinks:hover   { color: #9f5299; text-decoration: none; }

table#urlinks a.urlinks2:link    { font-size: 11px; color: #942C8E; text-decoration: underline; }
table#urlinks a.urlinks2:visited { font-size: 11px; color: #942C8E; text-decoration: underline; }
table#urlinks a.urlinks2:active  { color: #942C8E; text-decoration: underline;}
table#urlinks a.urlinks2:hover   { color: #942C8E; text-decoration: underline; font-weight: bold;}

/* Hyperlinks urarticles */
table#urarticles a:active  { color: #333333; text-decoration: underline; }
table#urarticles a:link    { color: #333333; text-decoration: underline; }
table#urarticles a:visited { color: #333333; text-decoration: underline; }
table#urarticles a:hover   { color: #90278e; text-decoration: underline; }


/* --- External links for this website --- */
table#extlinks td, tr {
  font-size:     12px;
  font-weight:   normal;
  padding-bottom: 10px;
}
/* Hyperlinks extlinks */
table#extlinks a:active  { color: #333333; text-decoration: underline; }
table#extlinks a:link    { color: #333333; text-decoration: underline; }
table#extlinks a:visited { color: #333333; text-decoration: underline; }
table#extlinks a:hover   { color: #90278e; text-decoration: underline; }

