home *** CD-ROM | disk | FTP | other *** search
- /* Begin default styles for html elements. */
- /* Font-family and font-size are repeated for child elements because */
- /* the body styles are not inherited properly in some browsers. */
-
- body, p, ul, ol, li, td, th { font-family: Verdana, Arial, Helvetica, sans-serif }
-
- body { font-size: 10pt;
- color: white; background-color: black }
-
- a:hover {color: red; font-style: italic; }
-
- /* removed margins from the body because Netscape 4.7 does not display */
- /* tables with width=100% if the body margins are not at default */
- /* margin-left: 7%; margin-right: 7%; margin-top: 3%; margin-bottom: 3% */
-
- p, ul, ol, li { font-size: 10pt }
-
- /* numbered lists have blank lines between them - bullets do not */
-
- ol li { margin-bottom: 1.2em }
-
- h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, Helvetica, sans-serif }
-
- h1 { font-size: 16pt; font-weight: bold }
- h2 { font-size: 14pt; font-weight: normal }
- h3 { font-size: 12pt; font-weight: bold }
- h4 { font-size: 10pt; font-weight: bold }
- h5 { font-size: 10pt; font-weight: bold; margin-bottom: 0 }
- h6 { font-size: 20pt; font-color: white: font-weight: bold;}
-
- i { font-size: 85%; font-style: italic }
-
- a:link { color: white; text-decoration: underline }
- a:visited { color: silver; text-decoration: underline }
-
- /* not using hover right now */
- /* a:link { color: blue; text-decoration: none } */
- /* a:visited { color: purple; text-decoration: none } */
- /* a:hover { text-decoration: underline } */
-
- table { }
-
- td { font-size: 10pt;
- vertical-align: top; text-align: left }
-
- th { font-size: 10pt; font-style: bold;
- color: black; background-color: silver;
- vertical-align: middle; text-align: left }
-
- /* removed MARGIN 2PX PADDING 4PX from the td and th definitions - Netscape 4.7 again */
- /* End of default styles for html elements */
- /* Begin custom classes. Add class=xxxx to an appropriate html tag to apply these. */
-
- /* READTHIS is used to draw attention to important notes. */
- /* Apply this style to tables or cells within a table. */
- /* It will have NO EFFECT on other elements - e.g. paragraphs - outside of a table. */
- /* Appearance of header cells - th - are not defined in this class. */
-
- .readthis { background-color: yellow }
- .readthis table, table.readthis { background-color: transparent }
-
- .readthis td, td.readthis, input.readthis { color: black; background-color: silver }
-
- /* removed MARGIN 2PX and PADDING 4PX from the readthis definition - Netscape 4.7 again */
- /* added input - a form field - as a valid readthis target */
- /* TSE uses this on their email contact form on corp site */
- /* no borders on readthis right now */
- /* border-left: 0 solid silver; border-right: 2 solid gray; */
- /* border-top: 0 solid silver; border-bottom: 2 solid gray; */
-
-
- /* FINEPRINT class is used for license agreements and other necessary stuff */
- /* that ought to appear very small. A sans-serif font is used for clarity */
-
- .fineprint, p.fineprint, .fineprint p, li.fineprint, .li { font-family: Sans-Serif; font-size: 8pt }
-
-
- /* TOPMENU class is used for menu bars at the top and/or bottom of the page */
- /* Apply this class to a DIV that surrounds the table or cells you wish to format. */
- /* set the table width manually (within the document) to 100%, so Netscape */
- /* displays it properly. Link colors (hover) can also be defined here, but */
- /* don't work properly in Netscape. */
-
- .topmenu { clear: both }
- .topmenu table, table.topmenu { background-color:transparent }
- .topmenu td, td.topmenu { text-align: center; vertical-align: middle; background-color: red; font-size: 8pt; color: white;
- border-left: 0 solid blue;
- border-right: 2 solid gray; border-top: 0 solid blue;
- border-bottom: 2 solid gray; margin: 2px; padding: 4px }
-
- .topmenu a:link { font-size:8pt; font-weight: bold; color: white; text-decoration: none }
- .topmenu a:visited { font-size:8pt; font-weight: bold; color: white; text-decoration: none }
- .topmenu a:hover { font-size:8pt; font-weight: bold; color: white; text-decoration: underline }
-
- /* removed text-align: center; from a:link definitions - covered by td definition; messes up in Netscape 4.7 */
-
-
-
- /* STEPS STYLE*/
-
- .steps { background-color: teal; color: white; font-weight: bold;
- border-right: 0 solid gray;
- border-left: 0 solid gray;
- border-top: 0 solid gray;
- border-bottom: 0 solid gray;
- margin: 2px;
- padding: 4px}
- .steps a:link, .steps a:visited { color: silver; font-weight: normal; text-decoration: none }
- .steps a:hover { text-decoration: underline }
-
-
- .readthiseh { background-color: silver; color: white }
-
-
- .next { clear: both }
- .next table, table.next { background-color: transparent }
- .next td, td.next { text-align: left; vertical-align: middle; background-color: white;
- font-size: 8pt; color: black;
- border-left: 0 solid gray;
- border-right: 0 solid gray;
- border-top: 0 solid gray;
- border-bottom: 0 solid gray;
- margin: 2px; padding: 4px }
- .next a:link { font-size: 8pt; font-weight: bold; color: black; text-decoration: none }
- .next a:visited { font-size: 8pt; font-weight: bold; color: black; text-decoration: none }
- .next a:hover { font-size: 8pt; font-weight: bold; color: black; text-decoration: underline }
-
-