body {
  color: #000;
  background: #FFF;
  margin-top: 10px;
  text-align: center;
  font-family: verdana,sans-serif;
  font-size: 10pt;
}

#container {
  position: relative;
  width: 760px;
  margin: 0px auto 0px;
  padding: 0px;
  text-align: center;
}

h1 {
  font-family: verdana,sans-serif;
  font-size: 180%;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: #FFF;
  width: 100%;
  letter-spacing: 0.1em;
  background-color: #669;
}

h2 {
  font-family: verdana,sans-serif;
  font-size: 150%;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.05em;
  color: #669;
}

h3 {
  font-family: verdana,sans-serif;
  font-size: 120%;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: #669;
  letter-spacing: 0.1em;
  margin-left: 10px;
}

a {
  color: #039;
  text-decoration: none;
}

a.hidden {
  color: #000;
}

a:hover {
  color: #039;
  text-decoration: underline;
}

a.run {
  color: #039;
}

span.active_item {
  color: #930;
}

p {
  text-align: justify;
}

p.center {
  text-align: center;
}

p.left {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
  border-color: #666;
}

table.noframe {
  border-style: none;
}

tr {
  text-align: center;
}

#params tr {
  text-align: left;
}

th {
  font-weight: normal;
  font-size: 100%;
  background-color: #CCC;
}

td {
  font-family: verdana,sans-serif;
  font-size: 10pt;
}

pre {
  text-align: left;
}

dl {
  text-align: justify;
}

div.toplink {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #669;
}

div.disclaimer {
  margin-top: 10px;
  padding-top: 10px;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #669;
  font-size: 80%;
}

span.warning {
  font-weight: normal;
  color: #C00;
}

div.warning {
  color: #FFF;
  background-color: #b33;
  margin: 0.25em;
  padding: 0.25em;
}

div.error {
  color: #c00;
  background-color: #fff;
  font-size: 120%;
  text-align: center;  
}
 
dt {
  font-weight: bold;
}

ul,ol {
  text-align: left;
}


ul.filelist {
  text-align: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li.file {
  font-family: monospace;
  margin-top: 0.5em;
}

li.attr {
  margin-left: 2em;
  color: #333;
  font-size: 85%;
}

li.head {
  font-variant: small-caps;
  margin-bottom: 1em;
  letter-spacing: 0.2em;
  font-size: 85%;
}

li.foot {
  font-variant: small-caps;
  margin-top: 1em;
  letter-spacing: 0.2em;
  font-size: 85%;
}


dfn {
  font-style: normal;
  color: #933;
}

dd {
  margin-top: 5px; 
  margin-bottom: 15px;
}
