BODY, P, TABLE, TD, TH, LI, UL, OL, DL, DT
{ 
  font-family: Arial;
  color: #000000;
  font-weight: normal;
  font-size: 10pt;  
  text-align: justify;
}

BODY
{
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
  background-color: #ffffff;
}

TD { text-align: left; }
TH { font-weight: bold; text-align: center; }

H1, H2, H3, H4
{
  font-family: Arial;
  color: #ff0000;
  font-weight: bold;
}

H1 {  font-size: 18pt;  text-align: center; }
H2 {  font-size: 16pt;  text-align: center; }
H3 {  font-size: 12pt;  text-align: left; }
H4 {  color: #000000;  font-size:10pt; }

A
{
  font-family: Arial;
  color: #000080;
  font-weight: bold;
  text-decoration: none;
  font-size:10pt;
}
A:link    { text-decoration: none; }
A:visited { text-decoration: none; }
A:hover   { color: #0000dd; text-decoration: underline; }
A:active  { color: red; text-decoration: underline; }

OL, UL, DL, DT, DD { margin-bottom: 0px;  margin-top: 0px; }
DT { font-weight: bold; }
UL { list-style: disc; }


.l {text-align:left}
.c {text-align:center}
.r {text-align:right}
.j {text-align:justify}

