.noprint
{
  display: none;
}

body
{
  width: 740px;
  margin-left: 10%;
  margin-right: 10%;
}

p
{
  margin-top: 0;
  padding-top: 0;
  font-family: Georgia, sans-serif;
}

pre
{
  font-family: "Courier New", Courier, monospace;
  background-color: transparent;
}

td
{
  font-family: Georgia, sans-serif;
  background-color: #E0F0F8;
}

img
{
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6
{
  margin-top: 0.5em;
  padding-top: 0.5em;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

li
{
  font-family: Georgia, serif;
}

#header
{
  color: black;
}

#header p
{
  font-family: "Trebuchet MS", sans-serif;
  font-size: 1.5em;
}

#navul
{
  font-family: "Trebuchet MS", sans-serif;
}

a:link, a:active, a:visited
{
  color: #005599;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}  

#maintext td, #maintext th, #helppage td, #helppage th
{
  vertical-align: top;
  color: black;
  text-align: left;
  padding: 4px;
}

#maintext th, #helppage th
{
  font-size: 110%;
  font-family: "Trebuchet MS", sans-serif;
  border-bottom: 1px solid;
}

#maintextcontents
{
  margin: 0;
}

#main ul
{
  font-family: Georgia, sans-serif;
  margin-bottom: 1em;
}

#helppage h1 img
{
  margin: 0;
  border: 1px solid #487886;
  background-color: #E1ECEF;
  padding: 0;
}

#programdownload
{
  display: none;
}

#sidebar
{
  display: none;
}

#copyright
{
  font-size: 80%;
}

#copyright img
{
  display: none;
}

#footer
{
  display: none;
}

#validators
{
  display: none;
}

.sourcecode
{
  display: block;
  margin: 10px;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
  font-size: 10pt;
}

.sourcecode cite {
  font-style: normal;
  color: #0000CC;
  white-space: pre;
}

.sourcecode a:link {
  font-style: normal;
  color: #000080;
  white-space: pre;
}

.sourcecode a:visited {
  font-style: normal;
  color: #C00000;
  white-space: pre;
}

.sourcecode b
{
  color: #C02020;
}

.preproc
{
  color: green;
}

.comment
{
  color: blue;
  font-style: italic;
}

.uparrow
{
  display: none;
}

.programitem
{
  font-style: italic;
}

#screenonly
{
  display: none;
}

#refertop
{
  display: none;
}

#xtrakbar td
{
  background-color: white;
}

.nowrap
{
  white-space: nowrap;
} 

.picleft
{
  float: left; 
  padding: 10px;
}

