body {
  background-color: #FFFFFF;
}

/* tables */
table {
  margin: 0px auto;
}
table.main_figure {
  margin:      0px;
  align:   right;
  float:   right;
  border:      0;
  cellspacing: 0;
  cellpadding: 0;
  hspace:     10;
  vspace:     10;
  width:   100px;
}
table.666 {
  width: 666px;
  align: center;
  border:      0;
  cellspacing: 0;
  cellpadding: 0;
}
table.example_plots {
  border:      0;
  cellspacing: 5;
  cellpadding: 5;
}

/* misc text */
.biblio {
  margin-left:  0.25in;
  text-indent: -0.25in;
  margin-bottom: 0in;
  line-height: 100%;
}
.left    { text-align: left; }
.justify { text-align: justify; }
.center  { text-align: center; }
.right   { text-align: right; }
red { display:inline; color:red; }

/* links */
a:link    {
  text-decoration: none;
  color:#990000;
}
a:visited {
  text-decoration: none;
  color:#990000;
}
a:hover   {
  text-decoration: underline;
  color:#990000;
}
a:active  {
  text-decoration: underline;
  color:#990000;
}

/* headings */
#title1 {
  font-size: 24px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #990000;
  display: inline;
}
#title2 {
  font-size: 16px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #990000;
  display: inline;
}
#title3 {
  font-size: 16px;
  font-weight: bold;
  color: #990000;
  display: inline;
}
#text1 {
  font-size: 13px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  display: inline;
}

/* horizontal rule */
hr {
  color:            #990000;
  background-color: #990000;
  border: 0;
  width: 666px;
  height: 3px;
  margin-left:  auto;
  margin-right: auto;
  margin-top:    2px;
  margin-bottom: 2px;
}

/* tables */
#table0 {
  width: 666px;
  align: center;
  border: 0;
  border-style: hidden;
  cellpadding: 0;
  cellspacing: 0;
  vspace: 4;
  hspace: 0;
  text-align: center;
}
#table1 {
  width: 666px;
  align: center;
  border: 0;
  border-style: hidden;
  cellpadding: 2;
  cellspacing: 0;
  background-color: #FF9900;
  vspace: 0;
  hspace: 0;
}
#table2 {
  width: 662px;
  align: center;
  border: 0;
  border-style: hidden;
  cellpadding: 0;
  cellspacing: 0;
  background-color: #990000;
  vspace: 0;
  hspace: 0;
}
#td1 {
  valign: middle;
  background-color: #FF9900;
}
#td2 {
  valign: middle;
}
#font1 {
  font-size: 10px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #330033;
  display: inline;
}
#font2 {
  font-size: 10px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  display: inline;
}
#misc {
  text-align: center;
  border-width: 2px;
  border-style: dotted;
  border-color: #000000;
  border: 2px dotted #000000;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin: 20px 10px 20px 10px; 
}

