/* CSS Document */
body { background-color:black; margin: 0px 10px 10px 10px; padding: 0px 10px 10px 10px }
h1 { font: 1.4em Arial, Verdana, sans-serif black; margin-left:10px; margin-right:10px }
h2 { font: 1.2em Arial, Verdana, sans-serif black; margin-left:10px; margin-right:10px }
h3 { font: 1.0em Arial, Verdana, sans-serif black; margin-left:10px; margin-right:10px }
p { margin-left:10px; margin-right:10px }
.insider { font-style:italic }
.main-table { background-color:white }
ul { margin-top:0px }
/* style for options tutorial program */
.otp { text-decoration:underline }

#thank-you { text-align:center }
div#important { text-align:center }
div#important table { border: 1px solid blue; background-color:#FFCCCC }
div#important h1 { text-decoration:underline; text-align:center }
div#important p { text-align:center; margin-left:10px; margin-right:10px }

.quote { background-color:#EAEAEA; margin-left: 60px; margin-right:60px; padding: 8px 8px 8px 8px }
.example { font-size:smaller }

div#signup-form { margin-left: 80px; margin-right: 80px }
div#signup-form table { border: 2px solid green; background-color:#EAEAEA }
div#signup-form td { background-color:white }
.req-field { font-weight:bold; font-size:smaller; color:red }

div#testimonial-content { margin: 0px 60px 14px 60px; background-color:#EEEEEE; padding: 6px 6px 6px 6px }
p.testimonial { font-style:italic; margin-bottom:0px; margin-left:10px; margin-right:10px }
p.testimonial-author { text-align:right; font-weight:bold; margin-top:6px; margin-left:10px; margin-right:10px }

div#blurb { margin: 0px 60px 0px 60px; background-color:#FFCCCC; padding: 6px 6px 6px 6px }
div#blurb h2 { text-align:center; text-decoration:underline; margin-left:10px; margin-right:10px }

.highlight { background-color:yellow; font-weight:bold }
.white-paper { text-decoration:underline }
.emphasize { font-weight:bold; text-decoration:underline }
.puts { text-decoration:underline }
.calls { text-decoration:underline }

/* a statement from Terry */
.statement { font-weight:bold; font-size:1.0em; text-align:center; font-style:italic }
/* table of contents box */
div#table-of-contents table { border: 2px solid #336699; background-color:white }
div#table-of-contents td { background-color:#EAEAEA }

/* the buy now for 79.95 box */
div#promo79 { text-align:center }
div#promo79 table { border: 2px solid green; margin-top:4px; margin-bottom: 4px }
div#promo79 h1 { color:black; margin: 0px 0px 0px 0px; text-align:center }
.price { color:red; font-weight:bold }
div#promo79 p { color:green; text-align:center; margin-top:0px; margin-left:10px; margin-right:10px; margin-bottom:0px }
div#promo79 a { color:green; margin-top:0px; margin-left:10px; margin-right:10px; margin-bottom:0px }

/* the free options strategy box */
div#free-options { text-align:center }
div#free-options table { border: 2px solid green; margin-top:4px; margin-bottom: 4px; margin-left:10px; margin-right:10px }
div#free-options h1 { color:black; margin-top:0px; margin-left:10px; margin-right:10px; margin-bottom:0px; text-align:center; font-size:1.0em }
div#free-options p { color:green; text-align:center; margin-top:0px; margin-left:10px; margin-right:10px; margin-bottom:0px }

/* footer information */
div#footer { text-align:center }