* {
  margin:0px;
  padding:0px;
  background-color:#fff;
}

body {
  background-color:#fff;
  font: 0.9em verdana, arial, sans-serif;
  margin-left: 2em;
  margin-bottom: 1em;
}

p {
  margin:0 0 0.6em 0;
}

h1, h2, h3, h4, h5, h6 {
  color:#069;
  margin:1em 0;
}

h1 {font-size:170%}
h2 {font-size:140%}
h3 {font-size:130%}
h4 {font-size:120%}
h5 {font-size:110%}
h6 {font-size:105%}

img {
  margin: 2px 5px 0px 2px;  
}

a:link {
  color:blue;
}
a:visited {
  color:green;
}
a:hover {
  text-decoration:none;
  background-color:#fff32b;
  border-bottom:1px solid brown;
}
a:active {
  color:navy;
  border:1px solid #ffdc52;  
}

div.heading { 
  background-color:#fff;
  margin: 2px 2px 2px 1px;
  border:0px none #eec;
}
div.heading h1 {
  background-color:#fff;
  font-size:200%;
  padding-left:1em;
}
div.heading img {
  margin:1px 50px 1px 1px;
}

div.nav {
  margin:1px 10px 1px 20px;
  background-color:#fff;
}

p.copyright { font-size: small }
p.copyright small { font-size: small }

p.byline {
  font-family:verdana, tahoma, sans-serif;
  font-size:0.86em;
  color:#008000;
}

.fineprint {
  font-size:0.76em;
  text-align: center;
}

table {
  font-size: 10pt; 
  border-collapse: collapse;
  border:none;
  background-color:#fff;
}

th, td {
  text-align:left;
  border: 1px solid #f8f6ea;
  background-color:#fff;
}

th {
  font-size:9pt; 
  background-color:#cfe1eb;  
}

td {
  background-color:#fff;
}

.downloadtable {
  background-color:#fff;
}

.downloadtable caption {
  text-align:left;
  font-size:117%;
  margin-top:1em;
  font-weight:bold;
  color:darkgreen;
  background-color:#fff;
}

.hlite th {
  font-weight:bold;
  background-color:#ffffe3;
}
.hlite td {
  background-color:#fffff1;  
}
.llite td {
  background-color:#fffff8;
}

hr {
  height: 1px;
  color:#069;
  margin: 0.8em 2em 1em 0;
}

ol, ul, li { 
  color: #003399; 
  font-size: 0.95em;
  margin-left: 1.5em;
}
          
dt { 
  color: #003399; 
  font-size: 11pt; 
  margin-left: 2em;
  font-variant:small-caps
}
          
dd { 
  color: #003399; 
  font-size: 11pt;
  margin-left: 2em;
}

.fig { 
  color: #069; 
  font-size: 11pt
}

.example {
  color: #069;
  font-size: 1em;
  margin:1em 0em 1em 0em;  
  font-variant:small-caps
}

.equation {
  color: #069; 
  font-size: 11pt; 
  font-weight: bold;
}

div#contentarea {
  border-bottom: 1px none #069; 
}

div#column1 {
  width:180px;
  float:left; 
  padding:0 0 0 0; 
  margin:0.6em 0 0 0; 
  background-color:#fffffb;
  border:0px none #069; 
}

div#column2 {
  float:left; 
  margin:0.6em 0 0 0; 
  padding: 0 0;
}

/* Alsetts clearfix method */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */