BODY
{
  margin-top:           2%;
  margin-left:          2%;
  margin-right:         2%;
  margin-bottom:        2%;

  padding-top:           0;
  padding-left:          0;
  padding-right:         0;
  padding-bottom:        0;

  border-top:            0;
  border-left:           0;
  border-bottom:         0;
  border-right:          0;

  width:              auto;

  background:      #FFFFFF;
}

BODY, H1, H2, H3, H4, H5, H6, TABLE, TR, TH, TD, DT, P, UL, OL, DL, LI, DIV, SPAN
{
  font-family:    'Arial', 'Ariel', 
                  'Verdana', 
                  'Helvetica', 
                  'Myriad', 
                  'Trebuchet', 'Trebuchet MS',
                   sanserif;
  color:            #000000;
  font-size:           10pt;
}

PRE, CODE, TT, KBD, SAMP
{
  font-family:     'Courier', 'Courier New', 
                    monospace;
  font-size:             10pt;
}
  
A, ADDRESS, BLOCKQUOTE, BODY, CITE, CODE, DD, DEL, DFN, DIV, DL, DT,
EM, FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, KBD, LI, OBJECT, OL, P,
Q, SAMP, SMALL, SPAN, STRONG, SUB, SUP, UL, VAR, APPLET, BIG, CENTER,
DIR, FONT, HR, MENU, PRE, ABBR, ACRONYM, BDO, BUTTON, FIELDSET, INS,
LABEL, LEGEND
{
  word-spacing:    normal;
  letter-spacing:  normal;
  text-transform:    none;
  text-decoration:   none;
  border-style:      none;
}

EM      
{
  font-style:      italic;
  font-weight:     normal;
}
    
STRONG  
{
  font-style:        bold;
}

UL
{
  list-style: 	   square outside none;
}
    
DEL     
{
  text-decoration:       line-through;
}
    
INS     
{
  text-decoration:       none;
  background:          yellow;
}
    
VAR, CITE, DFN  
{
  font-style:          italic;
}
    
ADDRESS 
{
  font-style:          normal;
  letter-spacing:       0.1em;
}
    
ACRONYM 
{
  font-variant:    small-caps;
  letter-spacing:       0.1em;
}
    
H1
{
  font-size:	         16pt;
  font-weight:	       bold;
  padding-bottom:	   0.1in;
  padding-top:       0.1in;
}

H2
{
  font-size:	         14pt;
  font-weight:	       bold;
  padding-bottom:	 0.075in;
  padding-top:     0.075in;
}

H3
{
  font-size:	         12pt;
  font-weight:	       bold;
  padding-bottom:   0.05in;
  padding-top:      0.05in;
}

H4
{
  font-size:	         10pt;
  font-weight:	       bold;
  padding-bottom:  0.025in;
  padding-top:     0.025in;
}

TH
{
  font-weight:        bold;
}

.warning  
{
  text-transform:     none;
  font-style:       normal;
  font-weight:        bold;
  background:       yellow;
  color:             black;
}

.bigr
{
  font-size:        larger;
  font-weight:        bold;
}

.big
{
  font-size:         large;
  font-weight:        bold;
}

.sml
{
  font-size:           8pt;
}

.tiny
{
  font-size:           6pt;
}