/* Copyleft by Ta'id Holmes */
/* $Id: global_StyleSheets.css,v 1.6 2003/01/31 14:53:13 tholmes Exp $ */

a:link {
  color: #3661A1;
  text-decoration: none;
}
a:visited {
  color: #6F6C81;
  text-decoration: none;
}
a:active {
  color: #D5AE83;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

blockquote {
  margin-left: 19px;
  margin-right: 19px;
}
blockquote.legal {
  font-family: monospace;
  font-size: 8pt;
  margin-left: 19px;
  margin-right: 19px;
  text-align: justify;                    /* old CS1.0 Standard; to be removed in the future */
  alignment: justify;
}

body {
  background-color: #FFFFFF;
/*  background-image: ; */
  color: #505050;

  font-family: sans-serif;
  font-size: 13pt;
  text-indent: 0px;
  text-align: justify;                    /* old CS1.0 Standard; to be removed in the future */
  alignment: justify;
}

font.quote {
  font-family: serif;
  font-size: 8pt;
  margin-top: 1px;
}

h1 {
  text-align: center;                    /* old CS1.0 Standard; to be removed in the future */
  alignment: center;
  font-style: italic;
  font-size: 18pt;
  color: #AAAA00;
}

h2 {
  font-size: 16pt;
}

h3 {
  font-size: 14pt;
}

div.Copy {
  font-family: serif;
  color: #999999;
  font-style: italic;
  font-size: 12pt;
}
div.Copy i {
  font-style: normal;
  color: #999999;
  font-size: 8pt;
  margin-top: 5px;
}
div.Text {
  font-family: sans-serif;
  font-size: 13pt;
  text-indent: 0px;
  text-align: justify;                    /* old CS1.0 Standard; to be removed in the future */
  alignment: justify;
}
div.TextIndent {
  font-family: sans-serif;
  font-size: 13pt;
  text-indent: 50px;
  text-align: justify;                    /* old CS1.0 Standard; to be removed in the future */
  alignment: justify;
}

p.Quotation {
  font-family: serif;
  font-style: italic;
  font-size: 11pt;
  color: #777700;
}
p.Quotation i {
  font-family: serif;
  font-style: normal;
  font-size: 11pt;
  margin-top: 5px;
}

td.ImageInfo {
  font-family: sans-serif;
  font-size: 10pt;
}
td.ImageInfo small {
  font-family: sans-serif;
  font-size: 8pt;
}

