body
{
   background-color: #000096;
   margin: 0em;
   padding: 0em;
}
p {
  font-size: 16px;
}
#container
{
   background-image: url( images/fader.png );
   background-repeat: repeat-y;
   background-position: top center;
   margin: 0em auto 0em auto;
   width: 820px;
   padding: 1px 0px 1px 0px;
}

#salesletter
{
   margin: 0px 40px 0px 40px;
   padding: 0px 0px 10px 0px;
}

#footer
{
   background-color: #000096;
   margin: auto auto -10px auto;
   width: 820px;
   text-align: center;
}

#footer img
{

}

img.left {
  float: left;
  padding-right: 1.5em;
}
img.right {
  float: right;
  padding-left: 1.5em;
}
table.incomeexplosion {
  width: 550px;
  margin: auto;
}
table.priceless  {
  width: 750px;
  margin: auto;
  border: 2px solid green;
  font-weight: bold;
}
.priceless td {
  padding: 3px;
  border: #009 1px solid;
}

td.priceless {
  background-color: #FFC;
  color: green;
}
.oval {
  width: 300px;
  height: 75px;
  background: url(images/oval3.gif) no-repeat;
}

/* ---------- */
img { border-width: 0px; }
sup { font-size: .5em; }
.highlighter { background-color: yellow; }
.clear_both { clear:both; }
.clear_left { clear:left; }
.clear_right { clear:right; }
div.centerbox, p { line-height: 1.25em; }
.bigger { font-size: 1.25em; }
.smaller { font-size: .9em; }
.bold, .b {  font-weight: bold; }
.notbold { font-weight: normal; }
.italic, .i { font-style: italic; }
.underline, .u { text-decoration: underline; }
.uppercase, .cap { text-transform: uppercase; }
.red { color: red; }
.blue { color: navy; } 
.center {   text-align: center; }
.tright { text-align: right; }
.tleft { text-align: left; }
ul.nostylelist {   list-style: none;}
.black {   color: black; }
.leading { padding-top: 2em; }


.superscript, .super, abbr
{
   vertical-align: super;
   font-size: .7em;
   text-decoration: none;
   border-width: 0px;
}