/* This style sheet is only for the main window */
A:link {
  color: #902545 }

A:visited {
  color: #3b718e }

/* page title */
H1 {
  clear: both;
  color: #902545;
  margin-top: 10pt;
  padding-top: 0pt;
  margin-bottom: 10pt;
  padding-bottom: 0pt;
  text-align: center;
  font-size: xx-large;
  font-family: helvetica, sans-serif }

/* paragraph title */
H2 {
  clear: both;
  color: #902545;
  margin-top: 5pt;
  padding-top: 0pt;
  margin-bottom: 5pt;
  padding-bottom: 0pt;
  font-size: x-large;
  font-family: helvetica, sans-serif }

/* sub-paragraph title */
H3 {
  clear: both;
  color: #902545;
  margin-top: 5pt;
  padding-top: 0pt;
  margin-bottom: 0pt;
  padding-bottom: 0pt;
  font-size: large;
  font-weight: bold;
  font-family: helvetica, sans-serif }

/* misc use */
H4 {
  text-align: center;
  margin-top: 0pt;
  margin-bottom: 0pt;
  font-size: small;
  font-weight: bold;
  font-family: helvetica, sans-serif }

/* first paragraph, introduction */
P.intro {
  padding-top: 0pt;
  margin-bottom: 0pt;
  padding-bottom: 0pt;
  font-weight: bold;
  margin-top: 5pt;
  color: #000000;
  font-size: medium;
  font-family: helvetica, sans-serif }

/* standard paragraph with top space, not indented */
P.space {
  margin-top: 5pt;
  padding-top: 0pt;
  margin-bottom: 0pt;
  padding-bottom: 0pt;
  color: #000000;
  font-size: medium;
  font-family: helvetica, sans-serif }

/* standard paragraph, indented, without top space*/
P.standard {
  text-indent: 10pt;
  margin-top: 0pt;
  padding-top: 0pt;
  margin-bottom: 0pt;
  padding-bottom: 0pt;
  color: #000000;
  font-size: medium;
  font-family: helvetica, sans-serif }

/* non-floating picture with subtext */
P.picture {
  clear: both;
  color: #000000;
  margin-top: 5pt;
  padding-top: 0pt;
  margin-bottom: 5pt;
  padding-bottom: 0pt;
  text-align: center;
  font-size: medium;
  font-style: italic;
  font-family: helvetica, sans-serif }

P.right {
  text-indent: 0pt;
  margin-top: 0pt;
  padding-top: 0pt;
  margin-bottom: 0pt;
  padding-bottom: 0pt;
  color: #000000;
  text-align: right;
  font-size: medium;
  font-family: helvetica, sans-serif }

P {
  color: #000000;
  font-size: medium;
  font-family: helvetica, sans-serif }

UL {
  color: #000000;
  font-size: medium;
  font-family: helvetica, sans-serif }

TABLE.margin {
  margin-top: 15pt;
  padding-top: 0pt;
  margin-bottom: 15pt;
  padding-bottom: 0pt }

TD {
  color: #000000;
  font-size: medium;
  font-family: helvetica, sans-serif }

TH {
  color: #000000;
  font-size: medium;
  font-style: bold;
  font-family: helvetica, sans-serif }

I {
  color: #000000;
  font-style: italic;
  font-size: medium;
  font-family: helvetica, sans-serif }

B {
  color: #000000;
  font-style: bold;
  font-size: medium;
  font-family: helvetica, sans-serif }

CAPTION {
  color: #000000;
  font-size: medium;
  font-style: italic;
  font-family: helvetica, sans-serif }

OPTION {
  color: #000000;
  font-size: medium;
  font-family: helvetica, sans-serif }

BODY {
  color: #000000;
  font-size: medium;
  font-family: helvetica, sans-serif;
  background-color: #D7D7E2;
  background-image: url(http://www.se-technology.com/wig/support/main.jpg) }

/* border */
TD.b {
  background-color: #902545 }

/* header */  
TD.h {
  font-weight: bold;
  background-color: #A04060;
  color: #ffffff }
  
/* cell */
TD.c {
  font-size: small;
  background-color: #D7D7E2;
  color: #000000 }
 
/* "greyed" cell */
TD.cg {
  font-size: small;
  background-color: #D7D7E2;
  color: #080808 }


/* Mathematics */
P.m {
  text-indent: 15pt;
  margin-top: 5pt;
  padding-top: 0pt;
  margin-bottom: 5pt;
  padding-bottom: 0pt;
  color: #000000;
  font-size: medium;
  font-style: italic;
  font-family: helvetica, sans-serif }

