/* Generated by KaZcadeS */
.section {
  font-size: large;
  text-decoration: underline;
  margin-top: 10pt;
  margin-bottom: 5pt;
}
.title {
  font-size: x-large;
  font-weight: bold;
}
body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: small;
}
.serif {
  font-family: Times,serif;
}
.citation, .note, .block {
  border-style: dotted;
  border-width: 1px;
  padding: 5pt;
  margin-left: 15pt;
  margin-top: 5pt;
}
.citation {
  background-color: #ffffcc;
}
.block {
  background-color: #dddddd;
}
span.mathcite {
  font-size: smaller;
  
}
span.mathcite:before {
  content: "(From: ";
}
span.mathcite:after {
  content: ")";
}
span.mathcite a{
  text-decoration: none;
}
p {
  margin: 0px;
}
ul {
  margin: 5pt 0;
}
ol {
  margin: 5pt 0;
}
li {
}
.imgdiv {
}
.important {
  padding: 2pt;
  font-size: larger;
  text-align: center;
  font-weight: bold;
  background-color: #ffcccc;
}
div {
  margin-bottom: 5pt;
}
.subsection {
  margin-bottom: 0;
  font-style: italic;
}
.note {
  background-color: #cccccc;
}
a.atari:after {
content: " (Atari\24C7 Community Forum)";
font-size: smaller;
}
img.inlineformula {
vertical-align: middle;
}
table.code{
  position: relative;
  top: 0.2em;
  left: 2%;
  padding: 2pt;
}
table.code div.cod {
  font-family: monospace;
  border-style: dotted;
  border-width: 1px;
  padding: 5pt;
}
table.code td {
  border-width: 5px;
}
table.facts {
  top: 0.2em;
  left: 2%;
padding: 2pt;
}
table.facts td, table.facts th {
  border-width: 1px;
padding: 4pt;
}

/* Add an external-link icon to absolute links */
a[href^="http:"] {
        background: url(/images/remote.gif) right center no-repeat;
        padding-right: 12px;
}

a[href^="http:"]:hover {
        background: url(/images/remote_a.gif) right center no-repeat;
}

/* Add a note icon to footnote links */
a[href^="#FTN"] {
        background: url(/images/qbullet-note.gif) right center no-repeat;
        padding-right: 12px;
}

a[href^="#FTN"]:hover {
        background: url(/images/qbullet-note_a.gif) right center no-repeat;
}

/* ...and a back icon to the backlinks in the footnotes themselves */
a[name^="FTN"] {
        background: url(/images/scrollup.gif) right center no-repeat;
        padding-right: 12px;
}

a[name^="FTN"]:hover {
        background: url(/images/scrollup_a.gif) right center no-repeat;
}

/* Add a download icon to .gz links */
a[href$=".gz"],a[href$=".tar"],a[href$=".zip"] {
        background: url(/images/disk.gif) right center no-repeat;
        padding-right: 12px;
}


/* Add an Acrobat Reader icon to PDF links */
a[href$=".pdf"] {
        background: url(/images/acrobat.gif) right center no-repeat;
        padding-right: 12px;
}

a[href$=".pdf"]:hover {
        background: url(/images/acrobat_a.gif) right center no-repeat;
}

/* Add a Word icon to RTF links */
a[href$=".rtf"] {
        background: url(/images/word.gif) right center no-repeat;
        padding-right: 12px;
}

p.matterform img {
	border: 0px;
}

a.matterform {
	background: url();
}